/* Font İmport */
@font-face {
    font-family: 'PangramBlack';
    src: url(/assets/fonts/Pangram/Pangram-Black.otf);
}

@font-face {
    font-family: 'PangramExtraBold';
    src: url(/assets/fonts/Pangram/Pangram-ExtraBold.otf);
}

@font-face {
    font-family: 'PangramBold';
    src: url(/assets/fonts/Pangram/Pangram-Bold.otf);
}

@font-face {
    font-family: 'PangramMedium';
    src: url(/assets/fonts/Pangram/Pangram-Medium.otf);
}

@font-face {
    font-family: 'PangramRegular';
    src: url(/assets/fonts/Pangram/Pangram-Regular.otf);
}

@font-face {
    font-family: 'PangramLight';
    src: url(/assets/fonts/Pangram/Pangram-Light.otf);
}

@font-face {
    font-family: 'PangramExtraLight';
    src: url(/assets/fonts/Pangram/Pangram-ExtraLight.otf);
}
/* Font İmport */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    color: #000;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    font-size: 1rem;
}

a:hover{
    color: #2e2e2e;
}


input{
    font-family: 'PangramRegular';
    font-size: 15px;
    color: #000;
    outline: none;
}

textarea{
    outline: none;
}


/* Header */

nav{
    width: 100%;
    background-color: transparent;
    transition: 1.2s;
    color: #fff;
}

nav.sticky{
    width: 100%;
    background-color: #ED6E59;
}


.nav-link{
    color: #fff !important;
}


.nav-cont-btn{
    background-color: transparent;
    text-decoration: none;
    border: none;
}

.nav-cont-btn button{
    width: 111px;
    height: 40px;
    background: #fff;    
    border: none;
    color: #ED6E59;
    border-radius: 1px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
}


/* Header End */


.welcomepage-cont{
    width: 100%;
    height: 750px;
    background-image: url(/assets/img/welcomepage.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.wc-text-cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wtc-title p{
    font-family: 'PangramExtraBold';
    font-size: 3.7rem;
    text-align: center;
    color: #fff;    
}

.wtc-info p{
    font-family: 'PangramRegular';
    font-size: 1.2rem;
    text-align: center;
    color: #fff; 
}


.quality-cont{
    width: 100%;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.qc-main-cont{
    width: 100%;
    height: 533px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qmc-card{
    width: 658.5px;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: .7s;
}

.qmc-title{
    margin-left: 40px;
}

.qmc-title p{
    font-family: 'PangramExtraBold';
    font-size: 2.3rem;
    text-align: left;
    color: #ed6e59;    
    transition: .7s;
}

.qmc-info{
    margin-left: 40px;
}

.qmc-info p{
    font-family: 'PangramRegular';
    font-size: 1rem;
    text-align: left;
    color: #2e2d2e;   
    transition: .7s; 
}

.qmc-btn{
    margin-left: 40px;
}

.qmc-btn a button{
    width: 119px;
    height: 45px;
    background-color: #ed6e59;    
    border: none;
    color: #fff;
    font-family: 'PangramRegular';
    font-size: 17px;
    color: #fff;    
    transition: .7s;
}

.qmc-card2{
    width: 658.5px;
    height: 100%;
    background-color: #ED6E59;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    transition: .7s;
}


.qmc-title2{
    margin-left: 40px;
}

.qmc-title2 p{
    font-family: 'PangramExtraBold';
    font-size: 2.3rem;
    text-align: left;
    color: #fff;   
    transition: .7s; 
}

.qmc-info2{
    margin-left: 40px;
}

.qmc-info2 p{
    font-family: 'PangramRegular';
    font-size: 1rem;
    text-align: left;
    color: #fff;    
    transition: .7s;
}

.qmc-btn2{
    margin-left: 40px;
}

.qmc-btn2 a button{
    width: 119px;
    height: 45px;
    background-color: #fff;    
    border: none;
    color: #fff;
    font-family: 'PangramRegular';
    font-size: 17px;
    color: #ed6e59; 
    transition: .7s;   
}


/* qmc-card animation */

.qmc-card:hover{
    background-color: #c55a47;
}

.qmc-card:hover .qmc-title p{
    color: #fff;
}

.qmc-card:hover .qmc-info p{
    color: #fff;
}

.qmc-card:hover .qmc-btn a button{
    background-color: #fff;
    color: #ED6E59;
}


.qmc-card2:hover{
    background-color: #fff;
}

.qmc-card2:hover .qmc-title2 p{
    color: #ed6e59;
}

.qmc-card2:hover .qmc-info2 p{
    color: #ED6E59;
}

.qmc-card2:hover .qmc-btn2 a button{
    background-color: #ED6E59;
    color: #fff;
}

/* qmc-card animation end */

.howwedo-cont{
    width: 100%;
    height: 888px;
    background: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;    
}


.hwdc-main-cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hmc-up{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hu-title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hu-line{
    width: 88px;
    height: 4px;
    border-radius: 2px;
    background: #ed6e59;  
    margin: 20px;  
}

.ht-title h1{
    font-family: 'PangramExtraBold';
    font-size: 1.9rem;
    color: #ed6e59;    
}


.hmc-down{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hd-card {
    width: 398px;
    height: 566px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
}


.hdcard-img{
    width: 100%;
    height: 300px;
    background-image: url(/assets/img/hdcardimg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hdcard-title h2{
    font-family: 'PangramExtraBold';;
    font-size: 1.8rem;
    text-align: left;
    color: #ed6e59;   
    margin-top: 15px;
    margin-left: 10px; 
}

.hdcard-info p{
    font-family: 'PangramRegular';
    font-size: 1rem;
    text-align: left;
    color: #2e2d2e; 
    margin-top: 10px;  
    margin-left: 10px;  
}


.wmcc-sec-title{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



.workhealth-cont{
    width: 100%;
    height: 1400px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.whc-main-cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.wmmc-sec-title{
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
}


.wst-line{
    width: 88px;
    height: 4px;
    border-radius: 2px;
    background: #ed6e59;   
    margin: 20px;; 
}


.wst-title h3{
    font-family: 'PangramExtraBold';
    font-size: 2rem;
    color: #ed6e59;    
}

.wmcc-1{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wmcc-img{
    width: 571px;
    height: 450px;
    background: url(/assets/img/workhealtimg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.wmcc-text{
    width: 490px;
    height: 450px;
    margin-left:80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.wmcc-title h4{
    font-family: 'PangramExtraBold';
    font-size: 2.3rem;
    color: #ed6e59;    
}

.wmcc-info p{
    font-family: 'PangramMedium';
    font-size: 1.1rem;
    text-align: left;
    color: #2e2d2e;   
    margin-top: 10px; 
}


.wmcc-2{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.cusrev-cont{
    width: 100%;
    height: 600px;
    margin-top: -90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
}

.crc-title h4{
    font-family: 'PangramExtraBold';
    font-size: 1.9rem;
    color: #ed6e59;    
}

.crc-cusimg{
    background-image: url(/assets/img/musteri1.png);
    width: 126px;
    height: 126px;
    margin-top: 30px;  
}


.crc-cusname p{
    font-family: 'PangramExtraBold';
    font-size: 1.9rem;
    color: #ed6e59;  
    margin-top: 30px;  
}

.crc-review p{
    font-family: 'PangramRegular';
    font-size: 1.3rem;
    color: #2e2d2e;    
}

.cusrev-title h4{
    font-family: 'PangramExtraBold';
    font-size: 1.9rem;
    color: #ed6e59;    
}

.contact-cont{
    width: 100%;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccc-left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.cl-title h5{
    font-family: 'PangramExtraBold';
    font-size: 1.9rem;
    text-align: left;
    color: #ed6e59;    
}

.cl-info p{
    font-family: 'PangramRegular';
    font-size: 1.1rem;
    text-align: left;
    color: #2e2d2e;    
}

.cl-line{
    width: 520px;
    height: 2px;
    background: #2e2d2e;    
}

.cl-socialinfo{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.cl-socialinfo a{
    text-decoration: none;
    color: #000;
    font-family: 'PangramRegular';
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    color: #2e2d2e;    
}

.csi-1{
    margin-top: 20px;
}

.csi-2{
    margin-top: 20px;
}

.csi-3{
    margin-top: 20px;
}

.ccc-right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.contactform{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 220px ;
}

.contactform h5{
    font-family: 'PangramExtraBold';
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    color: #ed6e59;    
}

.contactform input{
    font-family: 'PangramMedium';
    margin-top: 30px;
}

.contactform input[type=text]{
    width: 336px;
    height: 45px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-family: 'PanramMedium';
    font-size: 15px;
    outline: none;    
}

.contactform input[type=text]::placeholder{
    font-family: 'PangramMedium';
    font-size: 15px;
    text-align: left;
    color: #a0a0a0;    
}

.contactform input[type=tel]{
    width: 336px;
    height: 45px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-family: 'PanramMedium';
    font-size: 15px;
    outline: none;    
}

.contactform input[type=tel]::placeholder{
    font-family: 'PangramMedium';
    font-size: 15px;
    text-align: left;
    color: #a0a0a0;    
}

.contactform input[type=email]{
    width: 336px;
    height: 45px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-family: 'PanramMedium';
    font-size: 15px;
    outline: none;    
}

.contactform input[type=email]::placeholder{
    font-family: 'PangramMedium';
    font-size: 15px;
    text-align: left;
    color: #a0a0a0;    
}

.contactform textarea{
    width: 336px;
    height: 112px;
    background: #fff;
    border: 1px solid #d6d6d6;    
    margin-top: 30px;
}

.contactform textarea::placeholder{
    font-family: 'PangramMedium';
    font-size: 15px;
    text-align: left;
    color: #a0a0a0;    
}


.contactform input[type=submit]{
    width: 93px;
    height: 39px;
    background-color: #ed6e59;
    color: #fff;
    font-family: 'PangramRegular';
    border: none;
    font-size: 13px;
}


/* Footer */

footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-main-cont{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
}

.fmc-up{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #000;
}

.fu-1{
    width: 392px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fu-1 h5{
    font-family: 'PangramExtraBold';
    font-size: 37px;
    color: #ed6e59;    
}

.fu-1 p{
    font-family: 'PangramRegular';
    font-size: 16px;
    color: #2e2d2e;    
}


.fu-2{
    width: 392px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fu-2 h5{
    font-family: 'PangramExtraBold';
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    color: #ed6e59;    
    margin-bottom: 25px;
}

.fu-2 p{
    font-family: 'PangramRegular';
    font-size: 16px;
    color: #2e2d2e;   
    margin-top: -10px; 
}


.fu-3{
    width: 392px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fu-3 h5{
    font-family: 'PangramExtraBold';
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    color: #ed6e59;    
    margin-bottom: 25px;
}

.fu-3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: 'PangramRegular';
}

.fu-3 a p{
    margin-top: 11.9px;
    margin-left: 10px;
}

.fmc-down{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fmc-down p{
    font-family:'PangramMedium';
    font-size: 17px;
    text-align: left;
    color: #2e2d2e;    
    margin-top: 10px;
}

.fmc-down p a{
    text-decoration: none;
    color: #ED6E59;
    font-family: 'PangramExtraBold';
    font-size: 1rem;
}


/* Footer End */




/* Swiper JS */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-button-next{
    color: #ED6E59 !important;
  }

  .swiper-button-prev{
    color: #ED6E59 !important;
  }

  .swiper-pagination-bullet{
    background-color: #ED6E59 !important;
  }

/* Swiper JS End */

/* addon css */

.mgr-80{
    margin-right: 80px;
}

/* addon css end */

@media (max-width:768px) {

    body{
        overflow-x: hidden;
    }

    .wtc-title p{
        font-size: 2.6rem;
    }

    .wtc-info p{
        font-size: 1.3rem;
    }

    .quality-cont{
        height: 1300px;
    }

    .qc-main-cont{
        flex-direction: column;
    }

    .qmc-title, .qmc-info,
    .qmc-btn{
        margin-left: 0px;
    }

    .qmc-title p{
        font-size: 1.7rem;
    }

    .qmc-info p{
        font-size: 1rem;
    }

    .qmc-card{
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .qmc-btn{
        margin-bottom: 10px;
    }

    .qmc-card2{
        width: 100%;
    }

    .qmc-title2, .qmc-info2,
    .qmc-btn2{
        margin-left: 0px;
    }

    .qmc-title2 p{
        font-size: 1.7rem;
    }

    .qmc-info2 p{
        font-size: 1rem;
    }

    .qmc-btn2{
        margin-bottom: 10px;
    }

    .howwedo-cont{
        width: 100%;
        height: auto;
    }

    .hwdc-main-cont{
        height: auto;
        flex-direction: column;
    }

    .hmc-up{
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .ht-title h1{
        font-size: 1.4rem;
    }

    .hu-line{
        width: 40px;
    }

    .hmc-down{
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .hd-card{
        width: 100%;
    }

    .workhealth-cont{
        flex-direction: column;
        height: auto;
    }

    .whc-main-cont{
        height: auto;
        flex-direction: column;
    }

    .wst-line{
        width: 40px;
    }

    .wmcc-1{
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .wmcc-img{
        width: 100%;
        height: 320px;
    }

    .wmcc-text{
        width: 100%;
        margin-left: 0px;
    }
    .mgr-80{
        margin-right: 0px;
    }

    .wmcc-2{
        flex-direction:column-reverse;
        height: auto;
    }

    .wmcc-img2{
        width: 100%;
        height: 320px;
    }

    .wmcc-text2{
        width: 100%;
        margin-left: 0px;
    }

    .contact-cont{
        height: auto;
        flex-direction: column;
    }

    .ccc-left{
        width: 100%;
    }

    .cl-title h5{
        font-size: 1.8rem;
    }

    .cl-info{
        width: 100%;
    }

    .cl-info p{
        font-size: 0.9rem;
    }

    .csi-1{
        width: 100%;
    }

    .csi-2{
        width: 100%;
    }

    .csi-2 a span{
        font-size: 1rem;
    }

    .csi-3{
        width: 100%;
    }

    .ccc-right{
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }

    .contactform{
        margin-left: 0px;
    }

    .contactform input[type=text]{
        width: 100%;
    }

    .contactform input[type=tel]{
        width: 100%;
    }

    .contactform input[type=email]{
        width: 100%;
    }

    .contactform textarea{
        width: 100%;
    }

    .contactform input[type=submit]{
        
        margin-bottom: 50px;
    }

    .cl-line{
        width: 90%;
    }

    .googlemaps-cont{
        width: 100%;
    }

    .googlemaps-cont iframe{
        width: 100%;
    }

    footer{
        height: auto;
        flex-direction: column;
    }

    .ft-main-cont{
        height: auto;
        flex-direction: column;
    }

    .fmc-up{
        height: auto;
        flex-direction: column;
    }

    .fu-1{
        width: 100%;
        margin-top: 50px;
    }

    .fu-2{
        width: 100%;
        margin-bottom: 70px;
    }

    .fu-3{
        width: 100%;
        margin-bottom: 70px;
    }

    .fmc-down{
        height: auto;
        margin-top: 30px;
    }
}
