﻿body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background: #fff;
}

.cPageCon {
    float: left;
    width: 100%;
}

.cPageConWh {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #fff;
}

.cPageCen {
    margin: 0 auto;
    max-width:1230px;
    margin-top: 20px;
    
}

#dBdyLogo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

#dHead {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#dHeadCen {
    margin: 0 auto;
    width: 85%;
}

#dHeadTop {
    width: 100%;
    height: 80px;
    float: left;
    flex-direction: row-reverse;
    display: flex;
    align-items:center;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}
.lan {
    display: flex;
    /* float: right; */
    justify-content: center;
    align-items: center;
    margin: 33px 0;
}
.ScCon {
    display: flex;
    align-items: center;
    margin: 33px 0;
    
}

.ScMblTpCon {
    display:none;
}

.ScMblCon {
    display: flex;
    align-items: center;
    margin: 33px 0;
}


#dHeadbot {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dLinkAllCon {
    float: right;
    height:55px;
    display:flex;
}

#dLogo {
    width: 185px;
    height: 94px;
    float: left;
    margin-top: 20px;
}

#dMblLogo {
    display:none;
}

.cNav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-family: 'poppins-bold';
    cursor: pointer;
    padding-bottom: 5px;
    height: 55px;
    margin: 0 12px;
    color: #fff;
    cursor: pointer;
}

    .cNav:hover {
        border-bottom: 2px solid #bd9d4f;
    }

.altLnkCon {
    display: none;
    position: absolute;
    width: 240px;
    top: 0;
    margin-top: 55px;
    box-shadow: 0 9px 14px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.cNav:hover .altLnkCon {
    display: block;
}

.altLnk {
    width: 100%;
    padding: 8px 18px;
    box-sizing: border-box;
    font-family: 'poppins-regular';
    font-size: 14px;
    color: #666;
}

    .altLnk:hover {
        background-color:#bd9d4f;
        color: #fff;
    }

#dFooterLogo {
    width: 148px;
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}

#dTel {
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 80px;
}

#dTel a {
    color: #fff;
}

    #dTel img {
        margin: 0px 2px 0 0;
    }

#dTel1 {
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 130px;
}

    #dTel1 a {
        color: #fff;
    }

    #dTel1 img {
        margin: 0px 2px 0px -113px;
    }

.cSocial {
    width: 24px;
    height: 20px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
  
}


    .cSocial img {
      width:100%;
      height:20px;
        
    }

.cSocialMbl{
    display: none;
}

#dRandevu {
    width: 135px;
    height: 45px;
    background: #d81428;
    float: right;
    text-align: center;
    color: #fff;
    line-height: 45px;
    margin: 17px 0 0 15px;
    font-family: OpenSans-Bold;
    border-radius: 2px;
    cursor: pointer;
}

    #dRandevu:hover {
        background: #b70013;
    }

#dFooter {
    width: 100%;
    background: #000;
    float: left;
}

.ftCon {
    height:300px;
    margin: 0 auto;
    max-width: 1230px;
    margin-top: 20px;
    border-bottom:1px solid #777;
 
    
}

.cFooterKutu {
    float:left;
    width: 25%;
    padding: 60px 10px 0 10px;
   
}


.cFooterText {
    width: 50px;
    height: 50px;
    margin-top: 50px;
    color: white;
    font-size: 20px;
    font-family: Vollkorn-Regular;
    margin-left: 20px;
}

.ftBs {
    width: 100%;    
    color: white;
    font-family:poppins-bold;
    font-size: 20px;
    margin-bottom:15px;
   
}

.ftInfTxt {
    width: 100%;
    height: auto;
    font-family:poppins-regular;
    font-size: 15px;
    color: #777777;
    margin-bottom: 15px;
}

    .ftInfTxt a {
        color: #777777;
    }

.ftCp {
    width: 100%;
    max-width:1230px;
     margin:10px auto;
     font-family:Poppins-Regular;
    font-size: 15px;
    color: #777777;
    margin-bottom: 15px;
}

.ftCpClr{
    font-family:Poppins-Bold;
    color:#fff;
}

.ftCpClr a {
    font-family: Poppins-Bold;
    color: #fff;
}






#dMenuIcerik {
    width: 250px;
    height: 300px;
    background: #d81428;
    position: absolute;
    right: 25px;
    top: 57px;
    display: none;
    z-index: 2;
}

#dMenu:hover ~ #dMenuIcerik {
    display: block;
}
.fixWhtGrs {
    position: fixed;
    width: 156px;
    right: 85px;
    bottom: 10px;
    padding: 12px 0 10px 12px;
    margin-right: 7px;
    background-color: #f5f7f9;
    font-family: Montserrat-Light;
    font-size: 12px;
    color: #43474e;
    letter-spacing: -.03em;
    line-height: 1.5;
    border-radius: 4px;
    cursor: pointer;
    transition: ease .8s;
    z-index: 1;
}

    .fixWhtGrs span {
        font-family: Montserrat-Light;
    }

.fixWhtGrsIco {
    position: fixed;
    width: 60px;
    right: 25px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
}

    .fixWhtGrsIco img {
        width: 100%;
        margin-top: -35px;
    }

@media (max-width: 1500px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 992px) {
    #dHeadbot {
        width: 100%;
        float: left;
       display:inherit;
        justify-content: space-between;
        align-items: center;
    }

    #dHeadTop {
        justify-content: center;
        flex-direction:unset;
 
    }
    .altLnkCon {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
        background-color: transparent;
    }

    .altLnk {
        padding: 8px 0;
        font-size: 13px;
    }
    #dMenuBtn {
        right: 20px;
        top: 20px;
        background-color: #bd9d4f;
        margin: 5px;
        position: fixed;
        width: 36px;
        cursor: pointer;
        z-index: 2;
        padding: 7px;
        display: block;
    }

    #dMenuBtnCls {
        right: 20px;
        top: 20px;
        background-color: #bd9d4f;
        margin: 5px;
        position: fixed;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 2;
        padding: 7px;
        background-color: red;
        display: none;
        background: #bd9d4f url('../../Images/mn-cls.png') no-repeat center center;
    }

    .cCizgi {
        width: 100%;
        height: 4px;
        float: left;
        background: white;
        margin: 1px 0 2px 0;
        border-radius: 1px;
    }


    #dMenuBtn {
        display: block;
    }

    #dHeadMobil {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #bd9d4f;
    }

    .cNav {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 13px 16px;
        box-sizing: border-box;
        justify-content: space-between;
        font-size: 14px;
        color: #fff;
    }

        .cNav:hover {
            border-bottom: none;
        }

    #dLogo {
        width: 110px;
        margin: -65px 0 0 30px;
        display:none;
    }

        #dLogo img {
            width: 100%;
        }

    #dTel {
        display: none;
    }

    #dTel1 {
        display: none;
    }

    #dRandevu {
        width: 135px;
        height: 45px;
        background: #d81428;
        float: left;
        text-align: center;
        color: #fff;
        line-height: 45px;
        margin: 17px 0 0 15px;
        font-family: OpenSans-Bold;
        border-radius: 2px;
        cursor: pointer;
        margin-top: 410px;
    }

    .cSocialMbl {
        width: 17px;
        height: 15px;
        float: right;
        overflow: hidden;
        cursor: pointer;
        margin: 25px 50px 0 -30px;
        display: block;
        display:none;
    }

    .SocialMbl img{
       width:100%;
       object-fit:cover;
    }

    .cSocial {
        display: block;
    }



    #dFooter {
        width: 100%;
        background: #191919;
        float: right;
    }

    .cFooterKutu {
        width: 100%;
        float: left;
        padding:30px;
    }


    .cFooterText {
        width: 100%;
        margin-top: 0;
        color: white;
        font-size: 20px;
        font-family: Poppins-Regular;
    }

    .cFooterText1 {
        width: 50px;
        height: 50px;
        margin-left: 10px;
        color: white;
        font-size: 18px;
    }

    #dFooterText2 {
        width: 75px;
        margin-left: 180px;
        font-size: 16px;
    }

    .cFooterText2Color {
        color: white;
    }

  





    #dFooterTel {
        height: 25px;
        font-size: 15px;
        color: white;
        margin-left: -5px;
        margin-top: -15px;
    }

        #dFooterTel a {
            color: white;
        }

    #dFooterTel1 {
        height: 25px;
        font-size: 15px;
        color: white;
        margin: 10px 0px 0px 35px;
        margin-left: -5px;
    }

        #dFooterTel1 a {
            color: white;
        }

    #dFooterMailText {
        height: 25px;
        font-size: 15px;
        color: white;
        margin-left: -5px;
        margin-top: 10px;
    }

    #dFooterLogo {
        float: left;
        width: 130px;
    }

        #dFooterLogo img {
            width: 100%;
        }

    #dMblLogo {
        width: 130px;
        height: 94px;
        position: absolute;
        margin: 10px 0 0 20px;
        display: block;
        z-index:5;
    }

        #dMblLogo img {
            width: 100%;
         
        }

    #dTel {
        float: left;
        font-size: 18px;
        color: #fff;
        font-family: OpenSans-Regular;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 80px;
    }

        #dTel a {
            color: #fff;
        }

        #dTel img {
            margin: 50px 2px 50px -180px;
        }

    #dTel1 {
        float: right;
        font-size: 18px;
        color: #fff;
        font-family: OpenSans-Regular;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 130px;
    }

        #dTel1 a {
            color: #fff;
        }
    #dLinkAllCon {
        float: left;
        width:100%;
        margin:0 30px;
        height: 55px;
        display: block;
    }

    .ftCon {
        min-height: 820px;
     
    }

    .ftCp {
        padding: 0 30px;
     
    }

    .ScCon {
      display:none;
    }

    .ScMblTpCon {
        display: block;
    }
}

@media (max-width: 800px) {
}

@media (max-width: 767px) {
}

@media (max-width: 627px) {
}

@media (max-width: 480px) {
    .ftCon {
        height: 850px;
    }
}


