*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Kanit', sans-serif;
}
img{
    max-width: 100%;
}
p{
    color: #666666;
    font-size: 17px;
}

.pt-pb{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-us1 p{
    color: black !important;
    position: relative;
    text-align: justify;
}
.about-us1{
background: url(../img/about/map.jpg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
color: #000000;
position: relative;
}
.ul{
    position: relative;
    font-weight: 400;
}
.ul li{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.overlay-white{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
}
ul li{
    list-style: none;
    font-size: 17px;
}

ul li span i{
    font-size: 25px;
    font-weight: 800;
    color: #3780ff;
}
.about-company h2{
    color: #00092A;
    font-family: "Kanit", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-company p{
    color: #666666;
    font-family: "Poppins", Sans-serif;
    text-align: justify;
}
.btn-light1{
    padding: 10px 10px 20px 20px;
    background-color: #E46813;
    padding: 10px 40px 10px 40px;
    border-color: #E8E8E8;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.btn-light1:hover{
    background-color: transparent;
    border: 2px solid #E46813;
    outline: #E46813;
    color: #E46813;
    box-shadow: 2px 2px 15px #625c5c;
}

.services h2{
    color: #00092A;
    font-family: "Kanit", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;

}
.service-head p{
    text-align: center;
    color: #666666;
    font-family: "Poppins", Sans-serif;

}
.services h6{
    text-align: center;
    color:  #015AF2 ;
    font-size: 17px;
    font-weight: 600;
}


.colo-white{
    color: black;
}
.colo-white p{
    color: #666666;
}
.colo-white .flip-box-img i{
    font-size: 35px;
    font-weight: 600;
    color: #015AF2;
}
.colo-white1,.colo-white11{
    color: white;

}
.colo-white1 .flip-box-img i,.colo-white11 .flip-box-img i{
    font-size: 35px;
    font-weight: 600;
    color: white;
}
.colo-white1 p{
    color: white;
}
.colo-white11 p{
    color: white;
}
.flip-box{
   transform-style: preserve-3d;
   perspective: 1000px;
   cursor: pointer;
   margin-top: 50px;
   /* margin-bottom: 50px; */
}
.flip-box-front,.flip-box-back{
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    /* min-height: 475px; */
    min-height: 300px;
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    backface-visibility: hidden;
    border: 2px solid rgb(194, 194, 194);
    border-radius: 8px;
}
.flip-box-front{
    transform: rotateY(0deg);
    transform-style: preserve-3d;

}
.flip-box:hover .flip-box-front{
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}

.flip-box-back{
position: absolute;
top: 0;
left: 0;
width: 100%;
transform: rotateY(180deg);
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back{
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.flip-box .inner{
    position: absolute;
    left: 0;
    width: 100%;
    /* padding: 60px; */
    padding: 30px;
    outline: 1px solid transparent;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}
.flip-box-header{
    font-size: 25px;
}
.flip-box p{
    font-size: 16px;
    line-height: 1.5rem;
}


.hover-effect{
    background:#214b5ba7 url(../img/about/about-Feenix-Language-Solution-1-1-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: darken;
}
.text-con{
    text-align: center;
   padding-top: 100px;
   padding-bottom: 100px;
   padding-left: 50px;
   padding-right: 50px;
   background-color: rgb(103 111 112 / 74%);
}
.text-con h4{
    font-size: 35px;
    color: white;
    font-weight: 600;
}
.text-con h2{
    font-size: 46px;
    font-weight: 800;
}
.text-con h6{
    font-size: 22px;
    font-weight: 400;
    color: white;
}



@media only screen and (max-width: 768px) {
    .about-company h2{
        font-size: 35px;
        max-width: 100%;
    }
    .about-company p{
        max-width: 100%;
    }
    .flip-box-front,.flip-box-back{
        min-height:380px;
    }
    .services h2{
        font-size: 35px;
    }
    .flip-box .inner {
        padding: 10px;
    }
    .text-con h4 {
        font-size:24px;
    }
    .text-con h2 {
        font-size: 28px;
    }
    .text-con h6 {
        font-size: 18px;
    }
    .btn-light1 {
        background-color: #E46813;
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }
    .about-us1 p{
        text-align: justify;
    }
 
}

@media only screen and (max-width: 450px) {
    .flip-box-front,.flip-box-back{
        min-height:300px;
    }
    .text-con {
        text-align: center;
        padding-top: 80px; 
        padding-bottom: 80px; 
        padding-left: 20px;
        padding-right: 20px;
    }
}


.overlay-white-2{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);

}
.some-posi{
    position: relative;
}
.ind-title{
    color: #00092A;
    font-family: "Kanit", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.ind-des{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.mb-mb-2{
    background:transparent !important;
}
.serv-descri{
    text-align: center !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.description-23{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.indus-we{
    color: #00092A;
    font-family: "Kanit", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.indus-des{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.fn-p{
    
    color: #050404;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}