﻿* {
    margin: 0;
    padding: 0;
    font-family: Bank Gothic
}
@font-face {font-family: "Bank Gothic";
    src: url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/cd0161509171ec0b9558c548d8e9c26d.svg#Bank Gothic") format("svg"); /* iOS 4.1- */
}
body {
    font-size: 14px;
    background: #fff;
    color: #484848;
    font-family: Bank Gothic
}

a {
    text-decoration: none;
    color: #1659aa;
	font-weight:400;
    outline: 0;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

    a:hover {
        text-decoration: none;
		    color: #1659aa;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0
}

.overlay.active {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-property: visibility,z-index,top,background-color,color,border;
    -moz-transition-property: visibility,z-index,top,background-color,color,border;
    transition-property: visibility,z-index,top,background-color,color,border;
    visibility: visible;
    z-index: 1
}

.color {
    color: #313131
}

.btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    transition: background .4s;
    transition: padding .4s;
}

.btn-color {
    color: #fff;
    background: #1659aa;
    padding: 8px 20px;
    border-radius: 0;
    font-family: Poppins;
    transition: 0.4s;
    font-weight: 400;
    font-size: 15px;
    border: 2px solid #1659aa;
    border-radius: 6px;
}
.btn-color:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    top: 0.3px;
}

    .btn-color:hover, .btn-color:focus {
background: #0d3769;
    color: #fff !important;
    border: 2px solid #0d3769 !important;
    }

.btn-2{
	background: #ff7a59;
    border-color: #ff7a59;
}
.btn-2:hover{
	border: 2px solid #ff7a59;
    color: #ff7a59;
    background: transparent;
}
.slider-desc a{
	margin-top: 30px;
    display: inline-block;
    padding: 14px 35px;
    margin-right: 30px;
    font-size: 16px;
	position:relative;
	box-shadow:0 0rem 3.5rem rgba(187, 175, 175, 0.4);
}
.slider-desc a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: relative;
    margin-left: 10px;
    font-size: 20px;
    top: 2px;
}

.btn-border {
    color: #313131;
    background: transparent;
    padding: 10px 20px;
    border-radius: .25em;
    font-family: Bank Gothic;
    transition: 0.4s;
    border: 2px solid #313131;
}

    .btn-border:hover {
        color: #fff;
        background: #313131;
        border: 2px solid #313131;
    }

    .btn-color i, .btn-border i {
        position: relative;
        left: 5px;
        font-size: 22px;
        top: 4px;
        margin-right: 5px;
    }



img {
    width: 100%;
    height: auto
}

.boxshadow {
    -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 20px -5px rgba(0,0,0,.75);
    box-shadow: 0 0 20px -5px rgba(0,0,0,.75)
}

@media(max-width:992px) {
    .hidden-mobile {
        display: none
    }
}

.top__bar {
    background-color: #313131;
    height: 34px;
    line-height: 34px
}

.top__bar__links {
    list-style: none
}

    .top__bar__links > li:first-child {
        padding: 0
    }

    .top__bar__links > li {
        float: left;
        padding: 0 17px
    }

        .top__bar__links > li > a, .top__bar__social__links > li > a {
            color: #cacaca;
            font-size: 13px
        }

            .top__bar__links > li > a > i {
                margin-right: 5px
            }

.top__bar__social__links {
    list-style: none;
    float: right
}

    .top__bar__social__links > li {
        float: left;
        padding: 0 8px
    }

.icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    background: #313131;
    border-radius: 1px;
    margin: 5px 0;
    transition: 3s
}

.icon-bar-2 {
    width: 22px
}

.icon-bar-3 {
    width: 18px
}

.logo > a > img {
    max-height: 75px;
    padding: 0;
    margin: 0;
    width: auto;
    position: absolute;
    top: 8px;
}
.navbar.sticky img{
    top: 15px !important;
}
@media (max-width:992px) {
    .logo > a > img {
    padding: 5px;
    margin-left: 10px;
    max-height: 85px;
    top: 5px;
    }
}

.nav-link {
color: #1659aa !important;
    font-size: 16px;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 500 !important;
}

}
img.mfp-img {

    background: #fff;
}

.evo:after{
	content: '';
    background: linear-gradient(-303deg,#1d558e,#0d3769 56%,#1d558e);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 21px;
}


.right:before{
	content: '';
    background: linear-gradient(-303deg,#1d558e,#0d3769 56%,#1d558e);
    position: absolute;
    top: 0;
    width: 100%;
    height: 21px;
}


@media(min-width:992px){
.cool-link.active .nav-link {
    font-weight: 600 !important;
    color: #2a5f9a !important;
}
.nav-link > i {
    position: relative;
    font-size: 22px;
    color: #313131 !important;
    top: 4px
}
}

.navbar-left > li {
    float: left !important
}



.lead {
    font-size: 16px;
    color: #313131;
    font-weight: 500 !important;
    line-height: 22px;
    font-family: 'Bank Gothic';
}

.black {
    color: #313131;
}

.btn-black {
    color: #fff;
    background: #313131;
    padding: 15px;
    border-radius: .25em;
    font-family: 'Bank Gothic';
    transition: 0.4s;
    border: 2px solid #313131;
}

    .btn-black:hover {
        border: 2px solid #313131;
        color: #313131;
        background: transparent;
    }

.btn-black-hover {
    border: 2px solid #313131;
    color: #313131;
    background: transparent;
    padding: 15px;
    border-radius: .25em;
    font-family: 'Bank Gothic';
    transition: 0.4s;
}

.blackright {
    font-size: 18px !important;
    position: relative;
    top: 3px;
    color: #fff !important;
}

.center__rexa > span {
    font-size: 28px;
    margin-bottom: 0px;
    display: block;
}

@media (min-width:992px) {
    .navbar-nav {
        width: 100%;
        text-align: right;
        display: block
    }

    .cool-link {
        display: inline-block;
        text-decoration: none;
        line-height: 90px;
        height: 90px;
        padding-right: 25px;
    }

        .cool-link:first-child {
        }

    .rexaIstanbul {
        background: #313131;
        height: 35px !important;
        line-height: 35px !important;
        border-radius: 30px;
        padding: 0px 20px;
        text-align: center;
    }

        .rexaIstanbul > a {
            color: #fff !important;
        }

    .cool-link > i {
        position: absolute;
        top: 27px;
        margin-left: 5px;
        font-size: 12px;
    }

    .navbar {
    background: #fff;
    box-shadow: none;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #eee;
    position: absolute;
    z-index: 9;
    }

    .top-header {
        color: #fff;
        line-height: 30pc;
        height: 30px;
        background-color: #5d5d5d !important;
    }

    .top-list {
        list-style: none;
        margin: 0;
        padding: 0px 15px;
        float: right;
        margin-right: -20px;
    }

        .top-list li {
            float: left;
            padding: 0 5px;
        }

            .top-list li a {
                color: #ffffff;
                font-size: 13px;
                background: #313131;
                border: 1px solid #313131;
                padding: 8px;
                border-radius: .25em;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .top-list li a:hover {
                    color: #313131;
                    background: #fff;
                    border: 1px solid #313131;
                }

                .top-list li a i {
                    margin-right: 5px;
                }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
        position: relative;
    }

    .animatedBottom {
        transition: 3s;
        transition-duration: 3s;
        transition-delay: 3s
    }

    .navbar-nav > li.navbar-right {
        float: right !important
    }
}

@media (max-width:992px) {
    .navbar {
        padding: 0;
        margin: 0;
    }
	.blog-img{
		height:100% !important;
	}

    .logo-container {
        padding: 0 15px
    }

    .navbar-nav > li {
        width: 100%;
        background: #222;
        padding: 0 35px;
        border-bottom: 1px solid #333
    }

        .navbar-nav > li > a {
            color: #cecece;
            font-size: 13px;
            height: 40px;
            line-height: 40px;
        }
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-120 {
    margin-bottom: 120px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) {
    .main-slider-container {
        position: relative;
        top: 40px;
    }
}

.main-slider .slide-item {
    background-size: cover;
    background-position: center;
    border-radius: 0;
    position: relative;
    outline: 0;
    min-height: 600px
}

    .main-slider .slide-item .overlay {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        opacity: 1;
        background: #e8e8e8;
    }

.main-slider img {
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.img__slide {
    width: 400px
}

.slide__title {
    font-family: 'Bank Gothic';
    font-size: 30px;
    color: #313131;
    font-weight: normal !important;
    letter-spacing: -0.5px;
}

.btn-transparent {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.slide__desc {
    font-size: 16px;
    margin-bottom: 30px;
}

    .slide__desc > a {
        color: #313131;
    }

.main-slider .slide-text {
    position: relative;
    bottom: 0;
    color: #313131;
    height: 450px;
    top: 0;
    padding: 0px;
}

    .main-slider .slide-text .slide-text-inner {
        position: absolute;
        bottom: 25px;
        font-size: 15px;
        left: 20px;
        padding: 20px;
        border-radius: 3px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 20px -8px #333
    }

        .main-slider .slide-text .slide-text-inner h1 {
            font-size: 30px;
            margin: 0;
            color: #ff9800;
            font-weight: 600
        }

        .main-slider .slide-text .slide-text-inner .text {
            margin: 10px 0 20px 0;
            font-weight: 400
        }

.slide-item {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.main-slider .slick-list, .main-slider .slick-track {
    height: 500px
}

.slick-dots {
    bottom: -1px;
    padding: 3px;
}

.slick-arrow, .slick-arrow:active, .slick-arrow:focus {
    width: 60px !important;
    height: 60px !important;
    transition: all .3s;
    border-radius: 100px
}

.slick-next {
    position: absolute;
    right: 30px;
    bottom: 40%;
    z-index: 1501;
    top: initial
}

.slick-prev {
    position: absolute;
    left: 30px;
    bottom: 40%;
    z-index: 1501;
    top: initial
}

.slick-arrow:hover {
    background: rgba(0,0,0,.5)
}

.slick-next:before {
    font-family: "CoreUI-Icons-Free' !important";
    font-weight: 700
}

.slick-prev:before {
    font-family: "CoreUI-Icons-Free' !important";
    font-weight: 700
}

.slick-next:before, .slick-prev:before {
    color: #313131;
    font-size: 30px;
    padding: 10px;
    opacity: 1;
    font-family: 'CoreUI-Icons-Free' !important;
}

.slick-arrow:hover {
    background: 0 0 !important
}

.slide-item > svg {
    margin-top: 0px;
    cursor: pointer;
}

.product-item {
    margin: 10px;
    background: #fff;
    padding: 0px 0px 15px 0px;
    box-shadow: 0px 0px 15px -12px #313131;
}

.product-details {
    padding: 0px 15px;
    text-align: left
}

.product-title {
    font-size: 16px;
    color: #313131;
    letter-spacing: -0.5px;
    font-family: 'Bank Gothic';
}

.settings {
    padding: .5px 22px;
    text-align: center;
    font-size: 30px;
    background: #fff0;
}

.owl-prev {
    float: left
}

.owl-next {
    float: right;
}

.owl-buttons {
    margin-top: 15px
}


.footer_logo {
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px
}



.footer-list {
    list-style: none;
    display: inline-block;
}

    .footer-list > li > a {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500;
    font-family: Poppins;
    text-transform: uppercase;
    }

        .footer-list > li > a:hover {
            color: #7fd1de !important
        }

.bottom-footer {
    background: #1e61af;
    color: #cbd6e2;
    padding: 15px 0;
}


    .bottom-footer span {
        margin-right: 10px;
    }


.rexa {
width: 80px;
    height: auto;
    float: right;
    position: absolute;
    margin-top: 5px;
    right: 0;
}

.column-1-flex-row .col-md-12 span{
	font-family:poppins;
}

.footer-title {
    margin-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold !important;
    font-family: 'Poppins';
    font-size: 24px;
    text-shadow: 0px 0px 3px #000;
}

.footer-cont-item {
    margin-bottom: 15px
}

    .footer-cont-item > i {
        float: left;
        margin-right: 5px
    }

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

.tip1-form {
    border: 1px solid #9c9c9c;
    border-radius: 0;
    height: 34px;
    background: #1d1d1d;
    outline: 0;
    box-shadow: none
}

    .tip1-form:focus {
        border: 1px solid #fff;
        background: 0 0;
        box-shadow: none
    }

.tip1-btn {
    position: absolute;
    margin-top: -35px;
    right: 10px;
    outline: 0;
    box-shadow: none
}

    .tip1-btn:focus {
        outline: 0;
        box-shadow: none;
        border: 0
    }

.tip1-form:focus > .tip1-btn > i {
    color: #fff !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bank Gothic';
    font-weight: 500 !important;
    color: #313131;
}

.rexa-web-tasarim-Title {
    font-weight: normal !important;
    color: #313131;
    font-size: 40px;
    font-family: 'Bank Gothic';
    line-height: 1.2;
    letter-spacing: -1.2px;
}

    .rexa-web-tasarim-Title.float-left {
        margin-bottom: 0px;
        position: relative;
        top: 6px;
        margin-right: 10px;
    }

.head-rexa-web {
    color: #313131;
    font-family: 'Bank Gothic';
    font-size: 24px;
    margin-bottom: 10px;
}

.head-desc {
    border-radius: 0px;
    padding: 0px;
    font-size: 13px;
    color: #313131;
    margin-bottom: 5px;
    margin-top: -5px;
    display: block;
    font-family: 'Bank Gothic';
    display: none;
}

.bgcons {
    padding: 30px 20px !important;
    background: #f1f2f3;
    border-radius: 12.5px;
    text-align: left;
    transition: 0.4s;
    border: 1px solid #ccc;
}

    .bgcons:hover {
        margin-top: -10px;
    }

    .bgcons > .bottom {
        margin-top: 30px;
    }




.profesyonel-web-site-cozumleri {
    font-size: 17px;
    font-family: 'Bank Gothic';
    color: #313131;
    top: 5px;
    position: relative;
}

.head-renk > a {
    color: #fff !important;
}

.bgcons > i {
    font-size: 60px;
    position: absolute;
    top: -30px;
    right: 30px;
    background: #fff;
    transition: 0.4s;
    display: none;
}

.bgcons:hover > i {
    top: -40px;
}

.product-img {
    padding: 0px;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #777777;
    font-size: 16px;
	font-family:poppins;
}
p span{
		font-family:poppins !important;
}

.center__rexa {
    border-radius: 10px;
}

.title__rexa {
    font-size: 32px;
    font-family: 'Bank Gothic';
    color: #313131;
    letter-spacing: -1px;
}

.desc__rexa > p > strong {
    color: #313131;
    font-family: 'Bank Gothic';
    font-size: 15px !important
}



@media(min-width:992px) {
    .owl-item > .col-md-8 {
        margin-left: 12%;
        margin-right: 12%
    }

    .owl-item > .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 70%;
        max-width: 76%
    }
}

.socialList > li {
    float: left;
    width: auto;
    padding: 0 15px 0 0 !important;
}

    .socialList > li > a i {
        background: transparent !important;
        color: #181818 !important;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        margin-right: 7px;
        margin-bottom: 0px;
        position: relative;
        top: 5px;
    }

    .socialList > li > a {
        text-transform: capitalize !important;
    }

.form__rexa::placeholder {
    color: #313131 !important;
    font-size: 13px
}

.form__rexa:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #313131
}

.type-item-1 > span {
    color: #313131;
    font-size: 13px
}

.btn-block {
    border-radius: 0
}


.pages__col {
    padding: 0px;
}


.arrow_prev_related_product {
    background-image: url(../Content/images/ico-left.png);
    background-size: 100% 100%
}

.arrow_next_related_product {
    background-image: url(../Content/images/ico-right.png);
    background-size: 100% 100%
}

.page__title {
    padding: 120px;
}

    .page__title > img {
        position: absolute;
        left: 0px;
        width: 326px;
        height: auto;
        top: 65px;
    }

.tab-content > .active {
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
}

.rexa-project {
    width: 23%;
    margin: 0px 1%;
    background: #fff;
    height: 44px;
    color: #313131000;
    line-height: 42px;
    text-align: center;
    box-shadow: 0px 0px 10px -7px #fff;
    border-radius: 30px;
    border: 1px dotted #313131;
    font-size: 16px;
    transition: 0.3s;
}

    .rexa-project:hover {
        color: #313131;
        border-color: #313131;
    }

    .rexa-project.active {
        background: #313131;
        border-color: #313131;
        color: #fff;
    }

.nav-tabs {
    border: 0px
}



.referansces-contents {
    position: absolute;
    left: 0px;
    margin-top: -100px;
    z-index: 99;
    width: 100%;
}

.contents-Item {
    margin-left: 70px;
}

    .contents-Item > span > i {
        font-size: 24px;
        color: #fff;
        font-family: 'Bank Gothic';
        font-weight: normal;
        font-style: normal;
        text-shadow: 0px 0px 6px #313131000a3;
    }

.content-details > div {
    font-family: 'Bank Gothic';
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    left: 70px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.tab-pane > .col-md-6 {
    padding: 0px;
    position: relative;
    border: 5px solid #ffff;
}

.background-Item {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.referansces-item-1 {
    transition: 1s;
}

    .referansces-item-1 > img {
        transition: 1s;
    }

    .referansces-item-1:hover > img {
        transform: scale3d(1.2, 1.2, 1.2);
        transition: 1s;
    }

@media (min-width: 992px) {

	.nav-link{
		    position: relative;
	}
	.navbar-nav > li > a:before {
    content: '';
    display: block;
    background: #1666c0;
    left: 50%;
    right: 50%;
    bottom: 30px;
    height: 2px;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-nav > li:hover > a:before, .navbar-nav > li:focus > a:before, .navbar-nav > li:active > a:before, .navbar-nav > li.active > a:before {
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-nav > li.active > a:before {
    background: #2a5f9a;
}

}

@media(max-width:992px) {
    .page__title {
        padding: 30px;
        background: linear-gradient(45deg, white, #e2e2e2);
    }

    .ri-grid {
        display: none;
    }

    .bgcons {
        margin-bottom: 15px;
    }

    .slick-arrow {
        display: none !important;
    }

    .page__container > h1 {
        font-size: 18px;
    }

    .lead {
        font-size: 13px;
    }

    .nav-tabs .nav-link {
        padding: 10px 0px;
        width: 100%;
    }


    .bottom-line::after {
        width: 100px;
    }

    .bottom-line {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .section-md {
        padding: 40px 0;
    }

    .title__rexa {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .footer-type-1 > .container > .row > .col-md-3 {
        margin-bottom: 30px;
    }

    .socialList > li > i {
        display: none;
    }




    .catalogues > .col-md-4 {
        margin-bottom: 15px;
    }

    .main-slider .slide-text {
        top: 5%;
        padding: 15px;
    }

    .bottom__Icons {
        display: none;
    }
}


.btnNNews {
    font-size: 20px;
    position: relative;
    top: 4px;
}

.bgcons > img {
    width: 32px;
    position: absolute;
    right: 30px;
    bottom: 5px;
}





.page__index {
    background: #e4e4e4;
    padding: 0px;
}

.page__index2 {
    background: #313131;
}

.page_show {
    padding: 70px;
}

.page_show2 {
    padding: 70px;
}

    .page_show2 > h1 {
        color: #fff;
    }

    .page_show2 > p {
        color: #fff;
    }

    .page_show2 > small {
        color: #fff;
        position: relative;
        top: -15px;
        font-size: 15px;
    }

.page_show > small {
    color: #313131;
    position: relative;
    top: -15px;
    font-size: 15px;
}

.page_show > span {
    font-size: 109px;
    color: #d4cfcf;
    position: absolute;
    bottom: -30px;
    right: 15px;
}

.page_show2 > span {
    font-size: 109px;
    color: #313131;
    position: absolute;
    bottom: -30px;
    left: 15px;
}

.pageAfter:before {
    content: '';
    display: block;
    background: #1f5be0;
    width: 35px;
    height: 4px;
    position: relative;
    top: 25px;
    left: -24px;
}


.page_show > h1 {
    letter-spacing: -2px;
}

.page_show2 > h1 {
    letter-spacing: -2px;
}

.title {
    color: #fff;
    font-size: 44px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Bank Gothic';
    font-weight: 600 !important;
    text-align: center;
}

.pafe--page {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Bank Gothic;
    color: #fff;
}

    .pafe--page > a {
        font-size: 20px;
        margin-bottom: 30px;
        font-family: Bank Gothic;
        color: #fff;
    }

.description {
    color: #fff;
    font-size: 18px;
    font-family: "'Bank Gothic' Light";
}

    .description > strong {
        color: #fff;
        font-family: "'Bank Gothic' Light";
    }

    .description > a {
        color: #fff;
        font-family: "'Bank Gothic' Light";
    }

.ozetshow {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: "'Bank Gothic' Light";
}

    .ozetshow > h4 {
        display: initial;
        font-size: 18px;
        color: #fff;
        font-family: "'Bank Gothic' Light";
        font-weight: normal !important;
    }


.form__rexa2 {
    width: 100%;
    height: 42px;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    border: 1.5px solid #313131;
    background: #fff0;
    padding-left: 10px;
    font-family: 'Bank Gothic';
    transition: 0.5s;
    padding: 10px;
}

.rexa__label {
    position: relative;
    z-index: 99;
    top: 17px;
    background: #fff;
    left: 15px;
    font-size: 12px;
    font-family: 'Bank Gothic';
    font-weight: 500;
    color: black;
}

textarea {
    height: 80px !important;
}

.cursor {
    font-size: 375px;
    text-align: center;
}

    .cursor > i {
        color: #313131;
    }

.title_baslik {
    font-size: 32px;
    font-family: ''Bank Gothic' Light';
    color: #313131;
}

.page__container > h1 {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Bank Gothic' ''Bank Gothic' ';
    position: relative;
    top: 5px;
}

.page__img > img {
    position: absolute;
    top: -100px;
    width: 110%;
}

.content__p > p {
    font-size: 16px;
}

.rexa__title {
    font-size: 26px;
    letter-spacing: -0.7px;
    color: #172b43;
}

.rexa__details > h1 {
    font-size: 18px;
    color: #172b43;
    letter-spacing: -0.1px;
}

.rexa__details > p {
    font-size: 12px;
}

.rexa_sections {
    background: #fff;
    box-shadow: 0px 0px 18px -16px;
    margin: 25px 10px;
    padding: 30px 10px 15px;
    transition: 0.4s;
}

.secions__img > i {
    font-size: 75px;
}

.secions__img {
    position: relative;
    top: -10px;
}

.rexa_sections:hover {
    margin-top: 15px;
    box-shadow: 0px 0px 18px -14px;
}

.dijital__pazarlama {
    font-size: 32px;
}

.bottom__Icons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: 0.4s;
    z-index: 9991;
}

    .bottom__Icons > ul {
        list-style-type: none;
    }

        .bottom__Icons > ul > li {
            float: right;
            border-radius: 50%;
            background: #313131;
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 70px;
            padding: 0px;
        }

            .bottom__Icons > ul > li > a {
                color: #fff;
                font-size: 16px;
                font-family: 'Bank Gothic';
            }

.code__contact {
    background: #313131;
}

.details {
    text-align: center;
}

    .details > a {
        background: #313131;
        padding: 7px 6px;
        position: relative;
        top: 23px;
        border-radius: 100px;
        color: #ffffff;
        border: 0px;
        font-size: 12px;
    }

.detailsTitle {
    font-size: 20px;
    color: #797979;
    font-weight: 600;
}

.rexa-referanslar {
    box-shadow: 0px 0px 13px -11px;
    padding: 15px;
    margin-bottom: 30px;
}

.details > span {
    display: block;
    font-size: 12px;
}

.referanslist {
    list-style: none;
}

    .referanslist > li {
        float: left;
    }

        .referanslist > li > img {
            width: 126px;
            padding: 10px;
            background: #fff;
        }

.referanslar {
    clear: both;
}

.page-title {
    height: 338px;
    padding: 0px;
}

    .page-title:before {
        content: '';
        background: linear-gradient(45deg, #0e2038, #313131);
        position: absolute;
        width: 100%;
        height: 338px;
        left: 0px;
        right: 0px;
        opacity: .85;
        z-index: 0;
    }

.rfTitle {
    position: relative;
    color: #fff;
    font-family: 'Bank Gothic';
    line-height: 50px;
    font-size: 36px;
    letter-spacing: -1px;
}

.title-container {
    position: absolute;
    display: table;
    width: 1040px;
    height: 338px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.title_holder {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.page-title > .container {
    height: 365px;
}


/* ROTATE WORDS */

.rotate-words span {
    opacity: 0;
    font-weight: 700;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: -30px;
    letter-spacing: -3px;
    text-shadow: 0px 0px 10px #313131;
    font-family: times !important;
    font-style: italic;
}

    .rotate-words span.rotate-in {
        animation: rotateInWord .3s linear forwards;
        -webkit-animation: rotateInWord .3s linear forwards;
    }

    .rotate-words span.rotate-out {
        animation: rotateOutWord .3s linear forwards;
        -webkit-animation: rotateOutWord .3s linear forwards;
    }

    .rotate-words span:first-child {
        opacity: 1;
    }

.no-csstransforms3d .rotate-words span {
    display: none;
    opacity: 1;
}

@-webkit-keyframes rotateInWord {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes rotateOutWord {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
}

@keyframes rotateInWord {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes rotateOutWord {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}


/* ROTATE WORDS */
.rotate-words {
    display: inline-block;
    min-width: 100px;
    min-height: 36px;
    text-align: left;
}

    .rotate-words h1 {
        position: absolute;
        opacity: 0;
        font-weight: 700;
        letter-spacing: -1px;
    }

        .rotate-words h1.rotate-in {
            animation: rotateInWord .5s linear forwards;
            -webkit-animation: rotateInWord .5s linear forwards;
        }

        .rotate-words h1.rotate-out {
            animation: rotateOutWord .5s linear forwards;
            -webkit-animation: rotateOutWord .5s linear forwards;
        }

        .rotate-words h1:first-child {
            opacity: 1;
        }

.no-csstransforms3d .rotate-words h1 {
    display: none;
    opacity: 1;
}

@-webkit-keyframes rotateInWord {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes rotateOutWord {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
}

@keyframes rotateInWord {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes rotateOutWord {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}



.right-30 {
    margin-right: 30px;
}


#mobile {
    width: 100%;
    background: #fff;
    position: fixed;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    top: 0px;
    z-index: 999999;
}

#mobileBodyContent {
    background: #fff;
    position: relative;
    z-index: -0;
    width: 100%;
    height: 100%;
	height:80px;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#header {
    height: 60px;
    background: #fff;
}

#mobileBodyContent > span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: #313131;
}
 

#burgerBtn {
    border-top: 3px solid #313131;
    height: 16px;
    width: 24px;
    box-sizing: border-box;
    position: absolute;
    z-index: 60;
    right: 15px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    #burgerBtn:before {
content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    left: 0;
    background: #313131;
    top: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    }

    #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    left: 0;
    background: #313131;
    bottom: -3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    }

#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 50px 0 0 0px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.demo1 {
    transition: 0.4s;
    overflow: hidden;
}

.navigation {
    overflow: inherit;
}

    .navigation #burgerBtn {
        border-color: transparent;
    }

        .navigation #burgerBtn:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -khtml-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px;
            left: -2px;
        }

        .navigation #burgerBtn:after {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -khtml-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            bottom: 5px;
            width: 20px;
            left: -2px;
        }

@media(max-width:992px) {


    .nav-link {
        color: #313131 !important;
        text-transform: capitalize;
        font-size: 14px;
        font-family: Bank Gothic;
        display: block;
        position: relative;
        width: 100%;
        margin-top: 0px;
        background: #f8f9fa !important;
        border-bottom: 1px solid #dedede;
        padding: 10px !important;
    }

    .profesyonel-web-site-cozumleri {
        font-size: 14px;
    }

    .hidden-xs {
        display: none;
    }

    .slide__title {
        font-size: 30px !important;
    }

    .main-slider .slide-text .mt-120 {
        margin-top: 30px !important;
    }

    .main-slider .slide-text .pt-50 {
        padding-top: 30px !important;
    }

    .main-slider .slick-list, .main-slider .slick-track {
        height: 550px;
    }

    .main-title {
        font-family: 'Bank Gothic';
        margin-bottom: -5px;
        display: block;
        font-size: 42px !important;
        font-weight: 700 !important;
        letter-spacing: normal;
    }

    .alternatif-keywords {
        font-family: 'Bank Gothic';
        margin-bottom: -5px;
        display: block;
        font-size: 26px !important;
        font-weight: normal !important;
        letter-spacing: normal;
    }

    .mobileTeklif {
        background: #313131 !important;
        color: #fff !important;
        border-radius: 0px;
        padding: 10px 0px;
        margin: 20px 15px 0px;
        width: auto;
        text-align: center;
        font-size: 15px;
    }

    .bottom__Icons {
        bottom: 10px;
        right: 10px;
        z-index: 999;
    }

    .slide__desc {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

@media(min-width:992px) {
    #mobile {
        display: none;
    }

    .rexa-web-tasarim-ajansi {
        -ms-flex: 0 0 53.333333%;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
    }
}


@media(min-width:992px) {
    .mobile {
        display: none;
    }
}

@media(max-width:992px) {
    .rexa-web-tasarim {
        position: fixed;
        bottom: 0px;
        background: #fff;
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-top: 1px solid #d8d8d8;
        z-index: 998;
    }

        .rexa-web-tasarim > ul > li {
            float: left;
            width: 50%;
            text-align: center;
        }

            .rexa-web-tasarim > ul > li > a {
                color: #313131;
                font-size: 15px;
                font-family: 'Bank Gothic' !important;
            }

    .internetSitesi > a > img {
        width: 30px;
        margin-right: 15px;
    }

    .rexa-web-tasarim > ul {
        list-style: none;
    }

    .referanslist > li > img {
        width: 66px;
        padding: 10px;
        background: #fff;
    }

    .rfTitle {
        line-height: 24px;
        font-size: 18px;
        margin: 0px 30px;
    }
}


.box-top {
    color: #8e8e8e;
    font-family: 'Bank Gothic';
}

@media (min-width: 1220px) {
    .container {
        max-width: 1220px;
    }

    .dropdown-menu {
    margin: 0px;
    padding: 0px;
    left: auto;
    right: auto;
    z-index: 1000;
    min-width: 230px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    top: 99%;
    transition: 0.4s;
    box-shadow: 0px 7px 30px -17px #3a3939;
    border-radius: 0;
    border-top: 3px solid #1659aa;
    border-bottom: 0;
    }

    .cool-link i {
        margin-left: 5px;
        position: relative;
        top: 0;
        font-size: 18px;
        color: #252525;
    }


    .dropdown-menu > li > a {
color: #313131;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 13px;
    transition: 0.3s;
    padding: 7px 10px !important;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    }

    .dropdown-menu > li:hover > a {
    background-color: #1659aa;
    color: #fff !important;
    }
}

@media(min-width:1600px) {
    .container {
        width: 1240px;
    }
}

.text-black {
    color: #313131;
}

.cta-top-span {
    color: #313131;
    font-size: 22px;
    position: relative;
    top: -5px;
}

.rexa-cta-top {
    background: #313131;
    padding: 20px 0px 25px;
}

    .rexa-cta-top > .container {
        padding: 0px;
    }

.cta-top-button > a {
    background: #313131;
    color: #fff;
    position: relative;
    top: 38px;
    padding: 20px 50px;
    font-size: 20px;
}

.urunler-list .col-md-3 {
    padding: 0 5px;
}

.sidebar-title {
    font-weight: bold;
    color: #fff;
    background: #1659aa;
    padding: 20px 15px;
    text-align: center;
    text-transform: capitalize !important;
    border: 0;
    border-bottom: 0;
    font-size: 24px;
	font-family:Poppins;
}

.sidebar > ul {
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border: 0 solid #fff;
    border-radius: 0 0 7px 7px;
}

    .sidebar > ul > li {
position: relative;
    background: #0b4183;
	
    }




        .sidebar > ul > li > a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 15px 8px;
    display: block;
        }




@media(max-width:992px) {
    .container {
        padding: 0px 15px !important;
    }

    .cta-top-button > a {
        background: #fff;
        color: #313131;
        position: relative;
        top: 17px;
        padding: 7px 50px;
        font-size: 20px;
    }

    .rexa-web-tasarim-Title {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .rexa-web-tasarim-ajansi {
        margin-top: 0px;
    }

    .cta-top-span {
        display: none;
    }

    .img__slide {
        width: auto;
    }

    .rexa-cta-top {
        padding: 20px 0px 3px;
        text-align: center;
    }

    .rx-button {
        padding: 10px 30px;
    }

    .title {
        font-size: 32px;
        line-height: 32px;
    }

    .page-title {
        height: 500px;
        background: #1b00ff !important;
    }

        .page-title:before {
            height: 500px;
        }

    .title-container {
        height: 500px;
        width: 100%;
        padding: 15px;
    }
}

.blog-description > a {
    font-weight: bold;
    font-size: 16px;
    color: #313131 !important;
}

.rexa-blog > h2 {
    color: #313131;
    font-family: 'Bank Gothic';
    font-size: 24px;
    letter-spacing: -0.5px;
}

.rexa-div > h1 {
    font-size: 18px;
    font-family: Bank Gothic;
    font-weight: normal !important;
    letter-spacing: normal;
}

.rexa-div > div {
    font-family: 'Bank Gothic';
    font-size: 35px;
    line-height: 42px;
    color: #313131;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

    .rexa-div > div > h1 {
        font-family: 'Bank Gothic';
        font-size: 35px;
        line-height: 42px;
        font-weight: 700 !important;
        letter-spacing: -0.5px;
        margin-bottom: 0px !important;
    }

    .rexa-div > div > h2 {
        font-family: 'Bank Gothic';
        font-size: 35px;
        line-height: 42px;
        font-weight: 700 !important;
        letter-spacing: -0.5px;
        margin-bottom: 0px !important;
    }

    .rexa-div > div > strong {
        font-family: gd-sage,"Times New Roman",serif;
        color: #313131;
    }

.page-description-rexa {
    padding: 15px 0px 15px 35px;
}

    .page-description-rexa > p {
        color: #313131;
        font-family: 'Bank Gothic';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

        .page-description-rexa > p > strong {
            font-family: 'Bank Gothic';
            color: #313131;
        }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333%;
    }

    .rexakm {
        border-radius: 4px;
    }


    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
    }

    section, footer {
        display: block;
        overflow: hidden;
        background-attachment: fixed;
        background-size: cover;
    }

    .head-rexa-web {
        min-height: 30px;
        max-height: 30px;
    }
}



.img-web-tasarim {
    border-radius: 15px;
    box-shadow: 0px 0px 15px -8px #313131
}



.form-bilgi > .col-md-3 {
    margin-top: 15px;
}

.form-control {
    border: 1px solid #ccc;
    height: 42px;
}

    .form-control:focus {
        box-shadow: none;
        outline: 0;
        border: 1px solid #313131;
    }


.contact_id .contact-item {
    margin-top: 10px;
    clear: both;
    display: flex;
    flex-shrink: 0;
    padding-bottom: 8px;
}

.contact_id h1 {
    font-weight: 800 !important;
    letter-spacing: -1px;
}

@media(max-width:992px) {


    .segment {
        padding: 15px;
        margin-top: 0px;
    }

    .segment-web {
        height: auto;
        padding: 30px 15px !important;
    }

    .tel {
        display: none;
    }

    .web-tasarim-form > .col-md-12 > strong {
        display: block;
    }

    .page-description-rexa {
        padding: 0px;
        top: 30px;
        position: relative;
    }

    .mobile-phone {
        display: block;
        position: absolute;
        top: 8px;
        right: 100px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        transform: rotateZ(90deg);
        font-size: 25px;
        color: #313131;
    }

    .rexa-div > div {
        font-size: 36px;
        line-height: 42px;
    }

        .rexa-div > div > h1 {
            font-size: 36px;
            line-height: 42px;
        }

        .rexa-div > div > h2 {
            line-height: 42px;
            font-size: 36px;
        }
}

.modal-header > .text-center {
    width: 100%;
    text-align: left !important;
    padding-left: 25px;
}

    .modal-header > .text-center > img {
        width: 100px;
    }

.rx-header {
    padding-left: 5px;
    font-size: 19px;
    color: #313131;
    font-family: Times;
    font-weight: bold;
}

.modal-row > .modalCons {
    margin-bottom: 20px;
}

.modal-footer {
    border: 0px;
    padding: 0px 15px 15px;
}

.modal-lg {
    max-width: 620px;
}

.btn-danger {
    background: #d02727;
    border-color: #d02727 !important;
    color: #fff !important;
}

    .btn-danger:hover {
        background: #d02727 !important;
        border-color: #d02727 !important;
        color: #fff !important;
    }

.modal {
    z-index: 99999;
}

.section-page--resources {
    text-align: center;
    padding: 160px 0px 100px;
}

.alternatif-Resources {
    padding: 130px 0px 0px;
}

.resources-title {
    font-family: 'Bank Gothic';
    font-weight: normal !important;
    color: #313131;
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: -2px;
}

.rexa-web-tasarim-Description-Page {
    font-size: 32px;
    color: #313131;
    font-weight: normal;
    font-family: 'Bank Gothic' Light !important;
    padding: 15px 120px;
}

    .rexa-web-tasarim-Description-Page > strong {
        color: #313131;
        font-family: 'Bank Gothic' Light !important;
        font-weight: normal;
    }

.animasyon {
    -webkit-animation: mymove 3.5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3.5s infinite;
    position: relative;
    transition: 3.5s;
}

@-webkit-keyframes mymove {
    0% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
        transform: translateY(-30px);
    }

    100% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }
}




@media(min-width:992px) {
    .MobileSelect {
        display: none;
    }
}

.MobileSelect {
    padding: 0px 15px;
}

#mySelect {
    position: relative;
    top: 50px;
    color: #313131;
    z-index: 999;
}
.flickity-prev-next-button{
	display:none;
}

.select-t {
    position: relative;
    top: 45px;
    text-align: center;
}

@media(max-width:992px) {
    .rexa-web-tasarim-Description-Page {
        font-size: 16px;
        font-family: 'Bank Gothic' Light !important;
        padding: 0px 0px;
    }

    .resources-title {
        font-size: 26px;
        line-height: 32px;
        padding: 15px 15px 30px 0px;
        letter-spacing: normal;
    }

    .section-page--resources {
        padding: 100px 0px 0px;
    }

    svg {
        display: none;
    }

    .rexa-project {
        width: 100%;
        margin-top: 15px;
    }

    .desktop-nav {
        display: none;
    }

    .tab-content {
        padding: 15px 15px !important;
    }

    .referances-mobile-nesne {
        padding: 0px;
    }

    .background-Item:before {
        content: '';
        display: block;
        position: absolute;
        background: #3131310007d;
        width: 100%;
        height: 100%;
    }

    .contents-Item {
        top: 30%;
        position: relative;
        left: 30px;
        margin: 0px;
    }

    .content-details {
        position: relative;
        top: 30%;
    }

    .contents-Item > span > i {
        font-size: 18px;
        font-family: 'Bank Gothic';
        line-height: 26px;
        text-shadow: 0px 0px 6px #313131000a3;
    }

    .tab-pane > .col-md-6 {
        border: 0px solid #ffff;
        margin-bottom: 15px;
    }

    .contact-details {
        margin-bottom: 15px;
    }
}

.nav-iletisim {
    position: relative;
    line-height: 40px;
    padding: 7px 26px;
    border-radius: .25em;
    color: #fff !important;
    font-size: 16px;
    background: #313131;
    box-shadow: 0px 0px 10px -7px #313131;
    font-family: 'Bank Gothic';
}

.contact-details {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #313131 !important;
    color: #fff;
}

    .contact-details > i {
        font-size: 34px;
        color: #313131;
        border-radius: 50%;
        padding: 15px;
        background: #fff;
    }

.ItemNesne > a {
    display: block;
    color: #fff;
    min-height: 42px;
    position: relative;
    top: 8px;
}

.contact-Name {
    font-size: 24px;
    color: #fff;
    font-family: 'Bank Gothic';
    margin: 10px 0px;
    letter-spacing: -0.5px;
}

.rexa-details-counters {
    background: #FFD954;
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    width: 100%;
    padding-top: 75px;
}

.rexa-details-counters1 {
    content: '';
    background-color: #FFD954;
    height: 18px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-mask-image: url(/content/images/texture.svg);
    mask-image: url(/content/images/texture.svg);
    -webkit-mask-repeat: repeat no-repeat;
    mask-repeat: repeat no-repeat;
    width: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.bgs {
    background: #313131;
    height: 550px;
}

.bgs1 {
    background-color: #313131;
}

.rexa-parallax-Item {
    text-align: center;
    font-size: 18px;
    color: #313131;
    font-family: 'Bank Gothic';
    position: relative;
    margin-top: 30px;
}

@media(max-width:992px) {
    .center__rexa {
        padding: 30px 15px !important;
    }

    .bgs {
        height: 100% !important;
    }
}


.box-bg {
    background: #f1f2f3;
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 40px;
    border-radius: 10px;
}

.box-Items > p > strong {
    font-family: 'Bank Gothic';
    font-size: 24px;
    font-weight: normal;
}

.web-tasarim-sureci-nav-tab {
    list-style: none;
}

    .web-tasarim-sureci-nav-tab > li {
        padding: 5px 0px;
    }

        .web-tasarim-sureci-nav-tab > li > img {
            transition: 0.4s;
        }

        .web-tasarim-sureci-nav-tab > li:hover > img {
            transform: rotate(45deg);
        }

        .web-tasarim-sureci-nav-tab > li > a {
            color: #8e8e8e;
            font-family: 'Bank Gothic';
            padding-left: 0px;
        }

.tabs-heading {
    font-size: 32px;
    margin-bottom: 15px;
}

    .tabs-heading:before {
        content: '';
    }

.web-tasarim-sureci-nav-tab > li > img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.tabs-sections > .tab-pane {
    background: transparent;
    color: #313131;
    font-family: 'Bank Gothic';
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
}

.chatrx {
    position: relative;
    animation: none;
    margin-top: 0px;
    z-index: 999;
    transition: none;
    opacity: 1;
    width: 40px;
    height: 40px;
}

::-moz-selection {
    background: #313131;
    color: #fff;
}

::selection {
    background: #313131;
    color: #fff;
}


@media(max-width:992px) {
    .center__rexa > span {
        font-size: 16px;
        margin-bottom: 0px;
        display: block;
    }

    .slider-referans-top-2 {
        font-size: 46px !important;
        margin: 0px !important;
    }

    .slider-referans-top-1 {
        margin-bottom: -15px !important;
        position: relative;
        left: 35px !important;
        font-size: 46px !important;
        margin-top: -5px !important;
        margin-bottom: -15px !important;
    }

    .slider-referans-top-1u {
        margin-bottom: -15px !important;
        position: relative;
        left: 35px !important;
        margin-top: -5px !important;
        margin-bottom: -20px !important;
    }

    .mobileFont {
        font-size: 22px !important;
    }

    .slick-dots {
        width: 100% !important;
        margin: 0px !important;
        text-align: left !important;
    }
}

.modal-open .container-fluid, .modal-open .container, .modal-open section, .modal-open .swiper-container {
    filter: blur(5px);
}

.reveal {
    width: 50%;
    float: left;
    padding: 3px !important;
}

    .reveal img {
        display: block;
        max-width: 100%;
        height: auto;
    }



.modal-dialog-full {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px !important;
    top: 0px !important;
}

.modal-content-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.modal-header-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    padding: 17px 10px;
    border: 0;
    color: #fff !important;
    background-image: linear-gradient(-303deg,#313131,#055aa5 56%,#005096);
    font-size: 20px;
    border-radius: 0px !important;
}

.modal-body-full {
    position: absolute;
    top: 60px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer-full {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.modal-left {
    float: left !important;
    left: 0px;
}

.fade {
    background: rgba(0, 0, 0, 0.52);
    overflow: hidden !important;
    opacity: 1 !important;
    ;
}

.modal-body {
    padding: 15px 15px 0px;
}

.modal {
    top: 0;
}

.modal-header .close > span {
    line-height: 30px !important;
    padding: 0px;
    margin: 0px;
    height: 30px !important;
    text-shadow: none;
    display: block;
}

.modal-header .close {
    opacity: 1;
    height: 35px;
    width: 35px;
    font-size: 35px;
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px;
    top: -3px;
    border-radius: 50%;
    line-height: 0px;
    transition: 0.4s;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    background: #eaeaea36;
}

.modal.fade:not(.show) .modal-dialog-full {
    -webkit-transform: translate3d(-125%, 0, 0);
    -ms-transform: translate3d(-125%, 0, 0);
    -o-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
}

button:focus {
    outline: none;
    box-shadow: none;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 9999;
}

.detay-web {
    padding: 0px;
    height: 60px;
    list-style: none;
}

    .detay-web > li {
        float: left;
        width: 49%;
        text-align: center;
        margin-right: 1%;
    }

        .detay-web > li:hover {
            opacity: 0.8;
        }

        .detay-web > li > a {
            line-height: 60px;
            font-size: 13px;
            color: #fff;
            background: #313131;
            display: block;
        }

li.detay-btn-2 > a {
    background: #ffffff;
    color: #313131;
}

.project-description p, .project-description h1, .project-description h2, .project-description h3 {
    color: #fff !important;
}

.yasal {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block
}

    .yasal > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }


.rexa-new-donem {
    padding: 0 30px;
}

@media(max-width:992px) {
    .reveal {
        width: 100%;
    }

    .referansces-contents {
        display: none !important;
    }

    .background-Item:before {
        background: #3131310001c;
    }

    footer .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .type-item-1 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }


    .rexa-details-counters .col-md-4 {
        width: 33.3333333333% !important;
        float: left;
    }

    .rexa-details-counters {
        height: 190px;
    }

    .rexa-new-donem {
        padding: 0 !important;
    }
}

.guvenlikKodu {
    height: 42px;
    border-radius: .25em;
    border: 2px solid #313131;
}

select {
    font-size: 14px !important;
}

.cookieinfo {
    color: #fff !important;
    padding: 15px !important;
    background: #313131111e0 !important;
    border-top: 1px solid #313131000;
}

    .cookieinfo a {
        text-decoration: underline !important;
        color: #fff !important;
    }

.cookieinfo-close {
    font-family: 'Bank Gothic';
    padding: 6px 20px !important;
    background-color: #fff !important;
}

.contact-item {
    margin-top: 15px;
    clear: both;
    display: flex;
    flex-shrink: 0;
		font-family:poppins;
}

    .contact-item span, .contact-item address {
        color: #fff;
        position: relative;
        float: left;
        left: 10px;
    }

.text-footer p {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
		font-family:poppins;
}

.contact-item a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
		font-family:poppins;
}
#rexaCopyright a{
	color: #fff;
    text-decoration: underline;
}

.contact-item i {
    font-size: 22px;
    color: #fff;
    float: left;
    min-width: 25px;
    max-width: 25px;
}

.swiper-container {
    height: 350px;
    max-height: 350px;
    margin-top: 80px;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider-text-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-text {
    font-weight: 700 !important;
    font-size: 62px;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0px 0px 5px #000;
}

.slider-desc p {
	color: #fff;
    font-size: 28px;
    font-weight: 300;
    font-family: Bank Gothic;
    margin-top: 0;
}
.slider-desc strong{
	color:#fff;
	    text-shadow: 2px 2px 1px #000;
	font-size:42px;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #313131;
	display:none;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px -7px #313131;
    -moz-box-shadow: 0px 0px 15px -7px #313131;
    box-shadow: 0px 0px 15px -7px #313131;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 22px;
    }

.nav {
    position: absolute;
    z-index: 9;
    background: #ffffff8c;
}

.page-Title, .icerikEkle-title, .page-Description h1 {
    font-size: 38px !important;
    color: #000000;
    font-weight: 800 !important;
    position: relative;
    font-family: 'Poppins';
    line-height: normal;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(90deg, #1e4067 4%, #1c66ae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ac-group i{
	font-size: 32px;
    color: #313131;
    margin-bottom: 15px;
}
    .page-Description h1 span {
        font-family: 'Bank Gothic';
    }

    .page-Title:after, .icerikEkle-title:after {
    content: '';
    display: block;
    background: #1d558e;
    height: 4px;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 70px;
    border-radius: 8px;
    }
	.cfd:after, .icerikEkle-title:after{
    margin: 0;
    background: #fff;
	}
	.icerikEkle-title:after{
		    background: #1d558e;
	}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.tamekran .col-md-6 {
    padding: 0;
}
.proweta-accordion{
    margin-top: 30px;
    padding: 30px 15px;
    background-color: #fff;
	text-align:left !important;
}

.urunler-bg {
margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 0;
    border-radius: 7px;
    padding: 0;
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 270px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -5px #898989;
	-webkit-box-shadow: 0px 0px 10px -5px #898989;
	-moz-box-shadow: 0px 0px 10px -5px #898989;
}
.urunler-desc{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}
.flick-bg {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
}

.flick img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 !important;
    border: 0 !important;
}

.flick {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}





.item2 {
    float: left;
    width: 100%;
}

    .item2 a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        width: 100%;
        height: 175px;
        background: #313131;
        position: relative;
        overflow: hidden;
    }

        .item2 a:hover .all {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .item2 a .all:before {
            content: "";
            position: absolute;
            z-index: 999;
            display: block;
            background: #181818;
            transition: width .3s;
            width: 0%;
            height: 175px;
        }

        .item2 a:hover .all:before {
            width: 100%;
        }

.item a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box2 .item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 400px;
    overflow: hidden;
}

.images .resim-att {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
}

.resim-att-pre {
    width: 100%;
    height: 100%;
    position: relative;
}

.resim-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.resim-centered {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.resim-thumb .resim-centered img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.images {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

.all {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.box2 .item .all {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
}

.resim-thumb:before {
    content: '';
    background-color: #313131;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .35;
    z-index: 99;
}

.resim-att-pre, .resim-thumb {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .resim-att-pre:hover .resim-thumb {
        transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.title {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 999;
}

    .title h2 {
        font-size: 28px;
        color: #fff;
        text-align: center;
        font-weight: bold !important;
        text-transform: uppercase;
        text-shadow: 0px 0px 10px #5a5a5a87;
    }

.box2 .col-md-4 .row {
    margin: 0px -7.5px !important;
}

.item {
    margin-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

#main-page {
    padding: 0px 0 40px;
}

footer {
    background: #f8f8f8f2 !important;
}

.gallery-flex {
    margin: 0;
}

    .gallery-flex .col-md-4, .gallery-flex .col-md-6, .gallery-flex .col-md-3{
        padding: 0 7.5px;
    }


.text-slider-in {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
}

.text-alani-p {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}
.navbar-nav > li:last-child{
	padding-right:0!important;
}

}



#back-to-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    background-color: #313131;
    border: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    box-shadow: 0px 0px 13px -7px #000;
}

    #back-to-top:hover {
        background-color: #181818;
    }

    #back-to-top i {
        color: #fff;
    }

footer {
    background: #1659aa !important;
    position: relative !important;
    background-image: url(../../Content/images/ansal-bg.jpg) !important;
    background-size: cover !important;
}

.footer-type-1 > .container > .row {
    position: relative;
}

.maplist li {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px;
}

    .maplist li:hover {
        padding-left: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .maplist li:before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background: #7fd1de;
        position: absolute;
        left: -15px;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .maplist li:hover:before {
        opacity: 1;
        left: -0px;
    }

.title-page {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
	position:relative;
	margin-top:80px;
}
.detayUrun-desc-2 p{
	height:auto;
}

.detayUrun-desc-2 img{
    display: block;
    margin-top: 10px;
}
    .title-page .container {
        height: 150px;
        position: relative;
    }

.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.relative-title {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

    .relative-title h1 {
    text-align: left;
    color: #fff;
    font-weight: 700 !important;
    font-size: 42px;
    text-shadow: 0px 0px 5px #000;
    }

    .relative-title p {
        color: #fff;
        font-weight: 600;
        font-size: 21px;
    }


.galleryType {
    padding: 0 0 30px;
}

.subscribeCover {
    background: #757575;
    padding: 0px 0;
    position: relative;
}

.subscribeIcon {
    float: left;
    background: #ffffff;
    color: #313131;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    position: relative;
    top: 10px;
}

.subscribeText {
    float: left;
    line-height: 67px;
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
}

    .subscribeText p {
        color: #fff;
        font-size: 15px;
    }

.flex .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #ffff !important;
    font-size: 14px;
    position: relative;
    top: 14px;
    padding-right: 35px;
}

    .flex .form-control::placeholder {
        color: #fff !important;
    }

.alertBtn {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 22px;
}




@media(max-width:992px) {
    .web-tasarim {
        margin: auto;
        text-align: center;
        width: 60px;
        position: relative;
        top: 5px;
    }
}

@media(min-width:992px) {
    .web-tasarim {
        width: 60px;
        position: absolute;
        right: 50px;
        top: 0px;
    }
}


.iletisim .prc {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    padding: 70px;
    margin-top: -100px;
    background: #fff;
    opacity: 1;
    z-index: 99;
    position: relative;
    margin-bottom: 70px;
}

.iletisim-title {
    font-size: 72px;
    font-weight: bold;
    font-family: times !important;
    color: #181818;
    letter-spacing: -2px;
    line-height: 55px;
    margin-bottom: 15px;
}

.iletisim-desc {
    font-family: times !important;
    font-size: 30px;
    color: #181818;
}

.iletisimForm .form-control {
    border: 1px solid #181818 !important;
    height: 60px;
    border-radius: 0px;
    color: #181818 !important;
    margin-bottom: 35px !important;
}

    .iletisimForm .form-control::placeholder {
        color: #181818 !important;
        letter-spacing: 2px;
        font-weight: 300 !important;
        margin-bottom: 30px;
        font-size: 14px !important;
    }

textarea {
    height: 120px !important;
}



.gallery-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .gallery-img a img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .gallery-img a {
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


        .gallery-img a:hover:before {
            opacity: 1;
        }


.urunler {
    padding: 50px 0;
    background: #fff;
}

.icerikEkle {
    padding: 70px 0;
}

table {
    border-collapse: collapse;
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
}

    table td, table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-weight: 600;
    }

    table tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05);
    }

.Gray {
    width: 100% !important;
    max-width: 100% !important;
}

.Left, .Right {
    width: 50% !important;
    float: left !important;
}

.flick-bg img {
    border: 1px solid #f2f2f2;
    padding: 50px;
    background-color: #fff;
}

#urunler-details {
    padding: 60px 0;
    background-color: #fff;
}

#related {
    background-color: #f3f3f3;
}

.detayUrun-bg h1 {
    font-size: 26px;
    font-weight: bold !important;
    margin-bottom: 15px;
}

.breadlist {
    list-style: none;
}

    .breadlist li {
        float: left;
        position: relative;
        padding: 0px 25px 0 0;
    }

        .breadlist li:before {
            content: '';
            display: block;
            width: 2px;
            height: 15px;
            background: #fff;
            position: absolute;
            left: -12.5px;
            top: 3px;
        }

        .breadlist li:first-child:before {
            display: none !important;
        }

        .breadlist li a {
            color: #fff;
        }

.det-blog {
    padding: 15px;
}

.list-right {
    width: 100%;
    padding-left: 240px;
}

.blog-list {
    padding:15px 0;
}

.list-item-body {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 10px;
    min-height: 230px;
    border: 1px solid #f8f9fa;
    margin-bottom: 0;
    background: #f8f9fa;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.blog-list-title {
    font-size: 18px;
    color: #1b1c21;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.datetime {
    color: #ababab;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .datetime i {
        font-size: 18px;
        margin-right: 5px;
    }

.devami {
    font-size: 16px;
    color: #ababab;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-left {
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

    .list-left a {
        width: 100%;
        overflow: hidden;
        position: absolute;
        height: 100%;
    }

.devami i {
    position: relative;
    top: 2px;
    font-weight: bold;
    margin-right: 3px;
}


.kategori {
    font-weight: bold !important;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 15px;
    font-size: 22px;
}

.page-tek h1 {
    font-size: 28px;
    font-weight: bold !important;
}

.list-group-item {
    border: 1px solid rgb(193, 193, 193);
    margin-bottom: 15px;
    padding: 5px;
}

.sidebar-ka {
    background: #313131;
    padding: 15px;
}

    .sidebar-ka ul {
        list-style: none;
    }

        .sidebar-ka ul li {
            padding: 10px 15px;
            border-left: 3px solid #313131;
            transition: 0.4s;
        }

.title-text p {
    font-size: 20px;
    color: #fff;
}

.sidebar-ka ul li.active {
    border-left: 3px solid #fff;
    background: #c50620 !important;
}

.sidebar-ka ul li:hover {
    border-left: 3px solid #fff;
}

.sidebar-ka ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

@media(max-width:992px) {
    .list-left a {
        width: 100%;
        overflow: inherit;
        position: relative;
        height: auto;
    }

    .flex {
        display: flex;
    }

    .subscribeIcon {
        display: none;
    }

    .subscribeText {
        line-height: normal;
        border: 0px;
        text-align: left;
        float: none;
        padding: 0;
        margin: 0;
    }

    .flex .form-control {
        top: -5px;
        border-radius: 0;
        padding-left: 0;
        border-bottom: 1px solid #fff;
    }

    .subscribeCover {
        padding: 15px 0;
    }

    .alertBtn {
        top: 5px;
        right: 15px;
    }

    .list-left {
        width: 100%;
        position: relative;
    }

    .list-right {
        width: 100%;
        padding-left: 0;
    }

    .list-item-body {
        padding: 0;
    }

    .dropdown-trigger.active + ul.dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        border: 0px;
        background: #fff;
        border-radius: 0;
        padding: 0;
        padding-bottom: 8px;
        margin: 0;
    }


    .cool-link {
        position: relative;
    }

    .dropdown-submenu > a {
        background: #fff !important;
    }

    .yasal {
        display: none;
    }

    .bottom-footer span {
        margin-right: 10px;
        float: none !important;
    }

    .bottom-footer {
        text-align: center;
    }

    .icerikEkle-img {
        margin-bottom: 15px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .yokol {
        display: none;
    }

    .column-1-flex-row .col-xs-12 {
        width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }

    .icerikEkle .col-md-6 {
        padding: 0;
    }

    .main-slider-text-bg {
    width: auto;
    left: 15px;
    right: 15px;
    }
	.swiper-button-next, .swiper-button-prev{
		display:none!important;
	}
}

@media(min-width:992px) {
    .cool-link:hover + .dropdown-menu,
    .cool-link:hover .dropdown-menu {
        display: block;
    }
}

.search-full {
    background: transparent;
    position: absolute;
    width: 0;
    height: 60px;
    top: 70px;
    display: none;
    -webkit-animation: slideInUp .3s;
    animation: slideInUp .3s;
}

    .search-full.active {
        display: block;
        width: 100%;
    }

.table-cell {
    position: absolute;
    top: 0px;
    float: right;
    height: 60px;
    z-index: 99;
    padding: 9px 0;
    left: 0;
    width: 1180px;
    right: 0;
    margin: auto;
}

.search-full input {
    height: 42px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #484848;
    border: 1px solid #ccc;
    padding-left: 60px;
    padding-right: 60px;
    background: #f3f3f3;
    border-radius: 0;
}


@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-nav.display-none {
    display: none;
}

.search-full input:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #ccc !important;
}

.table-cell .form-group i {
    position: absolute;
    top: 17px;
    font-size: 26px;
    left: 10px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    color: #ccc;
}

.table-cell .form-group .search-close i {
    right: 10px !important;
    left: auto !important;
    border-right: 0px solid #ccc;
    border-left: 1px solid #ccc;
    padding-right: 0px;
    padding-left: 8px;
}


.search-trigger {
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #313131;
    border-radius: .25em;
}

    .search-trigger i {
        margin-right: 5px;
    }

    .search-trigger:hover {
        color: #313131;
    }

.owl-item {
    float: left;
}

    .owl-item .urunler-bg {
        padding: 5px;
    }

/* 
Owl Carousel CSS
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 4
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .owl-carousel .owl-item {
        float: left;
        padding: 0 1px;
    }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}
strong {
    color: #313131;
    font-family: 'poppins';
    font-weight: 500;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(owl-carousel/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


.owl-prev, .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #1659aa;
    line-height: 40px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 4px;
	margin-top:25px;
}
.owl-prev i, .owl-next i {
            color: #1659aa;
        }
    .owl-prev:hover, .owl-next:hover {
        background-color: #1659aa;
        border: 1px solid #1659aa;
    }

        .owl-prev:hover i, .owl-next:hover i {
            color: #fff;
        }

.owl-buttons {
    display: inline-block;
    margin-top: 15px;
}

.owl-controls {
    text-align: center;
}

.related-title, .blog-title {
    font-size: 22px;
    color: #313131;
    font-weight: 600 !important;
}

.related-title {
    margin-bottom: 10px;
}

#related, #blog {
    padding: 0 0 30px;
}

    #blog p {
   
    font-size: 13px;

    }

.blog-desc {
    color: #313131;
    min-height: 50px;
    width: 100%;
    background: #f8f8f8;
    padding: 15px;
}

.blog-bg{
    margin: 0 15px;
    box-shadow: -14px 15px 0px 0px #1d558e;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 15px;
    border: 1px solid #ccc;
    background: #b5b5b5;
}

.page-Title-7 {
    display: none;
}

.blog-desc span {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px;
    font-size: 15px;
    color: #343b90;
}

    .blog-desc span:hover {
        padding-left: 10px;
    }

.blog-desc .sayfaName {
font-weight: 500;
    font-size: 18px;
    padding-left: 25px;
}
.blog-desc .sayfaName:before{
content: '';
    background-image: url(../arrow.png);
    width: 27px;
    height: 31px;
    display: inline-block;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 25px;
}

.swiper-pagination-bullet {
    width: 35px;
    height: 0px;
    border: 1px solid #fff !important;
    display: inline-block;
    border-radius: 25px;
    background: #313131;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.pageHeader {
    background-repeat: no-repeat;
    background-image: url(../content/images/page-title.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.modal-body .form-group {
    position: relative;
}

.modal-body .form-control {
    padding-left: 60px;
}

.modal-body textarea {
    padding-left: 10px !important;
}

.modal-title small {
    display: block;
    font-size: 15px;
    color: #484848;
}

.modal-body i {
    position: absolute;
    top: 40px;
    left: 15px;
    font-size: 20px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.modal-body input:focus + span {
    color: #313131 !important;
}

.pageHeader:before {
    content: '';
    display: block;
    background: #313131eb;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.gallery-bg {
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
}


    .gallery-bg img {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.resimAlt {
    position: absolute;
    bottom: 35px;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0px 0px 10px -5px;
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
}

.urunler-bg a {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
}


    .gallery-flex .col-md-2 .gallery-bg {
        padding: 15px;
        margin-bottom: 0
    }

    .gallery-flex .col-md-2 .gallery-img a:hover img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.search-onerilenler {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 45px;
}

.he-list {
    list-style: none;
}

    .he-list li {
        padding: 5px 15px;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .he-list li:hover {
            background-color: #f3f3f3;
        }

        .he-list li a {
            font-size: 13px;
            display: block;
            color: #313131;
        }

.hizli-erisim {
    font-size: 16px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 500;
}


/*lightbox*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1250;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1251;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: poppins,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #313131
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.section-accordion{
    padding: 30px 0;
	background:#fff;
}

.tamekran-soft{
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 35px 0;
	margin-top:50px;
    position: relative;
}
.tamekran-soft .page-Title:before{
	display:none!important;
}
.ikonsg .page-Title:before{
	color:#313131;
	background:#313131!important;
}
.tamekran-soft .page-Title{
	color:#313131;
	font-weight:400!important;
}
.tamekran-soft p{
	color:#313131;
	font-size:16px !important;
}

.btn-white{
	border:1px solid #ccc;
	background-color:#fff;
}
.tamekran-soft ul{
	list-style:none;
}
.tamekran-soft ul li:before{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content: "\f00c";
	color:#313131;
}
.tamekran-soft ul li{
	padding:5px 0;color:#313131;font-weight:500;
}
.swiper-button-next{
	right:0;
	border-radius:30px 0 0 30px !important;
}
.swiper-button-prev{
	left:0;
	border-radius:0 30px 30px 0 !important;
}

.swiper-button-next:after {
    position: absolute;
    right: 13px;
}
.swiper-button-prev:after{
	    position: absolute;
    left: 13px;
}

.owl-c .owl-item .col-md-12{
	padding:5px;
	border:1px solid #eee;
	
}

.owl-page {
    border: #313131 2px solid;
    background-color: #313131;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px 2px;
}

    .owl-page.active {
        border: #313131 2px solid;
        background-color: transparent;
    }
	
	
.owl-pagination{
	    display: inline-block;
    position: relative;
    top: 30px;
}	


@media(max-width:992px){
.section-accordion{
    padding: 30px 0 0;
}

.owl-pagination {
    top: 0;
}
.slider-text {
    font-weight: bold !important;
    letter-spacing: 0;
    font-size: 38px;
    margin-bottom: 10px;

}
.slider-desc p {
    font-size: 14px;
}


.ac-group .dropdown-trigger.active + .text{
    display: block !important;
    margin-top: 5px;
    padding: 0 15px;
}
#back-to-top{
	display:none!important;
}
}

@media(min-width:992){
.ac-group .dropdown-trigger{
	display:none!important;
}
}

.ozellikler{
    background-color: #f8f8f8;
    padding: 50px 0 120px;
}
.badge-spr{
	display:none;
}
.proweta-ozellikler-item h3{
	    font-weight: 600 !important;
    font-size: 24px;
}
.title-p{
	font-size: 32px;
    font-weight: 600;
    color: #313131;
}
.title-p p{
	font-weight:normal;
}

.top-bar ul{
    list-style: none;
    display: inline-block;
    width: 50%;
    border-bottom: 0 solid #ccc;
    padding-bottom: 8px;
}
.top-bar ul li{
    padding: 0 5px;
    display: inline-block;
}
.top-bar ul li a{
	font-size: 13px;
    font-weight: 300 !important;
	color:#fff;
	    font-family: poppins;
}
.logo span{
	display: block;
    position: relative;
    top: 30px;
    color: grey;
	font-size:12px;
}
.sticky .logo span{
    top: 28px !important;
}
.top-bar ul li a i{
	font-weight: 400;
}
.top-bar{
    padding: 8px 0 0;
    background: #2a5f9a;
	
}
.top-bar span{
	font-size: 12px;
    color: #919191;
}
.top-bar .col-md-8{
	text-align:right;
}
.top-bar  .col-md-8 ul{
	float:right;
}
.top-bar .col-md-8 i{
	font-weight:900 !important;
}
.top-bar .col-md-8, .top-bar .col-md-4{
	padding:0;
}
.top-bar ul li:last-child{
	padding-right:0;
}


.gallery-flex .col-md-2 .gallery-img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    filter: grayscale(2);
    opacity: 0.3;
}

.e-bulten-kaydi ul{
	list-style:none;
	width:100%;
	position:relative;
	top:10px;
}
.e-bulten-kaydi ul li{
display: inline-block;
    margin-right: 2%;
    position: relative;
    width: 31%
}

.e-bulten-kaydi ul li i{
	position: absolute;
    top: 10px;
    font-size: 24px;
    color: #2d3e4f;
}
.e-bulten-kaydi input{
	height: 42px;
    border: 0px;
    width: 100%;
    padding-left: 30px;
    font-weight: bold;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
    color: #2d3e4f;
}
.e-bulten-kaydi input::placeholder{
	font-size:13px;
	color:#2d3e4f;
	font-weight:500 !important;
}
.e-bulten-kaydi input:focus{
	outline:0 !important;
	box-shadow:none !important;
	border-bottom: 1px solid #2d3e4f;
}
.e-bulten-kaydi button{
	box-shadow: 0px 0px 30px -10px #b7b8b9;
	border-radius:30px;
}
.e-bulten-kaydi button i{
position: relative !important;
    color: #fff !important;
    top: 0px !important;
    margin: 0 !important;
    left: 5px !important;
    font-weight: 400;
    font-size: 15px !important;
}
.box-bg1{
    position: relative;
    top: 15px;
    font-size: 13px;
    color: #919191;
}
.e-bulten-kaydi .container{
    position: relative;
    padding: 31px 2rem 20px;
    color: #454545;
    background-color: #fff;
    box-shadow: 0 5px 22px rgba(0,0,0,.08);
    border-radius: 10px;
    z-index: 101;
}
.e-bulten-kaydi{
	position: absolute;
    top: auto;
    margin-top: -75px;
    left: 0;
    right: 0;
}
.bg-text{
	    font-size: 24px !important;
    margin-bottom: 15px;
}
.ac-group h4{
    font-size: 18px;
    font-weight: bold !important;
    margin-bottom: 0;
}
.ac-group .icons{
	float:left;
}
.text p{
	font-size: 12px;
    line-height: 22px;

}
.text strong{
	border-top: 1px solid #eee;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 15px;
    display: flex;
}
.text ul{
	list-style:none;
}
.text ul li{
	font-size: 12px;
    color: #919191;
    padding: 3px 0;
    padding-left: 20px;
}
.text ul li:before{
	color: #ff7a59;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 30px;
    margin-top: -2px;
}
.slideForm{
    width: 35%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #0000007a;
    text-align: center;
    padding: 0;
}
.slideForm-title{
	background: #313131;
    padding: 5px 0 6px;
    color: #fff;
}
.slideForm-title span{
    display: block;
    font-size: 26px;
    font-weight: 900;
    position: relative;
}
.slideForm-Icerik{
	background: #fff;
    padding: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px -5px #c1c1c1;
}
.groupTypeSlide{
	position:relative;
	text-align:right;
	    margin-bottom: 1rem !important;
}

.groupTypeSlide i{
	position: absolute;
    top: 12px;
    font-size: 20px;
    color: #ccc;
    border-right: 1px solid #ccc;
    left: 15px;
    padding-right: 9px;
}
.slideForm input{
	width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    outline: 0;
    padding: 15px;
    padding-left: 55px;
    font-size: 12px;
    border-radius: 4px;
	color:#313131;
}
.slideForm input:focus + i, .slideForm input:valid + i{
	font-weight:900 !important;
	color:#313131;
	border-color:#313131;
}

.slideForm input::placeholder{
	color:#ccc;
}
.main-slider-bg{
	height:250px;
}
.swiper-container .container{
	position:relative;
}

.icerik p{
	font-size: 13px;
    font-weight: 500;
}

@media(max-width:992px){
	.top-bar, .slider-desc a{
		display:none;
	}
	.main-slider-bg {
    height: 570px;
}
	.main-slider-text-bg {
    width: auto;
    left: 15px;
    right: 15px;
    padding: 15px;
    top: 30px;
    position: relative;
    transform: none !important;
    left: 0;
	text-align:center;
}
.swiper-slide:before {
content: '';
    background: #ffffffbf;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slideForm {
width: 100%;
    margin-top: 25px;
    position: absolute;
    top: auto;
    bottom: 0px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 0;
    background: #fff0;
    text-align: center;
    padding: 0;;
}
.swiper-pagination {
	display:none;
}
.slideForm-title{
	font-size:11px;
}
.nav-link {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 17px !important;
	font-size:16px;
}
.proweta-ozellikler-item h3 {
    font-size: 16px;
}
.badge-spr{
	display:none;
}
.logo{
	padding: 15px 0;
}
.paragrafType{
	padding:30px 0 !important;
}
#nav {
    margin: 80px 0 0 0px;
}
.ozellikler {
    background-color: #f8f8f8;
    padding: 30px 0 0;
}
.gallery-flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery-flex .col-md-2{
    width: 33.333%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 7.5px;
}
.gallery-flex .col-md-2 .gallery-bg {
    padding: 5px;
    margin-bottom: 0;
}
.galleryType{
	padding:30px 0 !important;
}
p {
    font-size: 12px;
}
.ac-group h4{
    margin-bottom: 0;
    top: 5px;
	font-size:14px;
}
 .ac-group i{
	    margin-bottom: 0; 
 }
.text ul li:before{
	left:15px;
}

footer .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
footer .contact-item {
    padding:0 15px;
	text-align:left;
}
.w100{
	width: 100% !important;
}
.yokol{
	display:none!important;
}
footer {
    padding: 30px 0 !important;
}
.bottom-footer .container {
    border-top: 1px solid #cbd6e2;
    padding: 15px 0 !important;
    background: #1d2d3c;
}

.page-Title, .icerikEkle-title, .page-Description h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-bottom: 15px;
}
.ac-group{
    position: relative;
    line-height: 50px;
}
.ac-group .icons{
	display: inline-block;
    padding-left: 15px;
}
.ac-group i {
	font-size: 24px;
    margin-right: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 50px;
    padding-right: 15px;
    height: 50px;
}
.ac-group h4 {
    margin-bottom: 0;
    top: 0;
    font-size: 15px;
    text-align: left;
    margin-left: 0px !important;
    line-height: 50px;
}
.proweta-accordion {
border-bottom: 1px solid #fff;
    background: #f8f8f8;
    margin-top: 15px !important;
    border-radius: 4px;
    padding: 0;
    line-height: 50px;
}
.accordion-bg .mt-40{
	margin-top:20px;
}
.blog-bg {
    margin-right: 0;
}
.tamekran-soft:before{
    content: '';
    background: #fffffff2;
}
.gallery-flex .col-md-12{
	margin-bottom:20px;
}
footer .col-md-12{
	padding:0;
}
.text ul li {
    line-height: 20px;
}
.text ul li:before {
    margin-top: 0px;
}
.slider-desc p {
	font-size:16px !important;
}
.slideForm-Icerik .btn-color{
display: block;
    width: 100%;
}
.slideForm-Icerik {
    background: #395d7f;
    padding: 15px;
    border: 0;
    box-shadow: 0px 0px 10px -5px #c1c1c1;
}



}



.contact_id i, .contact_id p, .contact_id a{
	color:#484848 !important;
}
@media(min-width:992px){
	.footer-alt{
		display:none;
	}
}
.footer-alt{
position: fixed;
    background: #fff;
    height: 50px;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
    z-index: 9999;
}
.footer-alt ul{
	width:100%;
}
.footer-alt ul li{
	width: 33%;
    display: inline-block;
    float: left;
	position:relative;
	border-right:1px solid #ccc;
	height:50px;
}
.footer-alt ul li:last-child{
	border-right:0;
}
.footer-alt ul li span{
margin-left: 35px;
    font-family: poppins;
    color: #ff7a59;
	display:block;
}
.ust{
	font-size: 13px;
    position: relative;
    top: 8px;
	
}
.alt{
	font-size: 9px;
	position: relative;
    top: 5px;
}
.footer-alt li i{
	font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 5px;
	color:#313131;
}

#prowetaOzellestir{
	padding:30px 0 120px;
}

.radio-type-1[type=radio], .radio-type-1[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.steplayn{
	width: 100%;
    margin: 0;
    margin-top: 20px;
}
.label-text{
    display: block;
    padding: 15px;
    width: 100%;
    box-shadow: 0px 0px 10px -5px #eee;
    border: 2px dotted #ccc;
    cursor: pointer;
    max-height: 60px;
    min-height: 60px;
	position:relative;
}
.label-text span{
	display: block;
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    max-height: 60px;
    min-height: 60px;
    padding-right: 30px;
}
.label-text button{
	margin-top:0 !important;
}
.label-text span small{
	display:block;
}
.radio-type-1[type=radio]:checked + .label-text, .radio-type-1[type=checkbox]:checked + .label-text {
    border: 2px dotted #4CAF50;
}

.cloun__step button{
	margin-top:15px;
	float:right;
}

.slider-range span:last-child, .slider-range2 span:last-child{
	display:none;
}


.ui-widget-content {
    border: 1px solid #ff7a59;
    background: #ff7a59;
    color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ff7a59;
    background: #ff7a59;
    font-weight: normal;
    color: #555555;
	outline: 0;
	border-radius:50%;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #ffff;
    color: #222222;
    font-weight: bold;
}

.ui-state-active{
	background:#ff967c;
	border: 1px solid #ff967c;
}

.formO{
    border: 0;
    font-size: 34px;
    font-weight: 900;
    font-family: poppins;
    color: #ff7a59;
    width: auto;
}
.obje{
    font-size: 17px;
    position: relative;
    left: -2px;
    font-weight: 600;
    top: 0;
}
.dilSonuc{
	position: relative;
    top: -21px;
}

.firststep .cloun__step{
width: 50%;
    float: left;
    padding: 5px;
}

.laststep{
	padding: 20px 5px;
    display: flow-root;
}


.switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 22px;
    background: #313131;
    display: block;
    border-radius: 100px;
    top: 9px;
    margin: 0 10px;
    position: relative;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 14px;
    line-height: 1;
    margin-left: -25px;
    position: absolute;
    top: 2px;
    transition: all linear .1s;
    width: 14px;
}
.switch-label {
    display: inline-block!important;
}
.switch-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #ff7a59;
    border-radius: 90px;
    transition: 0.3s;
}

input[type=checkbox] + label, input[type=radio] + label {
    display: block;
    padding-left: 25px !important;
    position: relative;
}

#switch[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

input[type=checkbox]:checked + label:before {
    border-width: 7px;
    border-color: #1c3765;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 14px;
    line-height: 1;
    margin-left: -25px;
    position: absolute;
    top: 2px;
    transition: all linear .1s;
    width: 14px;
}
#switch:checked + .switch-label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.filter-switch span {
    position: relative;
    top: 5px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

.btn__info{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #343b90;
    color: #fff;
    border: 1px solid #343b90;
    float: none !important;
    font-size: 13px;
    margin-left: 7px;
}

.form-group {
    margin-bottom: 10px;
}

.ekstra{
    display: inline-grid;
    width: 100%;
    position: relative;
    top: 8px;
    margin: auto;
    text-align: center !important;
    font-size: 22px;
}
.stepsize{
	display: block;
    width: 100%;
    margin-top: 100px;
}

@media(max-width:992px){
.swiper-container {
    height: 260px;
    max-height: 260px;
}
.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%%;
    max-width: 100%;
}
.firststep .cloun__step {
    width: 100%;
    float: left;
    padding: 0;
}
.cloun__step .row{
	margin:0 -15px;
}
.cloun__step .col-md-10{
	width:80%;
}
.cloun__step .col-md-2{
	width:20%;
}
.cloun__step label{
	font-size:15px;
}
#prowetaOzellestir .col-md-8{
	padding:0
}
.formO {
    font-size: 22px;
}
.obje {
    font-size: 13px;
    left: 0;
}
.dilSonuc {
    position: relative;
    top: -14px;
}
.filter-switch span {
    position: relative;
    top: 9px;
}
.cloun__step .btn-color{
	margin-top:30px;
}
.title-p {
    font-size: 22px;
}
#prowetaOzellestir .stepsize br{
	display:none;
}
.label-text {
    padding: 18px 15px 0px;
}
}



@media(min-width:992px){
	.ac-group i{
		display:none;
	}
}

#priceBottom{
	position: fixed;
    background: #313131;
    z-index: 9999;
    width: 100%;
    height: 60px;
    padding: 7px;
    bottom: 0;
}
#subt0{
	color: #fff;
    font-size: 28px;
}
#siparisTamamla{
    background: #ff7a59;
    border: 0px;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    font-size: 18px;
}

.contact_id .col-md-6.ccsss{
	padding-left: 30px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 16px -5px #dcdcdc;
}
.contact_id .col-md-6{
	padding:15px;
}
 section.contact_id{
 background: #fff;
 }
 
 .form-control{
	 border: 1px solid #ccc;
    height: 42px;
    background: #f8f8f8;
 }
 
 .icerik, .sayfaName-2{
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }
 .blogs-bg{
    padding: 0 15px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0px 6px 10px -1px #f3f3f3;
 }
 .img-s{
    margin: 0 -15px;
    height: 220px;
    overflow: hidden;
    max-height: 220px;
	position:relative;
 }
 .img-s img{
	 position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
 .blog-list-title h3{
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
 }
 
 .proweta-ozellik-ikons{
	 
	 
 }
.proweta-ozellik-ikons i {
    float: right;
    font-size: 26px;
    color: #343b90;
}

.gallery-flex .col-md-2 .gallery-img img:hover{
	opacity:1;
	filter:none;
}

.vvvvvv ul{
	margin-left:30px;
}
.vvvvvv ul li{
	margin-top:5px;
}
.bg-light .container .row{
	margin:0 -15px;
}

.main-slider-img{
	    width: 45%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    z-index: 999;
    height: 100%;
    right: 0;
}
.msi-bg{
	
}
.msi-overflow{
	
}
.msi-img{
	z-index: 999;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-property: transform;
    position: absolute;
}

#rexaCopyright{
	color:#fff;
}

@media (min-width: 768px){

.section-row-rx {
    height: 100%;
    position: relative;
    margin: 0 -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
    position: initial;
}

}
.navbar.sticky{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 90px;
    box-shadow: 0px 8px 10px -9px #b5b5b5;
	transition: 0.5s;
}
.navbar{
		transition: 0.5s;
}
p.lead{
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 28px;
}
.btn-parallax-icons{
	padding: 10px 30px;
    border-radius: 6px;
    position: absolute;
    font-family: Poppins;
    transition: 0.4s;
    font-weight: 500;
    top: -12px;
    right: 0;
	background: #fff;
    color: #1659aa  !important;
    border: 2px solid #1659aa !important;
}
.btn-parallax-icons:hover{
    background: #0d3769;
    color: #fff  !important;
    border: 2px solid #0d3769 !important;
}
.btn-parallax-icons:after{
	content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    top: 0.3px;
}
.css-img{
	height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
}

.page-accordion{
list-style: none;
    display: inline-block;
    margin: 0 -30px;
}
.page-accordion li{
width: 33%;
    text-align: center;
    float: left;
    padding: 0 15px;
}
.page-accordion li a{
    display: block;
    background: #1c66ae;
    padding: 0;
    box-shadow: 0px 0px 16px -5px #7b7b7b;
    border-radius: 0;
    border: 4px solid #fff;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.page-accordion li a:hover{
	margin-top:-10px;
}
.page-accordion li a i{
    font-size: 62px;
    margin-bottom: 10px;
}

@media(min-width:768px){
	.section-accordion {
    margin-top: -150px;
}
}
.page-accordion li a {
    position: relative;
    z-index: 99;
}
.ac-group h2{
    font-weight: 400 !important;
    color: #ffffff;
    margin-bottom: 0 !important;
    display: inline;
    font-size: 14px;
    background: #1659aa;
    position: absolute;
    width: 300px;
    padding: 15px 0 13px;
    border-radius: 6px;
    box-shadow: 0px 2px 10px -8px #000000;
    bottom: -41px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border: 3px solid #1659aa;
    transition: 0.3s;
    text-align: left;
    padding-left: 13px;
}
.ac-group h2:hover{
	background: #0d3769;
    color: #fff !important;
    border: 3px solid #0d3769 !important;
}
.ac-group h2:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 5px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.ac-group{
position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    right: 0;
}

.cfd{
	background: -webkit-linear-gradient(90deg, #ffffff 4%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cfd3{
	color:#fff;
}


.icerikEkle-Desc ul{
	list-style:none;
}
.icerikEkle-Desc ul li{
	margin-top:10px;
	padding-left:0px;
	font-family:poppins;
}
.icerikEkle-Desc ul li:before{
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: #1659aa;
    border-radius: 50%;
    font-weight: 900;
    position: relative;
    top:0px;
    font-size: 16px;
    margin-right: 5px;
}

.altItem{
	list-style:none;
	display:none;
	background: #0b4183;
}
.altItem li{
	margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.altItem li:first-child{
	border-top:1px solid #fff;
}
.altItem li a{
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
}


.altList{
	position: absolute;
    height: 54px;
    width: 100%;
    text-align: right;
    right: 0;
    top: 0;
    line-height: 54px;
    padding-right: 15px;
	color:#fff;
    transition: 1s;
	cursor:pointer;
}
.altList.active + ul{
	display:block;
}
.altList.active:before{
	content: "\f106";
	transition: 1s;
}
.altList:before{
	transition: 1s;
}
.down-list ul{
	list-style: none;
    width: 100%;
    display: block;
    margin-top: 30px;
}
.down-list li{
list-style: none;
    width: 48%;
    padding: 15px;
    display: inline-block;
    border: 1px dotted #ccc;
    float: left;
    position: relative;
    margin: 0 1%;
	margin-bottom: 15px;
}
.swiper-slide:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-image: url(../content/images/video-mask.png);
}

.down-list ul li span{
	display: block;
    font-size: 24px;
	color: #000;
	font-family:Poppins;
}
.down-list ul li span:after{
content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-size: 34px;
    top: 10px;
    color: #e10707;
}

.biAlt li:last-child{
	border:0;
}

.altItem li a {
background: #1659aa;
    font-weight: 500;
    font-size: 14px;
}
.biAlt li a{
    padding: 5px 25px;
    background: #0b4183;
    font-size: 13px;
    font-weight: normal;
}


.detayUrun-bg{
	background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.detayUrun-bg ul{
	list-style:none;
}
.detayUrun-bg ul li:before{
content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #1659aa;
}

.detayUrun-bg ul li{
margin-bottom: 5px;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
	font-family:poppins;
}
.altItem li a{
	transform:0.3s;
}
.altItem li a:hover{
	text-decoration:underline;
}

footer:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: #0000004a;
    bottom: 0;
    z-index: 1;
}
.detayUrun-desc h3{
    font-size: 24px;
    color: #1659aa;
}

.detayUrun-desc p{
margin-bottom: 0 !important;
    height: 10px;
}

.imgtype{
	margin-bottom:30px;
}

footer:before, .title-page:before{
	content: '';
    display: block;
    position: absolute;
    height: 100%;
	top:0;
    width: 100%;
    opacity: 0.5;	
    background-image: url(../content/images/video-mask.png);
}

footer{
	margin-top:40px;
}

.blog-img, .urunler-img{
    height: 200px;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    position: relative;
    background: #b9b4b0;
}
.blog-img img, .urunler-img img{
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .col-md-12{
	z-index:99;
}

::-webkit-scrollbar {
  width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background:  #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: #1659aa;
    border: 2.5px solid #000;
    border-radius: 80px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #285d99; 
}

#urunler-details .col-md-3{
	position:relative;
}


@media(min-width:992px){
#urunler-details {
    min-height: 950px;
}
}
footer .dropdown-trigger{
	display:none;
}
@media(max-width:768px){
	.page-accordion li{
		width:100%;
	}
	.navbar, .top-bar{
		display:none;
	}
	.page-accordion li a {
    margin-bottom: 50px;
}
.page-accordion li a:hover {
    margin-top: 0px;
}
.tamekran-soft {
    height: 400px;
    padding: 0;
    margin-top: 0;
    position: relative;
}
.footer-list {
    display: none;
}
.row{
	margin:0;
}
.footer-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
footer .col-md-3 {
    padding: 0;
}
footer .container {
    padding: 0 !important;
}

footer .column-1-flex-row .col-md-12 span{
	text-align:center;
	display:block;
}
.rexa {
    width: 80px;
    height: auto;
    float: right;
    position: absolute;
    margin-top: 6px;
    right: 0;
}


.btn-parallax-icons{
	    position: relative;
    display: block;
    margin-top: 25px;
}

#related, #blog {
    padding: 0 0 0px;
}
.paragrafType {
    padding: 30px 0 0 !important;
}
#blog .col-md-12{
	padding:0;
}
.vvv {
    box-shadow: 0px 0px 0px 15px #0f3b6d !important;
}
.cool-link .dropdown-trigger {
    font-size: 22px;
    color: #313131 !important;
    position: absolute;
    height: 45px;
    top: 0;
    line-height: 45px;
	left:0;
	right:0;
	padding-right:15px;
	text-align: right;
}
.down-list li {
    width: 100%;
    padding: 15px;
	margin:0;
    margin-bottom: 15px;
}
.contact_id .col-md-5, .contact_id .col-md-7{
	padding:0;
}
form .row, .urunler .row, #urunler-details .row{
	margin:0 -15px;
}

.sidebar{
	margin-top:30px;
}
.detayUrun-desc-2 img{
	width:100%;
	height:auto;
}
footer .col-md-3{
	position:relative;
}
footer .dropdown-trigger{
    display: block;
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 55px;
    top: -6px;
    right: 0;
    text-align: right;
    padding-right: 15px;
    line-height: 55px;
}
footer .dropdown-trigger.active + ul{
	display:block;
}

.footer-list > li > a {
    border-bottom: 1px solid #fff;
    display: block;
	font-size: 20px !important;
    padding-bottom: 15px;
}

.flex-details .col-md-9 {
	float:none!important;
}

#urunler-details, .urunler {
    padding: 40px 0 0;
}

}

.desktop1{
	display:none;
}

.bread{
position: absolute;
    display: block;
    bottom: 15px;
}
.bread ol{
list-style: none;
    display: inline-block;
    background: #0e0b4b6e;
    border-radius: 30px;
}

.bread ol li{
	display:inline-block;
}

.bread ol li a{
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-size: 16px;
	    font-family: Poppins;
}


.bread ol li a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
}
.bread ol li:last-child a:after{
	display:none;
}

.icerik-bg, .icerik-bg div{
	font-family:Poppins;
}

.ansalFont{
	font-family: 'Bank Gothic' !important;
    font-size: 22px;
}
.detayUrun-desc .ansalFont{
	font-size: 17px;
    position: unset;
    margin-top: -8px;
    display: inline-block;
}

.footer-type-1 .ansalFont{
	font-size: 17px;
}


.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #e70608;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #e70608;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    padding-left: 5px;
}



/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
    left: -26px;
    top: 31px;
    transform: rotate(45deg);
}
