body{
    box-sizing: border-box;
}
.about-sec .abt-content p{
    font-size:14px;
    text-align: justify;
    line-height: 1.5rem;
    margin:8px 0;
}
.about-sec .about-img{
    margin-bottom:15px;
}
.about-sec .about-img img{
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
}
.about-sec .abt-content .btn-read{
    color:var(--lwhite);
    background:var(--lblue);
    transition: all 0.3s ease-out;
}
.about-sec .abt-content .btn-read:hover{
background:#0d466d;

}
.services .knowledge-box{
    border:none;
    text-align: center;
    padding:5px 10px;
    position: relative;
    background: transparent;
    margin-bottom:0px;
    transition: all 0.3s ease-out;
}
.swiper-pagination {
    bottom:-6px!important;
}
.services .knowledge-box:hover{
    background:rgba(241,171,55,0.6);
}

.services .knowledge-box .know-box-description{
  position: relative;
    height:125px;
   padding:8px 0;
}
.services .knowledge-box .know-box-description h5{
    color:#ffd504;
    font-size: 20px;
    font-weight: 600;
}
.services .knowledge-box:hover h5{
    color:var(--lwhite);
}
.services .knowledge-box .know-box-description p{
    font-size: 12px;
   line-height: 1.4rem;
   color:#e6e6e6;
}

.services  .knowledge-box .know-dep-pre .know-number{
    position: absolute;
    font-size: 45px;
    z-index: 1;
    left:40%;
    color: #ffff;
    /* top: 40px; */
    bottom:75px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bcf4fc;
    opacity: 0.7;
    font-family: 'Domine', serif;
}
.services  .knowledge-box .know-box-img{
    width: 90px;
    height: 90px;
    line-height: 80px;
    border:1px solid rgb(210 210 210 / 30%);
    margin:25px auto;
    text-align: center;
    transform: rotate(45deg);
    border-radius:5px;
    box-shadow: 2px 2px 5px rgb(253, 143, 143);
   background: var(--lwhite);
}
.services  .knowledge-box .know-box-img::before{
   position: absolute;
   content:'';
   width:70px;
   height: 70px;
   border-radius: 50%;
   left:5px;
   top:4px;
   background: #fff4f4;
   border:1px solid #fff4f4;
}
.services  .knowledge-box .know-box-img img{
    transform: rotate(-45deg);
}
.side-img{
    border:1px solid #fff4f4;
    width:100%;
    padding:0;
    margin:0;
    height:96%;
    border-radius: 5px;
    background:#172122;
}
.side-img img{
    border-radius: 5px;
}
.our-services{
  position: relative;
}
.our-services .btn-view{
    color:var(--lwhite);
    background:var(--lblue);
    transition: all 0.3s ease-out;
}
.our-services .btn-view:hover{
background:#0d466d;

}
.visionMission {
    position: relative;
    background-color:#f5f5f5;
    /* background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
    url(../../images/abt-bg.jpg)no-repeat center; */
    background-size:cover;
}
.vision-box{
    background-color: var(--lwhite);
    padding:20px 20px 10px;
    /* border-radius:15px; */
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);  
    border-bottom: 5px solid var(--lorange);  
    margin-bottom: 20px;
}
.vision-box .vision-con{
    border:5px solid #77b8e6;
    width:80px;
    height:80px;
    padding:15px;
    margin:auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 10px rgba(151, 151, 151, 0.3); 
}
.vision-box .vision-title{
    margin-top:10px;
    text-align: center;
    color:var(--lblue);
}
.vision-box .vision-content h6{
    font-size: 17px;
    line-height: 2rem;
    text-align: justify;
}
.vision-icon{
    /* border:1px solid red; */
  background: var(--lwhite);
  padding:10px;
  box-shadow: 1px 2px 10px rgba(151, 151, 151, 0.3); 

}
.vision-icon .v-title h6{
    font-size:20px;
    color:var(--lblue);
    margin:10px 0;
    font-weight: 600;
}
.product-item{
    margin-bottom: 30px;
}
.product-item .pro-info{
    border:1px solid #cecece;
    /* padding:10p  x; */
    text-align: center;
    width:90%;
    height:250px;
    margin:auto;
    background:#fff;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 5px solid #12ad99;
}
.pro-info .img-overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    /* padding: 20px; */
    background-color:rgba(13, 49, 116, 0.7);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  
}
.img-overlay .text{
    position: absolute;
    top: 50%;
   left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center;
   background:#fff;
  padding:5px 10px 0;
}
.img-overlay .text h6{
    font-size: 14px;
    color:var(--lwhite);
}
.img-overlay .text  p{
    color:var(--lwhite);
    font-size: 10px;
}
.product-item .pro-info:hover .img-overlay{
    bottom: 0;
    height: 100%;
}
.product-item .pro-info img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
    margin:0 auto;
    transition: all 0.3s ease-in-out;
}
/* .product-item .pro-info:hover img{
    transform: scale(1.1);
} */
.product-item .pro-info .proDes h3{
    margin-top:10px;
    font-size: 20px;
    line-height: 1.6rem;
    height:65px;
    /* background: var(--lblue); */
    color:var(--lblue);
}
.product-item .pro-info .proDes a{
    font-size:12px;
    color:var(--lred);
}
.product-item .pro-info .proDes h5{
    font-size: 14px;
    color:var(--ldark);
}
.getting-know{
    position: relative;
    background:linear-gradient(rgb(76 41 41 / 60%),rgb(74 27 27 / 60%)),
    url(../../images/about-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;

}
.helping-box{
    position: relative;
    padding:10px 12px;
    text-align: center;
    margin-bottom: 15px;
    border-radius:5px;
    background:#fff;
    box-shadow: 1px 2px 10px rgba(78, 77, 77, 0.4);
}
.helping-box .helping-img{
    width:85px;
    height:85px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin:10px auto;
}
.helping-box p{
    font-size: 14px;
}
.service-img{
    width:100%;
     height: 350px;
    border-radius: 10px;
    padding:5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.service-img img{
    width: 100%;
   height: 100%;
   object-fit: cover;
    border-radius: 10px;
}
.service-content h4{
    color:var(--lblue);
    font-weight: 700;
    margin-bottom: 10px;
    font-size:30px;
}
.service-content  h5{
    font-size: 26px;
    color:#000;
}
.service-content p{
    font-size: 14px;
    text-align: justify;
}
.service-content ul li{
    color:var(--lred);
    font-size:14px;
    line-height: 1.5rem;
}
.product-sec .product-img{
    border:1px solid rgb(197, 197, 197);
    padding: 8px;
    border-radius:5px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.6);
}
.product-sec h5{
    color:var(--lred);
}
.product-sec .sub-board li{
  font-size: 13px;
  color:var(--lblue);
  line-height: 1.4rem;
}
.nav-tab-flex .nav-link{
    border:1px solid #cccccc;
    border-radius: 0;
    padding:15px 10px;
    color:#000;
    background:#f3f3f3;
}
.nav-tab-flex .active{
    background:var(--lblue);
}
.tab-content .tab-inner .tab-img{
    border:1px solid #d0d0d0;
    padding: 5px;
}
.tab-content .tab-inner .tab-para{
    border:1px solid #cccccc;
  padding:10px;

}
.whatsapp-btn{
    position: fixed;
    bottom: 0;
    color: white;
    border-right: 1px solid white;
    background-color:#d40b13;
    height: 40px;
    width: 50px;
    left: 0;
    /* border-radius: 50px; */
    z-index: 111;
    font-size: 27px;
    text-align: center;
    /* padding-top: 7px; */
}

.call-btn{
    position: fixed;
    bottom:0;
    border-left: 1px solid white;
    color: white;
    background-color: #d40b13;
    height: 40px;
    width: 50px;
    /* border-radius: 50px; */
    right:0;
    font-size: 27px;
    z-index: 111;
    /* padding-top: 7px; */
    text-align: center;
}
.btn-modal{
    position: fixed;
    z-index: 99;
    bottom: 50%;
    right: 17px;
    height: 30px;
    line-height: 11px;
    width: 150px;
    transform: rotate(-90deg);
    font-size: 17px;
    letter-spacing: 0.5px;
    background-color: #d40b13;
    transform-origin: right;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.modal-body .form-group input{
    border-radius: 0;
    font-size: 12px;
}
.btn-submit{
    background:var(--lblue);
    color:#fff;
}
.carousel-control-prev{
    width:30px;
    height:30px;
    line-height: 30px;
    top:40%;
    background:var(--lblue);
}
.carousel-control-next{
    width:30px;
    height:30px;
    line-height: 30px;
    top:40%;
    background:var(--lblue);
}






@media(max-width:768px){
    #hero {
        height: 70vh;
      }
      .btn-modal{
        height: 40px;
        width: 100%;
        transform: rotate(0deg);
        bottom: 0;
      }
      .product-item .pro-info { 
        height: 350px;
    }
}