:root {
    --black: #000;
    --white: #fff;
    --transition: all ease 0.3s;
    --blue:#000817;
    --light-blue:#02102B;
    --green:#348162;
    --gray:#F5F9F7;
}






/* commen css start */

body {
    font-family: "Lato", sans-serif;
    background-color: var(--white);
    overflow-x: hidden;
    overflow-y: scroll;  
    min-height: 100%;
}


html,
body {
    scroll-behavior: smooth;
}

#smooth-wrapper {
    height: 100%;
    overflow: hidden;
  }
  #smooth-content {
    will-change: transform;
  }

.pb-50 {
    padding-bottom: clamp(30px, 4vw, 50px);
}

.pt-60 {
    padding-top: clamp(40px, 4vw, 60px);
}

.pt-50 {
    padding-top: clamp(40px, 4vw, 50px);
}

.pb-60 {
    padding-bottom: clamp(40px, 4vw, 60px);
}

.pt-100 {
    padding-top:clamp(60px, 8vw, 120px);
}

.pb-100 {
    padding-bottom:clamp(60px, 8vw, 120px);
}

/* .pt-100 {
    padding-top:clamp(20px, 3vw,50px);
}

.pb-100 {
    padding-bottom:clamp(20px, 3vw,50px);
} */

.mb-100 {
    margin-bottom:clamp(60px, 8vw, 120px);
}
.mt-80 {
    margin-top: clamp(60px, 12vw, 200px);
}

.pb-40 {
    padding-bottom: clamp(30px, 3vw, 40px);
}

.pt-40 {
    padding-top: clamp(30px, 3vw, 40px);
}

.hw-100{
    height: 100vh;
}
.hwmin-100 {
    min-height: 100vh;
}
.text-blue{
    color:var(--blue) !important;
}
.text-white {
    color:var(--white) !important;
}
.font14{
    font-size: 14px;
}
.cust-contaner {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 15px;
}
.heading-h2 {
    font-size: clamp(26px, 3vw, 46px);
    font-weight: bold;
    margin: 0px;
    line-height: 1.3;
}
.heading-h3{
    padding: 0px;
    margin: 0px;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.4;
}

.maxwidth90{
    width: 100%;
    max-width:85% !important;
}
.btn-box a {
    display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        line-height: 1;
        border-radius: 20px;
        min-width: 220px;
        transition: var(--transition);
}
.border-bottmgreen{
    border-bottom: 1px solid var(--green); 
}
sup.freq {
    color: red;
    top: -3px;
}
.btn-box {
    display: flex;
    gap: 20px;
}
h2.heading_h2.carrertexthead {
    font-weight: bold;
}
a.workbtn {
    border: 1px solid #348162;
    background: var(--white);
    color: var(--green);
}
a.workbtn:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--white);
}
a.workbtn:hover img{
    filter: brightness(0) invert(1);
}
a.requestbtn {
    border: 1px solid var(--white);
    background: var(--green);
    color: var(--white);
}
a.requestbtn:hover {
    color: var(--green);
    background: var(--white);
    border-color: var(--green);
}
a.requestbtn:hover img{
    filter: invert(51%) sepia(15%) saturate(1525%) hue-rotate(110deg) brightness(92%) contrast(91%);
}
.mobimg{
    display: none;
}
/* body.home{
    background:#00130C;
} */
.head-cont {
    width: fit-content;
}
.bg--green{
    background-color: #014429;
}
/* .bg-gray{
    background-color: var(--gray);
} */


.bg-gray {
    position: relative;
}

.bg-gray:before {
    content: "";
    height:50px;
    width:50px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    transition: all ease 1s;
}
.bg-gray.bg-active:before {
    background: var(--gray);
    width: 100%;
    height: 100%;
    border-radius:0%;
    transition: all ease 1s;
}


.bgimg {
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    background-size:cover;
    background-attachment: fixed;
}


.itemcenterbox{
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}
.subtext {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
}


/* .head-cont.homeherobtn {
    display: none;
} */

/* 
.posr {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.posravs {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
} */








.head-cont.herobtn {
    margin: 0px auto;
    margin-top: 20px;
}
.expandable {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: all ease 0.3s;
}
p.expandable.jj {
    -webkit-line-clamp: none;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.map-cercel {
    display: none;
}
.bg-green{
    background-color: #014429;
}

/* headaer start */
/* .scroll-up .site-logo {
    max-width: 150px;} */
.hader-main .nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0px;
    margin: 0px;
    gap: 40px;
}
.hader-main .nav-link {
    position: relative;
    padding: 0px;
}
.mobactive{
    display: none;
}
.hader-main .nav-link .dropdown-link a {
    padding: 12px 25px;
    line-height: 1;
    color: var(--black);
    text-decoration: none;
}
.header-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:14px 0px;
}
.scroll-up .header-items {
    padding:12px 0px;
}
.head-cont a.workbtn {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 20px;
    transition: var(--transition);
}
.head-cont a.workbtn:hover {
    border-color: var(--green);
}
.scroll-up .head-cont a.workbtn:hover {
    border-color: var(--white);
}
.header-items .nav-link>a {
    padding: 24px 0px 24px 0px;
    color: var(--white);
    font-size: 16px;
    position: relative;
    transition: var(--transition);
    border-bottom: 2px solid transparent;
    text-decoration: none;
    line-height: 1;
    font-weight:500;
}
.header-items .nav-link>a.active {
    font-weight:900;
}
.scroll-up .header-items .nav-link>a.active {
    border-bottom: 3px solid var(--green);
}
.logo-container img.darklogo,.scroll-up .logo-container img.lightlogo {
    display: none;
}
.scroll-up .logo-container img.darklogo {
    display: block;
}




.header-items .nav-link>a:hover,.header-items .nav-link>a:active {
    color: var(--green);
}
.scroll-up .header-items .nav-link>a {
    color: var(--green);
}
.scroll-up.mg-menu .header-items .nav-link>a {
    color: var(--white);
}
.scroll-up .header-items .nav-link>a{
    padding: 29px 0px 23px 0px;
}
.header-items .nav-link>a{
    transition: all ease 0.5s;
}
.header-items .nav-link>a:hover {
    color: var(--white);
        /* font-weight: 900; */
}
.scroll-up .header-items .nav-link>a:hover {
    color: var(--green);
    border-bottom: 1px solid transparent;
}
.header-items .nav-link > a:hover::before {
    background:var(--white);
}
.scroll-up .header-items .nav-link > a:hover::before {
    background:var(--green);
}
/* .header-items .nav-link>a.active,.hader-main .nav-link:has(.active).nav-link > a{
    color: var(--green);
} */

.header-items .nav-link>a>i {
    margin-left: 7px;
    font-size: 12px;
}
.header-items .dropdown {
    position: absolute;
    transition: all 0.4s;
    background:var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 1px -2px 13px;
    border-radius: 12px;
    opacity: 0;
    padding: 25px 0px;
    transition: all ease 0.3s;
    /* min-width: 250px !important; */
    left: -36px;
    display: none;
    top: 43px;
}
.header-items .dropdown ul {
    position: relative;
    list-style: none;
    padding: 0px;
}

.header-items .dropdown-link>a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    color: var(--white);
    font-size: 16px;
    align-items: center;
    justify-content:start;
    transition: .3s;
    align-items: center;
}

.header-items .nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.header-items .dropdown-link:hover>a,.header-items .dropdown-link a.activemenu {
    color:var(--light-blue);
    background-color: #34816229;
}
.header-items .dropdown.second {
    top: 0;
    left: 95%;
    padding-left: 0px;
    cursor: pointer;
    transform: translateX(10px);
}

.header-items .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -31px;
    left:70px;
    background-color: var(--white);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -2;
}
.header-items .nav-link>a:before {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background:transparent;
    top: 47px;
    transition: all ease 0.3s;
}
.header-items .nav-link>a:has(i):before {
    width: calc(100% - 16px);
}
.scroll-up .header-items .nav-link>a:before {
    height: 2px;
    top: 50px;
}
.header-items .nav-link:has(.activemenu).nav-link > a:before{
background: var(--white);
}

.tnc .header-items .nav-link:has(.activemenu).nav-link > a:before {
    background: var(--green);
}
.scroll-up .header-items .nav-link:has(.activemenu).nav-link > a:before{
  background: var(--green);
}

.dropdown-link:first-child:hover~.arrow {
    background-color: var(--white);
}

.dropdown.second .arrow {
    top: -8px;
    left: -5.5px;
    background: var(--white);
    display: none;
}
.dropdown-link i {
    font-size: 12px;
    padding-right: 10px;
    color: var(--green);
}
.hamburger-menu-container,
.menu-backbtn {
    display: none;
}
.menu-subhed {
    margin: 0px;
    padding: 12px 20px;
    line-height: 1;
    color: var(--black);
    /* text-decoration: none; */
    font-size: 16px;
    font-weight: 700;
}
.header-sec li.dropdown-link {
    position: relative;
    white-space: nowrap;
    /* display: flex; */
}


@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}






.site-logo {
    width: 100%;
    max-width: 170px;
    /* transition: var(--transition); */
    padding: 0px;
    display: flex;
}
.scroll-up .navbar-btn span {
    background: var(--green);
}
.mg-menu img.lightlogo {
    display: block !important;
}
.mg-menu img.darklogo {
    display: none !important;
}
.footer-main-box .site-logo {
    display: block;
}

.scroll-up header.hader-main {
    position: fixed;
    top: 0px;
    background: var(--white);
}

.hader-main.active .site-logo {
    max-width: 120px;
}

.header-nav-sec {
    gap: 40px;
    width: fit-content !important;
}

.header-nav-sec a.nav-link {
    padding: 24px 0px !important;
    color: var(--white);
    font-size: 14px;
    position: relative;
    transition: var(--transition);
    border-bottom: 2px solid transparent;
}

.hader-main .navbar {
    padding: 0px;
}

.header-nav-sec a.nav-link:hover {
    color: var(--green);
}

.activenav .header-nav-sec a.nav-link:hover {
    border-color: var(--green);
    /* color: var(--white); */
}
.hader-main .navbar-toggler {
    border: none;
    padding: 10px 10px;
}
.hader-main .navbar-toggler:focus {
    box-shadow: none;
}
.navbar-btn {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.navbar-btn span {
    height: 2px;
    width: 27px;
    background: var(--white);
    display: block;
    transition: var(--transition);
}
.navbar-btn.close span{
    background: var(--white);
   }

.navbar-btn.close span.h-btn {
    opacity: 0;
}
.navbar-btn.close span.ham1 {
    transform: rotate(-45deg) translate(-7px, 5px);
}
.navbar-btn.close span.ham2 {
    transform: rotate(45deg) translate(-7px, -5px);
}
.hader-main ul.dropdown-menu {
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    border-radius: 15px 15px;
    padding: 10px 0;
    transition: all ease 0.3s;
    top: 10px;
    position: relative;
}
.header-nav-sec .contactbtn .lern-btn {
    padding: 11px 35px !important;
    border: 1px solid var(--green);
    border-radius: 20px;
    background: var(--green);
    text-decoration: none;
    line-height: 1;
    display: block;
}

.header-nav-sec .contactbtn .lern-btn:hover {
    background: transparent;
    color: #fff;
}

.header-nav-sec .contactbtn .lern-btn:before {
    display: none;
}

.header-nav-sec .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
}

.navmenu-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav-sec {
    gap: 40px;
    width: fit-content !important;
}


header.hader-main {
    top: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 0px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0 8px 8px;
    transition: var(--transition);
}


/* header end */


/* .seccovmob{
    display: none;
   } */
   .covrage-sec .seccovmob {
    display: block;
    /* margin-top: 50px; */
}
/* home hero section start */
/* .hero-section .carousel-item {
    height: 650px;
    position: relative;
} */
.hero-section .carousel-caption {
    position: absolute;
    right: unset;
    padding: 0px 15px;
    flex: 0 0 100%;
    left: 0;
    max-width: 1200px;
    right: 0;
    top: 0 !important;
    bottom: 0;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 70px 15px 0 15px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.hero-section .carousel-caption .carousel-box {
    /* padding-top: 100px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero-section .carousel-box h1 {
    font-size: clamp(28px, 4vw, 50px);
    line-height: 60px;
    line-height: 1.3;
    margin: 0px;
}

.soluction-hero .carousel-box h1 {
    font-size: clamp(28px, 3vw, 40px);
}

.hero-section .carousel-box h1 span {
    color: #D8FFF0;
    font-weight: 900;
}
.hero-section .carousel-box p {
    font-size: 18px;
    margin: 0px;
}
.hero-section .carousel-item img {
    height: 100%;
    /* object-fit: cover; */
}
.head-cont.herobtn {
    margin-top: 20px;
}
.hero-section .carousel-item:before {
    content: "";
    height: 100%;
    width: 100%;
    /* background-color:#01130cd1; */
    background-color: #01130c9c;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    }
    .hero-section {
        margin-bottom: -3px;
    }
/* home hero section end */


/* .texalk-sec {
    background: var(--light-blue);
} */
.texalink-sec {
    background: var(--white);
    border-radius: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    padding: 30px 0px;
    flex-direction: column;
}
/* .texalk-sec {
    z-index: 1;
    position: relative;
    margin-top: -100px;
} */
.texalink-sec .tera-text{
    width: 100%;
}
.acched h2 {
    margin: 0px;
    font-size: clamp(26px, 3vw, 36px);
    color: var(--blue);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}




.texalink-sec .tera-img{
    width: 100%;
    max-width:350px;
    /* height: 580px; */
}
.tera-text p {
    font-size: 20px;
    color: #4D4D4D;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    padding-top: 24px;
}
.tera-text p span{
    color: #1A714F;
    font-weight: 900;
}




/* Solutions section start */
/* .soluction-sec {
    background:linear-gradient(180deg, rgb(2 16 42) 0%, rgba(0, 8, 23, 1) 11%, rgba(0, 8, 23, 1) 11%, rgba(0, 8, 23, 1) 92%, rgb(2 16 42) 100%);
} */
.sec-heading {
    padding-bottom: 60px;
}

.tab-btns .nav {
    justify-content: center;
    gap: 15px;
    padding-bottom: 30px;
}
.tab-btns .nav-link {
    padding: 14px 50px;
    background: transparent;
    border: 1px solid var(--green);
    border-radius: 60px;
}
.tab-btns .nav-link {
    padding: 14px 40px;
    background: transparent;
    border: 1px solid var(--green);
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    color: var(--green);
    line-height: 1;
}
.tab-btns .nav-link.active {
    background: var(--white);
    border-color: var(--white);
    color: var(--green);
}
.tabitembox {
    display: flex
;
    border: 1px solid var(--white);
    border-radius: 15px;
    overflow: hidden;
}
.border-right{
    border-right: 1px solid var(--white); 
}
.itembox {
    height: 500px;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.itembox:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #00130c30;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition:var(--transition);
    opacity:0;
}
.itembox:hover:before{
    opacity: 1;
}
.itembox .itemimg {
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    padding-bottom: 50px;
    /* object-position: 50% -40px; */
}
.itemboxtext {
    position: absolute;
    bottom: -85%;
    left:0px;
    padding: 20px 15% 50px 40px;
    /* transform: translateY(30px); */
    /* transition:var(--transition); */
    transition: all ease 0.5s;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.itembox:hover .itemboxtext {
    bottom: -0%;
    height: 50%;
    min-height: fit-content;
    transition: all ease 0.5s;
    background-color: var(--green);
}
.itembox:hover .itemboxtext h3{
    color: var(--white);
}
.itemboxtexthide p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 24px;
}
.itemboxtexthide {
    padding-top: 14px;
    opacity: 0;
    /* height: 0px; */
    transition:all ease 0.1s;
}
.itembox:hover .itemboxtexthide {
    opacity: 1;
    height: fit-content;
}
.itemboxtexthide a {
    font-size: 16px;
    color: var(--white);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    line-height: 1;
}
.itemboxtexthide a {
    font-size: 16px;
    color: var(--white);
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
    text-decoration: none;
    /* line-height: 1.6; */
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    width: fit-content;
    margin-top: 20px;
    padding: 10px 0px;

}
.itembox:hover .itemimg {
    transform: scale(1.3);
    /* object-position: center center; */
}
.itemboxtexthide a img {
    max-width: 16px;
    filter: brightness(100);
}
.itemboxtexthide a:hover{
    color: var(--green);
    border-color:transparent;
}
.itemboxtexthide a:hover img{
    filter: invert(51%) sepia(15%) saturate(1525%) hue-rotate(110deg) brightness(92%) contrast(91%);
}

/* Solutions section end */








/* What can we help you achieve start */
/* .home .acc-sec {
    background: var(--light-blue);
} */
.home .achieve-sec {
    background: var(--white);
}
/* .home .acched h4 {
    color: var(--green);
} */
.home .acc-img .h-img {
    filter: none;
}
.acc-img {
    width: 100%;
    max-width: 500px;
}
/* .acc-img .h-img {
    filter: brightness(0) invert(1);
} */
.acched h4 {
    margin: 0px;
    font-size: clamp(24px, 4vw, 40px);
    color: var(--blue);
    font-weight: 900;
    line-height: 1.3;
}
.acc-text {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left:6%;
}
.achieve-sec {
    /* background: var(--green);
    background: #348162; */
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}
/* What can we help you achieve end */


/* Accelerating Products start */
/* 

.solutionsslider{
    margin-left: 1%;
} */
.slick-track {
    display: flex;
    /* gap: 20px; */
}
.accslider,.solutionsslider  {
    overflow: hidden;
    
}
/* .accproslider {
    width: 100%;
    max-width: 1350px;
    max-width: 86%;
    overflow: hidden;
        margin-top: 30px;
    margin-left: auto;
    padding: 0px 15px;
} */
/* .accproslider .slick-list{
    margin-left: -1% !important;
    padding-right: 20% !important;
} */

.accproslider {
    overflow: hidden;
    padding: 0px 50px;
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
    position: relative;
}
.accproslider .slick-slider {
    /* margin: 0px 50px; */
    overflow: hidden !important;
}



.accproslider .itembox {
    width: 100%;
    height: 450px;
}   
.accproslider .itemboxtext {
    background: var(--white);
    padding: 20px 20px;
}
.accproslider .itemboxtext h3 {
    font-size: 20px;
}

.accproslider .itemboxtext h3 a {
    color: var(--blue);
    text-decoration: none;
}

.itembox:hover .itemboxtext h3 a{
    color: var(--white);
}

/* .accproslider .itemboxtext {
    transform: translateY(14px);
          } */
          .accproslider .card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            background-color: transparent;
            cursor: grab;
            margin: 0px 10px;
            /* width: calc(50% - 20px) !important;
            width:60% !important; */
        }

        .accproslider .itemboxtexthide a:hover {
            color: var(--white);
            border-color:transparent;
        }
        .accproslider .itemboxtexthide a:hover img {
            filter: brightness(100);
        }

        .accproslider .slider-nav-wrapper,.accproslider .slider-nav-wrappersol {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 0px;
            gap: 20px;
            padding: 0px;
            max-width: 98.5%;
            position: absolute;
            top: 50%;
            transform: translate(0px, -50%);
            left: 7px;
            z-index: -1;
        
        }
        .slider-nav-wrapper .slick-arrow,.accproslider .slider-nav-wrappersol .slick-arrow {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1px solid var(--white);
            background: #CEFFEB;
            color: var(--green);
        }
        .slider-nav-wrapper .slick-arrow.slick-disabled ,.accproslider .slider-nav-wrappersol .slick-arrow.slick-disabled{
            background: #7E7E7E;
            border-color: #7E7E7E;
            opacity: 0.5;

        }

        .slider-nav-wrapper .slick-arrow.slick-disabled i,.accproslider .slider-nav-wrappersol .slick-arrow.slick-disabled i{
            color: #d0d0d0 !important;
        }

        .tabitembox .itemboxtext {
            bottom: -80%;
        }
        .soluction-hero .carousel-item img {
            object-fit: cover;
        }
/* .accproslider .card {
    width: 100% !important;
    min-width: 370px !important;
} */
/* Accelerating Products end */


/* carrer page start */

.career-hero .carousel-item {
    height: 400px;
}
.career-hero .carousel-caption{
    align-items: center;
}
.career-hero .carousel-caption .carousel-box {
    padding-top: 0px;
    flex-direction: column;
    gap: 15px;
}
.career-hero .carousel-box h1 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    font-weight: 600;
}
.career-hero .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.career-hero .carousel-box p {
    font-size: 20px;
}
.jionbox .jionimg {
    width: 100%;
    max-width: 60px;
}
.jionbox {
    display: flex;
        flex-direction: column;
        gap: 30px;
        background-color: var(--white);
        border-radius: 15px;
        overflow: hidden;
        padding: 30px 20px;
        width: 100%;
        max-width: 270px;
        /* transition: var(--transition) !important; */
}

.jionbox:hover{
    background: #ECF3F0 !important; 
}
.joinitembox {
    display: flex;
    gap: 15px;
    padding-top: clamp(30px, 5vw, 70px);
    flex-wrap: wrap;
    justify-content: center;
}
.jiontext h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 14px;
}
.jiontext p {
    font-size: 16px;
    color: #66716D;
    margin: 0px;
}
.whayjoinsec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fol-text h3 {
    color: var(--green);
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 10px;
}
.fol-text p {
    font-size: 26px;
    color: var(--black);
}
.fol-img {
    width: 100%;
    max-width: 100px;
}
.car-follow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 80%;
    margin: 0px auto;
    border: 1px solid #348162;
    border-radius: 15px;
    padding: 40px 60px;
}
.jobbox .btn-box {
    display: flex;
    gap: 14px;
}
.jobbox .btn-box a {
    gap: 10px}
.jobbox .btn-box a {
    min-width: fit-content;
    height: min-content;
}

.jobboxsec {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
    .jobbtext h4 {
        font-size: 22px;
        color: var(--black);
        font-weight: 600;
    }
    .jobbtext p {
        color: #5E5E5E;
        font-size: 16px;
    }

        .jloc p {
            color: var(--black);
        }
        .jobbox {
            padding: 30px;
            border: 1px solid #B3D0C4;
            border-radius: 15px;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            align-items: center;
        }
        .jobbtext {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            max-width: 50%;
        }
        .carreformbox {
            width: 100%;
            max-width: 550px;
            background: var(--white);
            margin: 0px auto;
            padding: 50px;
            border: 1px solid #7F9C90;
            border-radius: 15px;
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
        }


        .currentsub {
            font-size: clamp(16px, 2vw, 22px);
            font-weight: bold;
            color: #4D4D4D;
        }

        .incltextsub{
            font-size: clamp(16px, 2vw, 22px);
            font-weight: bold;  
        }

        .ctacarrer .achieve-sec {
            background: var(--green);
        }

        .ctacarrer .acc-img img {
            filter: brightness(0) invert(1);
        }
        .acched p {
            font-size: clamp(17px, 2vw, 20px);
            color: #FFFFFF;
            margin-top: 20px;
        }

        .tera-text .acched p {
            color: #4D4D4D !important;}
        /* carrer form start */
        .solutionsslider .slick-track {
            margin: 0px auto;
        }

        .login-form .login-form {
            padding: clamp(20px, 3vw, 50px);
            border-radius: 10px;
            /* border: 1px solid #9A9A9A;
            box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2); */
        }
        
        .login-form .login-form .form-title {
            font-size: 40px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            margin-bottom: 100px;
            color: #989898;
        }
        
        .login-form .custom-input {
            width: 100%;
            position: relative;
            color: #989898;
        }
        
        .login-form .custom-input input[type=text],
        .login-form .custom-input input[type=email],
        .login-form .custom-input select {
            background: transparent;
            border: none;
            border-bottom: 1px solid #808080;
            outline: none;
            appearance: none;
            width: 100%;
            font-family: inherit;
            font-size: 16px;
            color: var(--black);
            transition: 0.2s ease border-color;
            padding-bottom: 2px;
            padding-top: 6px;
            border-radius: 0px;
        }
        
        .login-form .custom-input.sleact-input label {
            top: -6px;
        }
        
        .login-form .custom-input select {
            appearance: auto;
            /* margin-top: 15px; */
        }
        
        .login-form .custom-input label {
            position: absolute;
            font-size: 16px;
            pointer-events: none;
            top: -6px;
            left: 0;
            transition: 0.28s ease all;
            color:#00153E;
        }
        
        .login-form .custom-input span.opt-txt {
            font-size: 16px;
            color:#00153E;
        }
        
        .login-form .custom-input:focus-within input[type=text],
        .login-form .custom-input:focus-within input[type=email] {
            border-color: #f1f1f1;
        }
        
        .login-form .custom-input:focus-within label {
            color:#00153E;
        }
        
        .login-form .custom-input:focus-within label,
        .login-form .custom-input:has(input[type=text]:not(:placeholder-shown)) label,.login-form .custom-input:has(input[type=email]:not(:placeholder-shown)) label {
            font-size: 14px;
            top: -18px;
        }

        
        .login-form .custom-input:not(:last-of-type) {
            margin-bottom: 30px;
        }
        
        .login-form button[type=submit],button.submit-btn {
            display: flex;
                gap: 15px;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                font-size: 16px;
                font-weight: bold;
                padding: 12px 20px;
                line-height: 1;
                border-radius: 20px;
                transition: var(--transition);
                border: 1px solid var(--white);
                background: var(--green);
                color: var(--white);
                margin-top: 40px;
        }
        .carreformbox h3,.contactformbox h3 {
            color: #00153E;
            font-size: clamp(28px, 3vw, 36px);
            text-align: center;
            font-weight: bold;
            margin: 0px;
        }

        .login-form button[type=submit]:hover,button.submit-btn:hover {
            color: var(--green);
            background: var(--white);
            border-color: var(--green);
        }
        .login-form button[type=submit]:hover img{
            filter: invert(51%) sepia(15%) saturate(1525%) hue-rotate(110deg) brightness(92%) contrast(91%);
        }
        .login-form {
            margin-top: 50px;
        }
        
        .custom-file-input::-webkit-file-upload-button {
            visibility: hidden;
        }
        
        
        /* .custom-file-input::before {
            content: '';
            display: inline-block;
            background: linear-gradient(top, #f9f9f9, #e3e3e3);
            border-bottom: 1px solid #999;
            border-radius: 0px;
            padding: 10px 0px;
            outline: none;
            white-space: nowrap;
            -webkit-user-select: none;
            cursor: pointer;
            text-shadow: 1px 1px #fff;
            font-weight: 700;
        
            width: 100%;
        } */
        
        input.custom-file-input {
            position: relative;
            padding-top: 10px;
            border-bottom: 1px solid #808080;
            margin-bottom: 6px;
        }
        
        .custom-file-input::after {
            content: '';
            background-image: url(../images/uplodeimg.webp);
            z-index: 1;
            position: absolute;
            bottom: 6px;
            right: 0px;
            width: 20px;
            height: 20px;
            background-size: 100%;
        }
        
        .uplodefile,
        input.custom-file-input {
            width: 100%;
        }
        
        .uplodefile input[type="file"]::file-selector-button {
            display: none;
        }
        
        .custom-file-input:hover::before {
            border-color: black;
        }
        
        .custom-file-input:active::before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }
        
        .uplodefile label {
            font-size: 16px;
            pointer-events: none;
            color:#00153E;
        }
        
        .uplodefile {
            margin-bottom: 24px;
        }
        

        /* carrer form end */


/* carrer page end */


.covrage-sec {
    padding-top: 150px;
    padding-bottom: clamp(40px, 5vw, 80px);
    background-repeat: no-repeat;
    background-size: cover;
}

.coverage section.acc-sec , .contact .acc-sec , .carrer .acc-sec{
    display: none;
}

 /* .coverage .openrolesec {
    margin-top: 150px;
} */
/* .coverage header.hader-main {
    background: var(--green);
}
.coverage .header-items .nav-link>a:hover {
    color: var(--white);
}
.coverage .head-cont a.workbtn:hover {
    border-color: var(--white);
} */
/* .coverage .openrolesec {
    margin-top: 150px;
}
.coverage header.hader-main {
    position: fixed;
    top: 0px;
    background: var(--green);
    transition: all ease 0.3s;
}

.coverage.scroll-down header.hader-main {
    position: absolute;
    transition: all ease 0.3s;
}
.coverage.scroll-up header.hader-main {
    position: fixed;
    transition: all ease 0.3s;
} */


/* contat us start */
.contactus .serviceimg img {
    filter: brightness(0) invert(1);
}

.contactus .rolehding{
    display: none;
} 


.cust-contaner
.contact .acc-sec {
    display: none;
}
.contactus {
    padding-top: 130px;
    /* margin-bottom: clamp(40px, 6vw, 80px); */
}
.contactformbox {
    width: 100%;
    max-width: 450px;
    background: var(--white);
    padding: 40px 30px;
    border: 1px solid #7F9C90;
    border-radius: 15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.contactbox {
    display: flex;
    gap:50px;
    justify-content: center;
    align-items: center;
}
.coverage .achieve-sec {
    background: transparent;
    border: 1px solid var(--green);
}
.coverage .acc-img .h-img {
    filter: unset;
}
.coverage .acched h4 {
    color: var(--green);
}
.itemboxtexthide a span {
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}
.itemboxtexthide a:hover span {
    border-bottom: 1px solid var(--white);
}
.serviceimg {
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
}

.contact  .servicebg {
    width: 100%;
}
/* contat us end */




/* Unmatched Capabilities in Focus */

.item-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width:270px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #ECF3F0;

}
.itemimg{
    overflow: hidden;
}
.itemimg img{
transition: var(--transition);
}
.item-box:hover .itemimg img{
    transform: scale(1.2);
}
.itemtetx {
   
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
}
.itemtetx h4 {
    font-size: 18px;
    font-weight: bold;
    color: #00153E;
    margin: 0px;
    line-height: 1.3;
}
.itemtetx p {
    font-size: 14px;
    color: #66716D;
    line-height: 1.5;
    margin: 0px;
}
.four-item {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
}
/* Unmatched Capabilities in Focus */

.serviceimg {
    position: relative;
}
.map-cercel {
    position: absolute;
    height: 18px;
    width: 18px;
    background:transparent;
    z-index: 1;
    border-radius: 50%;
    border: 3px solid var(--white);
    overflow: hidden;
    animation: pulser 1.5s ease infinite;
}
.uae{
    top: 50%;
    left: 8.5%;
}
.map-data {
    background: var(--white);
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    bottom: 24px;
    right: 50%;
    transform: translate(50%, 0px);
    opacity: 0;
    transition: var(--transition);
    height: 0;
    font-size: 14px;
    min-width: 152px;
    font-weight: 600;
    box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.2);
}
.map-data ul{
    margin: 0px;
}
.map-cercel:hover .map-data {
    opacity: 1;
    height: fit-content;
}
.map-cercel:hover {
    overflow: visible;
    animation: none;
}
.uae .map-data {
    color: #252E64;
}
.ind .map-data {
    color: #875B6B;
}
.tai .map-data {
    color:#EAB970;
}
.phli .map-data {
    color:#1F6660;
}

.contimg .uae {
    background: #252E64;
}
.contimg .ind {
    background: #875B6B;
}
.contimg .tai {
    background: #EAB970;
}
.contimg .phli {
    background: #1F6660;
}





@keyframes pulser {
    0% {
      transform: scale(0.5) rotate(0deg);
    }
    50% {
      transform: scale(1.1) rotate(360deg);
    }
    100% {
      transform: scale(0.5) rotate(360deg);
    }
  }






.ind
 {
    top: 44.5%;
    left: 33%;
}
.tai {
    top: 51%;
    right: 49.7%;
}
.phli {
    bottom: 9%;
    right: 15.2%;
}

/* about us start */

.tltboxtext h3.heading-h3 {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    color: #00153E;
    padding-bottom: 10px;
}
.tltboxtext p {
    font-size: 14px;
    color: #66716D;
    margin: 0px;
}
.tltboxtext {
    padding: 16px;
}
.whaytltsec .card {
    background: #ECF3F0 !important;
}
.whaytltsec .card .tltboximg, .whaytltsec .card{
   transition: var(--transition);
}
.whaytltsec .card:hover .tltboximg {
    transform: scale(1.1);
}
.whaytltsec .card .tltboxtext{
transition: var(--transition);
height: 100%;
}
.whaytltsec .card:hover .tltboxtext{
    box-shadow: inset 2px 28px 48px #03102b12;
}
.whaytltsec .slider-nav-wrapper .slick-arrow,.whaytltsec .accproslider .slider-nav-wrappersol .slick-arrow{
    border: 1px solid transparent;
}
/* .fitemcenter p br {
    display: none;
} */






.hero_banner {
    height: calc(100vh - 150px);
    background: url(../images/about_bg.webp) 50% 0 no-repeat;
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
}

.Inner_section {
    display: flex;
    color: #fff;
}

.Inner_section h1 {
    padding: 20px 0 10px;
    font-size: 40px;
    font-weight: 800;
}

.Inner_section p {
    font-size: 20px;
    font-weight: 500;
}

.Inner_section .head-cont {
    display: flex;
    padding: 15px 0;
}

.inner_cont {
    max-width: 800px;
    margin:0 auto;
}
.carousel-box .btn-box a {
    min-width: fit-content !important;
}

.heading_h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    line-height: 52px;
}

.heading_h2 span {
    font-size: 32px;
    color: #1A714F;
}

.vision_mission {
    background: url(../images/vision_mission_bg.webp) center center no-repeat;
}

.col-border {
    border: #ECECEC 1px solid;
    padding: 20px;
    border-radius: 18px;
    color: #fff;
    height: 100%;
}
.vision_mission p{
    font-size: 18px;
    color:#ECECEC;
}
.vision_mission p span {
    color: #CEFFEB;
    font-weight: 800;
    font-size: 20px;
}
.icon_section p-2 {
    height: 110px;
}

.subheading {
    text-align: center;
}

.details-border {
    border: #7F9C90 1px solid;
    margin: 1px 8px;
    padding: 25px;
    border-radius: 18px;
    color: #000;
    height: 100%;
}

/* .details-border h3 {
    font-size: 22px;
    font-weight: 600;
} */

.subheading {
    font-size: 32px;
    font-weight: 800;
}

.our_core_values .row .col-4 {
    display: flex;
    padding-top: 10px;
}

.icon_section {
    width: 50px;
}
.vision_mission .icon_section {
    width: 100px;
}
.leadership-team {
    background: url(../images/leadership-team.webp) center center no-repeat;
    background-size: cover;
}

.leadership-team h2.subheading.dark {
    color: #fff;
}

.group_teams {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.group_teams>.team_boxes {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    max-width: 350px;
    background-color: #fff;
    color: #000;
}

.team_boxes .img-box {
    background-color: #b6cbe2;
    overflow: hidden;
    display: flex;
}

.team_txt {
    padding:20px;
}

.team_boxes .team_txt h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
}
.team_txt p {
    font-size: 16px;
}
.our_core_values .col-md-4 {
    display: flex;
}



/* about us end */



/* footer start */
section.footer-section {
    background:#000A06;
}
.newslattersec {
    padding: 70px 0px;
}
.newslatbox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.newsheading {
    width: 100%;
    max-width: 350px;
}
.newssub{
    width: 100%;
    max-width: 540px;
}
/* .newsform form {
    border: 1px solid var(--white);
    padding: 10px;
    border-radius: 32px;
    width: 100%;
    max-width: 550px;
    display: flex;
    gap: 5px;
} */
.newsform form {
    max-width: 550px;
    display: flex
;
    gap:20px;
}


.newsform form:has(.active) #newsinput {
    border: 1px solid var(--green);
}
.newsform form input[type="email"] {
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    border: 1px solid var(--white);
    padding: 10px 20px;
    border-radius: 32px;
}
.newsform form input[type="email"]:focus-visible{
 outline: none;
}
.newsform form input[type="email"]::placeholder{
    font-size: 18px;
    color: #ecececd6;
}
.newsform form input[type="submit"] {
    padding: 10px 20px;
    background: var(--green);
    border: 1px solid var(--green);
    line-height: 1;
    border-radius: 32px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    transition: var(--transition);
}
.newsform form input[type="submit"]:hover{
    background: var(--white);
    color: var(--green);
    border-color: transparent;
}
.menusec
 {
    padding: 50px 0px;
    border-top: 1px solid #7E7E7E;
}
.f-sitelogo {
    width: 100%;
    max-width: 170px;
}
.f-menu ul {
    padding: 0px;
    list-style: none;
    display: flex
;
    column-gap: clamp(15px, 2vw, 30px);
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
}
.f-menu ul a {
    font-size: 16px;
    text-decoration: none;
    color: #7E7E7E;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}
.f-menu ul a:hover,.f-menu ul a.active {
    color: var(--green);
    border-bottom: 1px solid var(--green);
}
.fmenu-sec {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.s-features .itemtetx {
    padding: 0px;
    padding-top: 16px;
}
.s-features .itemimg {
    width: 100%;
    max-width: 60px;
}
.s-features .item-box:hover .itemimg img {
    transform: scale(1);
}
.s-features .item-box {
    padding: 25px;
}

/* product start */
.routing-sec {
    background-color: #00153E;
}
.Inner_section {
    display: flex;
    color: #fff;
    justify-content: center;
    text-align: center;
}



.Inner_section .head-cont {
    display: flex;
    padding: 15px 0;
}

.inner_cont {
    max-width: 800px;
}



.heading_h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    line-height: 52px;
}

.heading_h2 span {
    font-size: 32px;
    color: #1A714F;
}

.vision_mission {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.details-border {
    border: #7F9C90 1px solid;
    margin: 1px 8px;
    padding: 25px;
    background-color: #fff;
    border-radius: 18px;
    color: #000;
    transition: var(--transition);
}
.our_core_values .details-border:hover {
    background: #ECF3F0 !important;
}

.images_section img {
    border-radius: 15px;
}

.Applications_sec {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.details-border h3 {
    font-size:18px;
    font-weight: 600;
}
.details-border p {
    font-size: 14px;
    color: #66716D;
}

/* .Applications_sec {
    background: url(../images/g_img.webp);
} */

.Applications_sec .row .col-4 {
    display: flex;
    padding-top: 10px;
}


.leadership-team h2.subheading.dark {
    color: #fff;
}

.group_teams {
    display: flex;
    justify-content: center;
    gap: 30px;
}



.team_boxes .img-box {
    background-color: #b6cbe2;
    overflow: hidden;
    display: flex;
}

.team_txt {
    padding: 30px 13px;
}


.Applications_sec .col-md-4 {
    display: flex;
}

.map_api_section .api_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;

}

.map_api_section .api_section>div.text_api_box {
    flex: 0 0 2;
    align-items: center;
    max-width:39%;
    display: flex;
}

.map_api_section .api_section>div.img_api_box {
    align-items: center;
    flex: 0 0 2;
    max-width:56%;
}

.map_api_section .api_section img {
    max-width: 100%;
    border-radius: 10px;
    flex: 1 1 45%;
    /* min-height: 400px;
    object-fit: fill; */
}
.text_api_box h2 {
    font-size: clamp(22px, 2vw, 30px);
    color:var(--blue);
    font-weight: 900;
}
.apisech4 {
    font-size: 20px;
    color: var(--blue);
    font-weight: bold;
}


.text_api_box p {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 30px;
}
p.evcharger {
    color: #1A714F;
    font-weight: 800;
    font-size: 18px;
}
.text_api_box p b {
    color: var(--blue);
}

.Routing_section.dark {
    background-color: #00153E;
    padding: 60px 0;
    color: #fff;
}
.routing-sec h2,.routing-sec p{
    color: var(--white);
}


.Routing_section .api_section>div.text_api_box {
    flex: 0 0 40%;
    align-items: center;
    max-width: 40%;
    display: flex;
}

.Routing_section .api_section {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto;
    gap: 100px;
}

.Routing_section .api_section>div.img_api_box {
    align-items: center;
    flex: 0 0 2;
    max-width: 52%;
}

.Routing_section .api_section>div.img_api_box img {
    border-radius: 12px;
}

.verticals-sec .details-border {
    border: #CEFFEB 1px solid;
    padding:30px;
    background-color:#E3F2EC;
    color: var(--white);
    display: flex;
    flex-direction: column;
}
.verticals-sec.mapapi .details-border {
    border: transparent;
    background-color: transparent;
}



.verbox a{
    font-size: 16px;
    color: var(--green);
    display: flex
;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
    text-decoration: none;
    /* line-height: 1.6; */
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    width: fit-content;
    margin-top: auto;
    padding: 30px 0px 5px 0px;

}
.verbox a span {
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}
.verbox a:hover span{
    border-bottom: 1px solid var(--green);
}
.verbox a img{
    max-width: 16px;
    /* filter: brightness(100); */
}
/* product end */


.soluction-hero .carousel-item {
    /* height: 80vh; */
    position: relative;
}

.soluction-hero .carousel-caption .carousel-box {
     padding-top: 0px;
}
.soluction-hero .carousel-caption {
    align-items: center;
    justify-content: flex-start;
    text-align: start;
}
.soluction-hero .carousel-box h1 span {
    color: var(--white);
    font-weight: 900;
}


.product-hero .carousel-caption {
    justify-content: center;
    text-align: center;
}
.product-hero .carousel-box h1 {
    font-size: clamp(26px, 4vw, 46px);}


    p.herotophead {
        font-size: clamp(16px, 2vw, 26px) !important;
        font-weight: 800;
    }

    p.powered-text {
        font-size: 26px !important;
    }


    .img_api_box video{
        border: 2px solid var(--green);
        border-radius: 15px;
        height: 100%;
        min-height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .img_api_box.land-cover video {
        border-color: #000;
    }



    .mob-data > div {
        padding:20px;
        height: 100%;
        color: var(--black);
        font-size:20px;
        border-radius: 10px;
    }
    .mob-data.mobuae > div {
        background:#fff;
    }
    .mob-data.mobind > div {
        background:#875B6B;
    }
    .mob-data.mobtai > div {
        background:#EAB970;
    }
    .mob-data.mobphli > div {
        background:#1F6660;
    }
    .covrage-sec .map-data {
        display: none;
    }
    .about .soluction-hero .carousel-item img {
        object-fit: cover;
        object-position: top;
    }

    .contact .seccovmob .col-md-5 {
        width: 100%;
        max-width: 450px;
        margin-top: 50px !important;
    }

    .header-items .nav-link:has(.activemenu).nav-link > a {
        font-weight: 900;
    }
    .scroll-up .header-items .nav-link:has(.activemenu).nav-link > a {
        border-bottom: 3px solid transparent;
    }
    a.workbtn.border-color-transparent{
        border-color: transparent;
    }

    .covragesec .itemtetx {
        padding: 0px;
        margin-top: 2px;
        padding-top: 8px;
    }
        .covragesec .itemtetx h4 {
            font-size: 12px;
            font-weight: bold;
            color: var(--white);
            margin: 0px;
            line-height: 1.3;
        }

       .covragesec .itemtetx {
            gap: 4px;}
        .covragesec .itemtetx p
 {
    font-size: 11px;
    color: var(--white);
    line-height: 1.5;
    margin: 0px;
    text-align: center;
}
        .covragesec .item-box:hover .itemimg img {
            transform: scale(1);
        }
        .covragesec .item-box {
            background-color:transparent;
        }
        .covragesec .itemimg {
            height:60px;
            border-radius: 6px;
        }
        .covragesec .itemimg img{
            height:100%;
            object-fit: cover;
        }
        .contact section.seccovmob {
            display: none;
        }
        .covragebox {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            gap: 10%;
        }
        /* .covragebox > section {
            width: 50%;
        } */
        .covragesec .item-box {
            background-color: transparent;
            max-width:80px;
            transition: var(--transition);
            border-radius: 0px;
        }
        .covragesec .item-box:hover {
            cursor: pointer;
            transform: scale(1.1);
        }
        .four-itemserv {
            display: grid
        ;
            grid-template-columns: repeat(minmax,(autofit));
            grid-template-columns: repeat(5, 1fr);
            row-gap: 10%;
            column-gap: 3%;
        }
        section.seccovmob.covragesec {
            width: 40%;
            padding-left: 20px;
        }
        .servicebg{
            width: 60%;

        }        
        h3.servichead {
            font-size: 19px;
            color: var(--white);
            margin-bottom: 30px;
        }
        p.servictext {
            font-size: 16px;
            color: #D4D4D4;
            font-style: italic;
            margin-top: 20px;
            width: 85%;
    text-align: justify;
    margin-right: auto;
        }

        .pulsating-circle {
            position: absolute;
            width: 10px;
          height: 10px;
          }
          
          .pulsating-circle::before {
            content: '';
            position: relative;
            display: block;
            width: 300%;
            height: 300%;
            box-sizing: border-box;
            margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color:#ED2938;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          }
          
          .pulsating-circle::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-color:#ED2938;
            border-radius: 15px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        }
          
          @keyframes pulse-ring {
            0% {
              transform: scale(0.33);
            }
            80%,
            100% {
              opacity: 0;
            }
          }
          
          @keyframes pulse-dot {
            0% {
              transform: scale(0.8);
            }
            50% {
              transform: scale(1);
            }
            100% {
              transform: scale(0.8);
            }
          }

          .pulsating-circle.locone{
            left: 27.5%;
            top: 17.5%;
          }
          .pulsating-circle.loctwo {
            top: 35%;
            left: 16.3%;
        }
        .pulsating-circle.locthree {
            top: 41.5%;
            left: 25.5%;
        }
        .pulsating-circle.locfour {
            top: 27.5%;
            left: 60.2%;
        }
        .pulsating-circle.locfive {
            top: 62%;
            left: 18.5%;
        }
        .pulsating-circle.locsix {
            top: 68.5%;
            left: 23%;
        }
        .pulsating-circle.locseven {
            top: 62.7%;
            left: 46.7%;
        }
        .pulsating-circle.loceight {
            top: 75%;
            left: 44%;
        }
        .pulsating-circle.locnine {
            top: 17%;
            left: 7.5%;
        }
        .pulsating-circle.locten {
            left: 21%;
            top: 22.5%;
        }
        .herobtnleft {
            margin-top: 30px;
        }



        /* @@ */

        /* .bar{
            width: 80%;
            margin: 0px auto;
          } */

      .wservesec {
            /* width: 80%; */
            margin-right:auto;
          }


          .fitemcenter {
            width: 98%;
        }
        .itemcomeright {
            transform: translateX(200%);
          }


          .ready-data {
            position: absolute;
            top: 27%;
            /* background: red; */
            left: 34%;
            z-index: 1;
            width:100%;
            animation-name: animate-width;
            -webkit-animation-name: animate-width;
             animation-duration: 2s;
             animation-delay: 1s;
             animation-iteration-count: infinite;
             animation-direction: alternate;



        }
        /* @keyframes animate-width {
            from { width: 0px; }
            to { width:100% }
        } */





        
        .comprehensive {
            position: absolute;
            top: 51%;
            left: 34%;
            z-index: 1;
            width: 100%;
            max-width: fit-content;
        }

        .real-time {
            position: absolute;
            top: 29%;
            left: 17%;
            z-index: 1;
            width: 100%;
            max-width: fit-content;
        }
        .ready-data img{
            width: 25%;
        }

        .cardimg {
            width: 100%;
            min-width: 200px;
        }
        .cardtext {
            width: 100%;
            padding: 40px 24px 40px 24px;
            border: 1px solid var(--green);
    border-radius: 0px 15px 15px 0px;
    border-left: 0px;
        }

        .routingslider .card {
            display: flex;
            flex-direction: row;
        }
        .routingslider .heading-h3 {
            padding: 0px;
            margin: 0px;
            font-size: clamp(16px, 2vw, 20px);}
            .routingslider .cardsubtext p {
                font-size: 14px;
                line-height: 1.5;
            }
            
            .routingslider .cardimg img{
                height: 100%;
                width: 100%;
            }
            .cardsubtext {
                padding-top: 14px;
            }


            .arrowsslider{
                width: 100%;
                display: flex
            ;
                justify-content: space-between;
                margin-top: 0px;
                gap: 20px;
                padding: 0px;
                max-width: 98.5%;
                position: absolute;
                top: 50%;
                transform: translate(0px, -50%);
                left: 7px;
                z-index: -1;
            }
            .arrowsslider .slick-arrow.slick-disabled{
                background: #7E7E7E;
                border-color: #7E7E7E;
                opacity: 0.3;
            }
            .arrowsslider .slick-arrow.slick-disabled i{
                color: #d0d0d0 !important;
            }
            .companyover .slider-nav-wrapper .slick-arrow.slick-disabled, .companyover.accproslider .slider-nav-wrappersol .slick-arrow.slick-disabled {
                background: #7E7E7E;
                border-color: #7E7E7E;
                opacity: 0.3;
            }
            .arrowsslider .slick-arrow{
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: 1px solid var(--white);
                background: #CEFFEB;
                color: var(--green);
            }


            .whaytltsec.carddark .card {
                background: #E3F2EC !important;
            }
            .whaytltsec.cardwhite .card {
                background:var(--white) !important;
            }
            .whaytltsec.cardwhite .card:hover .tltboxtext{
                box-shadow:none;
            }
        


            .carrer .soluction-hero .carousel-caption {
                align-items: center;
                justify-content: center;
                text-align: center;
            }

            .carrer .head-cont.herobtnleft {
                margin: 0px auto;
                margin-top: 20px;
            }
.twocardbox .accproslider {
    max-width: 1050px;}
    .twocardbox .card .tltboxtext {
        padding: 30px;
    }

    .twocardbox .tltboxtext h3.heading-h3 {
        font-size: clamp(18px, 2vw, 26px);
    }
    .twocardbox .tltboxtext p {
        font-size: 17px;}



        .head-cont.head-contmob {
            display: none;
        }



        /* enterprise page start */
.impactmainsec{
    background-color: var(--gray);
}
        .impactsec {
            display: flex
            ;
                gap: 30px;
                flex-wrap: wrap;
                justify-content: center;
        }

       .impactsec .jionbox {
            padding: 40px;
            max-width: 350px;
            background-color: #E3F2EC;
            border: 1px solid #CEFFEB;
            transition: var(--transition);
        }
        .impactsec .jiontext h4 {
            padding-bottom:0px;
            color: var(--blue);
        }

        .impactsec .jionbox .jionimg {
            width: 100%;
            max-width: 80px;
        }

        .impactsec .jionbox:hover {
            background: #E3F2EC !important;
            box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
        }
        .indserv {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 15px;
        }
        .indserv .tltboxtext {
            padding: 20px 16px;
        }
        .indserv .card {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
            transition: var(--transition);
        }
        .indserv .card img{
            transition: var(--transition);
        }
        .indserv .card:hover img{
           transform: scale(1.1);
        }
        .indserv .card:hover{
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        }


        /* Automotive */

        .impactsec.autoimpact {
            display: flex;
            gap: 15px;}
            .impactsec.autoimpact .jionbox .jionimg {
                width: 100%;
                max-width: 60px;
            }
            .autoimpact .jiontext h4 {
                font-size: 16px;
                line-height: 1.3;
            }
            .impactsec.autoimpact .jionbox {
                padding: 40px 20px;
                max-width: 260px;}

                .indserv.auindserv {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 30px;
                    justify-content: center;
                }
                .auindserv .card {
                    width: 100%;
                    max-width: clamp(220px, 29vw, 350px);
                }
                .auindserv .tltboxtext {
                    padding: 30px 40px;
                }
                .auindserv .card {
                    background-color: #E3F2EC;
                }                

                .errorpage .acc-sec{
                    display: none;
                }
                section.forpage {
                    padding: 120px 0px 0px 0px;
                }
                .errorimg {
                    width: 100%;
                    max-width: 80%;
                    margin: 0px auto;
                }
                /* .errorpage header.hader-main {
                    background: rgba(0, 0, 0, 0.7);
                } */

                .errorpage .header-items .nav-link>a {
                    color: var(--green);
                }    
                .errorpage .lightlogo {
                    display: none;
                }            
                .errorpage .darklogo {
                    display:block !important;
                }            
                
                .errorpage .navbar-btn span {
                    background: var(--green);}


                .errorpage.scroll-up header.hader-main {
                    background:var(--white);
                }
                section#whowearesection {
                    overflow: hidden !important;
                }

                .wrapper_body {
                    overflow: hidden !important;}

/* 
                    .solutionsslider .itemboxtext:before {
                        content: "";
                        height: 100%;
                        width: 100%;
                        background: red;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        z-index: 1;
                    } */

                    .tnc .heading-h2 {
                        font-size: clamp(24px, 3vw, 36px);
                    }
                    .tnc .text_api_box h2 {
                        font-size: clamp(20px, 2vw, 24px);
                    }







        @media (min-width:1400px) {

            .about .soluction-hero .carousel-item {
       
                position: relative;
            }

        }
    @media (max-width:1350px) {
/* @@ */
        .accproslider .itemboxtext h3 {
            font-size:18px;
        }
        .accproslider .itembox {
            width: 100%;
            height: 350px;
        }

        .accproslider .itemboxtext {
            padding: 13px 20px 20px;
        }
        /* .bar{
            width: 90%;
            margin: 0px auto;
          } */

      .wservesec {
            /* width: 90%; */
            margin-right:auto;
          }
          .acc-text {
            padding-left:4%;
        }
        .cardtext {
            padding: 20px 15px 20px 15px;}
.cardimg {
    width: 100%;
    max-width: 34%;
    min-width: unset;
}




    }




    @media (max-width:1250px) {


    /* .rouslidersec .arrowsslider {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 0px;
            gap: 22px;
            padding: 0px;
            max-width: 88.5%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
        }
        .accproslider .slick-slider {
            margin: 0px 50px;
        } */
        
    }

@media(max-width:1024px){
    /* .accproslider .slick-slider {
        margin: 0px 100px;
    } */
    .indserv.auindserv {
        gap: 15px;
    }
    .auindserv .tltboxtext {
        padding: 20px;
    }
    .acc-text {
        padding: 20px;}
    .btn-box {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }

    .img_api_box video{
        min-height: 350px;
    }
    .hero-section .carousel-item img {
        object-fit: cover;
    }
    .newsheading {
        max-width: 300px;
    }
    .acc-text {
        gap: 20px;}
        /* Solutions section start */
        .itemboxtext {
            padding: 20px;
            /* transform: translateY(10px); */
        }
        .itemboxtexthide a{
            margin-top: 20px;
        }
        .tab-btns .nav-link {
            padding: 12px 30px;
            font-size: 16px;}
            .tera-text p {
                font-size: 20px;
                color: #4D4D4D;
                line-height: 32px;
            }            
            /* .texalink-sec .tera-img {
                height: 480px;} */

                .fol-img {
                    max-width: 80px;
                }
                .item-box {
                    max-width: 32%;
                }     
                .map_api_section .api_section img {
                    /* min-height:300px;
                    object-fit: fill; */
                }           
                .site-logo {
                    max-width: 150px;}
                    .hader-main .nav-links>ul {
                        gap: 30px;
                    }
                    .covrage-sec {
                        padding-top: 100px;
                    }
                    .mob-data > div {
                        font-size:14px;}
                        .menusec
 {
    padding: 30px 0px;
}

.newslattersec {
    padding:50px 0px;
}
h3.servichead {
    font-size: 16px;
}
p.servictext {
    font-size: 14px;}
    section.seccovmob.covragesec {
        padding-left: 10px;
    }
    .covragebox {
        gap: 6%;
    }
    .covragesec .itemtetx h4 {
        font-size: 10px;}
        .covragesec .itemtetx p {
            font-size: 9px;}


}


@media (max-width: 991px) {

    .contactbox {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .contactformbox {
        width: 100%;
        max-width: 680px;
    }    
    .covrage-sec {
        padding-top: 50px;
        display: flex
;
        justify-content: center;
        align-items: center;
    }

    section.seccovmob.covragesec {
        padding-top: 50px;
    }
    .covragesec .item-box {
        background-color: transparent;
        min-width: fit-content;
        max-width: 100%;
    }  
    .covragebox {
        flex-direction: column;
    }
    section.seccovmob.covragesec {
        width: 80%;
    }    
    .servicebg {
        width: 80%;
    }
    .covragesec .itemimg {
        height: 100px;
    }
    .errorpage .header-items .nav-link>a {
        color: var(--white);
    }
    .covragesec .itemtetx h4 {
        font-size: 12px;
    }

    .errorpage.mg-menu .navbar-btn span {
        background: var(--white);
    }

    .errorpage.scroll-up.mg-menu header.hader-main {
        background: var(--green);
    }
    .cardtext {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .images_section {
        width: 100%;
        max-width:150px;
    }


    .header-items .nav-link>a:has(i):before {
        width:100%;
    }
    .menu-subhed {
        color: var(--white);
        padding-top: 20px;
    }

    .img_api_box video{
        min-height: 300px;
    }
    .jionbox .jionimg {
        width: 100%;
        max-width: 50px;
    }
    .jionbox {
        padding: 20px 20px;
        max-width: 49%;
    }
    /* .accproslider .slick-list {
        padding-right: 10% !important;
    } */
    .accproslider {
        /* width: 100%; */
        /* max-width: 1350px; */
        /* max-width: 90%; */
    }

    .dropdown-link i {
        display: none;
    }
    .header-sec li.dropdown-link {
        position: unset;
    }
    .hamburger-menu-container {
        display: flex;
    }
    .nav-links {
        display: none;
    }
    .head-cont {
        margin-right: 20px;
        display: none;
    }
    .head-cont.herobtn {
        display: block;
    }
    .head-cont.homeherobtn {
        display: block;
        margin: 0px auto;
        margin-top: 16px !important; 
    }
    .head-cont a.workbtn {
        font-size: 16px;
      
        padding: 10px 20px;}
    .header-sec {
        display: flex;
    }
    .header-items {
        padding: 14px 0px;
    }
    .site-logo {
        width: 100%;
        max-width: 180px;}
        .head-cont a.workbtn {
            gap: 10px;
            font-size: 15px;
        }
        .scroll-up .header-items {
            padding: 15px 0px;
        }
    
    .menu-backbtn {
        display: block;
        padding: 10px 20px;
        line-height: 1;
        color: var(--white);
        text-decoration: none;
    }
    .hader-main .nav-link .dropdown-link a {
        line-height: 1;
        color: var(--white);
        text-decoration: none;
        padding: 20px 40px !important;
        border-bottom: 1px solid #cccccc30;
        font-weight: 500;
    }
    .header-items .dropdown-link:hover>a {
        color: var(--white);
        background-color: transparent;
    }
    .header-items .dropdown-link a.active{
        color: var(--white);
        background-color: transparent;
        border-color: var(--white) !important;
    }

    .hader-main .nav-link:has(.active).nav-link > a{
        color: var(--white);
        background-color: transparent;
        border-color: var(--white) !important;
    }
    .hader-main .dropdown-link:has(.active).dropdown-link > a{
        color: var(--white);
        background-color: transparent;
        border-color: var(--green) !important;
    }
    .nav-links {
        flex: initial;
        width: 100%;
    }
    .nav-links>ul {
        flex-direction: column;
    }
    .header-items .arrow {
        display: none;
    }
    .hader-main ul.dropdown-menu.doropdownlevalone {
        position: absolute;
        top: 70px;
        transition: all 0.4s;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
        border-radius: 8px;
        opacity: 0;
        padding: 20px 0px;
        transition: all ease 0.3s;
        min-width: 200px !important;
    }
    .hader-main.activenav ul.dropdown-menu.doropdownlevalone {
        top: 85px;
    }
    .hader-main li.nav-item.dropdown:hover ul.dropdown-menu.doropdownlevalone {
        opacity: 1;
        transition: all ease 0.3s;
        border: none;
        overflow: auto;
        display: block;
    }
    .hader-main li.nav-item.dropdown,
    ul.dropdown-menu.doropdownlevalone {
        transition: all ease 0.5s
    }
    .header-items .dropdown ul {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .locate-itembox .two-box:hover .image-box img {
        transform: scale(1);
    }
    .lodetab-sec-mob {
        display: block;
    }
    .lodetab-sec {
        display: none;
    }
    .dropdown.second {
        padding: 0;
    }
    .header-nav-sec {
        gap: 0px;
        padding: 40px 0px;
    }
    .header-nav-sec a.nav-link {
        padding: 10px 20px !important;
    }
    .header-nav-sec li.nav-item {
        border-bottom: 1px solid #cccccc45;
    }
    .header-nav-sec a.nav-link:before {
        display: none;
    }
    .mobilemenu {
        background: var(--green);
    }
    .mlauto {
        margin-left: unset;
    }
    header.hader-main .navbar {
        position: relative;
    }
    .mobilemenu {
        background: var(--green);
        transform: translate3d(200%, 0px, 0px);
        position: fixed;
        display: block !important;
        top:50px;
        width: 100%;
        right: 0px;
        transition: all ease 0.6s;
        max-width: 500px;
        height: 100vh;
        padding: 0px 0px;
        border-top: 1px solid #a3a3a32e;
    }
    body.mg-menu {
        overflow: hidden;
    }
        .mg-menu header.hader-main {
        background-color:var(--green);
    }

    



    .hader-main .nav-links>ul {
        align-items: start;
    }
    .hader-main .nav-links>ul,
    .hader-main .nav-link {
        width: 100%;
    }
    .mobilemenu.active {
        transform: translate3d(0%, 0px, 0px);
    }
    .scroll-up .mobilemenu{
        top: 57px;
    }
    .mobilemenu {
        top: 55px;
    }



    .header-items .nav-link>a {
        padding: 18px 24px !important;
        color: var(--white);
        position: relative;
        transition: var(--transition);
        border-bottom: 2px solid transparent;
        text-decoration: none;
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #cccccc30;
        font-weight: 500;
    }
    .header-items .nav-link>a.active{
        color: var(--white);
        border-color: var(--white);
    }

    .header-items .nav-link:hover>a {
        color: var(--white);
    }
    .hader-main .nav-links>ul {
        gap: 0px;
    }
    .header-items .dropdown {
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 0px;
        background: var(--green);
        z-index: 1;
        padding: 0px 0px;
        transform: translate(200%, 10px) !important;
        width: 100%;
    }
    .hader-main .nav-link {
        position: unset;
        padding: 0px;
    }
    .header-items .dropdown.active {
        transform: translate(0px, 0px) !important;
    }
    .menu-backbtn,
    .menu-backbtntwo {
        display: flex;
        gap: 10px;
        font-size: 16px;
        line-height: 1;
        color:var(--white);
        text-decoration: none;
        padding: 20px 15px !important;
        border-bottom: 1px solid #cccccc30;
        font-weight:600;
        position: sticky;
        top: 0px;
        z-index: 1;
        background: var(--green);
    }
    .header-items .dropdown.second.active {
        top: 0;
        left: 0;
        padding-left: 0px;
        cursor: pointer;
        transform: translateX(10px);
    }
    .dropdown-link i {
        transform: rotate(0deg);
    }
    .head-cont.mobactive {
        display: flex;
        width: fit-content;
        margin: 30px auto;
    }
    .header-items .nav-link>a>i {
        margin-left: 7px;
        transform: rotate(-180deg);
    }
    .fa-angle-down {

        --fa: "\f060";
    }
    .header-items .nav-link>a:hover
 {
    color: var(--white);
}
    .dropdown-link i {
        transform: rotate(-90deg);
    }
    .dropdown.second.active .fa-arrow-left {
        transform: rotate(0deg);
    }
    .header-items .dropdown{
        box-shadow:none;
    }

    .jobbtext {
        max-width: 70%;
    }
    .jobbox .btn-box {
        flex-direction: column;
    }
    .contactus {
        padding-top: 100px;
    }
    .icon_section,.vision_mission .icon_section  {
        width: 60px;
    }
    .heading_h2
     {
        font-size: 26px;

        line-height: 40px;
    }
    /* .coverage .openrolesec {
        margin-top:120px;
    } */
    .scroll-up .header-items .nav-link > a:hover {
        color: var(--white);
        border-bottom: 1px solid #cccccc30;
      }
      .scroll-up .header-items .nav-link:has(.activemenu).nav-link > a {
        border-bottom: 1px solid var(--white);
    }
    .header-items .nav-link:has(.activemenu).nav-link > a {
        font-weight: 900;
        border-bottom: 1px solid var(--white);
    }
    .header-items .nav-link .dropdown a.activemenu {
        border-bottom: 1px solid var(--white) !important;
        font-weight: 900;
    }
    .header-items .nav-link:has(.activemenu).nav-link > a:before,  .header-items .nav-link > a:hover::before {
        background: transparent;
    }
    .head-cont.herobtnleft {
        display: block;
    }

    .head-cont.head-contmob {
        display: block;
        margin: 0px auto;
        margin-top: 24px;
    }
    .impactsec.autoimpact .jionbox {
        max-width: 48%;
    }
}


@media(max-width:768px){

    .img_api_box video{
        min-height:250px;
    }

    .icon_section img {
        max-height: 90%;
    }
    .subheading,
    .heading_h2 {
        font-size: 20px;
        font-weight:bold;
        line-height: 36px;
    }
    .heading_h2 span {
        font-size: 24px;
    }
    .details-border h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .group_teams {
        flex-wrap: wrap;
    }
    .group_teams>.team_boxes {
        flex: 0 0 1;
        max-width: 100%
    }

}



@media(max-width:767px){
    .indserv.auindserv {
        gap: 15px;
        flex-wrap: wrap;
    }
    .auindserv .card {
        width: 100%;
        max-width: 100%;
    }
    .impactsec.autoimpact .jionbox {
        padding: 40px 20px;
        max-width: 100%;
    }
    .impactsec.autoimpact .jionbox .jionimg {
        width: 100%;
        max-width: 50px;
    }
    .routingslider .card {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--green);
    }

    .cardimg {
        width: 100%;
        max-width: 100%;
        height:250px;
    }
    .routingslider .cardsubtext p {
        margin-bottom: 0px;
    }

        .cardtext {
border: none;
        }
        .routingslider .cardimg img {
            object-fit: cover;
            object-position: center;
        }

        .arrowsslider {
            position: relative;
            top: unset;
            transform: unset;
            left: unset;
            margin-top: 30px;
            justify-content: center;
        }



    .real-time, .ready-data, .comprehensive{
        display: none;
    }

    /* .hwmin-100 {
        min-height: fit-content;
    } */

    .head-cont.herobtnleft {
        display: block;
        margin: 0px auto;
        margin-top: 16px;
    }
    
    
    .itemboxtexthide p {
        color: var(--black);}
        .itemboxtexthide a {
            font-size: 16px;
            color: var(--green);}

      /* .bar, .wservesec {
        width:100%;
      } */

      .itembox:hover .itemboxtext {
        background-color: var(--white);
    }
    .itembox:hover .itemboxtext h3 {
        color: var(--blue);
    }
    .itemboxtexthide a img {
        filter: unset;
    }
    .accproslider .itembox {
        height: 450px;
    }
    .accproslider .itemboxtexthide a:hover {
        color: var(--green);}
        .accproslider .itemboxtexthide a:hover img {
            filter: unset;
        }
        .itemboxtexthide a:hover span {
            border-bottom: 1px solid var(--green);
        }
        .accproslider .itemboxtext {
            padding: 20px;
        }







    .accproslider .slider-nav-wrapper, .accproslider .slider-nav-wrappersol {

        position: relative;
        top: unset;
        transform: unset;
        left: unset;
        margin-top: 30px;
    }

    .accproslider {
        padding: 0px 0px;}


    .covragesec .itemimg {
        height: fit-content;
        min-height:62px;
    }
    .covragesec .four-item {
        row-gap: 15px !important;
        column-gap: 10px !important;
    }
    .covragesec .item-box {
        max-width: 22% !important;
    }
    .covragesec .itemtetx h4 {
        font-size: 10px;
        font-weight: 900;
    }
        .covragesec .itemtetx {
            padding: 8px;}


    .home .carousel-box {
        padding-bottom:40px;
    }
    .head-cont {
        margin-right:0px;
    }
    .head-cont.herobtn {
        margin: 0px auto;
        margin-top: 16px !important;
    }
    .Applications_sec p br {
        display: none;
    }
    .hader-main .navbar-toggler {
        padding: 0px;
    }
    .scroll-up .header-items {
        padding: 8px 0px;
    }

    .header-items {
        gap:6px;}

        .header-sec {
            display: flex
    ;
            justify-content: space-between;
            gap: 16px;
            padding: 6px 0px;
        }

    .btn-box img,.head-cont img{
        width: 100%;
        max-width: 13px;
    }
    .head-cont a.workbtn {
        padding: 12px 24px;
    }
    .site-logo {
        width: 100%;
        max-width: 140px;
    }
    .scroll-up .mobilemenu {
        top:47px;
    }
    .mobilemenu {
        top:58px;}

    .contact .seccovmob .col-md-5 {
        margin-top: 10px !important;
    }
    .contimg {
        width: 100%;
        max-width: 680px;
        margin: 0px auto;
    }

    /* .accproslider .slick-list {
        padding-right: 6% !important;
    } */
    .map_api_section .api_section img {
        min-height: unset;
        object-fit: unset;
    } 

    .Inner_section {
        display: flex;
        color: #fff;
        text-align: center;
    }

    .icon_section,.vision_mission .icon_section{
        width: 50px;
    }

    .item-box {
        

        max-width: 48%;}
        .four-item {
            row-gap: 15px;
        }

/* header start */


.jionbox {
    gap: 20px;}
    .jionbox {
        max-width: 100%;
    }

.jiontext h4 {
    padding-bottom: 10px;}
/* header end */




    .btn-box a {
        gap: 10px;
        font-size: 15px;
        min-width:200px;
    }
    .btn-box {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: start;
    }
    .achieve-sec .btn-box {
        justify-content: center;
    }
    .acc-img {
        width: 100%;
        max-width:300px;
    }
    .achieve-sec {
        gap: 20px;
        flex-direction: column-reverse;
        padding:0px 0px;
    }
    .acc-text {
        max-width: 100%;
        padding-left: 0px;
        align-items: center;
    }
    .acched h4 {
        text-align: center;
    }



    /* soluction section start */

    .tabitembox {
        flex-direction: column;
        gap: 20px;
    }
    .tabitembox {
        border: none;
        border-radius: 0px;
        overflow: hidden;
    }
    .itembox {
        height: 400px;
        width: 100%;
    }
    .itemboxtext {
        padding: 30px 15px;
        transform: translateY(0px);
        bottom: 0px;
        height: 54%;
        max-width: 100%;

    }
    .tabitembox .itemboxtext {
        bottom: 0%;
        min-height: fit-content;
        height: unset;
        min-height: unset;
    }

    .S-features .itemimg {
        width: 100%;
        max-width: 60px;
    }


    /* .tabitembox .itemboxtext {
       
    } */
    .border-right {
   border: none;
    }
    .tabitembox .itembox {
        border: 1px solid var(--white);
        border-radius: 15px;
    }
    .itemboxtexthide {
        padding-top: 10px;
        opacity: 1;
        height: 100%;
    }
    .itemboxtexthide p {
        line-height: 22px;
    }
    .itemboxtexthide a {
        margin-top: 10px;
        width: 100% !important;
        padding-top: 0px;
    }
    .itembox:hover .itemimg{
        transform: unset;
    
    }
    /* soluction section end */




    /* footer start */
    .fmenu-sec {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .f-menu ul a {
        font-size: 14px;}
        .f-sitelogo {
            width: 100%;
            max-width: 150px;
        }
        .newslattersec {
            padding:30px 0px;
        }
        .newslatbox {
            flex-direction: column;
        }
        .newsheading {
            max-width: 100%;
            text-align: center;
            max-width: 80%;
        }
        .newsform form input[type="email"] {
            padding-left:20px;
            font-size: 14px;
        }

            .newsform form input[type="email"]::placeholder,.newsform form input[type="submit"]{
                font-size: 14px;
            }
            .newsform form {
                padding:0px;
                gap: 10px;
                /* flex-direction: column; */
            }
            .newsform form input[type="submit"] {
                width: fit-content;
                margin: 0px auto;
            }
                .tab-btns .nav {
                    gap: 10px;}
                    .tab-btns .nav-link {
                        padding: 10px 14px;
                        font-size: 14px;
                        font-weight: 500;
                    }
                    .mob-pb-0 {
                        padding-bottom: 0px;
                    }
                    .itembox:before{
                        opacity: 1;
                    }
                    .itemboxtexthide br{
                        display: none;
                    }
                   .hero-section .carousel-box p {
                        font-size: 16px;
                    }
                    .hero-section .carousel-caption .carousel-box {
                        padding-top: 0px;
                        width: 100%;
                        max-width: 90%;
                        padding-bottom: 30px;

                    }
                    /* .hero-section .carousel-item {
                        height: 400px;
                    } */
                    .hero-section .carousel-caption {
                        align-items: center;
                        justify-content: center;
                        padding: 58px 0px 0 0px;}

                        .hero-section .carousel-item img {
                            object-fit: cover;
                        }

                        /* .texalk-sec {
                            margin-top: -20px;
                        } */

                        .carousel-box p br{
                            display: none;
                        }
                        .texalink-sec {
                            gap: 20px;
                            flex-direction: column-reverse;
                            padding: 40px 0px;
                        }
                        .texalink-sec .tera-text,.texalink-sec .tera-img {
                            width: 100%;
                            max-width: 100%;
                            padding-left: 0px;
                        }
                        .texalink-sec .tera-img {
                            height: fit-content;
                            width:70%;
                            order: 1;
                        }
                        .itembox.prodcutimg .itemimg {
                            transform:unset;
                        }
                        .itembox.imgtop .itemimg {
                            transform: translate(0px, -16%);
                        }
                        .tera-text p {
                            font-size: 16px;
                            line-height: 24px;
                            text-align: center;
                            margin: 0px;
                        }
                        .accproslider .slick-list {
                      
                            padding-right: -50px !important;
                        }
                        .accproslider {
        
                            /* max-width: 98%; */
                            margin-top: 0px;
                        }
                        .accproslider .slider-nav-wrapper,.accproslider .slider-nav-wrappersol{
                            /* padding-right: 6%; */
                            justify-content: center;

                        }
                        .accproslider .itemboxtext {
                            transform: translateY(0px);
                        }
                        .soluction-sec,.accprosrction{
                            padding-top: 60px;
                        }
                        /* .itembox:hover .itemboxtext{
    bottom: -0%;
    height: fit-content;
    min-height: fit-content;} */
            /* .accproslider .itembox:hover .itemboxtext{
                bottom: 0px;
                height: 50%;
                min-height: unset;
            } */
    .career-hero .carousel-box p {
        font-size: 16px;
    }
    .fol-text p {
        font-size: 16px;}
        .fol-img {
            max-width: 50px;
        }

        .jobbox {
            padding: 30px 20px;
            align-items: self-start;
            flex-direction: column;
        }
        .jobbtext {
            max-width: 100%;
        }    .jobbox .btn-box {
            flex-direction: row;
        }
        .carreformbox {
            padding: 30px 20px;
        }
            .login-form button[type=submit]{
                margin: 0px auto;
                margin-top: 40px;
            }
            .carreformbox h3 {
                margin-top:0px;
            }
            .jobbtext h4 {
                font-size: 20px;}
                .contactbox {
                    flex-direction: column-reverse;
                    gap: 20px;
                }
                
                .contactformbox {
                    max-width: 100%;
                    margin-top: 0px;
                    margin-bottom:30px;
                    padding: 40px 15px;
                }

                    .hero-section .carousel-item:before {
                        display: block;
                    }
                    .item-box:hover .itemimg img{
                        transform: scale(1);
                    }
                    .itemtetx {
                        padding-top:unset;
                        padding: 20px 15px;
                   
                    }
                    .map-cercel {
                        position: absolute;
                        height: 12px;
                        width: 12px;}
                        .team_boxes .team_txt h3 {
                            font-size: 22px;}

                            /* .soluction-hero .carousel-item {
                                height: 450px;
                            } */
                            .soluction-hero .carousel-caption {
                                align-items: center;
                                justify-content: center;
                                text-align: center;
                            }
                            .soluction-hero .carousel-item img ,.about .soluction-hero .carousel-item img{
                              
                                object-position:80% 0px;
                            }
                            .text_api_box h2 {
                                font-size: 22px;}

                                .col-resrve{
                                    flex-direction: column-reverse;
                                }
                                .flex-col{
                                    flex-direction: column;
                                }
                                .map_api_section .api_section {
                                    gap: 20px;
                                }
                                .map_api_section .api_section>div.img_api_box,.map_api_section .api_section>div.text_api_box {
                                    max-width: 100%;
                                }
                                .text_api_box p {
                                    line-height: 24px;
                                    font-size: 14px;
                                }
                                .vision_mission p {
                                    font-size: 16px;
                                }
                                .vision_mission p span {
                            
                                    font-size: 18px;
                                }
                                .s-features .itemimg {
                                    max-width: 50px;
                                }
                                .map-data {
                                    bottom: 16px;
                                    padding: 6px;
                                    font-size: 10px;
                                    min-width: 100px;}
                                    .map-data ul {
                                        padding-left: 16px;
                                    }
                                    .serviceimg {
                                        margin-bottom: 30px;
                                        max-width: 350px;
                                    }
                              
                                    p.powered-text {
                                        font-size: 18px !important;
                                    }
                                    .verticals-sec .details-border {
                                        padding: 30px 20px;
                                    }   
                                    .mapapi .details-border {
                                        padding: 10px 10px;
                                    }     
                                    .map-cercel:hover .map-data {
                                        opacity: 0;
                                        height: 0px;
                                        display: none;
                                    }
                                    
.map-cercel:hover {
    overflow: hidden;
    animation: revert-layer;
    animation: pulser 1.5s ease infinite;
}



/* .seccovmob{
 display: block;
} */

.contimg .uae {
    border-color: #252E64;
}
.contimg .ind {
    border-color: #875B6B;
}
.contimg .tai {
    border-color: #EAB970;
}
.contimg .phli {
    border-color: #1F6660;
}
.contactus .serviceimg {
    margin-bottom: 20px;
}
/* .coverage .openrolesec {
    margin-top: 90px;
} */
.product-hero .carousel-box h1 br,.soluction-hero .carousel-box h1 br,.hero-section .carousel-box h1 br {
    display: none;
}
.hero-section .carousel-caption .carousel-box {
    gap: 15px;
}
.rolehding {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
}
/* .webimg{
    display: none;
} */
.mobimg{
    display:block;
}
.mob-data > div {
    font-size:14px;}
    /* .seccovmob{
        display: none;
       } */
       .covrage-sec .seccovmob {
        display: block;
        /* margin-top:30px; */
    }
    .mob-data > div {
        padding:14px 10px;}
        .covragebox {

            flex-direction: column;
   
        }
        .covragebox > section {
            width: 100%;
        }
        .covragesec .item-box:hover {
            cursor: pointer;
            transform: scale(1);
        }
        .pulsating-circle {
            position: absolute;
            width: 8px;
            height: 8px;
        }

        /* .pulsating-circle.locfour {
            top: 26.5%;
            left: 59.5%;
        }
        .pulsating-circle.locone {
            left: 26.5%;
            top: 17.5%;
        }
        .pulsating-circle.locthree {
            top: 41%;
            left: 25%;
        }
        .pulsating-circle.locfive {
            top: 62%;
            left: 18%;
        } */


        .slick-track {
            display: flex
        ;
            /* gap: 5px; */
        }
        .sec-heading {
            padding-bottom:30px;
        }
        .slider-nav-wrapper .slick-arrow, .accproslider .slider-nav-wrappersol .slick-arrow {
            width: 40px;
            height: 40px;}


            .accproslider .card {
                /* width:60% !important; */
                width:100% !important;
            }
            .acched br {
                display: none;
            }
            .apisech4 {
                font-size: 16px;}
                p.evcharger {
                    font-size: 15px;
                }
                .bg-gray.bg-active:before {
                    transition: all ease 1s;
                }
                .accproslider .slick-slider {
                    margin: 0px 0px;
                    overflow: hidden !important;
                }
                .subtext br{
                    display: none;
                }
                .maxwidth90{
                    width: 100%;
                    max-width:100% !important;
                }
                section.seccovmob.covragesec {
                    width: 100%;
                    padding-left: 0px;
                }
                .covragesec .item-box {
                    max-width: 100% !important;
                }
                .four-itemserv {
                    padding: 0px 15px !important;
                }
                .covragesec .itemimg {
                    min-height: 46px;
                }
                p.servictext {
                    font-size: 13px;
                    text-align: center;
                    width: 100%;
                }
                h3.servichead {
                    font-size: 16px;
                    text-align: center;
                }
                .accslider .itembox .itemimg {
                    padding-bottom: 130px;}
                    .accslider .itemboxtext {
                        height: 47%;
                    }     

                    .accslider .itembox:hover .itemboxtext{
                        height: 47%;
                    }
                    .solutionsslider .itemboxtext {

                        height: 40%;}      
                        .solutionsslider .itembox:hover .itemboxtext{
                            height: 40%;
                        }

                        .solutionsslider .itembox .itemimg {
                        
                            padding-bottom: 90px;
                            transform: translate(0px, -11%);
                        }     
                        .solutionsslider .adascard .itembox .itemimg {
                            padding-bottom: 90px;
                            transform: translate(0px, 0%);
                        }
                        .ctacarrer .acched p {
                            text-align: center;
                        }
                        .ctacarrer .acched {
                            padding: 0px 15px;
                        }
                        .car-follow {
                            width: 100%;
        
                            padding: 30px 15px;
                        }

                        .brnone br,.fitemcenter br{
display: none;
                        }
                        .images_section {
                            width: 100%;
                            max-width: 200px;
                            margin: 0px auto;
                        }


                        .serchapisec .details-border h3,.serchapisec .details-border p {
                            text-align: center;
                        }
                        .mapapi .details-border {
                            padding: 10px 10px;
                            text-align: center;
                        }
                        .mapapi .icon_section{
                            margin: 0px auto;
                        }
                        .twocardbox .card .tltboxtext {
                            padding: 16px;
                        }
                        .twocardbox .tltboxtext p {
                            font-size: 16px;
                        }

                        .impactsec .jionbox {
                            padding:40px 20px;
                            max-width:100%;}
                            .impactsec .jionbox .jionimg {
                                width: 100%;
                                max-width: 50px;
                            }
                            .indserv .tltboxtext {
                                padding: 30px 16px;
                            }
                            .jionbox {
                                padding: 40px 20px;
                
                            }



                            .carrer .btn-box a {
                 
                                min-width: 250px;
                            }
                            .details-border {
                                padding: 30px 20px;}

                            .impactsec .jiontext h4 {
                                font-size: 16px;}
                                section.forpage {
                                    padding: 100px 0px 0px 0px;
                                }
                                section.seccovmob.covragesec {
                                    padding-top:30px;
                                }
                                .covragesec .item-box {
                  
                                    min-width: 22%;}


}



@media(max-width:500px){
    .item-box {
        max-width: 100%;
    }
    
    .covragesec .item-box {
        max-width: 47%;
    }
    .four-item {
        row-gap: 20px;
    }

    .itemimg {
        overflow: hidden;
        height: 250px;
    }
    .itemimg img{
        height: 100%;
        object-fit: cover;
    }
    .s-features .itemimg {
        height: fit-content;
    }


}








