/*@font-face {
        font-family: proxima_nova_rgregular;
        src: url(../fonts/proximanova-regular-webfont.eot);
        src: url(../fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-regular-webfont.woff) format("woff"), url(../fonts/proximanova-regular-webfont.ttf) format("truetype"), url(../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular) format("svg");
        font-style: normal;
        font-display: swap
}

@font-face {
        font-family: proxima_nova_rgbold;
        src: url(../fonts/proximanova-bold-webfont.eot);
        src: url(../fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-bold-webfont.woff) format("woff"), url(../fonts/proximanova-bold-webfont.ttf) format("truetype"), url(../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format("svg");
        font-style: normal;
        font-display: swap
}

@font-face {
        font-family: proxima_novasemibold;
        src: url(../fonts/proximanova-semibold-webfont.eot);
        src: url(../fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-semibold-webfont.woff) format("woff"), url(../fonts/proximanova-semibold-webfont.ttf) format("truetype"), url(../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format("svg");
        font-style: normal;
        font-display: swap
}

@font-face {
        font-family: proxima_nova_thbold;
        src: url(../fonts/proximanova-extrabold.eot);
        src: url(../fonts/proximanova-extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-extrabold.woff) format("woff"), url(../fonts/proximanova-extrabold.ttf) format("truetype"), url(../fonts/proximanova-extrabold.svg#proxima_nova_thbold) format("svg");
        font-style: normal;
        font-display: swap
}

@font-face {
        font-family: proxima_novalight;
        src: url(../fonts/proximanova-light-webfont.eot);
        src: url(../fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-light-webfont.woff) format("woff"), url(../fonts/proximanova-light-webfont.ttf) format("truetype"), url(../fonts/proximanova-light-webfont.svg#proxima_novalight) format("svg");
        font-style: normal;
        font-display: swap
}*/


body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
}


.noBorderRadious {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.positionRelative {
    position: relative !important;
}

.displayNone {
    display: none !important;
}

.noTextDecoration:hover {
    text-decoration: none;
}

.noBorder {
    border: 0px !important;
}

.clear {
    clear: both !important;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.cursorPointer {
    cursor: pointer !important;
}

.heightAuto {
    height: auto !important;
}

.height100 {
    height: 100% !important;
}

.width100 {
    width: 100% !important;
}


.div1 {
    display: table;
}

.div2 {
    display: table-cell;
    vertical-align: middle;
}

.div3 {
    display: table-cell;
    vertical-align: bottom;
}

.square {
    position: relative;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 991px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .row-eq-height-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}



@media only screen and (min-width : 481px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-row.row>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }

    .flex-row.row>[class*='col-']>.box {
        display: flex;
        flex: 1;
    }
}


.flex-row .thumbnail,
.flex-row .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-row .caption p.flex-text {
    flex-grow: 1;
}

.flex-row img {
    width: 100%;
    height: auto;
}



/* MARGİN PADDİNG */

.margin0 {
    margin: 0px !important;
}

.margin5 {
    margin: 5px !important;
}

.margin10 {
    margin: 10px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginTop-20 {
    margin-top: -20px !important;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginBottom40 {
    margin-bottom: 40px !important;
}

.marginBottom50 {
    margin-bottom: 50px !important;
}

.marginBottom60 {
    margin-bottom: 60px !important;
}

.marginBottom70 {
    margin-bottom: 70px !important;
}

.marginBottom80 {
    margin-bottom: 80px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}

.marginRight20 {
    margin-right: 20px !important;
}


.marginRight0 {
    margin-right: 0px !important;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}

.marginLeft15 {
    margin-left: 15px !important;
}

.marginLeft20 {
    margin-left: 20px !important;
}

.padding0 {
    padding: 0px !important;
}

.padding3 {
    padding: 3px !important;
}

.padding5 {
    padding: 5px !important;
}

.padding8 {
    padding: 8px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding12 {
    padding: 12px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.paddingLeft20 {
    padding-left: 20px !important;
}

.paddingLeft30 {
    padding-left: 30px !important;
}

.paddingRight0 {
    padding-right: 0px !important;
}

.paddingTop0 {
    padding-top: 0px !important;
}

.paddingTop5 {
    padding-top: 5px !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingTop30 {
    padding-top: 30px !important;
}

.paddingTop40 {
    padding-top: 40px !important;
}

.paddingTop50 {
    padding-top: 40px !important;
}

.paddingBottom0 {
    padding-bottom: 0px !important;
}

.paddingBottom50 {
    padding-bottom: 50px !important;
}

.padding0-5 {
    padding: 0px 5px !important;
}

.padding0-10 {
    padding: 0px 10px !important;
}

.padding0-15 {
    padding: 0px 15px !important;
}

.padding0-30 {
    padding: 0px 30px !important;
}

.padding0-20 {
    padding: 0px 20px !important;
}

@media (min-width: 1200px) {
    .col-split-5 {
        width: 20% !important;
    }
}

/* MARGİN PADDİNG */


.textAlignCenter {
    text-align: center !important;
}

.textAlignRight {
    text-align: right !important;
}

.g-recaptcha {
    margin-left: calc(50% - 117px);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.kvkkarea {
    margin-top: 10px !important;
}

.kvkk_check {
    float: left;
    width: 25px;
    margin-top: 2px !important;
}

.kvkk_text {
    float: left;
    width: calc(100% - 25px);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.kvkk_text a {
    color: #555;
}


.formLabel {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    color: #555;
}

.formLabel i {
    color: #D70029;
}

.videoBacks {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.squareVideo {
    position: relative;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 56.2%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}


.playVideo {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url("../images/play.png");
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.contentVideo:hover .playVideo {
    background-color: rgba(0, 0, 0, 0.4);
}




.wsSabit {
    padding: 11px 13px;
    position: fixed;
    z-index: 1009;
    bottom: 60px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.wsSabit i {
    float: left;
    font-size: 30px;
}

.wsSabitColor {
    right: auto;
    left: 25px;
    background-color: #666;
    padding: 10px 13px;
}



.wsSabitMasaustu {
    padding: 8px 18px;
    position: fixed;
    z-index: 1009;
    bottom: 15px;
    right: 10px;
    background-color: #25D366;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.wsSabitMasaustu i {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}

.wsSabitAct {
    right: 60px;
}




/* MOBİLE MENU */

.close-icon {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #000 46%, #000 55%, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #000 46%, #000 55%, transparent 55%, transparent 100%);

}


@media (max-width: 991px) {
    .headerConFixed {
        position: fixed !important;
        width: 100%;
        z-index: 999;
    }
}


@media (max-width: 991px) {

    body.stickyPage {
        position: relative !important;
        overflow: hidden !important;
        top: inherit;
    }


    body.stickyPage #pageOverlay {
        position: fixed;
        z-index: 9990;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        -webkit-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .htmlFixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

.dilSRightTop {
    position: absolute;
    z-index: 999;
    font-weight: 600;
    top: 0px;
    right: 5px;
    background-color: #DE0031;
    color: #fff;
    padding: 15px;
}


@media (min-width: 991px) {
    #mobileMenu {
        display: none !important;
    }

    #mobileMenuOpenBtn {
        display: none !important;
    }
}

#mobileMenuOpenBtn {
    position: fixed;
    top: 25px;
    left: 0px;
    height: 66px;
    padding: 15px 0px;
    width: 56px;
    cursor: pointer;
    z-index: 9980;
}

#mobileMenuOpenBtn div {
    height: 3px;
    width: 30px;
    margin: 5px 13px;
    background-color: #fff;
}


.mobileMenuCon_dil {
    text-align: center;
}

.mobileMenuCon_dil a {
    display: inline-block;
    width: 35px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.mobileMenuCon_dil a img {
    height: 28px !important;
}


#mobileMenu {
    font-weight: 600;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -260px;
    z-index: 9999;
    background-color: #E2E5EB;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobileMenuCon {
    position: relative !important;
}

#mobileMenu a:hover {
    text-decoration: none !important;
}

#mobileMenu.open {
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobiletopArea {
    top: 0px;
    width: 260px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#mobileMenu .mobilelogoArea {
    width: 180px;
    float: left;
    text-align: center;
    margin: 18px 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu .mobilelogoArea img {
    height: 50px;
    margin: 0px;
    margin-right: 30px;
}


#mobileMenu .mobileMenuClose {
    width: 46px;
    float: left;
    padding: 10px;
    margin: 10px 0px;
}


#mobileMenu .mobileUl {
    list-style: none;
    padding: 0px 0px;
}

#mobileMenu .mobileUl li {
    list-style: none;
    padding: 0px;
    cursor: pointer;
}

#mobileMenu .mobileUl li {
    padding: 15px 20px 15px 20px;
    text-align: center;
}

#mobileMenu .mobileUl>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#mobileMenu .mobileUl li a {
    color: #434449;
    font-size: 14px;
    font-weight: 700;
}

#mobileMenu .mobileUl li ul {
    padding: 0px 10px;
}

#mobileMenu .mobileUl li ul li {
    padding: 0px;
    padding-top: 25px;
}

#mobileMenu .mobileUl .backColor {
    background-color: #922207;
    margin-top: 10px;
}

#mobileMenu .mobileUl .backColorS {
    background-color: #09525E;
    margin-top: 10px;
}

#mobileMenu .mobileUl .backColor a,
#mobileMenu .mobileUl .backColorS a {
    color: #fff;
}

#mobileMenu .mobileUl>li.mobileMenuOpen ul {
    height: auto;
    opacity: 1;
}



@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

/* MOBİLE MENU */



/***************** SLİDER *******/


.slaytlar {
    display: block;
    height: 100vw;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1
}

@media (min-width:767px) {
    .slaytlar {
        height: 100vh;
    }
}

.slaytlar .owl-carousel {
    position: relative
}

.slaytlar .owl-carousel,
.slaytlar .owl-item,
.slaytlar .owl-stage,
.slaytlar .owl-stage-outer {
    display: block;
    height: 100%;
    width: 100%
}

.slaytlar__owl {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:992px) {
    .slaytlar__owl:hover .owl-nav [class*=owl-] {
        background: rgba(0, 0, 0, 0.4) !important;
        color: #D70029;
    }

    .slaytlar__owl:hover .owl-nav [class*=owl-] i {
        color: #D70029;
    }
}



.slaytlar__owl .owl-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    width: 100%;
    color: #fff;
    font-size: 20px;
}

@media (max-width:767px) {
    .slaytlar__owl .owl-nav {
        top: calc(50% - 16px)
    }
}

.slaytlar__owl .owl-nav img {
    height: 18px;
    vertical-align: middle
}


.slaytlar__owl .owl-nav i {
    color: #fff !important;
    margin: 0px !important;
}


.slaytlar__owl .owl-nav [class*=owl-] {
    will-change: background;
    -webkit-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
    min-height: 48px;
    max-height: 48px;
    height: 48px
}


.slaytlar__owl .owl-nav .owl-prev {
    float: left
}

.slaytlar__owl .owl-nav .owl-next {
    float: right
}






.slaytlar__owl .owl-prev,
.slaytlar__owl .owl-next {
    background-color: rgba(0, 0, 0, 0.4) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.slaytlar__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.slaytlar__item video {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -o-object-fit: cover;
    object-fit: cover;
}

/***************** SLİDER *******/


.slaytCon {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    background-image: url("../images/slaytBack.png");
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.slaytBaslik {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
}

.slaytIcerik {
    position: relative;
    text-align: right;
    margin-bottom: 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .slaytBaslik {
        font-size: 60px;
    }

    .slaytIcerik {
        font-size: 20px;
    }

    .slaytBtn {
        font-size: 15px;
        padding: 10px 30px 8px 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slaytCon {
        text-align: center;
    }

    .slaytBaslik {
        font-size: 40px;
        width: 100%;
        margin-left: 0px;
    }

    .slaytIcerik {
        font-size: 20px;
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .slaytCon {
        text-align: center;
    }

    .slaytBaslik {
        font-size: 25px;
        width: 100%;
        line-height: 120%;
        margin-left: 0px;
    }

    .slaytIcerik {
        font-size: 15px;
        width: 100%;
        margin-left: 0px;
    }
}

/*
.slaytBaslik, .slaytIcerik{text-shadow: 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333, 0 0 1px #333;}
*/

/* SELECT TAB MENÜ */

#selectTab {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    background-color: #09525E !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #09525E !important;
    padding: 0px 0px 1px 10px;
}

#selectTab::-webkit-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab::-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab:-ms-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab:-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}

/* SELECT TAB MENÜ */


.siteButton {
    background: #2F2F35;
    border: 2px solid #203864;
    display: inline-block;
    padding: 5px 25px;
    line-height: 32px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    margin-top: 0;
    font-weight: 600;
}

.siteButton:hover {
    background-color: #203864;
}

/* OWL */

.owl-dots {
    display: none !important;
}

button.owl-prev {
    position: absolute;
    top: calc(50% - 10px);
    left: -5px;
    font-size: 20px;
    color: #999 !important;
    background-color: rgba(255, 255, 255, 0.0) !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

button.owl-prev:hover {
    color: #D70029 !important;
}

button.owl-next {
    position: absolute;
    top: calc(50% - 10px);
    right: -5px;
    font-size: 20px;
    color: #999 !important;
    background-color: rgba(255, 255, 255, 0.0) !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

button.owl-next:hover {
    color: #D70029 !important;
}

button.owl-prev i {
    margin: 3px 9px 5px 7px !important;
    font-size: 23px;
}

button.owl-next i {
    margin: 3px 7px 5px 9px !important;
    font-size: 23px;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

/* OWL */


.owl-item,
.owl-stage {
    height: 100% !important;
}


#owlM button.owl-next {
    margin-right: -30px;
}

#owlM button.owl-prev {
    margin-left: -30px;
}

@media (max-width: 991px) {
    .owlMobile {
        padding: 0px 30px !important;
    }
}


#owlPage button.owl-next {
    padding-left: 2px !important;
    padding-right: 1px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin-top: calc(40px - 50%);
    margin-right: 5px;
}

#owlPage button.owl-prev {
    padding-left: 1px !important;
    padding-right: 2px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin-top: calc(40px - 50%);
    margin-left: calc(100% - 70px);
}

#owlPage button.owl-next i,
#owlPage button.owl-prev i {
    margin-top: 8px !important;
    font-size: 18px !important;
    color: #203864 !important;
}



.owlSlaytCon {
    margin-bottom: 20px;
}

.owlSlaytConRight {
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .owlSlaytCon {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .owlSlaytConRight {
        margin-left: 30px;
        margin-bottom: 20px;
    }
}


.fullHarita {
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 0px;
    min-height: 200px;
    overflow: hidden;
}

.fullHarita iframe {
    height: 100% !important;
    width: 100% !important;
    display: block;
}

@media (max-width: 991px) {
    .fullHarita {
        height: 400px;
    }
}



/** breadcrumbs ***************************************/
.breadcrumbs {
    margin-bottom: 10px;
    text-align: left;
    padding: 5px 0px 5px 0px;
}

.breadcrumbs_item {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #9D9D9C;
    padding: 5px 10px 5px 15px;
    background-image: url("../images/ok.svg") !important;
    background-size: 4px auto;
    background-position: left 8px;
    background-repeat: no-repeat;
}

.breadcrumbs_item_first {
    background-image: none !important;
    padding: 5px 10px 5px 10px;
}

/** breadcrumbs ***************************************/



.siteH1 {
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.siteH1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.siteH1 span:after {
    background: #bbb;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    z-index: -1;
}





.indexTitle {
    position: relative;
    font-size: 23px;
    line-height: 30px;
    font-weight: 800;
    color: #1D1D1B;
}











#header .navbar-nav>.open {
    background-color: transparent !important;
    color: #fff !important;
}

#header .navbar-nav>.open>a {
    color: #fff !important;
}

#header .navbar-nav>.open li a {
    color: #fff !important;
}

#header .dropdown-menu {
    background-color: #D46714;
    margin-right: 0px;
    margin-top: 0px;
    overflow: visible;
    border: 0px;
    color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    right: auto !important;
    left: 0px !important;
    padding-top: 10px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#header .dropdown-menu li a {
    text-align: left;
    color: #fff !important;
    background-color: transparent;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 5px 20px;
    border: 0px !important;
    margin: 0px;
    line-height: 20px;
}

#header .dropdown-menu li {
    padding: 0px;
    margin: 0px;
}

#header .navbar-nav .dropdown-menu li:hover a {
    border: 0px;
    color: #ddd !important;
    background-image: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header ul.nav li:hover>ul.dropdown-menu {
    display: block;
}




#header .navbar-default {
    background-image: none !important;
    background-color: transparent !important;
    border: 0px !important;
    margin: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



@media (min-width: 991px) {
    .stickyLeft {
        position: -webkit-sticky;
        position: sticky;
        top: 190px;
    }
}



.headerConFixed {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-image: url("../images/headerTop.png");
    background-size: 100% 100%;
    background-position: center center;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

@media (max-width: 991px) {
    div.sticky-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #E6E6E6;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {
    .stickyLeft {
        top: 114px;
    }
}

.sticky #header {
    background-color: #212125;
}

#header .logo {
    display: inline-block;
    position: relative;
    z-index: 99;
}

#header .logo img {
    position: absolute;
    top: -45px;
    display: block;
    margin: 8px 0px 3px 0px;
    height: 110px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.sticky #header .logo img {
    height: 100px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#header .menuSLi {
    font-size: 13px;
    line-height: 20px;
    padding: 25px 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.sticky #header .menuSLi {
    padding: 12px 5px;
}

#header .menuSLi a {
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
}

#header .menuSLi a img {
    margin-top: -5px;
    display: block;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #header .logo img {
        height: 110px;
    }

    #header .menuSLi {
        padding: 25px 3px;
    }

    .sticky #header .logo img {
        height: 100px;
    }

    #header .menuSLi a {
        font-size: 12px;
        padding: 7px 15px;
    }
}

@media (max-width: 991px) {
    #header {
        background-color: #212125;
    }

    #header .navbar-header {
        position: absolute;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    #header .logo img {
        top: 0px;
        position: relative;
        height: 80px;
    }

    .sticky #header .logo img {
        height: 60px;
    }
}

#header .menuSliAcolor {
    background-color: #203864;
}

#header .menuSLi:hover a {
    background-color: #2F2F35;
}

#header .menuSLi:hover a {
    color: #fff;
}

#header .menuSLiClear:hover a {
    background-color: transparent;
}


#header .headerDil {
    margin-top: 6px;
}

#header .headerDil a {
    display: inline-block;
    padding: 7px 5px;
}

#header .headerDil img {
    height: 20px;
}





.headerTop {
    background-color: #2F2F35;
    padding: 7px 0px;
}

.headerTop_iletisim {
    float: right;
}

.headerTop_iletisim_tel,
.headerTop_iletisim_eposta {
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    padding: 0px 15px 0px 0px;
    line-height: 16px;
}

.headerTop_iletisim_eposta {
    border-left: 2px solid #203864;
    padding-left: 15px;
    padding-right: 0px;
}

.headerTop_iletisim a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
}







.fullPage {
    font-size: 14px;
    line-height: 28px;
    min-height: calc(100vh - 200px);
}





.breadcrumbsTitle {
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.hTitle1 {
    position: relative;
    z-index: 9;
    display: inline-block;
    background-color: #fff;
    color: #D70029;
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    padding: 0px 20px;
}

.breadcrumbsTitle:before {
    bottom: 15px;
    z-index: 0;
    height: 2px;
    width: 100%;
    left: 0px;
    background-color: #D70029;
    content: "";
    position: absolute;
}

.hTitle2 {
    color: #203864;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

.darkArea .hTitle2 {
    color: #fff;
}

.fotoDiv {
    background-color: #fff;
    position: relative;
}

.fotoDiv img {
    display: block;
}

.fotoDivBaslik {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: right;
    max-width: 90%;
    right: 0px;
    bottom: 0px;
    padding: 8px 11px 6px 13px;
    font-size: 14px;
    line-height: 20px;
    color: #434449;
    font-weight: 600;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.squareImg {
    position: relative;
    background-color: #fff;
}

.squareImg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.squareImgBelge:after {
    padding-bottom: 133%;
}

.contentImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.dipnot {
    position: fixed;
    z-index: 500;
    background: #aaa url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdmlld0JveD0iMCAwIDM3OC41OSAxMzU1Ij48cGF0aCBkPSJNMjM5LjI2IDEwMjZjMC0xNi0xMi0yOC0yNy0yOGgtMTg1Yy0xNiAwLTI4IDEyLTI4IDI4IDAgMTUgMTIgMjcgMjggMjdoMTg1YzE1IDAgMjctMTIgMjctMjd6bS0yMzkgMTAzYzAtMTUgMTItMjcgMjgtMjdoMjUzYzE1IDAgMjcgMTIgMjcgMjcgMCAxNi0xMiAyOC0yNyAyOGgtOTdjLTM2IDMtNjUgMzMtNjUgNzAgMCAzOCAzMSA2OSA3MCA2OSAzOCAwIDY5LTMxIDY5LTY5IDAtNi0xLTExLTItMTYgMC0yLTEtNS0xLTcgMC0xNSAxNS0yNyAyNy0yN3MxOCA2IDIyIDE1YzUgMTQgOCAyOCA4IDQyIDAgNjctNTUgMTIxLTEyMyAxMjFzLTEyNC01NC0xMjQtMTIxYzAtMjggMTgtNjQgNDUtNzdoLTgyYy0xNiAwLTI4LTEyLTI4LTI4em0yMi0xMDU5YzAtMTUgMTItMjcgMjgtMjdoMjlWMjVjMC0xNCAxMS0yNSAyNS0yNSAxMyAwIDI0IDExIDI0IDI1djc4YzAgMTMtMTEgMjQtMjQgMjQtMTQgMC0yNS0xMS0yNS0yNHYtNWgtMjljLTE2IDAtMjgtMTMtMjgtMjh6bTEyNiAwYzAtMTUgMTMtMjcgMjgtMjdoNjhjMTYtNSAxNC0xNSAxNS0yOCAwIDAgNC0xNiAyOC0xNHMyNSAyNSAyNSAyNSA5IDY4LTYwIDcyaC03NmMtMTUgMC0yOC0xMy0yOC0yOHptLTgzIDIwM2MwLTcwIDU1LTEyNyAxMjMtMTI3IDY5IDAgMTI0IDU3IDEyNCAxMjcgMCA3MS01NSAxMjgtMTI0IDEyOC02OCAwLTEyMy01Ny0xMjMtMTI4em01NSAwYzAtMzggMzAtNjkgNjgtNjlzNjkgMzEgNjkgNjljMCAzOS0zMSA3MC02OSA3MHMtNjgtMzEtNjgtNzB6bS00OCAzNTVjMC0xNSAxMi0yNyAyNy0yN2gxODVjMTYgMCAyOCAxMiAyOCAyNyAwIDE2LTEyIDI4LTI4IDI4aC0xODVjLTE1IDAtMjctMTItMjctMjh6bTEwNC0xODZoMTA4YzE2IDAgMjggMTMgMjggMjhzLTEyIDI4LTI4IDI4aC0xMTFjLTQ3IDEtNTMgMzAtNTAgNTRzLTE4IDI3LTE4IDI3Yy0yNSA2LTMxLTE1LTMxLTE1LTIwLTYzIDE5LTEyMiA4NS0xMjJ6bTIwMiA0ODBjMCAxNS0xMyAyOC0yOCAyOGgtMjUzYy0xNSAwLTI4LTEzLTI4LTI4czEzLTI4IDI4LTI4aDk3YzM2LTIgNjQtMzIgNjQtNjkgMC0zOC0zMS03MC02OS03MHMtNjkgMzItNjkgNzBjMCA1IDAgMTAgMSAxNSAxIDMgMiA1IDIgOCAwIDE0LTE1IDI2LTI3IDI2LTEzIDAtMTktNi0yMy0xNS01LTEzLTgtMjctOC00MiAwLTY3IDU2LTEyMSAxMjQtMTIxczEyMyA1NCAxMjMgMTIxYzAgMjktMTggNjUtNDQgNzdoODJjMTUgMCAyOCAxMyAyOCAyOHptLTY2IDEwNGMwLTE4LTE0LTMyLTMxLTMycy0zMSAxNC0zMSAzMmMwIDE3IDE0IDMxIDMxIDMxczMxLTE0IDMxLTMxeiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 11px 39px;
    border-radius: 0 4px 4px 0;
    height: 56px;
    overflow: hidden;
    left: 0;
    width: 16px;
    background-color: #22b4cd;
    bottom: 20px;
}












.leftmenu_title {
    padding: 5px 0px 10px 0px;
    margin-top: 0px;
    color: #203864;
    font-size: 20px;
    font-weight: bold;
}

.leftmenu_list {
    color: #fff;
    font-size: 13px;
    padding: 0px 2px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
    font-weight: 600;
}

.dot.active .leftmenu_list,
.leftmenu_active {
    color: #D70029;
}

.leftmenu_list a:focus {
    text-decoration: none !important;
}









@media (min-width: 991px) {
    .leftMenuArea {
        width: 300px;
        padding-bottom: 15px;
    }

    .rightMenuArea {
        width: calc(100% - 330px);
    }
}



h1.titleBorder,
h2.titleBorder {
    background-color: #09525E;
    font-weight: 900;
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    padding-top: 12px;
}

.titleBorderLine {
    /*width:80px;height:3px;background-color:#BF2121;margin:0px 0px;*/
    margin-bottom: 20px;
}

h2 {
    color: #09525E;
    font-size: 18px;
    font-weight: bold;
}









.squareClass {
    position: relative;
}

.squareClass:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

.contentClass {
    position: absolute;
    width: 100%;
    height: 100%;
}

.indexImageBack {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}







.slaytlar .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slaytlar button.owl-dot {
    height: 18px;
    width: 18px;
    margin: 3px;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 0px !important;

}

.slaytlar button.owl-dot.active {
    position: relative;
    background: rgba(255, 255, 255, 0.6) !important;
}

.slaytlar button.owl-dot.active:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    top: 6px;
    left: 6px;
    background-color: rgba(0, 0, 0, 0.4);
}


#owlSlayt .owl-dots {
    display: block !important;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

#owlSlayt button.owl-dot span {
    height: 14px;
    width: 14px;
    margin: 3px;
    background: #000 !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

#owlSlayt button.owl-dot.active span {
    background: #D70029 !important;
}

#owlSlayt button.owl-next {
    right: 0px;
    left: auto;
    background: transparent !important;
    font-size: 20px !important;
    color: #fff !important;
}

#owlSlayt button.owl-prev {
    left: 0px;
    right: auto;
    background: transparent !important;
    font-size: 20px !important;
    color: #fff !important;
}







.yukari-cik {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    border-radius: 50px;
    background-color: #203864;
    height: 40px;
    width: 40px;
    background-image: url("../images/yukaricik.svg");
    background-size: 15px 9px;
    background-position: center 15px;
    background-repeat: no-repeat;
}


@media (min-width:992px) {
    .bnav {
        display: none
    }

    .footer {
        padding-bottom: 0px;
    }

    .yukari-cik {
        bottom: 20px;
    }
}

@media (max-width:991px) {
    .bnav {
        position: fixed;
        z-index: 500;
        left: 0;
        right: 0;
        bottom: 0;
        color: #483196;
        padding: 0;
        padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        height: 48px;
        height: calc(48px + env(safe-area-inset-bottom));
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: #fff;
        line-height: 1;
        overflow: hidden;
        font-size: 0;
        border-top: 1px solid rgba(136, 136, 136, 0.4)
    }

    .bnav__item {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
        padding: 4px 0 2px
    }

    .bnav__item+.bnav__item:before {
        position: absolute;
        left: 0;
        top: 12px;
        height: calc(100% - 24px);
        width: 1px;
        content: "";
        background: rgba(136, 136, 136, 0.4)
    }

    .bnav__item__inner {
        display: inline-block
    }

    .bnav__item__icon {
        position: relative;
        height: 16px;
        margin: 4px 0px 2px 0px;
    }

    .bnav__item__label {
        line-height: 18px;
        font-size: 11px;
        font-weight: 700;
        padding: 0 4px;
        color: #676566;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}




.block-title {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.block-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.block-title span:after {
    background: #bbb;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    z-index: -1;
}

.block-title-text {
    padding-bottom: 25px;
    line-height: 26px;
    font-size: 14px;
}


/** indexhakkimizda ***************************************/
.indexhakkimizda {
    background-color: #181818;
    border-top: 5px solid #203864;
}

.indexhakkimizda_con {
    padding: 100px 0px;
}

.indexhakkimizda_area {
    width: 90%;
}

.indexhakkimizda_h1 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
}

.indexhakkimizda_h2 {
    margin-top: 40px;
    color: #fff;
    line-height: 30px;
    font-size: 25px;
}

.indexhakkimizda_icerik {
    color: #fff;
    margin-top: 40px;
    line-height: 23px;
    font-size: 14px;
}

.indexhakkimizda_btn {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: auto;
    font-weight: 700;
    color: #203864;
    margin-top: 40px;
    line-height: 14px;
    font-size: 14px;
}

.indexhakkimizda_btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

/** indexhakkimizda ***************************************/


.index_buton {
    display: inline-block;
    background: #203864;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    padding: 16px 20px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_buton:hover {
    background-color: #2F2F35;
}


.hizmet_box {
    position: relative;
    overflow: hidden;
}

.hizmet_box_hover {
    background-color: rgba(0, 0, 0, .7);
    padding: 15px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* .hizmet_box:hover .hizmet_box_hover {
    opacity: 1;
} */

.hizmet_box_hover_line {
    height: 100%;
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
}

.hizmet_box_baslik {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: .1em;
    margin-top: 30px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width:767px) {
    .hizmet_box_baslik {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}


.hizmet_box:hover .hizmet_box_baslik {
    margin-top: 0px;
}

.hizmet_box_icerik {
    font-size: 18px;
    color: #fff;
    margin-bottom: 23px;
    margin-top: 10px;
    font-weight: 600;
}

.hizmet_box_buton {
    background: rgba(0, 0, 0, .5);
    border: 2px solid #203864;
    display: inline-block;
    padding: 0 11px;
    line-height: 32px;
    height: 34px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 0;
    font-weight: 600;
}

.hizmet_box_buton:hover {
    background-color: #203864;
}



/** bulten ***************************************/
.indexbulten {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.bulten {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 30px;
    margin: 80px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.bulten_baslik {
    color: #D70029;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.bulten_icerik {
    color: #333;
    margin-top: 15px;
    line-height: 23px;
    font-size: 14px;
}

/** bulten ***************************************/


#pencere {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

#pencere h3 {
    color: #D70029;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}

#pencere img {
    width: 100% !important;
    height: auto !important;
}





.blog {
    padding: 0px 15px 20px 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.blog_img {
    background-size: contain; /* Görseli kırpmaz, tamamını gösterir */
    background-position: center center; /* Ortalar */
    background-repeat: no-repeat; /* Görsel küçükse tekrar etmesin */
}


@media (max-width:767px) {
    .blog_img {
        height: 300px !important;
    }
}

.blog_baslik {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.blog_icerik {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}







.squareRef {
    position: relative;
}

.squareRef:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contentRef {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.referansBox {
    /*border: 1px solid #ddd; */
    height: 100%;
}

.referansBoxBorder {
    border: 1px solid #ddd;
}

.referansBoxTitle {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-weight: 700;
    text-align: center;
    color: #203864;
    font-size: 14px;
    line-height: 18px;
}

.referansBoxindex {
    border: 0px;
    padding: 10px 0px;
}

.referansBoxindex .squareRef {
    height: 70px;
}

.ref_box_index {
    float: none;
    display: inline-block;
}



.iletisimIcon {
    line-height: 30px;
    float: left;
    font-size: 16px;
    width: 35px;
    color: #203864;
}

.iletisimLabel {
    line-height: 30px;
    font-size: 14px;
    float: left;
    width: calc(100% - 35px);
    margin-bottom: 20px;
}

.darkArea .iletisimIcon {
    color: #fff;
}

.darkArea .iletisimLabel {
    color: #fff;
}

.iletisimLabel_telefon {
    font-weight: 700;
    font-size: 18px;
}

.darkArea .form-control {
    border: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.darkArea .formLabel,
.darkArea .kvkk_text a {
    color: #fff;
    font-weight: 400;
}









#iletisim {
    background-image: url("../images/iletisim-back.jpg");
    background-size: cover;
    background-position: center center;
}

.iletisim_con {
    padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.iletisim_con_baslik {
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
    width: 50px;
    margin: 20px 0px 40px 0px;
}

@media (max-width: 991px) {
    .iletisim_con_baslik {
        width: 100%;
        font-size: 30px;
        line-height: 30px;
    }
}







.footerTop {
    background-color: #111;
    border-bottom: 5px solid #203864;
}

.footerSocial {
    width: 250px;
    text-align: center;
}

.footerSocialLeft {
    width: calc(100% - 250px);
    text-align: left;
}

.footerSocial i {
    margin: 5px 15px;
    font-size: 20px;
    color: #fff;
}

.footerSocial i:hover {
    color: #203864;
}

.footerSocialbaslik {
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 12px 0px;
}

.footerMenu {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 6px 0px;
    padding: 2px 15px;
    display: inline-block;
}

.footerMenu:first-child {
    padding-left: 0px;
}

.footerMenu:last-child {
    border-left: 2px solid #fff;
}

.footerMenu:hover {
    color: #203864;
}

@media (max-width: 1199px) {
    .footerSocial {
        width: 100%;
    }

    .footerSocialLeft {
        width: 100%;
        text-align: center;
    }

    .footerSocialbaslik {
        float: none;
    }
}

@media (max-width: 991px) {
    .footerTop {
        padding-bottom: 50px;
    }

    .footerMenu {
        width: 100%;
        padding: 2px 0px;
    }

    .footerMenu:last-child {
        border: 0px;
    }
}




.hizmet_box_2,
.hizmet_box_3 {
    width: calc(50% - 5px);
    margin: 0px;
    display: inline-block;
    float: left;
}

.hizmet_box_2 {
    margin-right: 10px;
}




.squareFoto {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}

.squareFoto:after {
    content: "";
    display: block;
    padding-bottom: 27.5%;
}

.squareFotoKare:after {
    padding-bottom: 100%;
}

.blogDetay_Img {
    width: 50% !important;
    height: auto;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
}

#body {
    overflow: hidden;
}