
.imgBann {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}
.footerLogo img{width:150px;}
.headSec {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index:1;
}
.headSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003d1e;
    opacity: 0.3;
    z-index:-1;
}
.headSec h1 {margin: 0;font-size: 45px;color: #fff;margin-top: 90px;text-shadow: -1px 2px 5px #00000066;}
.pTB{padding:70px 0;}
.pT{padding-top:70px;}
.pb{padding-bottom:70px;}
.galleryPage .grid-cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
    gap: 15px;
}
.galleryBox{position: relative;}
.galleryBox h5 {
    position: absolute;
    bottom: 0;
    font-size: 19px;
    background: #003d1e;
    color: #fff;
    padding: 5px 15px;
    margin: 0;
}
.listStyle li{
    display:flex;
    padding:0;
    gap:15px;    
    align-items:center;
}
.listStyle li svg {
    background: #2062c5;
    color: #fff;
    border-radius: 5px;
}
.servicePage aside ul li{position: relative;}
.servicePage aside ul li.active:before {
    content: '';
    background: url(../images/right-arrow.png);
    width: 30px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 10px;
    background-repeat: no-repeat;
    z-index: 1;
}
.contactUs li a .imSpan svg{width:20px;}
.contactUs li a .imSpan span{width: calc(100% - 20px);}

/* .logoBox a {width: 102px !important;} */
.logoBox a {width: 160px !important;}
.is-fixed .logoBox a {width: 102px !important;}
p{text-align:justify;}

.successesSec .tesBox {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.successesSec .tesName{margin-top:10px;}
.accordion-header {box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;}
.mediaBox ul li a {
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
}
.footerSec{padding-top:70px;}
.aTag{padding:15px 30px;}
.bg-custom{background:#003d1e;}
.bg-custom a{color:#fff;}
/* .navbar-nav > li{margin:10px;} */
header.site-header {
    position: absolute;
}
header.is-fixed{
    width: 100% !important;
    position:fixed!important;
    top: 0!important;
    left: 0!important;
    z-index:999;
}
.professionalSummary{margin-top: 25px;}
.sub-menu {width: 300px;}
.sub-menu li a {
    padding: 7px 15px;
    font-size: 15px;
}
.text3Head{font-size:28px;}
.headline{font-size: 38px; line-height: normal; }
.miviHead{font-size:35px;}
.float-wa {position: fixed;bottom: 30px;left: 30px;z-index: 900;}
.float-wa a { width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.6rem; box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4); position: relative; }
.float-wa a::before { content: ''; position: absolute; inset: 0; background: #25D366; border-radius: 50%; animation: pulse-wa 2s infinite; }
.float-wa a i {position: relative;z-index: 1;}
@keyframes pulse-wa {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media only screen and (max-width:991px){
    .footer-bottom p{text-align:center!important;}
    .pTB{padding:40px 0;}
    .footerSec {padding-top: 40px;}
    .contBox { margin: 0; padding: 0 10px; }
    .order-2{order:2;}
    .order-1{order:1;}
    .bg-custom{background:#fff;}
    .float-wa a {width: 40px;height: 40px;}
    .float-wa a svg{width:20px;height:20px;}
    #why{padding:40px 0;}
    .feather{width:15px;height:15px;}
    .why-grid{display: flex;flex-direction: column-reverse;row-gap: 50px;}
    .bg-custom a {color: var(--color-gray-600); }
}
@media only screen and (max-width:767px){
    .headline {font-size: 33px;}
}
@media only screen and (max-width:678px){
    .why-feat-text h4{word-break: break-all;
    overflow-wrap: break-word;}
    .miviHead { font-size: 27px; }
}
@media only screen and (max-width:567px){
    .colBox {width: 100%;text-align: center;}
    .colBox.listFoot .list-hover1 li {display: inline-block;margin-bottom: 11px;}
    .colBox.listFoot .list-hover1 li a {background: var(--color-primary);color:#fff;border-radius: 15px; padding: 8px 12px;line-height: 32px;}
    .contactUs li {display: flex;justify-content: center;}
    .footer-middle h2,.footer-middle p{text-align:center;}
    .headSec {min-height: 280px;}
    .headSec h1{font-size: 30px;margin-top: 80px;}
    .bannerBox h1{font-size:30px;}
    .bannerBox .btn{font-size: 13px!important;}
    .successesSec .tesBox{margin:10px;}
    .aboutPage h3 { font-size: 28px; }
    .aboutPage .ulList{margin-bottom:0;}
    .md-mb{margin-bottom:0px;}
    .contactDetails ul li br{display:none;}
    .float-wa{bottom: 70px;left: 10px;}
    button#scrollProgress {bottom:5px;}
    .swiper-slide{background-position:center;}
    .imgBox1{background-image:url('../images/phone-slider-1.webp')!important}
    .imgBox2{background-image:url('../images/phone-slider-2.webp')!important}
    .headline {font-size: 30px;}
    .footerLogo {display: flex;justify-content: center;align-items: center;}
    .colBox .max-w-75 { margin: 0 auto; text-align: center; }
    .mediaBox ul { justify-content: center; }
    .is-fixed .logoBox a{width: 85px !important;}
    .gallery-grid{grid-template-columns: repeat(1, 1fr);gap:0px;row-gap: 18px;}
}
@media only screen and (max-width:481px){
    .why-features{grid-template-columns:1fr;}    
}