﻿#sld {
    width: 100%;
    padding: 0 75px;
    box-sizing: border-box;
}

    #sld .owl-dots {
        display: none !important;
    }

.sldCnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: calc(100vh - 170px);
    margin: 0 auto;
    padding: 120px 70px;
    box-sizing: border-box;
    border-radius: 20px;
    /*background: #ffffff url(../../images/slider-bg.svg) no-repeat center center;*/
    /*background-size: cover;*/
    background-color: #ffff;
}

.sldTxCon {
    display: flex;
    flex-direction: column;
    width: 59%;
}

.sldCnt h2 {
    font-family: manrope-regular;
    font-size: 98px;
    line-height: 1;
    letter-spacing: -6px;
    color: #040404;
}

    .sldCnt h2 span {
        color: #234893;
    }

.sldEndCon {
    display: flex;
    align-items: center;
    width: 85%;
    margin-top: 80px;
}

.sldEndTx {
    display: flex;
    flex-direction: column;
}

    .sldEndTx h3 {
        font-family: manrope-medium;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #363636;
    }

    .sldEndTx h4 {
        margin-top: 40px;
        font-family: manrope-regular;
        /*font-size: 16px;*/
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.5px;
        color: #999999;
    }

.sldEndRg {
    display: flex;
}

.sldLnk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    margin-left: 30px;
    padding: 55px;
    box-sizing: border-box;
    border-radius: 100vw;
    transition: ease .3s;
    background-color: #234893;
    font-family: manrope-medium;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #ffffff;
}

    .sldLnk:hover {
        opacity: .8;
    }

.sldImgMbl {
    display: none;
    width: 400px;
}

.sldImg {
    width: 43%;
    margin-top: 50px;
}

.sldBt {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 120px 55px 30px 55px;*/
    padding: 40px 55px 30px 55px;
    background-color: #F0F0F0;
}

.sldBtTx {
    max-width: 1100px;
    margin: 0 auto;
}

 /*   .sldBtTx h1 {
        margin-bottom: 40px;
        font-family: manrope-medium;
        font-size: 18px;
        text-align: center;
        color: #234893;
    }*/

    .sldBtTx h1 {
        font-family: manrope-regular;
        font-size: 68px;
        line-height: 1.1;
        letter-spacing: -1.5px;
        text-align: center;
        color: #040404;
    }

        .sldBtTx h1 span {
            color: #234893;
        }


.sldBtSldNo {
    display: flex;
    flex-wrap: wrap;
    max-width: 1900px;
    margin-top: 50px;
    padding: 0 55px;
    box-sizing: border-box;
}

.sldBtSld {
    max-width: 1900px;
    margin-top: 50px;
    padding: 0 55px;
    box-sizing: border-box;
}

    .sldBtSld .owl-item {
        padding: 20px !important;
        box-sizing: border-box !important;
    }
/*
.sldBtSldItm {
    padding: 60px 125px 40px 125px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #f6f6f6;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 1);
    transform: rotate(1deg);
    font-family: manrope-regular;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}*/


.sldBtSldItm {
    width: calc(33.3333% - 30px);
    margin: 15px 15px;
    padding: 40px 70px 40px 70px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 1);
    /*transform: rotate(1deg);*/
    font-family: manrope-regular;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}

.bigSldTx {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #F0F0F0;
    font-family: manrope-medium;
    font-size: 460px;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.bdBx {
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 80px 70px;
    margin-top: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    /*background: #ffffff url(../../images/bg-line.svg) no-repeat right top;*/
    background-color: #fff;
    background-position-x: 155%;
    background-position-y: -600px;
    overflow: hidden;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.1);
}

.bdBxCl {
    background-color: #F6F6F6;
}

.bdBxTx {
    display: flex;
    width: 70%;
}

    .bdBxTx h2 {
        margin-bottom: 40px;
        font-family: manrope-medium;
        font-size: 18px;
        color: #234893;
    }

    .bdBxTx h3 {
        font-family: manrope-regular;
        font-size: 94px;
        line-height: 1;
        letter-spacing: -5px;
        color: #040404;
    }

        .bdBxTx h3 span {
            color: #234893;
        }

.bdBxItmCon {
    display: flex;
    width: 50%;
    margin-top: 90px;
}

.bdBxItm {
    padding-right: 80px;
    box-sizing: border-box;
}

    .bdBxItm h2 {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        font-family: manrope-regular;
        font-size: 28px;
        line-height: 1;
        letter-spacing: -1.5px;
        color: #999999;
        background-position: center center;
    }

.bdBxItmIc {
    height: 35px;
    margin-right: 10px;
}

.bdBxItm h3 {
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #363636;
}

.bdBxBt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 140px);
    margin: 0 0 -120px -70px;
    padding-bottom: 100px;
    background: transparent url(../../images/bg-round.svg) no-repeat left top;
    background-position: -250px 100px;
}

.bdBxBt {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 50px;
}

.bdBxBtTx {
    max-width: 400px;
    font-family: manrope-medium;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #363636;
}

.bdBxBtLnk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    margin: 0 50px 0 150px;
    padding: 55px;
    box-sizing: border-box;
    border-radius: 100vw;
    transition: ease .3s;
    background-color: #234893;
    font-family: manrope-medium;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #ffffff;
}

    .bdBxBtLnk:hover {
        opacity: .8;
    }

/*buradaki div isimleri değişebilir*/
.cntLnkOv {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #234893;
    transition: ease .3s;
    background-color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
    color: #234893;
}

.cntLnkIcn {
    margin-left: 10px;
    height: 10px;
}
/*buradaki div isimleri değişebilir*/



.pgBx {
    width: 100%;
    margin: 0 auto 0 auto;
    min-height: 1000px;
    padding: 40px 70px;
    box-sizing: border-box;
    border-radius: 20px;
    /*background: #ffffff url(../../images/bg-line.svg) no-repeat right top;*/
    background-color: #ffff;
    background-position-x: 155%;
    background-position-y: -600px;
    overflow: hidden;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.1);
}

.pgBxImg {
    width:100%;
    max-width: 600px;
}


/*.pgBxTxCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}*/

.pgBx h2 {
    margin: 25px 0;
    max-width: 1100px;
    font-family: manrope-medium;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #040404;
}

.pgBx p {
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
    opacity: 0.8;
}

.cntLnk {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: ease .3s;
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 16px;
    color: #234893;
}



    .cntLnk:hover {
        padding: 0 0 0 5px;
    }

.cntLnkOv {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #234893;
    transition: ease .3s;
    background-color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
    color: #234893;
}

.cntLnkIcnOv {
    margin-left: 10px;
    height: 12px;
    transition: ease .3s;
}

.cntLnkOv:hover .cntLnkIcnOv {
    margin-left: 15px;
}

.cntLnkOv:hover {
    padding-right: 25px;
}

.mltSldOneBg {
    width: 100%;
    background-color: #F7F8F8;
}

.mstBsCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

    .mstBsCon h2 {
        margin-bottom: 40px;
        font-family: manrope-medium;
        font-size: 18px;
        font-size: 30px;
        text-align: center;
        color: #234893;
    }

    .mstBsCon h3 {
        font-family: manrope-regular;
        font-size: 68px;
        line-height: 1.1;
        letter-spacing: -1.5px;
        text-align: center;
        color: #040404;
    }

        .mstBsCon h3 span {
            color: #234893;
        }


.mltSld {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.mltSldOneImg {
    width: 100%;
    border-radius: 30px;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 40px;
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 55px;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px !important;
    border: none;
    cursor: pointer;
    zoom: 1;
    background-color: transparent;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        display: block;
        -webkit-backface-visibility: visible;
        transition: .2s ease;
        border-radius: 30px;
        background-color: #DFDFDF;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 18px;
        height: 18px;
        border: none;
        background: #234893;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    /*z-index: 1.i*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .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-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.4s;
        border: none;
        background: #234893 url(../../images/oval-link-icon-prev.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.3s;
        border: none;
        background: #234893 url(../../images/oval-link-icon.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-prev span {
        display: none;
    }

    .owl-carousel .owl-next span {
        display: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        opacity: .8;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        opacity: .8;
    }

.gg {
    width: 100%;
    background-color: #F0F0F0;
    /*padding: 100px;*/
    padding: 100px 100px 0 100px;
    box-sizing: border-box;
}

    .gg .owl-item {
        padding: 20px;
        box-sizing: border-box;
    }

.ggSld {
    margin-top: 30px;
}

.ggItm {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 50px 70px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
}

.ggItmBs {
    margin-bottom: 40px;
    font-family: manrope-medium;
    font-size: 16px;
    color: #234893;
}

.ggItmTx {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: manrope-regular;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}

.ssCon {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}


.ssBsCon {
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    box-sizing: border-box;
    border-right: 5px solid #234893;
}

.ssBs {
    position: relative;
}

    .ssBs h2 {
        font-family: poppins-bold;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.ssLnk {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-family: poppins-medium;
    font-size: 18px;
    color: #234893;
}

.ssRg {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.ssItm {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.ssTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssTit h2 {
        padding-right: 10px;
        font-family: poppins-bold;
        font-size: 17px;
        line-height: 1.4;
        color: #1A1A1A;
    }

.ssIcn {
    display: flex;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    transition: ease 0.4s;
    overflow: hidden;
}

    .ssIcn img {
        width: 22px;
    }

/*.ssItm:hover .ssIcn {
    transform: rotate(0);
}*/

.ssRg .ssActive .ssIcn img {
    margin-left: -11px;
}

.ssRg .ssActive h2 {
    color: #234893;
}

.sslCnt {
    max-height: 0;
    padding-right: 40px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .sslCnt p {
        margin: 0 !important;
    }

.blg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blgImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.blgDtyImg {
    max-width: 50%;
    border-radius: 15px;
}

.blgTrh {
    margin-top:15px;
    font-family: manrope-regular;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}

.blgTxCon {
    position: relative;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

    .blgTxCon h2 {
        margin: 0 0 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: manrope-medium;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #363636;
    }

    .blgTxCon p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-regular;
        font-size: 16px;
        line-height: 1.6;
        color: #1A1A1A;
    }

    .blgTxCon a {
        margin-top: 10px;
        font-family: manrope-medium;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #234893;
    }

.blgCdr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -40px;
    right: 40px;
    width: 70px;
    height: 50px;
    border-radius: 7px;
    background-color: #234893;
    z-index: 1;
}

.blgCdrBs {
    font-family: manrope-semibold;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

.pgHdCon {
    width: 100%;
    margin-bottom: 30px;
    background-color: #F7F8F8;
    display: none;
}

.pgHd {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.pgHdMapCon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pgHdMap {
    font-family: manrope-medium;
    font-size: 18px;
    color: #040404;
}

.pgHd h2 {
    font-family: manrope-medium;
    font-size: 18px;
    color: #040404;
}

.pgHd h3 {
    font-family: manrope-medium;
    font-size: 18px;
    color: #234893;
}

.pgHd h4 {
    font-family: poppins-bold;
    font-size: 48px;
    line-height: 1.2;
    color: #333333;
}

.pgHdIcn {
    width: 4px;
    height: 4px;
    margin: 0 20px;
    border-radius: 100vw;
    background-color: #333333;
}

.cntHd {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.cntHdLf {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.cntHdLfBs {
    position: relative;
}

    .cntHdLfBs h2 {
        font-family: poppins-medium;
        font-size: 72px;
        line-height: 1.1;
        color: #1A1A1A;
    }

.cntHdLf h3 {
    margin: 40px 0 30px 0;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.cntHdRg {
    width: 50%;
    padding: 100px;
    box-sizing: border-box;
}

.cntHdRgBs {
    margin-bottom: 20px;
    font-family: manrope-regular;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: #040404;
}

.cntHdRgBsTw {
    margin: 60px 0 30px 0;
    font-family: manrope-medium;
    font-size: 18px;
    font-size: 30px;
    color: #234893;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.gn {
    width: 200px;
    font-family: manrope-semibold;
}


    .gn span {
        width: 140px;
        font-family: manrope-regular !important;
    }


.cntHdRgItm {
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-family: manrope-medium;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
}

    .cntHdRgItm a {
        display: flex;
        align-items: center;
        color: #1A1A1A;
    }

.cntHdRgItmMrg {
    margin-left: 25px;
}

.cntHdRgIcn {
    width: 20px;
    margin-right: 10px;
}

.cntHdRgBtBs {
    margin: 20px 0;
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
}

    .cntHdRgBtBs a {
        color: #234893;
    }

.cntCon {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#uptPnlCnt {
    width: 80%;
}

.pgBxCnt {
    max-width: 1900px;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    /* background: #ffffff url(../../images/bg-line.svg) no-repeat right top; */
    background-color: #ffff;
    background-position-x: 155%;
    background-position-y: -600px;
    overflow: hidden;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.1);
}

.frmCon {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 100px;
    box-sizing: border-box;
    /* background-color: #f6f6f6; */
    background-color: #F6F6F6;
}

.frmBs {
    margin-bottom: 20px;
    font-family: manrope-regular;
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: #040404;
}

.frmTx {
    margin-bottom: 30px;
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
}

.frmItm {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.txt {
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: manrope-regular;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 12px;
    border: none;
    outline: none;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
}

.frmCon .txt::placeholder {
    color: #919191;
}

.frmCon .txt:-ms-input-placeholder {
    color: #919191;
}

.frmCon .txt::-ms-input-placeholder {
    color: #919191;
}

.txtRq {
    margin-left:-25px;
    font-family: manrope-medium;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: red;
}

.frKvkk {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.frKvkkOny {
    font-family: manrope-medium;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #234893;
}

.frKvkkRd {
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    font-family: manrope-medium;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #040404;
}

.kvkkPopUp {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}

.kvkkPopUpCnt {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
}

#kvkkCls {
    position: absolute;
    width: 25px;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transition: ease .3s;
}

    #kvkkCls:hover {
        opacity: .5;
    }












.frEr {
    margin-bottom: 30px;
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #ffffff;
}

    .frEr span {
        color: red;
    }

.fu {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: #234893;
    border-radius: 20px;
    background-color: #8c655b;
    border: none;
}

.frmBtnCon {
    display: flex;
    align-items:center;
}

.btn {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 12px;
    width: fit-content;
    background-color: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: ease .3s;
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: #234893;
}

/* .btn:hover {
        opacity:.8;
        cursor:pointer;
    }*/

.lbl {
    margin-left:10px;
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: red;
}

.mapCon {
    width: 100%;
    padding-bottom: 120px;
}

.map {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

    .map iframe {
        width: 100%;
        height: 600px;
        border-radius: 30px;
        overflow: hidden;
    }

.blgSldBg {
    width: 100%;
    background-color: #ffffff;
}

.blgSldCon .owl-nav {
    display: flex;
    justify-content: space-between;
    top: -45px;
    left: 0;
    right: 0;
}

    .blgSldCon .owl-nav [class*=owl-] {
        margin: 0;
    }

    .blgSldCon .owl-nav .owl-prev {
        position: absolute;
        top: 275px;
        left: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .blgSldCon .owl-nav .owl-next {
        position: absolute;
        top: 275px;
        right: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

.blgSldCon {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.blgSld {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
}

.blgSldImgCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.blgSldImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.blgSldTxCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.blgSld h2 {
    margin: 40px 0 10px 0;
    font-family: poppins-medium;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
    color: #1A1A1A;
}

.blgSldTrh {
    margin: 20px 0 10px 0;
    font-family: poppins-regular;
    font-size: 14px;
    text-align: center;
    color: #1A1A1A;
}

.blgSld h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: poppins-regular;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: #1A1A1A;
}

.pgBlgCon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pgBlg {
    display: flex;
    flex-direction: column;
    width: calc(25% - 30px);
    margin: 15px;
    padding-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 1);
}

.abtHdCon {
    background-color: #fff;
}

.abtHd {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.abtHdImg {
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.abtHdTxCon {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-left: 50px;
    box-sizing: border-box;
}

.abtHdBs {
    position: relative;
}

    .abtHdBs h2 {
        font-family: poppins-medium;
        font-size: 72px;
        line-height: 1.1;
        color: #1A1A1A;
    }

.abtHdTx {
    margin: 40px 0 30px 0;
    font-family: poppins-medium;
    font-size: 24px;
    line-height: 1.6;
    color: #1A1A1A;
}

.ssPgTp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 0 55px 50px 55px;
    box-sizing: border-box;
    background-color: #E6EFF0;
}

.ssSh {
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.txtSsSh {
    width: 300px;
    padding: 18px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: poppins-regular;
    font-size: 14px;
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh:-ms-input-placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::-ms-input-placeholder {
    color: #BCBCBC;
}

.ssShBtn img {
    height: 20px;
}

.ssPgTpItmCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: -50px auto 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.ssPgTpItm {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    height: 100px;
    margin: 0 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
    color: #1A1A1A;
}

.ssPgTpItmImg {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #F7F8F8;
}

    .ssPgTpItmImg img {
        width: 100%;
    }

.ssPgCon {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.btnSsSh {
    display: none;
}

.ssPgItm {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background-color: #fff;
}

.ssPgTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssPgTit h2 {
        font-family: poppins-bold;
        font-size: 17px;
        line-height: 1.4;
        color: #1A1A1A;
    }


.ssPgItm .ssActive {
    background-color: #E6EFF0;
}

    .ssPgItm .ssActive .ssIcn img {
        margin-left: -11px;
    }

    .ssPgItm .ssActive h2 {
        color: #234893;
    }

.ssPgCnt {
    height: 0;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .ssPgCnt p {
        padding: 0;
        margin: 0;
    }

.ssBtTx {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

    .ssBtTx a {
        font-family: poppins-medium;
        color: #234893;
    }

.hbrCon {
    display: flex;
    flex-wrap: wrap
}

.blgDtyCon {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

    .blgDtyCon h2 {
        font-family: poppins-bold;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.blgDtyTrh {
    margin-top: 5px;
    font-family: poppins-regular;
    font-size: 14px;
    color: #999999;
}

.blgDty {
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #1A1A1A;
}

.bfAfCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
}

.bfAf {
    margin: 15px;
    width: calc(25% - 30px);
    border-radius: 15px;
}


.dbCon {
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 120px 160px;*/
    box-sizing: border-box;
    /*background-color: #F0F0F0;*/
}

.dbLf {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding-right: 200px;
    box-sizing: border-box;
}

.dbLfBs {
    margin-bottom: 50px;
}

    .dbLfBs h2 {
        font-family: manrope-regular;
        font-size: 68px;
        line-height: 1.1;
        letter-spacing: -2.5px;
        color: #040404;
    }

        .dbLfBs h2 span {
            color: #234893;
        }

.dbLfImgCon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dbLfImg {
    width: 100%;
}

.dbLfImgLn {
    border: 1px solid #6f95ff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 1000vw;
}

.dbLfImgLnTw {
    border: 1px solid #bfcfff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 1000vw;
}

.dbLfBx {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: 100px;
    max-width: 60%;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: rgba(251, 251, 251, .94);
}

    .dbLfBx:nth-child(2) {
        right: -50px;
        top: auto;
        left: auto;
        bottom: auto;
        margin-top: -20px;
    }

    .dbLfBx:nth-child(3) {
        left: 60px;
        bottom: 70px;
        top: auto;
        right: auto;
    }

    .dbLfBx:nth-child(4) {
        left: 80px;
        top: 80px;
        bottom: auto;
        right: auto;
    }

.dbLfBxIcn {
    height: 30px;
    margin-right: 10px;
}

.dbLfBxTx {
    display: flex;
    flex-direction: column;
}

.dbLfBx h3 {
    margin-bottom: 10px;
    font-family: manrope-semibold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #040404;
}

.dbLfBx h4 {
    font-family: manrope-regular;
    font-size: 14px;
    line-height: 1.1;
    color: #040404;
}

.dbRg {
    width: 50%;
}

.dbRgItm {
    display: flex;
    align-items: start;
    margin: 25px 0;
    /*padding: 100px;*/
    padding: 60px 100px;
    box-sizing: border-box;
    border-radius: 30px;
    /*background-color: #f6f6f6;*/
    background-color: #ffffff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
    /* -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);*/
}

    .dbRgItm h3 {
        margin-bottom: 25px;
        font-family: manrope-medium;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #040404;
    }

    .dbRgItm h4 {
        font-family: manrope-medium;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: -0.5px;
        color: #040404;
        opacity: 0.8;
    }

.dbRgItmBtn {
    padding: 10px 15px 13px 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #234893;
    font-family: manrope-medium;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #ffffff;
    display: none;
}


.dfEdCon {
    max-width: 1100px;
    margin: 60px auto 0 auto;
    border-radius: 30px;
}

    .dfEdCon .owl-stage-outer {
        border-radius: 30px;
        overflow: hidden;
    }

.dfEd {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 120px 70px 120px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
}

    .dfEd h2 {
        margin-bottom: 40px;
        font-family: manrope-medium;
        font-size: 18px;
        text-align: center;
        color: #363636;
    }

    .dfEd p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transform: rotate(1deg);
        font-family: manrope-regular;
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #363636;
    }

.dfEdLnk {
    display: flex;
    align-items: center;
    margin-top: 40px;
    transition: ease .3s;
    font-family: manrope-medium;
    font-size: 18px;
    text-align: center;
    color: #999999;
}


.rdrcCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 120px 55px 0 55px;
    box-sizing: border-box;
}

.rdrc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    padding: 50px;
    box-sizing: border-box;
}

.rdrcBs {
    font-family: marcellus;
    font-size: 170px;
    letter-spacing: -1.5px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.rdrcTx {
    font-family: Lato;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.rdrc a {
    margin-top: 30px;
    width: min-content;
}

.rdrcBtn {
    width: 180px;
    height: 50px;
    margin-top: 25px;
    border-radius: 7px;
    background: #000;
    font-family: lato;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.spcSrcCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 40px;
    box-sizing: border-box;
}

.spcSrc {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px 15px;
    padding: 35px 35px 35px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

    .spcSrc:nth-child(1) {
        background: #e6eff0;
    }

    .spcSrc h2 {
        font-family: poppins-medium;
        font-size: 22px;
        line-height: 1.1;
        color: #1A1A1A;
    }

    .spcSrc p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 30px;
        font-family: poppins-regular;
        font-size: 18px;
        line-height: 1.6;
        color: #1A1A1A;
    }

    .spcSrc a {
        margin-top: 10px;
        font-family: poppins-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #234893;
    }
