﻿body {
    margin: 0;
    max-width:625px;
}

* {
    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: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

    .jd-slider .next:hover, .jd-slider .prev:hover {
        border: 1px solid #383838;
        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: #019c53;
            opacity: 1;
        }
        .next img{
            height:15px;
        }

        .prev img{
            height:15px;
        }


        /*/////// referans sld/////*/



@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');
}

#sld {
    position: relative;
    overflow: hidden;
    height: fit-content;
    max-height: 400px;
    border-bottom: 5px solid #f55209;
   
}

.sldbgCn {
    width: 100%;
    height:100vh;
    position:absolute;
    background-color: rgba(25,36,42,0.4);
}

#dSldTextCon {
    position: absolute;
    left: 350px;
    bottom: 250px;
}

#dSldText {
    height: 35px;
    font-size: 36px;
    color: #019c53;
    margin-bottom:20px;
    font-family: poppins-semibold;
  
}

.cSldTextColor {
    color: #fff;
}

#dSldAltText {
    height: 15px;
    font-size: 23px;
    color: #fff;
    font-family: poppins-bold;
}

#dSldBtn {
    font-family: poppins-bold;
    font-size: 16px;
    text-align: center;
    line-height: 50%;
    color: white;
    margin-top: 50px;
    float: left;
    padding: 20px 20px;
    cursor: pointer;
    border-radius: 5px;
    background-color:#019c53;
}

   /* #dSldBtn:hover {
        background: #b70013;
    }*/

.cBdyText {
    width:70%;
    font-size: 17px;
    color: #797979;
    margin: 15px auto ;
    text-align:center;
    font-family: poppins-semibold;
    
}

.cBdyText1 {
    font-size: 18px;
    color: #0c4a6e;
    margin-top: 1px;
    margin: 18px;
    font-family: poppins-bold;
    margin-bottom: 5px;
}

.cBdyText1Wh {
    font-size: 40px;
    color: #fff;
    margin-top: 1px;
    font-family: poppins-regular;
    text-align: center;
    margin-bottom: 35px;
}

.cBodyBox {
    flex: 1 1 calc(33.3333% - 30px);
    max-width: calc(33.3333% - 30px);
    margin: 15px auto;
    border-radius: 15px;
    background-color: #019c53;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cBodyBox img {
    width:100%;
    height:210px;
    border-radius:15px;
}

.iconCn{
    width:100%;
    height:50px;
    margin-bottom:30px;
    text-align:center;
}

    .iconCn img {
        height:55px;
    }

.cBodyBoxText {
    position: absolute;
    height: 35px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: poppins-bold;
    margin-bottom: 15px;
    z-index: 999;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6),1px 1px 8px rgba(0,0,0,.9);
    ;
}

.cBodyBoxAltText {
    font-family: poppins-semibold;
    font-size: 16px;
    text-align:center;
    color: #fff;

}

.cServiceBox {
    display: flex;
    flex-wrap: wrap;
    margin-left:-20px;
    margin-right:-20px;
  
}

.cServiceBox a {
    width:100%;
 margin:0 auto;
}

.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;
}

#dHarita {
    width: 100%;
    height: 350px;
    float: left;
    margin-top:70px;
   
}
.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;
    }

.cTxtIndx {
    width: calc(50% - 20px);
    height: 40px;
    color: black;
    float: left;
    border: none;
    background:#fff;
    border-radius:10px;
    font-size: 14px;
    font-family: Arial;
    padding:25px 15px;
    margin: 25px 0 15px 20px;
  
}

    .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;
    }

.cTxtXlIndx {
    width: calc(100% - 20px);
    height: 40px;
    color: black;
    float: left;
    border: none;
    font-size: 14px;
    font-family: Arial;
    margin: 25px 0 15px 20px;
    background: #fff;
    padding: 25px 0 40px 15px;
    border-radius: 10px;
}

    .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;
    }


.cBtn {
    width: 125px;
    height: 45px;
    color: white;
    border: none;
    background-color:#019c53;
    border-radius: 5px;
    font-family: poppins-bold;
    font-size: 14px;
    margin: 30px;
}

.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);
}

.btImgTxCon {
    align-items: center;
    max-width: 700px;
    margin: 30px auto;
   
}

.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: #019c53;
}

.btImgHr {
    margin: 14px auto;
    width: 50px;
    height: 2px;
    background-color: #019c53;
}

.btImgTx {
    font-family: poppins-regular;
    font-size: 14px;
    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-color:#019c53;
    -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-color:#191919;
}

.cntlft img {
    width:100%;
    object-fit:cover;
    height: 589px;
}

.conlftınf {
    width: 100%;
    background-color:brown;
}

.conbs {
    width: 100%;
    font-family: Poppins-Bold;
    font-size: 32px;
    color: #fff;
    margin:20px;
    margin-bottom: 5px;
}

.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;
}

.Cntctinfo {
    width: 30%;
    height: 400px;
}

.CntctinfoRg {
    width: 70%;
    height: 400px;
}

.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;
    }

/*//////haberler/////*/

.bdyHbrCon {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
 
}

.bdyHbrConInfBs {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 30px;
    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: poppins-semibold;
    font-size: 10px;
    margin: 0 5px;
    color: #3e4095;
}

.ok {
    display: flex;
    align-self: center;
}

.bdyHbrDtyCon {
    width: 100%;
    margin: 0 auto;
}

.bdyHbrInfBs {
    font-family: poppins-regular;
    font-size: 18px;
    margin: 15px auto;
    color: #3e4095;
}

.bdyHbrInfTxt {
    font-family: poppins-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: 100%;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;   
    display: flex;
    background-color: #fff;
}

.cPgIcrRg {
    width: 100%;
}


.cPgIcrBs {
    position: relative;
    width: 100%;
    font-family: poppins-bold;
    font-size: 20px;
    color: #313131;
    text-align:center;
    margin: 0 0 10px 0;
}

.cPgIckSt{
    text-align:center;
}

.cPgIcrAltBs {
    position: relative;
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #313131;
}

.cPgIcrDt {
    position: relative;
    width: 100%;
    margin: 20px 0 30px 0;
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #848484;
}

.cPgIcrDty {
    position: relative;
    width: 100%;
    margin: 20px 0 30px 0;
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 24px;
    text-align:center;
    color: #F27A1A;
}

#KtCon {
    padding: 10px 0 0 0;
    margin-top: 10px;
    background-color: #fff;
}

.ktConBtm {
    width: 94%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ktCzg {
    width: 70%;
    height: 2px;
    background-color: #000;
}

.ktBs {
    width: 30%;
    font-family: poppins-bold;
    font-size: 18px;
    margin-left: 5px;
}

.ktConBtm2 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ktCzg2 {
    width: 66%;
    height: 2px;
    background-color: #000;
}

.ktBs2 {
    width: 40%;
    font-family: poppins-bold;
    font-size: 18px;
    margin-left: 5px;
}

.ktg {
    font-family: poppins-bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #191919;
    text-align: center;
    margin: 0 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.ktg a {
   color:#191919;
}

.ktgImg {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.ktgImg img {
    width: 100%;
    height: 100px;

}

.ktgOn {
    font-family: poppins-bold;
    font-size: 16px;
    color: #f55209;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
}

.ktgImgOn {
    width: 100%;
    max-width:130px;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

    .ktgImgOn img {
        width: 100%;
        height: 100px;
        object-fit:cover;
    }

.bdyBs {
    width:100%;
    position: absolute;
    font-family: poppins-regular;
    font-size: 14px;
    bottom:0;
    color: #fff;
    z-index: 1;
    background-color: rgba(25,36,42,0.8);
}



/*/////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;
    }

.pgImg img{
    width:100%;
    height:300px;
    object-fit:cover;

}

.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;
    width:100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.bdyHbr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25% - 30px);
    margin: 0 15px 100px 15px;
    height: auto;
}

.bdyHbrImg {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    min-height: 358px;
    max-height: 358px;
    overflow: hidden;
    transition:0.5s;
}

.bdyHbrImg:hover {
  transform:scale(1.2);
  z-index:2;
}

    .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: poppins-bold;
    font-size: 16px;
    color: #333;
    text-align:center;
}

.bdyHbrDtyCon {
    width: 100%;
    margin: 0 auto;
}

.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%;
}

.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;
}


.bdyHbrOzt {
    height: auto;
    margin: 15px 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: poppins-regular;
    font-size: 14px;
    color: #777;
    text-align:center;
}

.bdyHbrBtn {
   width:100px;
    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:10px auto;
    text-align:center;
}

    .bdyHbrBtn:hover {
        color: #019c53;
        border: 1px solid #019c53;
    }

.cItmCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 20px;
    
}
.cRdBs {
    position: relative;
    width: 100%;
    font-family: poppins-semibold;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.cHaberDl {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.cItm {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    display: flex;
    background-color: #2c2c2c;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}

.cItm img {
    position: relative;
    width: 90px;
    height: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
}

.cItmBs {
    font-family: poppins-bold;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 5px 0;
}

.cItmaltBs {
    font-family: poppins-regular;
    font-size: 12px;
    color: #fff;
    margin: 5px 0 5px 0;
}
.cItmFyt {
    font-family: poppins-bold;
    font-size: 16px;
    color: #be9631;
    margin: 5px 0 5px 0;
}

.bckIcn {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #F27A1A;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 1500px) {
    #dSldTextCon {
        position: absolute;
        left: 300px;
        bottom: 200px;
    }
    .bdyHbrImg {
        transition: none;
    }


    .bdyHbrImg:hover {
     display:none;
    }

}

@media (max-width: 1300px) {
    #dSldTextCon {
        position: absolute;
        left: 250px;
        bottom: 150px;
    }

    .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;
    }
}

@media (max-width: 1100px) {
    #dSldTextCon {
        position: absolute;
        left: 200px;
        bottom: 100px;
    }

    .bdyHbr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(50% - 30px);
        margin: 0 15px 100px 15px;
        height: auto;
    }
}

@media (max-width: 992px) {

    #dSldText {
        height: 35px;
        font-size: 20px;
        color: #019c53;
        font-family: poppins-semibold;
        /* line-height: 75px; */
    }


    #dSldAltText {
        height: 15px;
        font-size: 23px;
        color: #fff;
        /* margin-top: 90px; */
        font-family: poppins-bold;
    }


    #dSldBtn {
        font-family: poppins-bold;
        font-size: 16px;
        text-align: center;
        line-height: 50%;
        color: white;
        /* margin-top: 120px; */
        float: left;
        padding: 25px 35px;
        cursor: pointer;
        background-image: linear-gradient(120deg, #059095, #271b51);
    }

 

    .cBdyText {
        width: 100%;
        font-size: 17px;
        color: #797979;
        text-align:center;
        margin-top: 15px;
        padding:0 25px;
        font-family: poppins-semibold;
    }


    .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;
    }


    .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 {
        margin-top: 150px;
    }


    .cntlft {
        width: 100%;
        height: 589px;
        background-color: #191919;
    }

    .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;
    }
}

@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;
    }
}

@media (max-width: 767px) {
    #dSldTextCon {
        position: absolute;
        left: 150px;
        bottom: 80px;
    }
}

@media (max-width: 627px) {
    #dSldTextCon {
        position: absolute;
        left: 120px;
        bottom: 150px;
    }

    #dSldBtn {
        padding: 20px 15px;
    
    }

    .cBodyBox {
        flex: 1 1 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

        .cBodyBox img {
            width:100%;
            border-radius: 15px;
            object-fit: cover;
        }

    #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;
    }

    .bdyHbr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 30px);
        margin: 0 15px 100px 15px;
        height: auto;
    }
}

@media (max-width: 480px) {

    #sld{
        max-height:300px;
        object-fit:cover;
    }

    .jd-slider .slide-area > li img {
        width: 100% ;
        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;
   
    }
}



