body{
    margin: 0;
    overflow-x: hidden !important;
    font-family: "Kanit", serif;
 
}
p{
    margin: 0 !important;
 text-align: justify;
}

.header-menu{
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 100%;
  
}

 
.header-menu .logo-main img{
    width: 200px;
    padding: 5px;
    margin-left: 25px;
    margin-top: 15px;
}

.header-menu nav ul{
    display: flex;
    padding-right: 50px;  
}

.header-menu nav ul li{
    list-style: none;
    padding: 26px 25px;
}


.header-menu nav ul li a{
    text-decoration: none;
    font-family: "Kanit", serif;
    font-size: 16px;
    color: #000;

}
.mobile-menu{
    display: none;
}

.bpo-banner img{
    width: 100%;
     
}

.banner-text .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", serif;
    font-size: 35px;
    line-height: 35px;

}

.banner-text p {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 74%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", serif;

}




footer{
    width: 100%;
    background-color: #faf6fa;
    border-top: 1px solid #f2f4f9;
}

.footer-content{
    padding: 10px;
}


.footer-content .content p{
    text-align: center;
    font-family: "Poppins", serif;
    color: #5c6575;
    font-size: 14px;
}


.footer-content .content p a{
    text-decoration: none;
    color: #13872a;
 
}

.padds-ptb{
    padding: 100px;
}
.btn{
    margin-top: 30px;
    background-color: #2374a4;
    padding: 5px 30px;
    border-color: #2374a4;
    color: white;
}

.jobs-box{
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 2px 1px 11px 0px #ccc;
    border-bottom: 1px solid #f2f4f9;
    margin-bottom: 10px;
}

.job-link{
    text-decoration: none !important;

}

.jobs-box h5{
 color: #2374a4;
 font-size: 1.125rem;
 font-family: "Poppins", serif;
 font-weight: 700;

}

.text-con p{
    color: #50566d;
    
}

.checking button{
    background: transparent;
    width: 40%;
    border-radius: 5px;
    border: none;
    margin: 2px;

}
@media only screen and (max-width: 1100px) {
    .banner-text .text{
 
  font-size: 25px;
  line-height: 37px;
    } 

    body{
        margin: 0;
        overflow-x: hidden !important;
 
    }

}

@media only screen and (max-width: 900px) {
    body{
        margin: 0;
        overflow-x: hidden !important;
 
    }
    .mobile-menu{
        display: block;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        padding-right: 30px;
        margin-top: 13px;
 

    }

    .header-menu nav{
        display: none;
    }
    #mobile-men{
        position: absolute;
        width: 0%;
        background-color: #fff;
        top: 69px;
        left: 0;
        height: 100%;
        opacity: 0;
        transition: all 1s ease !important;
   
    }

    .menuopen{
        z-index: 99999 !important;
        opacity: 1 !important;
        width: 100% !important;
        transition: all 1s ease !important;
    }

    #mobile-men ul{
      
        padding-top: 50px;
    }
    #mobile-men ul li{
        list-style: none;
        padding-top: 20px;
    }

    #mobile-men ul li a{
        text-decoration: none;
        font-size: 18px;
        font-family: "Kanit", serif;
        color: #000;
    }

}


@media only screen and (max-width: 600px) {
    body{
        margin: 0;
        overflow-x: hidden !important;
 
    }

    .banner-text .text{
        width: 75%;
        font-size: 18px;
  line-height: 12px;
    }

    .banner-text p{
        top: 75%;
        font-size: 8px;

    }

}

.about-img img {
    width: 100%;
}

.about-content .about-head h2{
    font-size: 40px;
    color: #2374a4;
  font-family: "Poppins", serif;
  font-weight: 700;
}
.services:hover{
    text-decoration: none;
}
.services img{
 width: 100%;
}
  
.mb-50 {
    margin-bottom: 20px !important;
 
}

.icons{
    width: 70px;
    height: 70px; 
    text-align: center;
    background-color: #2374a4;
    color: #fff;
    border-radius: 50px;
    font-size: 40px;
    margin-bottom: 20px;
    align-items: center;

}
  

.icons i{
    margin-top: 12px;
 

}
  







