﻿body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    max-width:625px;
}

.cPageCon {
    float: left;
    width: 100%;
}

.cPageConWh {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #f1f2f3;
}

.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: 20px;
    /*float:left;*/
    flex-direction: row-reverse;
    display: flex;
    align-items:center;
}

.ScCon {
    display: flex;
    float: right;
    align-items:center;
}

#dHeadbot {
    width: 100%;
    /*float: left;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dLinkAllCon {
    float: right;
    height:55px;
    display:flex;
}

#dLogo {
    height: 110px;
    float: left;  
}

    #dLogo img {
        text-align:center;
        height: 110px;
        margin:0 auto;
    }

#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 #019c53;
    }

.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: #999;
}

    .altLnk:hover {
background-color:#019c53;
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: 55px;
    height: 20px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    text-align:center;
    margin-left: -25px;
  
}


    .cSocial img {
        width: 100%;
        height: 20px;
        text-align: center;
    }

.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: #191919;
    display: flex;
    align-items: center;
    
}

.ftCon {
    height:250px;
    margin: 0 auto;
    max-width: 1230px;
    margin-top: 20px;
    border-bottom:1px solid #777;
 
    
}

.cFooterKutu {
    float:left;
    width: 25%;
    padding: 60px 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%;
    display:flex;
     align-items:center;
     font-family:Poppins-Regular;
    font-size: 15px;
    color: #777777;
    justify-content:center;
    padding:10px
}

.ftCpClr a{
    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;
}

#dLoaderCon {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 99999999;
    opacity: 1;
}


    #dLoaderCon div {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #F27A1A;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        #dLoaderCon div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        #dLoaderCon div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        #dLoaderCon div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        #dLoaderCon div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@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:end;
        flex-direction:unset;
 
    }
    #dMenuBtn {
        right: 20px;
        top: 20px;
        background-color: #1b1b1b;
        margin: 5px;
        position: fixed;
        width: 36px;
        cursor: pointer;
        z-index: 2;
        padding: 7px;
        display: block;
    }

    #dMenuBtnCls {
        right: 20px;
        top: 20px;
        background-color: #1b1b1b;
        margin: 5px;
        position: fixed;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 2;
        padding: 7px;
        background-color: red;
        display: none;
        background: #1b1b1b 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:#191919;
    }

    .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;
           
        }

    .altLnkCon {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
        background-color: transparent;
    }

    .altLnk {
        padding: 8px 0;
        font-size: 13px;
    }

    .sldscCn {
        width:100%;
        display: flex;
        margin: 0 auto;
        justify-content: center;
  
    }
    .sdCn {
       display:flex;
     align-items:center;
        
    }
    .sdCn img {
        width:25px;
       max-height:25px;
      align-items:center;
    

    }
        .sdCn a {
            width: 25px;
            max-height: 25px;
            align-items: center;
            margin: 0 5px 0 5px;
        }



    .sldscCnt{
        width:100%;
        display:flex;
        margin:0 auto;
        justify-content:center
    }

    .sdCnt {
        width: 100%;
    }

    .sldcnt {
        width: 100%;
        font-family: poppins-regular;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
   
        text-align:center;
    }

    .sldcnt a {
        width: 100%;
        color: #fff;
        display:flex;
        margin:0 auto;
        justify-content:center;
        text-align:center;
        
    }


    .lgCn {
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        margin-top:50px;
        justify-content: center;
    }



    #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;
    }


    #dSldText {
        height: 35px;
        font-size: 20px;
        color: #019c53;
        font-family: Poppins-Semibold;
        line-height: 75px;
    }

  

    .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;
    }

        #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: 720px;
     
    }

    .ftCp {
        padding: 0 30px;
     
    }
}

@media (max-width: 800px) {
}

@media (max-width: 767px) {
}

@media (max-width: 627px) {
}

@media (max-width: 480px) {
    .ftCon {
        height: 850px;
    }
}


