﻿body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.cPageBaslik {
    float: left;
    width: 100%;
    color: #d81428;
    font-size: 30px;
    font-family: Vollkorn-Regular;
    margin-top: 200px;
}


.jd-slider .slide-area > li {
    width: 100%;
    height:auto;
    float: left;
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    outline: none !important;
}

    .jd-slider .slide-area > li img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

.jd-slider, .jd-slider .slide-inner {
    position: relative;
}

li, ul {
    list-style: none;
}

.jd-slider .slide-area {
    margin: 0;
    padding: 0;
}

    .jd-slider .slide-area:after {
        display: block;
        content: '';
        clear: both;
    }

    .jd-slider .slide-area li:first-child {
        display: block
    }

.jd-slider .next, .jd-slider .prev {
    position: absolute;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    cursor: pointer;
    background-color:#f55209;
}

    .jd-slider .next:hover, .jd-slider .prev:hover {
        background-color: #1a1a1a;
    }

.jd-slider .prev {
    left: 40px;
}

.jd-slider .next {
    right: 40px;
}

.jd-slider .controller {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.auto, .pause {
    display: none;
}

.jd-slider .controller .indicate-area {
    display: flex;
    justify-content: center;
    margin-bottom:30px;
}

    .jd-slider .controller .indicate-area a {
        display: inline-block;
        position: relative;
        width: 11px;
        height: 11px;
        margin: 0 7px;
        font-size: 0;
    }

        .jd-slider .controller .indicate-area a:after {
            content: '';
            position: absolute;
            width: 11px;
            height: 11px;
            background-color: #d8d8d8;
            border-radius: 50%;
        }

        .jd-slider .controller .indicate-area a.on:after {
            width: 11px;
            height: 11px;
            margin-top: -1px;
            background-color: #bb1e32;
            opacity: 1;
        }
        .next img{
            height:15px;
        }

        .prev img{
            height:15px;
        }

        /*///////////ownSld////////*/

.owl-carousel {
    display: none;
    width: 100%;
}

    .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 {
        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-loading {
        opacity: 0;
        display: block
    }

.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

    .owl-1 .owl-nav .owl-next, .owl-1 .owl-nav .owl-prev {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
        top: 50%;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        display: none;
    }

    .owl-1 .owl-nav .owl-next {
        right: 40px;
        background: transparent url("../../images/next.svg") no-repeat scroll center center;
        background-size: auto 20px;
        transition: ease .3s;
    }

        .owl-1 .owl-nav .owl-next:hover {
            border: 1px solid #383838;
            background-color: #1a1a1a;
            transition: ease .3s;
        }

    .owl-1 .owl-nav .owl-prev {
        left: 40px;
        background: transparent url("../../images/prev.svg") no-repeat scroll center center;
        background-size: auto 20px;
        transition: ease .3s;
    }

        .owl-1 .owl-nav .owl-prev:hover {
            border: 1px solid #383838;
            background-color: #1a1a1a;
            transition: ease .3s;
        }

.owl-1 .owl-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
}

    .owl-1 .owl-dots .owl-dot {
        background: none;
        display: inline-block;
        border: none;
        padding: 0;
        cursor: pointer;
    }

        .owl-1 .owl-dots .owl-dot > span {
            display: inline-block;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            margin: 3px 0;
            transform: scale(0.4);
            -webkit-transform: scale(.8);
            background: #fff;
        }

        .owl-1 .owl-dots .owl-dot.active > span {
            width: 3px;
            height: 3px;
            opacity: 1;
            box-shadow: 0 0 0 2px rgba(255,255,255,1);
            border: 5px solid #000;
            border-radius: 50%;
            background: transparent;
            background-color: #fff;
        }
@font-face {
    font-family: 'Vollkorn-Regular';
    src: url('../../Font/Vollkorn-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Vollkorn-Bold';
    src: url('../../Font/Vollkorn-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Vollkorn-Semibold';
    src: url('../../Font/Vollkorn-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../Font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../Font/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-bold';
    src: url('../../font/poppins-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-light';
    src: url('../../font/poppins-light.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-medium';
    src: url('../../font/poppins-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../../font/poppins-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('../../font/poppins-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-thin';
    src: url('../../font/poppins-thin.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-black';
    src: url('../../font/outfit-black.ttf') format('truetype'), url('../../font/outfit-bold.ttf') format('truetype'), url('../../font/outfit-extrabold.ttf') format('truetype'), url('../../font/outfit-extralight.ttf') format('truetype'), url('../../font/outfit-light.ttf') format('truetype'), url('../../font/outfit-medium.ttf') format('truetype'), url('../../font/outfit-regular.ttf') format('truetype'), url('../../font/outfit-semibold.ttf') format('truetype'), url('../../font/outfit-thin.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-bold';
    src: url('../../font/outfit-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-extrabold';
    src: url('../../font/outfit-extrabold.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-extralight';
    src: url('../../font/outfit-extralight.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-light';
    src: url('../../font/outfit-light.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-medium';
    src: url('../../font/outfit-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-regular';
    src: url('../../font/outfit-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-semibold';
    src: url('../../font/outfit-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'outfit-thin';
    src: url('../../font/outfit-thin.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-black';
    src: url('../../font/titilliumweb-black.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-bold';
    src: url('../../font/titilliumweb-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-bolditalic';
    src: url('../../font/titilliumweb-bolditalic.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-extralight';
    src: url('../../font/titilliumweb-extralight.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-extralightitalic';
    src: url('../../font/titilliumweb-extralightitalic.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-italic';
    src: url('../../font/titilliumweb-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-light';
    src: url('../../font/titilliumweb-light.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-lightitalic';
    src: url('../../font/titilliumweb-lightitalic.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-regular';
    src: url('../../font/titilliumweb-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-semibold';
    src: url('../../font/titilliumweb-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'titilliumweb-semibolditalic';
    src: url('../../font/titilliumweb-semibolditalic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-regular';
    src: url('../../font/roboto-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-medium';
    src: url('../../font/roboto-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-thin';
    src: url('../../font/roboto-thin.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-bold';
    src: url('../../font/roboto-bold.ttf') format('truetype');
}
.pgImg {
  
    width: 100%;
    height:200px;
    background-color: #191919;
    z-index: 999;
}

.cPageCen{
    padding:100px 0;
}

.hkPageCen {
    margin:5px auto;
    padding:0 0;
}

.sldCon {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sld {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh + 20px);
}

.sld img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sldCen {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    transition: ease .3s;
}

.sldTxCon {
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    transition: ease .3s;
}

.sldBs {
    margin-bottom: 20px;
    font-family: titilliumweb-regular;
    font-size: 72px;
    line-height: .9;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
}

.sldAltBs {
    font-family: titilliumweb-regular;
    font-size: 80px;
    line-height: 1.1;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
}

.sldTx {
    margin-top: 10px;
    font-family: titilliumweb-regular;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
}

.sldBtnCon {
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 30px;
}

.sldBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid #bd9d4f;
    /*background: linear-gradient(48deg, rgba(0,130,186,1) 0%, rgba(0,158,227,1) 100%);*/
    background: linear-gradient(48deg, #bd9d4f 0%, #bd9d4f 100%);
    transition: ease .3s;
    font-family: titilliumweb-semibold;
    font-size: 16px;
    color: #fff;
}

    .sldBtn:hover {
        opacity: .7;
        transition: ease .3s;
    }





.sldBtn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    transition: ease .3s;
    font-family: titilliumweb-regular;
    font-size: 15px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
}

    .sldBtn_1:hover {
        opacity: .6;
        transition: ease .3s;
    }

.sldBt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
}

.sldBtBs {
    margin-bottom: 10px;
    font-family: titilliumweb-regular;
    font-size: 48px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1;
    color: #bd9d4f;
}

.sldBtTxt {
    font-family: titilliumweb-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    color: #000000ad;
}

.sldBtLnk {
    margin-top: 20px;
    font-family: titilliumweb-regular;
    font-size: 18px;
    text-align: center;
    color: #bd9d4f;
}

.sldBtItmCon {
    display: flex;
    flex-wrap:wrap;
    max-width: 1230px;
    margin: 100px auto;
}

.sldBtItm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.sldBtItmIcnRn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 2px solid #bd9d4f;
    border-radius: 50%;
}

.sldBtItmIcn img {
    height: 40px;
}

.sldBtItmBs {
    margin: 25px 0;
    font-family: titilliumweb-regular;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #444;
}

.sldBtItmTx {
    font-family: titilliumweb-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #000000ad;
}

.sldBtItmLnk {
    margin-top: 20px;
    font-family: titilliumweb-semibold;
    font-size: 16px;
    text-align: center;
    color: #444;
}

.bdySldCn {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.bdyOwlSldCn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: roboto-bold;
    font-size: 26px;
    color: #444;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.bdyOwlSldHrBs {
    font-family: 'titilliumweb-bold';
    font-size: 26px;
    color: #444;
    text-align: center;
}

.bdyOwlSldBtItmConFl {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.bdyOwlSldBtHr {
    width: 60px;
    margin-right: 8px;
    border: 1px solid #444;
}

.bdyOwlSldBtHrTxt {
    font-family: titilliumweb-regular;
    font-size: 14px;
    color: #444;
    text-align: center;
}

    .bdyOwlSldBtHrTxt:hover {
        color: #bd9d4f;
    }

.bdyOwlSldBs {
    font-family: 'titilliumweb-bold';
    font-size: 26px;
    color: #444;
    margin-bottom: 35px;
    text-align: center;
}

.bdyowSldBs {
    box-sizing: border-box;
    font-family: 'titilliumweb-bold';
    font-size: 25px;
    color: #444;
}

.bdyowSldTx {
    margin: 25px 0;
    font-family: titilliumweb-regular;
    font-size: 15px;
    color: #444;
}

.bdySldBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 60px;
    border: 1px solid #bd9d4f;
    font-family: 'titilliumweb-bold';
    font-size: 13px;
    color: #444;
    transition: ease .3s;
    cursor: pointer;
}

    .bdySldBtn:hover {
        background-color: #bd9d4f;
        color: #fff;
        transition: ease .3s;
    }



.owlSldCn {
    width: 100%;
    display: flex;
    align-items: center;
}


.bdySldCn .owl-carousel owl-1 {
    width: 100%;
    float: left;
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden;
    outline: none !important;
}

.bdySldCn .owl-1 .owl-dots{
    display:none;
}

.owlSldCn .owlim img {
    width: 100% !important;
    height: auto !important;
}

.bdyAltSldTxCon {
    width: 100% !important;
    padding-right: 30px;
    box-sizing: border-box;
}

.infCn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 15px;
    box-sizing: border-box;
}

.infCnBs {
    margin-bottom: 10px;
    font-family: titilliumweb-regular;
    font-size: 48px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1;
    color: #bd9d4f;
}

.infCnTx {
    font-family: titilliumweb-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    color: #000000ad;
}

.infCnBt {
    margin-top: 20px;
    font-family: titilliumweb-regular;
    font-size: 18px;
    text-align: center;
    color: #bd9d4f;
}

.sldBtItmConn {
    max-width: 1230px;
    display: flex;
    margin: 0 auto;
    flex-wrap:wrap;
    justify-content:center;
    margin-bottom: 150px;
}

.sldBtItmConBs {
    max-width: 1230px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: roboto-bold;
    font-size: 26px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.sldHrBs {
    font-family: roboto-bold;
    font-size: 26px;
    color: #444;
    text-align: center;
}

.sldBtItmConFl {
    width: 100%;
    position: absolute;
    justify-content: end;
    display: flex;
    align-items: center;
}

.sldBtHr {
    width: 60px;
    margin-right: 8px;
    border: 1px solid #444;
}

.sldBtHrTxt {
    font-family: roboto-regular;
    font-size: 14px;
    color: #444;
    text-align: center;
}

    .sldBtHrTxt:hover {
        color: #bd9d4f;
    }

.sldBtItmm {
    width:25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 100px;
}

.sldBtItmIcnRnn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.sldBtItmIcnn img {
    height: 300px;
}

.sldItmTxCon {
    width: 250px;
    background-color: #fff;
    position: absolute;
    bottom: -70px;
}

.sldBtItmBsCn {
    width: 100%;
    height: auto;
}

/*.sldItmTxCon:hover{
    color: #fff;
    background-color: #cd152c;
} */

.sldItmTxCon .sldBttLnk:hover {
    background-color: #fff;
    border:1px solid #bd9d4f;
    color: #bd9d4f;
}


.sldItmTpTx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #bd9d4f;
}

.sldBtItmBsCn {
    width: 100%;
    height: auto;
}

.sldItmTpBs {
    font-family: roboto-regular;
    font-size: 10px;
    color: #fff;
    align-items: center;
    margin: 5px 20px;
}

    .sldItmTpBs img {
        height: 15px;
        margin-left: 3px;
    }


.sldBtItmBss{
    width: 100%;
    margin: 25px 0;
    font-family: roboto-bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #444;
}

.sldBtItmTxx {
    height: 80px;
    font-family: roboto-regular;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #000000ad;
}

.sldBtItmLnkk {
   
    font-family: roboto-regular;
    font-size: 16px;
    text-align: center;
    display: flex;
    position: relative;
    flex-flow: column-reverse;
    justify-content: center;
    box-sizing: border-box;
    color: #444;
}


.sldBttLnk {
    position: absolute;
    background-color: #bd9d4f;
    font-family: roboto-regular;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-self: center;
    padding: 8px 22px;
    color: #fff;
}

.bdyHkCn {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.bdyHkCn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: roboto-bold;
    font-size: 26px;
    color: #444;
    justify-content: center;
    align-items: center;
    padding:50px 0;
    margin-bottom: 35px;
}


.owlHkTpCon {
    width: 100%;
    float: left;
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden;
    outline: none !important;
}

.owlHkCn {
    width: 100%;
    display: flex;
    align-items: center;
}

.bdyowHkBs {
    font-family: 'titilliumweb-bold';
    font-size: 26px;
    color: #444;
    margin-bottom: 35px;
    
}



.bdyHkTx {
    margin: 25px 0;
    font-family: titilliumweb-regular;
    font-size: 15px;
    color: #444;
}

.bdyHkBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 60px;
    border: 1px solid #bd9d4f;
    font-family: 'titilliumweb-bold';
    font-size: 13px;
    color: #444;
    transition: ease .3s;
    cursor: pointer;
}

    .bdyHkBtn:hover {
        background-color: #bd9d4f;
        color: #fff;
        transition: ease .3s;
    }


.hmEndCtnCon {
    width: 100%;
}

.hmEndCtn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.hmEndCtnLf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 160px 180px 210px 180px;
    box-sizing: border-box;
    background-color: #bd9d4f;
}

.hmEndCtnIcn {
    width: 40px;
    margin-bottom: 20px;
}
.hmEndCtnBs {
    font-family: titilliumweb-regular;
    font-size: 42px;
    line-height: 1;
    color: #fff;
}
.hmEndCtnTx {
    margin: 40px 0 25px 0;
    font-family: titilliumweb-regular;
    font-size: 18px;
    line-height: 1.7;
    /* color: #666; */
    color: #fff;
}
.hmEndCtnBtn {
    width: fit-content;
    padding: 8px 18px;
    background-color: #fff;
    font-family: titilliumweb-semibold;
    font-size: 18px;
    color: #444;
}

.hmEndCtnRg {
    width: 50%;
}

.cntTpBs {
    max-width: 1230px;
    margin: 80px auto 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: titilliumweb-regular;
    font-size: 30px;
    color: #333;
}

.cntHmCon {
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.cntInfCon {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}

.cntInfBx{
    height: fit-content;
    margin-bottom: 80px;
    padding-left: 30px;
    border-left: 2px solid #bd9d4f;
}

.cntBs {
    font-family: titilliumweb-bold;
    font-size: 15px;
    color: #666;
}

.cntTx {
    font-family: titilliumweb-regular;
    font-size: 15px;
    line-height: 2;
    color: #666;
}

    .cntTx a {
        color: #666;
    }

.cntTxClr a {
    color: #bd9d4f;
}

.cntTxXl a {
    font-size: 28px;
    color: #bd9d4f;
}

.cntSmCon {
    display: flex;
    flex-direction: column;
    max-width: 1230px;
    margin: 0 auto 50px auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.cntSmBs {
    margin-bottom: 25px;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: titilliumweb-regular;
    font-size: 20px;
    color: #666;
}

.cntSmBtCon {
    display: flex;
}

.cntSm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bd9d4f;
    transition: ease .3s;
}

    .cntSm:hover {
        background-color: #9d1223;
        transition: ease .3s;
    }

    .cntSm img {
        height: 15px;
    }

















.cServiceBox {
    display: flex;
    flex-wrap: wrap;
}
.cBodyBox {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    padding: 15px 0;
    margin: 20px auto;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    transition: 500ms;
    box-sizing:border-box;
    position:relative;
    background-color: #fff;
}

    .cBodyBox:before {
        content: "";
        display: block;
        position:absolute;
        top: 0;
        transform:translateX(-0%);
        transition: all .5s ease-in-out;
        background-color: #f55209;
        height:0;
        width:100%;
    }


    .cBodyBox:hover::before {      
        height: 100%;
    }

    .cBodyBox:hover.cBodyBoxText {
       color:#fff;
    }

.bodyCn{
    position:relative;
}


.iconCn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #f55209;
}

    .iconCn img {
        height:50px;
    }


.cBodyBoxText {
    width:100%;
    height: 35px;
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: 'outfit-medium';
    margin-top:15px;
    margin-bottom: 15px;
    z-index:999;
    
}

.cBodyBox:hover .cBodyBoxText {
    color: #fff;
}


.cBodyBoxAltText {
    width:100%;
    font-family: 'outfit-medium';
    font-size: 16px;
    text-align: center;
    padding:0 10px;
    color: #000;

}

.cBodyBox:hover .cBodyBoxAltText {
    color: #fff;
}



.cBodyBoxbtn {
    width: 100px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    margin: 25px auto;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px 100px;
    background-color: #f55209;
}

.hakkimizdaCon{
    max-width:1280px;
    height:500px;
    margin:0 auto;
 
}

.hkLfCon{
    width:50%;
    height:550px;
}

.hkLfCon img {
    width:90%;
    height:550px;
    margin:0 auto;

}

.hkRgCon {
    width: 50%;
    height: 550px;
  
}

.hkBsCon{
    width:70%;
    font-family:outfit-bold;
    font-size:28px;
    color:#000;
    margin-bottom:20px;

}

.hkAltBsCon {
    width: 70%;
    font-family: outfit-bold;
    font-size: 16px;
    color: #000;
    margin-bottom:20px;

}

.hkDtyCon {
    width: 70%;
    font-family: outfit-regular;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;

}

.hkImgCon {
    width: 70%;
    height:156px;
 

}

.hkImgCon img {
    width: 100%;
    height: 156px;
}
.hkBtnCon {
    width: 100px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    margin: 25px 0;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 100px;
    background-color: #f55209;
}

/*///////ServisSlidier/////////*/
.container {
    max-width: 1230px;
    margin: 0px auto;
    box-sizing: border-box;
   
}

#mixedSlider3 .MS-content {
    white-space: nowrap;
    overflow: hidden;
}

    #mixedSlider3 .MS-content .itemTw {
        display: inline-block;
        width: 25%;
        position: relative;
        vertical-align: top;
        overflow: hidden;
        height: 100%;
        white-space: normal;
    }

    .srvBs{
        width:100%;
        height:300px;
        margin-top:-50px;
        position:absolute;
        background-color:#000;
    }
.srvBsTxt {
   max-width:1280px;
   font-family:outfit-bold;
   font-size:28px;
   margin:0 auto;
   color:#fff;
   padding:50px 0 0 20px;
 }

.srvAltTxt {
    max-width: 1280px;
    font-family: outfit-bold;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0 0 20px;
}

.srvAltTxtBtn {
    float:right;
    width: 100px;
    height: 35px;
    font-size: 18px;
    margin:0 340px 0 0;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 80px;
    color:#fff;
    background-color: #f55209;
   
}

#SldSrvCon {
    margin: 100px auto;
    position: relative;
    margin-bottom:250px;
  
}

.srvCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  
}
.srvBox {
    flex: 1 1 calc(25% - 0);
    margin: 35px 5px;
    overflow: hidden;
    transition: 500ms;
    box-sizing: border-box;
    position: relative;
}

    .srvBox:before {
        width: 100%;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-radius:10px;
        transform: translateX(0%);
        transition: all .5s ease-in-out;
        background: linear-gradient(180deg, rgba(0, 193, 148, 0) 0%, #f55209 61.98%, #f55209 100%);
    }

    .srvBox:hover::before {
     height:100%;

    }

    .srvBox img {
        width:100%;
        border-radius:10px;
    }


.srBs {
    width:100%;
    font-family: outfit-regular;
    font-size: 16px;
    color: #fff;
    position:absolute;
    margin:-150px auto;
    padding:0 0 0 15px;
    
}

.srBtn {
    width: 100px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    margin: -80px 15px;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 80px;
    background-color: #f55209;
    position:absolute;
}

.hzsrvBs {
    width: 100%;
    height: 300px;
    margin-top: -50px;
    position: absolute;
    background-color: #f55209;
    margin-bottom:50px;
}

.hzsrvBsTxt {
    max-width: 1280px;
    font-family: outfit-bold;
    font-size: 28px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 0 0 20px;
}

.hzsrvAltTxt {
    max-width: 1280px;
    font-family: outfit-bold;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0 0 20px;
}

.hzsrvAltTxtBtn {
    float: right;
    width: 100px;
    height: 35px;
    font-size: 18px;
    margin: 0 340px 0 0;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 80px;
    color: #fff;
    background-color: #000;
}

#hzSldSrvCon {
    margin: 100px auto;
    position: relative;
}

#hzItmCon{
 margin:250px auto;
}

.itemTw {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
   
}

.hztItmCon{
    display:flex;
    flex-wrap:wrap;
}

.hzsrvCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
   
}

.hzsrvBox {
    flex: 1 1 calc(25% - 0);
    margin: 15px 5px;
    overflow: hidden;
    transition: 500ms;
    box-sizing: border-box;
    position: relative;
}

    .hzsrvBox:before {
        width: 100%;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-radius: 10px;
        transform: translateX(0%);
        transition: all .5s ease-in-out;
        background: linear-gradient(180deg, rgba(0, 193, 148, 0) 0%, #f55209 61.98%, #d81428 100%);
    }

    .hzsrvBox:hover::before {
        height: 100%;
    }

    .hzsrvBox img {
        width: 100%;
        border-radius: 10px;
    }


.hzsrBs {
    width: 100%;
    font-family: outfit-regular;
    font-size: 16px;
    color: #fff;
    position: absolute;
    margin: -150px auto;
    padding: 0 0 0 15px;
}

.hzsrBtn {
    width: 100px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    margin: -80px 15px;
    font-family: 'outfit-medium';
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 80px;
    background-color: #f55209;
    position: absolute;
}

/*/////////// ServisSlideSon ///////////*/
.hmPageConWh {
    width: 100%;
    background-color:#000;
}

.hmPageCen {
    width: 100%;
    padding:230px 200px 0 200px;
    margin-bottom:50px;
    background-color: #000;
}
.hmSrvBtCon {
    max-width: 1280px;
    box-sizing: border-box;
    border-radius: 5px;
    margin:0 auto;
    background-color: #000;
}

.hmServiceBox {
    display: flex;
    flex-wrap: wrap;
    position:relative;
}

.hmvdCon {
    width: 800px;
    height: 450px;
    margin: -200px auto;
    position: relative;
    display:flex;
    background-color: red;
    background: url('../../images/industry-video-banner1.jpg') no-repeat top left;
    background-size: cover;
}

.hmvdbs {
    width: 100%;
    font-family: outfit-bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
  
}

.ortd {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:0 auto;

}

@keyframes pulse2 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 82, 9, 0.9);
    }

    70% {
        transform: scale(0.95);
        box-shadow: 0 0 0 20px rgba(245, 82, 9, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 85, 9, 0);
    }
}

    .vbtn-fluid {
        display: flex;
        justify-content: center;
        color: #fff;
        background: #f55209;
        align-items: center;
        border-radius: 50%;
        -webkit-animation: pulse2 linear 1000ms infinite;
        animation: pulse2 linear 1000ms infinite;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        width: 140px;
        height: 140px;
        border: none;
    }

    .custom-button:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.05;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    }

    i img{
        text-align:center;
    }

    .hmvdaltbs {
        width: 100%;
        font-family: outfit-regular;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


    .hmBodyBox {
        flex: 1 1 calc(33% - 15px);
        max-width: calc(33% - 15px);
        padding: 10px 0;
        margin: 35px auto;
        box-shadow: 0px 0px 5px #b5b5b561;
        border-radius: 5px;
        overflow: hidden;
        transition: 500ms;
        box-sizing: border-box;
        position: relative;
    }

    .hmBodyBox:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        transform: translateX(-0%);
        transition: all .5s ease-in-out;
        background-color: #f55209;
        height: 0;
        width: 100%;
    }


    .hmBodyBox:hover::before {
        height: 100%;
    }

    .hmBodyBox:hover.cBodyBoxText {
        color: #fff;
    }

    .hmbodyCn {
        position: relative;
    }


    .hmiconCn {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin: 0 auto;
        background-color: #f55209;
    }

    .hmiconCn img {
        height: 50px;
    }


    .hmBodyBoxText {
        width: 100%;
        font-size: 22px;
        color: #fff;
        text-align: center;
        font-family: 'outfit-medium';
        margin-top: 15px;
        margin-bottom: 15px;
        z-index: 999;
    }

    .hmBodyBox:hover .cBodyBoxText {
        color: #fff;
    }


    .hmBodyBoxAltText {
        width: 100%;
        font-family: 'outfit-medium';
        font-size: 16px;
        text-align: center;
        padding: 0 10px;
        color: #fff;
    }

    .hmBodyBox:hover .cBodyBoxAltText {
        color: #fff;
    }



    .hmBodyBoxbtn {
        width: 100px;
        height: 35px;
        font-size: 18px;
        color: #fff;
        margin: 25px auto;
        font-family: 'outfit-medium';
        margin-bottom: 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 100px;
        background-color: #f55209;
    }

.hmcntcon {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border-radius:10px;

    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%)
}


.hmcntlft {
    width: 40%;
    height: 400px;
    display:flex;
    align-items:center;
    background-color:#fff;
}

    .hmcntlft img {
        width: 420px;
        object-fit: cover;
        height: 320px;
        margin:0 auto;
        border-radius:10px;
    }

.hmcntrg {
    width: 60%;
    height: 400px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.hmconlftınf {
    width: 100%;

}

.hmmailcon {
    float: left;
    width: 100%;
    height: 400px;
    padding: 0 10px;
    margin: 50px auto;
}

.hmmailconalt {
    width: 100%;
    margin:10px auto;
    overflow: hidden;
}

.conbs {
    width: 100%;
    font-family: outfit-bold;
    font-size: 28px;
    color: #000;
    margin: 20px;
    margin-bottom: 5px;
}

.cTxtIndx {
    width: calc(33.3333% - 20px);
    height: 40px;
    color: black;
    float: left;
    border: none;
    border-bottom: 0.3rem solid #f55209;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial;
    padding: 25px 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin: 25px 0 15px 20px;
}


.cTxtXlIndx {
    width: calc(100% - 20px);
    height: 40px;
    color: #000;
    float: left;
    border: none;
    border-bottom: 0.3rem solid #f55209;
    font-size: 14px;
    font-family: Arial;
    margin: 25px 0 15px 20px;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 25px 0 40px 15px;
    border-radius: 10px;
}

.cBtn {
    width: 125px;
    height: 45px;
    color: white;
    background-color:#f55209;
    border: none;
    border-radius: 5px;
    font-family:outfit-bold;
    font-size: 14px;
    margin: 30px;
}

.CntBoxCon {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto;
}

.CntBox {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
    padding: 15px 0;
    margin: 35px auto;
    border-radius: 5px;
    overflow: hidden;
    transition: 500ms;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.Cntimg{
    width:100%;
    text-align:center;
}

.CntBox .fa {
    font-size:75px;
    color:#f55209;
}

.Cntimgbs{
    width:100%;
    font-size:18px;
    font-family:outfit-bold;
    text-align:center;
    line-height:3;
    color:#000;
}

.Cntimgtxt {
    width: 100%;
    font-size: 16px;
    font-family: outfit-semibold;
    text-align: center;
    color: #f55209;
}

.iltcntrg {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 750px;*/
}

.iltBs {
    font-family: titilliumweb-regular;
    font-size: 20px;
    line-height: 35px;
    color: #666;
}

.iltBsHr {
    height: 1px;
    margin: 25px 0 40px 0;
    border-bottom: 1px solid #cccccc;
}

.iltTx {
    margin-bottom: 20px;
    font-family: titilliumweb-regular;
    font-size: 20px;
    line-height: 35px;
    color: #666;
}

.iltconlftınf {
    width: 100%;
}

.iltmailcon {
    float: left;
    width: 100%;
    height: 400px;
    padding: 0 10px;
    margin: 50px auto;
}

.iltmailconalt {
    width: 100%;
    float: left;
    margin-top: 30px;
    overflow: hidden;
}

.iltconbs {
    width: 100%;
    font-family: outfit-bold;
    font-size: 28px;
    color: #000;
    margin: 20px;
    margin-bottom: 5px;
}

.iltTxtIndx {
    width: 100%;
    height: 40px;
    color: black;
    float: left;
    border: none;
    border-bottom: 0.3rem solid #bd9d4f;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial;
    padding: 25px 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin: 25px 0 15px 0;
}


.iltTxtXlIndx {
    width: 100%;
    height: 40px;
    color: #000;
    float: left;
    border: none;
    border-bottom: 0.3rem solid #bd9d4f;
    font-size: 14px;
    font-family: Arial;
    margin: 25px 0 15px 0;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 25px 0 40px 15px;
    border-radius: 10px;
}

.iltBtn {
    width: 125px;
    height: 45px;
    color: white;
    background-color: #bd9d4f;
    border: none;
    border-radius: 5px;
    font-family: outfit-bold;
    font-size: 14px;
    margin: 30px;
}

.hrtbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0 0 0;
}

#dHarita {
    width: 100%;
    height: 550px;
    float: left;
}

/*//////haberler/////*/

.bdyHbrCon {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    margin-bottom: 100px;
}

.bdyHbrConInfBs {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.bdyHbrConBs {
    font-family: OpenSans-Bold;
    font-size: 35px;
    align-self: center;
    color: #23323a;
}


.bdyHbrLf {
    width: 80%;
}

.bdyHbrLfCon {
    width: 100%;
    margin: 35px auto;
    display: flex;
    flex-wrap: wrap;
}

.bdyHbrDtCon {
    width: 30%;
    display: flex;
}

.bdyHbrDtInf {
    width: 100%;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.bdyHbrDtBs {
    width: 100%;
    font-family: 'roboto-condensed';
    font-size: 48px;
    text-align: center;
    color: #3e4095;
}

.bdyHbrDtTxt {
    width: 100%;
    font-family: 'roboto-condensed';
    font-size: 15px;
    text-align: center;
    color: #3e4095;
}

.bdyHbrDtIcn {
    width: 100%;
    font-family: 'roboto-condensed';
    font-size: 22px;
    text-align: center;
    color: #3e4095;
    line-height: 60px;
}

.bdyHbrImgCon {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.bdyH {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.bdyHbrLnkCon {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.bdyHbrInf {
    width: 100%;
    display: flex;
}

.dt {
    width: 2px;
    height: 2px;
    display: flex;
    align-self: center;
    background-color: #ccc;
}

.bdyHbrlnk {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    line-height: 50px;
    font-family: outfit-semibold;
    font-size: 10px;
    margin: 0 5px;
    color: #f55209;
}

.ok {
    display: flex;
    align-self: center;
}

.bdyHbrDtyCon {
    width: 100%;
    margin: 0 auto;
}

.bdyHbrInfBs {
    font-family: outfit-regular;
    font-size: 18px;
    margin: 15px auto;
    color: #f55209;
}

.bdyHbrInfTxt {
    font-family: outfit-regular;
    font-size: 15px;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #23323a;
}



.bdyHbrRg {
    width: 250px;
    display: flex;
    background-color: #f7f7f7;
}

.bdyHbrRgBsCon {
    width: 230px;
    margin: 0 auto;
    font-family: poppins-regular;
    font-size: 22px;
    color: #23323a;
    display: flex;
    flex-wrap: wrap;
}

.bdyHbrRgBs {
    width: 230px;
    height: 50px;
    font-family: roboto-condensed;
    font-size: 25px;
    margin-top: 48px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    color: #23323a;
}

.bdyHbrKt {
    width: 230px;
    margin: 0 auto;
}

    .bdyHbrKt img {
        width: 230px;
        margin: 10px auto;
    }

/*///////Hakkımızda//////*/

.cPgIcrFlxCon {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    background-color: #fff;
}

.cPgIcrFlxCzLf {
    position: absolute;
    left: -2px;
    width: 2px;
    height: 400px;
    margin-top: -38px;
    background: transparent url("../../Images/pg-cz.png") no-repeat scroll top center;
}

.cPgIcrFlxCzRg {
    position: absolute;
    right: -2px;
    width: 2px;
    height: 400px;
    margin-top: -38px;
    background: transparent url("../../Images/pg-cz.png") no-repeat scroll top center;
}

.cPgIcrLnkCon {
    min-width: 25%;
    max-width: 25%;
}

.cPgIcrLnk {
    width: 100%;
    height: 45px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 45px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #a0a3a1;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    overflow: hidden;
    cursor: pointer;
    transition: .2s ease;
}

    .cPgIcrLnk:hover {
        color: #059095;
        background: #f5f5f5;
        border: 1px solid #059095;
        transition: .2s ease;
    }

        .cPgIcrLnk:hover .cPgIcrLnkIco {
            opacity: 1;
            margin-top: 0;
            transition: .2s ease;
        }

.cPgIcrLnkIco {
    opacity: 0;
    margin-top: 70px;
    transition: .2s ease;
}

.cPgIcrLnkBtBg {
    width: 100%;
    height: 120px;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent url("../../Images/pg-cnt-bg.png") no-repeat scroll top center;
    background-size: cover;
    transition: ease .9s;
}

.cPgIcrLnkBt {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #fff;
    background-color: rgba(12,153,169,1);
    transition: ease .9s;
}

.cPgIcrLnkBtBg:hover .cPgIcrLnkBt {
    background-color: rgba(12,153,169,.5);
    transition: ease .9s;
}

.cPgIcrLnkBt img {
    height: 100%;
}

.cPgIcrSmCon {
    width: 25px;
    margin: 0 15px;
}

    .cPgIcrSmCon .fa {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #afafaf;
        width: 25px;
        height: 25px;
        border: 1px solid #afafaf;
        border-radius: 50%;
        margin: 15px 0 0 0;
        cursor: pointer;
    }

        .cPgIcrSmCon .fa:hover {
            background-image: linear-gradient(120deg, #059095, #271b51);
            color: #fff;
        }

.cPgIcrSmBs {
    transform: rotate(-90deg);
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-family: Montserrat-Regular;
    color: #b5b5b5;
    font-size: 14px;
    margin: 38px 0 60px -35px;
}

.cPgIcrRg {
    width: 100%;
}

.cPgIcrBsXl {
    position: relative;
    width: 100%;
    font-family: poppins-bold;
    font-size: 20px;
    color: #313131;
    margin: 0 0 10px 0;
}

.cPgIcrBs {
    position: relative;
    width: 100%;
    font-family: poppins-bold;
    font-size: 16px;
    color: #313131;
    margin: 0 0 10px 0;
}

.cPgIcrAltBs {
    position: relative;
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #313131;
}

.cPgIcrDty {
    position: relative;
    width: 100%;
    margin: 20px 0 30px 0;
    font-family: poppins-regular;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}




/* ////////////////////////////////*/
.cBdyText {
    width: 70%;
    font-size: 17px;
    color: #797979;
    margin: 15px auto;
    text-align: center;
    font-family: poppins-semibold;
}

    .cBdyText1 {
        font-size: 35px;
        color: #1b1b1b;
        margin-top: 1px;
        text-align: center;
        font-family: poppins-bold;
        margin-bottom: 35px;
    }

    .cBdyText1Wh {
        font-size: 40px;
        color: #fff;
        margin-top: 1px;
        font-family: poppins-regular;
        text-align: center;
        margin-bottom: 35px;
    }





    .cServiceBox1 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 200px;
    }

    .cBody1 {
        padding: 200px 0 200px 0;
        width: 100%;
        float: left;
        background: #000 url('../../Images/Arka-Plan1.jpg') no-repeat top left;
    }

    .cArkaPlnKutu {
        float: left;
        flex: 1 1 calc(33.3333% - 30px);
        max-width: calc(33.3333% - 30px);
        height: 430px;
        background-color: rgba(255,255,255,0.1);
        margin: 20px 15px;
    }

    .cArkaPlnKutuLog {
        width: 170px;
        height: 170px;
        margin: 30px auto 0 auto;
    }

    .cArkaPlnKutuLogTxt {
        width: 90%;
        float: left;
        text-align: center;
        height: 22px;
        font-size: 18px;
        color: white;
        margin: 75px 5% 0 5%;
        font-family: poppins-semibold;
    }

    .cArkaPlnKutuLogTxt1 {
        float: left;
        width: 90%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        margin: 20px 5% 0 5%;
        line-height: 25px;
        font-family: poppins-regular;
    }


    .cBody1Logo {
        width: 80px;
        height: 80px;
        margin: -150px auto 0 auto;
    }


    .cntNm {
        float: left;
        width: 100%;
        font-size: 25px;
        color: #000;
        margin: 0 20px 0 20px;
        margin-bottom: 10px;
        line-height: 25px;
        font-family: poppins-bold;
    }

    #dRandevuKutu {
        float: left;
        width: 800px;
        margin-top: 25px;
        padding-right: 20px;
        margin: 20px auto 0 auto;
        /*    box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
*/
    }

    .cRandevuKutuAlt {
        width: 45%;
        height: 400px;
        float: left;
        overflow: hidden;
        background-size: cover;
        background-image: url('../../Images/ototamir2.jpg');
        display: block;
    }


    .cRandevuKutuAlt1 {
        width: 55%;
        height: 400px;
        float: left;
        overflow: hidden;
    }

    #RandevuKutuAltTxt {
        width: calc(100% - 20px);
        color: #494b49;
        font-family: OpenSans-Regular;
        font-size: 18px;
        margin: 20px 0 25px 20px;
    }

    .cTxt {
        width: calc(50% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #a1a1a1;
        font-size: 14px;
        font-family: Arial;
        margin: 25px 0 15px 20px;
        background-color: transparent;
    }

    .cTxt:focus {
        outline: 0;
    }

   

    .cTxt:focus {
        outline: 0;
    }

    .cTxtXl {
        width: calc(100% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #a1a1a1;
        font-size: 14px;
        font-family: Arial;
        margin: 25px 0 15px 20px;
        background-color: transparent;
    }

    .cTxtXl:focus {
        outline: 0;
    }

 

    .cTxtXl:focus {
        outline: 0;
    }

    .cDdl {
        width: calc(50% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #a1a1a1;
        font-size: 14px;
        font-family: Arial;
        margin: 5px 0 5px 20px;
        background-color: transparent;
    }

    .cDdl:focus {
        outline: none;
    }


   
    .cHizBtn {
        display: flex;
        flex-wrap: wrap;
        float: left;
        width: 31.3333%;
        height: 430px;
        margin: 20px 5px 0px 5px;
    }

    .cHizBtn img {
        width: 100%;
        position: relative;
    }

    .cHizBtnAltText {
        position: relative;
        height: 50px;
        width: 100%;
        font-family: poppins-semibold;
        text-align: center;
        font-size: 24px;
        color: white;
        margin-top: -50px;
        background-color: rgba(42,42,42,0.5);
        line-height: 50px;
    }


    #Kutu1 {
        position: absolute;
        left: 0;
        top: 0;
        background-color: red;
        width: 100px;
        height: 100px;
    }

    #Kutu2 {
        position: absolute;
        right: 0;
        top: 0;
        background-color: red;
        width: 100px;
        height: 100px;
    }

    #Kutu3 {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: red;
        width: 100px;
        height: 100px;
    }

    #Kutu4 {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: red;
        width: 100px;
        height: 100px;
    }

    .HzText {
        width: 100%;
        float: left;
        font-family: poppins-regular;
        font-size: 18px;
        color: white;
        margin-top: 200px;
    }

    .cHzRsm {
        float: left;
        margin: 0 10px 10px 0;
    }

    .cLogoKutu {
        flex: 1 1 calc(33.3333% - 30px);
        max-width: calc(33.3333% - 30px);
        border: 3px solid #e01;
        padding: 7px;
        margin: 35px 15px;
    }

    .cLogoKutu img {
        float: left;
        width: 100%
    }

    .cBodyBoxAltTextMarka {
        float: left;
        width: 80%;
        height: 70px;
        font-family: poppins-regular;
        text-indent: 20px;
        line-height: 70px;
        font-size: 30px;
        color: white;
        background: #d81428;
        margin-top: -100px;
    }


    .cHizBtn a {
        width: 100%;
    }

    #dHkmzdCon {
        float: left;
        width: 100%;
        margin-top: 220px;
    }

    .btImgCon {
        background: transparent url('../../Images/nakliye-3.jpg') no-repeat center center;
        background-size: cover;
        object-fit: cover;
        background-attachment: fixed;
    }

    .btImgOps {
        padding: 100px 0;
        background: rgba(0,0,0,.5);
        text-align: center;
    }

    .btImgTxCon {
        align-items: center;
        max-width: 700px;
        margin: 30px auto;
    }

    .btImgTxCon img {
        width: 250px;
        justify-content: center;
    }

    .btImgBs {
        font-family: poppins-bold;
        font-size: 40px;
        line-height: 1.5;
        text-align: center;
        color: #fff;
    }

    .btImgBsCl {
        font-family: poppins-medium;
        font-size: 40px;
        line-height: 1.1;
        text-align: center;
        color: #d81428;
    }

    .btImgHr {
        margin: 14px auto;
        width: 50px;
        height: 2px;
        background-color: #d81428;
    }

    .btImgTx {
        font-family: poppins-regular;
        font-size: 14px;
        line-height: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

    .btImgBtn {
        width: 120px;
        margin: 50px auto;
        padding: 0 26px;
        font-family: poppins-medium;
        font-size: 14px;
        line-height: 42px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        background-image: linear-gradient(120deg, #059095, #271b51);
        -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

    #dSldCon {
        padding: 100px 0;
        background-color: #f6f6f7;
    }

    .RefCon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .RefBs {
        font-family: poppins-bold;
        font-size: 32px;
        margin: 10px;
    }

    .RfBs {
        font-family: poppins-bold;
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
        color: #242424;
    }

    .RfTxt {
        font-family: poppins-regular;
        font-size: 14px;
        text-align: center;
        color: #9b9ba2;
    }


    .RefAltCon {
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .RefBox {
        flex: 1 1 calc(25% - 30px);
        margin: 35px 15px;
    }

    .RefImg {
        height: 185px;
        text-align: center;
        margin-bottom: 15px;
    }

    .RefImg img {
        height: 185px;
        text-align: center;
    }

    .cntcon {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .cntlft {
        width: 50%;
        height: 589px;
        background-image: linear-gradient(120deg, #059095, #271b51);
    }

    .cntlft img {
        width: 100%;
        object-fit: cover;
        height: 589px;
    }

    .conlftınf {
        width: 100%;
        background-color: brown;
    }

   

    .contxt {
        width: 100%;
        font-family: Poppins-Bold;
        font-size: 50px;
        color: #fff;
        margin-bottom: 35px;
    }

    .conalttxt {
        width: 100%;
        font-family: Poppins-Bold;
        font-size: 14px;
        color: #fff;
    }

    .cntconbt {
        float: left;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }

    .cntconbthk {
        float: left;
        width: 100%;
        margin-bottom: 200px;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }

    .cntconbs {
        float: left;
        width: 100%;
        font-family: Poppins-SemiBold;
        font-size: 15px;
        text-align: center;
        margin-top: 50px;
        color: #d81428;
    }

    .cntconalt {
        float: left;
        width: 100%;
        font-family: Poppins-SemiBold;
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        margin-top: 15px;
        color: #000;
    }

    .mailcon {
        float: left;
        width: 100%;
        height: 400px;
        padding: 0 100px;
        margin: 50px auto;
    }

    .mailconalt {
        width: 100%;
        float: left;
        margin-top: 30px;
        overflow: hidden;
    }

    #RandevuKutuAltTxt {
        width: calc(100% - 20px);
        color: #494b49;
        font-family: OpenSans-Regular;
        font-size: 18px;
        margin: 20px 0 25px 20px;
    }


    .cDdl {
        width: calc(50% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #a1a1a1;
        font-size: 14px;
        font-family: Arial;
        margin: 5px 0 5px 20px;
        background-color: transparent;
    }

    .cDdl:focus {
        outline: none;
    }




    .CnctCon {
        width: 100%;
        max-width: 1280px;
        display: flex;
        flex-wrap: wrap;
        margin: 100px auto;
    }

    .hrtbs {
        width: 100%;
        font-family: poppins-bold;
        font-size: 32px;
        text-align: center;
        margin-bottom: 50px;
    }

    .Cntctinfo {
        width: 30%;
        height: 400px;
        margin-left: 35px;
    }



    .CntctinfoRg {
        width: 70%;
        height: 400px;
        margin: 0 auto;
    }

    .CntctBs {
        width: 100%;
        font-family: poppins-bold;
        font-size: 18px;
        margin: 10px auto;
        color: #000;
    }

    .CntctTxt {
        width: 100%;
        font-family: poppins-regular;
        font-size: 14px;
        color: #838790;
        margin-bottom: 35px;
    }

    .CntctTxt a {
        color: #838790;
    }


    .cRandevuKutuAlt1 {
        width: 100%;
        height: 400px;
        float: left;
        overflow: hidden;
    }

    .CntRandevuKutuAlt1 {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    #RandevuKutuAltTxt {
        width: calc(100% - 20px);
        color: #8CB9AE;
        font-family: LibreCaslonDisplay-Regular;
        font-size: 30px;
        margin: 20px 0 25px 20px;
        margin-bottom: 50px;
    }

    #CntRandevuKutuAltTxt {
        width: calc(100% - 20px);
        color: #d08774;
        font-family: 'DMSans-Medium';
        font-size: 30px;
        margin: 20px 0 25px 20px;
        margin-bottom: 50px;
    }

    .cntTxt {
        width: calc(50% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #a1a1a1;
        font-size: 14px;
        font-family: Arial;
        margin: 10px 0 10px 20px;
        background-color: transparent;
    }

    .cntTxt:focus {
        outline: 0;
    }



    .CntBtn {
        width: 125px;
        height: 45px;
        color: white;
        background: #d08774;
        border: none;
        border-radius: 5px;
        font-family: Arial;
        font-size: 14px;
        margin: 20px;
    }

    .cntTxtXl {
        width: calc(100% - 20px);
        height: 40px;
        color: black;
        float: left;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        font-family: Arial;
        margin: 15px 0 5px 20px;
        background-color: transparent;
    }

    .cntTxtXl:focus {
        outline: 0;
    }

    .cntTxtXl::placeholder {
        color: #fff;
    }
   
   
    /*/////RefSlider/////*/
    .container {
        max-width: 1230px;
        margin: 0 auto;
    }

    #mixedSlider3 .MS-content {
        white-space: nowrap;
        overflow: hidden;
    }

    #mixedSlider3 .MS-content .item {
        display: inline-block;
        width: 25%;
        position: relative;
        vertical-align: top;
        overflow: hidden;
        height: 100%;
        white-space: normal;
    }

  

    .lng {
        display: flex;
        align-items: center;
        margin-left: 25px;
    }

    .lng a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 18px;
        margin-left: 4px;
        overflow: hidden;
    }

    .lng img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .Mbllng {
        display: none;
    }

    .pgHd {
        width: 100%;
        margin-top: 100px;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
        padding: 40px 0;
        margin-bottom: 30px;
    }


    .pgHdCen {
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
        font-family: poppins-bold;
        font-size: 25px;
        letter-spacing: -.2px;
        text-transform: uppercase;
        color: #333;
    }

    .bdyHbrCon {
        width: 100%;
        background-color: #f8f9f9;
    }

    .bdyHbrCen {
        display: flex;
        flex-wrap: wrap;
        max-width: 1230px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .bdyHbr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(50% - 30px);
        margin: 0 15px 100px 15px;
        height: auto;
    }

    .bdyHbrImg {
        display: flex;
        justify-content: center;
        align-self: center;
        width: 100%;
        max-height: 360px;
        overflow: hidden;
    }

    .bdyHbrImg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bdyHbrBs {
    height: auto;
    margin-top: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: titilliumweb-bold;
    font-size: 16px;
    color: #333;
}


.bdyHbrBtn {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #DDD;
    border-radius: 2px;
    background-color: #fff;
    font-family: titilliumweb-bold;
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
    margin-top: 10px;
}

    .bdyHbrBtn:hover {
        color: #CD212D;
        border: 1px solid #CD212D;
    }

    .bdyHbrDtyCon {
        width: 100%;
        margin: 0 auto;
    }

.bdyHbrDty {
   padding:100px 0 100px 0;
}

.bdyUrnImg {
    max-width:1230px;
   display:flex;
   flex-wrap:wrap;
}
    .bdyUrnInf img {
        width:33.333%;
    }

.bdyHbrDtyAnaBs {
    margin-bottom: 30px;
    font-family: Po;
    font-size: 28px;
    color: #333;
}

    .bdyHbrDtyTp {
        display: flex;
        flex-wrap: wrap;
        max-width: 1230px;
        margin: 0 auto;
    }

    .bdyHbrDtyImg {
        width: 50%;
        /*max-height:400px;*/
    }

    .bdyHbrDtyTxCon {
        width: 50%;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .bdyHbrDtyBs {
        margin-bottom: 15px;
        font-family: poppins-bold;
        font-size: 20px;
        color: #333;
    }

    .bdyHbrDtyTx {
        margin-bottom: 15px;
        font-family: poppins-semibold;
        font-size: 14px;
        color: #777;
    }

    .bdyPrjNm {
        margin-bottom: 5px;
        font-family: poppins-semibold;
        font-size: 15px;
        color: #777;
    }

    .prjItmDtyBs {
        max-width: 1230px;
        margin: 10px auto;
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
        font-family: poppins-bold;
        font-size: 20px;
        color: #333;
    }

    .prjItmDtyCon {
        display: flex;
        flex-wrap: wrap;
        max-width: 1230px;
        margin: 0 auto;
    }

    .prjItmOztTxt {
        width: 100%;
        font-family: poppins-regular;
        font-size: 15px;
        margin: 25px;
        color: #333;
    }

    .prjItmDtyTxt {
        font-family: poppins-regular;
        font-size: 15px;
        margin: 25px;
        color: #333;
    }

    .prjItmBs {
        max-width: 1230px;
        margin: 10px auto;
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
        font-family: poppins-bold;
        font-size: 20px;
        color: #333;
    }

    .prjDtyImgCon {
        display: flex;
        flex-wrap: wrap;
        max-width: 1230px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .prjDtyImg {
        width: 33.3333%;
        padding: 10px;
        box-sizing: border-box;
    }

    .prjDtyImg img {
        display: block;
        width: 100%;
    }

    .bdyDgrHbrCon {
        width: 100%;
        margin-top: 70px;
        padding: 50px 0;
        background-color: #f8f9f9;
    }

    .bdyDgrHbrBs {
        width: 100%;
        margin-top: 70px;
        padding: 50px 0;
        background-color: #f8f9f9;
    }

    .bdyDgrHbrCen {
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
        font-family: poppins-bold;
        font-size: 28px;
        color: #333;
    }



    .bdyHbrImg {
        display: flex;
        justify-content: center;
        align-self: center;
        width: 100%;
        overflow: hidden;
    }

    .bdyHbrImg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.bdyHbrOzt {
    height: auto;
    margin: 15px 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: titilliumweb-regular;
    font-size: 14px;
    color: #777;
}

    .bdyHbrBtn {
        display: inline-block;
        padding: 7px 12px;
        border: 1px solid #DDD;
        border-radius: 2px;
        background-color: #fff;
        font-family: poppins-bold;
        font-size: 12px;
        letter-spacing: 1px;
        color: #888;
        margin-top: 10px;
    }

    .bdyHbrBtn:hover {
        color: #CD212D;
        border: 1px solid #CD212D;
    }

.ftGlrCon {
    width: 100%;
}

.ftGlrCen {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.sssCon {
    width: 100%;
    padding-top: 50px;
}

.sssCen {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.accordion-section {
    margin-bottom: 10px;
}

.accordion-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #cd152c;
    font-family: roboto-bold;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.accordionTitLft {
    display: flex;
    align-items: center;
}

.accordionTitLftIco {
    height: 20px;
    margin-right: 25px;
}

.accordion-section-title-ico {
    width: 15px;
    outline: none;
}

    .accordion-section-title-ico img {
        display: block;
        width: 100%;
    }

.accordion-section-title.active .accordion-section-title-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-section .accordion-section-title.active {
    background-color: #313131;
}

.accordion-section-content {
    display: none;
    padding: 30px 30px 30px 75px;
    box-sizing: border-box;
    border-top: none;
    background-color: transparent;
    font-family: roboto-regular;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}



.sssInfCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 520px;
    margin: 0 auto;
    padding: 100px 15px 120px 15px;
    box-sizing: border-box;
}

.sssInfIcn {
    height: 32px;
    margin-bottom: 10px;
}

.sssInfBs {
    margin-bottom: 10px;
    font-family: titilliumweb-regular;
    font-size: 16px;
    text-align: center;
    color: #666e75;
}

.sssInfTx {
    font-family: titilliumweb-regular;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #333e48;
}

    .sssInfTx a {
        font-family: titilliumweb-semibold;
        color: #d55811;
    }

        .sssInfTx a:hover {
            text-decoration: underline;
        }



    @media (max-width: 1550px) {
        .cPageCen {
            padding: 10px 0;
        }
        .sldBtCon {
            margin-top: 0px;
            position:relative;
    
        }

        .sld {
            height: auto;
        }

        .sldTxCon {
            display: none;
        }
    }



@media (max-width: 1300px) {


    .cServiceBox {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }

    .CntctinfoRg {
        width: 100%;
        height: 400px;
        margin-bottom: 100px;
    }

    .Cntctinfo {
        width: 100%;
        text-align: center;
        justify-content: center;
        /* margin: 0 auto; */
    }

    #dRandevuKutu {
      float:none;

       
    }
    .Cntctinfo {

        height:auto;
    }

    .cBodyBox {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);

    }

    .hkLfCon {
        width: 100%;
        height: 550px;
        margin-bottom:20px;
    }

        .hkLfCon img {
            width: 100%;
            object-fit:cover;

        }

    .hkRgCon {
        width: 100%;
        height: 550px;
        padding:15px;
    }

    .hkBsCon {
        width: 100%;
        text-align:center;

    }

    .hkAltBsCon {
        width: 100%;
        text-align: center;
    }

    .hkDtyCon {
        width: 100%;
        text-align: center;
    }

    .hkImgCon {

        margin: 0 auto;

    }
    .hkBtnCon {
        margin: 25px auto;

    }
    .srvBs {
        margin-top: 620px;
        position:relative;

    }

    #SldSrvCon {
        margin: 10px auto;
        position: relative;
    }

    .hzsrvBs {

        margin-top: 50px;
        position: relative;

    }

    #hzItmCon {
        margin: 10px auto;
    }
    .srvAltTxtBtn {
         float: left; 
        margin: 20px;

    }

    #mixedSlider3 .MS-content .itemTw {
        width: 33%;

    }

    .hzsrvAltTxtBtn {
     float:left;
     margin:20px;
    }

    .itemTw {
        width: 33%;
  
    }

    .hmvdCon {
        margin: 0 auto;
        margin-bottom:100px;
 
    }

    .hmPageCen {
        width: 100%;
        padding: 30px 20px 0 20px;
        margin-bottom: 50px;
        background-color: #000;
    }

    .hmSrvBtCon {
        max-width: 100%; 
    }

    .hmBodyBox {
        flex: 1 1 calc(33% - 15px);
        max-width: calc(33% - 15px);
   
    }

    .hmcntlft {
   display:none;
    }

    .srvBox {
        margin: 35px auto;
  
    }

    .hzsrvBox {
        margin: 15px auto;
  
    }
   
}

@media (max-width: 1200px) {
    .hmEndCtnLf {
        padding: 150px 80px 150px 80px;
    }

    .sldBtItmm {
        width: 33%;
     
    }

    .sld{
        height:auto;
    }

    .sldTxCon{
        display:none;
    }
 
}

@media (max-width: 992px) {

    .sldTxCon {
        width: 60%;
    }

    .sldBtItm {
        width: 50%;
        margin:15px 0;

    }
    .cBdyText1 {
        font-size: 30px;
        text-align: center;
    }

    .cBdyText {
        width: 100%;
        font-size: 17px;
        color: #797979;
        text-align:center;
        margin-top: 15px;
        padding:0 25px;
        font-family: poppins-semibold;
    }

    .sldBtItmConn {
        max-width: 1230px;
        display: flex;
         flex-wrap: wrap; 
        margin: 0 auto;
        padding: 0 15px;
        justify-content: center;
        margin-bottom: 150px;
    }

    .cBodyBox {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .cLogoKutu {
        flex: 1 1 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .cBodyBoxAltTextMarka {
        width: 90%;
        margin-top: -75px;
    }


    .cBdyText1Wh {
        font-size: 30px;
    }

    .cArkaPlnKutu {
        float: left;
        flex: 1 1 calc(100% - 10px);
        max-width: calc(100% - 10px);
    }

    .cHizBtn {
        float: left;
        width: 100%;
    }

    .HzText {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    #dRandevuKutu {
        width: 100%;
        margin-bottom: 30px;
    }

    .cRandevuKutuAlt {
        display: none;
    }

    .cRandevuKutuAlt1 {
        width: 100%;
    }

    .cPageBaslik {
        margin-top: 100px;
    }

    #dHarita {
        width:90%;
        margin: 150px auto;
    }

    .bdyowSldTx {
        margin: 25px 0;
        font-family: titilliumweb-regular;
        font-size: 12px;
        color: #444;
    }
   

   

    .cntlft {
        width: 100%;
        height: 589px;
        background-color: aqua;
    }

    .conlftınf {
        width: 100%;
     
    }

    .cntlft img {
        height: 589px;
        width: 100%;
        object-fit: cover;
    }

    .bdyHbrLf {
        width: 100%;
        padding: 0 25px;
    }

    .bdyHbrRg {
        width: 100%;
        display: flex;
        background-color: #f7f7f7;
    }

    .mailcon {
        float: left;
        width: 100%;
        height: 400px;
        padding: 50px 25px;
        margin-top:0;
    }

    .altLnkCon {
     z-index:999;
    }

    .cPgBs {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cPgIcrAltBs {
        margin-bottom: 0;
    }

    .cPgIcrHd img {
        width: auto;
        height: 100%;
    }

    .cPgIcrHdTxtBs {
        font-size: 24px;
    }

    .cPgIcrHdTxt {
        font-size: 12px;
    }

    .cPgIcrCon {
        width: 100%;
    }

    .cPgIcrFlxCon {
        width: 100%;
        border-radius: 0;
    }

    .cPgIcrFlxCzLf {
        display: none;
    }

    .cPgIcrFlxCzRg {
        display: none;
    }

    .cPgIcrRg {
        width: 100%;
    }

    .cPgIcrDtyImgLf {
        width: 100%;
    }

    .cPgIcrDtyImgRg {
        width: 100%;
    }

    .cPgIcrLnkCon {
        display: none;
    }

    .cPgIcrSmCon {
        display: none;
    }

    .cPgIcrDcmCon {
        flex-wrap: wrap;
    }

    .cIltFlxCon {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .cIltItmCon {
        width: 100%;
        margin: 10px 0;
    }

    .cIltItmIco {
        min-width: 65px;
        height: 65px;
    }

        .cIltItmIco .fa {
            font-size: 35px;
        }

    #dIltFrmCon {
        min-width: 100%;
        margin: 0 0 30px 0;
    }

    .hmvdCon {
        width:700px;
        height:400px;
    }

    .hmBodyBox {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .hmcntrg {
        width: 100%;
  
    }

    .sldBtItmm {
        width: 50%;
    }
    .bdyHbrDtyTp {
      
        padding: 0 15px;
        
    }

    .bdyHbrDtyTxCon {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .bdyHbrDtyImg {
        width: 100%;
        /* max-height: 400px; */
    }

    .cntHmCon {
        display: flex;
        flex-wrap: wrap;
        max-width: 1230px;
        margin: 0px auto;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .cntInfCon {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .cntSmCon {
        display: flex;
        flex-direction: column;
        max-width: 1230px;
        margin: 100px auto 50px auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .owlHkCn {
        width: 100%;
        display: flex;
        flex-wrap:wrap;
        align-items: center;
    }

    .bdyAltSldTxCon {
       margin-bottom:50px;
    }

    .owlHkTpCon {

        padding: 0 15px;
       
    }
    .owlim img {
        width:100%;
    }
}

@media (max-width: 800px) {
    #mixedSlider3 .MS-content .item {
        display: inline-block;
        width: 33%;
        position: relative;
        vertical-align: top;
        overflow: hidden;
        height: 100%;
        white-space: normal;
    }

    .RefBs {
        font-family: poppins-bold;
        font-size: 32px;
        margin: 10px;
        text-align:center;
    }

    .owlSldCn {
        width: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
    }

    .hmvdCon {
        width: 600px;
        height: 350px;
    }

    .hmBodyBox {
        flex: 1 1 calc(100% - 15px);
        max-width: calc(100% - 15px);
    }

    .bdyHbr {
        width: calc(50% - 30px);

    }

    .CntBox {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);

    }
    .hmEndCtnRg {
        width: 100%;
        height:400px;
    }
}

@media (max-width: 767px) {


    #dSldText {
        font-size: 23px;
        margin-bottom: 0px;
    }

    #dSldAltText {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: 5px;
    }

    .hmvdCon {
        width: 500px;
        height: 300px;
    }

    #hzSldSrvCon {
        margin: 10px auto;
        position: relative;
    }

    .hmEndCtnLf {
        width: 100%;
    }

    .sldBtItmIcnn img {
        height: 350px;
    }

    .infCnBs {

        font-size: 38px;
      
    }

    .sldBtItmm {
        width: 100%;
        margin-bottom:150px;
    }
}

@media (max-width: 627px) {

    .sldTxCon {
        width: 85%;
    }

    .sldBs {
        font-size: 35px;
    }

    .sldTx {
        font-size: 13px;
    }

    .sldBtnCon {
        flex-direction: column;
    }

    .sldBtTxt {
        font-size: 16px;
    
    }

    .sldBtItm {
        width: 100%;
    }

    .sldBtItmConBs {
      justify-content:left;
    }

    .bdyOwlSldCn {
     justify-content:left;
    }

    .infCnTx {
        font-size: 16px;
     
    }

    .hmEndCtnBtn {
        font-size: 16px;
 
    }

    .cBodyBox {
        flex: 1 1 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    #mixedSlider3 .MS-content .item {
        display: inline-block;
        width: 100%;
        position: relative;
        vertical-align: top;
        overflow: hidden;
        height: 100%;
        white-space: normal;
    }
    .bdyHbrDtCon {
        width: 100%;
        display: flex;
    }

    .bdyHbrImgCon {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .bdyHbrDtInf {
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        display: none;
        justify-content: center;
    }

    .bdyH {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 15px;
    }

    .bdyHbrDtInf {
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        display: none;
        justify-content: center;
    }

    #mixedSlider3 .MS-content .itemTw {
        width: 50%;
    }

    .itemTw {
        width: 50%;
    }

    .hmvdCon {
        width: 400px;
        height: 250px;
    }

    .iltcntrg {
        width: 100%;
 
    }
    .hrtbox {
 margin: 0 auto;
    }

    #dHarita {
        width: 90%;
        margin: 50px auto;
    }

    .cPgIcrDty img {
        width: 100%;
    }


}

@media (max-width: 480px) {

    #sld{
        height:500px;
    }


    .jd-slider .slide-area > li img {
        width: 100% !important;
        height: 500px !important;
        object-fit: cover;
    }

    .jd-slider .next {
        right: 20px;
    }

    .jd-slider .prev {
        left: 20px;
    }

    .jd-slider .next, .jd-slider .prev {
        width: 30px;
        height: 30px;
      
    }

    .ftCp {
        font-size: 13px;
   
    }

    #mixedSlider3 .MS-content .itemTw {
        width: 100%;
    }

    .itemTw {
        width: 100%;
    }

    .hmvdCon {
        width: 350px;
        height: 250px;
        margin: 10px 10px 30px 10px;
    }

    #dSldTextCon {

        bottom: 120px;
    }

    .bdyHbr {
        width: calc(100% - 30px);
    }
    .CntBox {
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

}



