
/*** Spinner Start ***/

body{
    font-family: 'SF Pro Display';
    font-weight: 500;
    background: #f5f5f5;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'SF Pro Display';
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

p{
     margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'SF Pro Display';
    font-weight: 500;
    line-height: 1.8;
    color: #000; 
}

a:hover {
    color: #3d3e46;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Regular.woff2') format('woff2'),
        url('../font/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

.ft-size-20{
    font-size: 20px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
    background: #000 !important;
    border: #000 !important;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 30px 0;
    color: #3d3e47;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-gray-dark);
}

.navbar-light .navbar-brand img {
/*    max-height: 60px;*/
    transition: .5s;
/*    background: #fff;*/
/*    padding: 8px;*/
}

.navbar-light .navbar-brand .tag-logo{
    height: auto;
    position: absolute;
    top: -34px;
    left: 325px;
    max-height: 120px;
    width: 70px;
}

.sticky-top .tag-logo {
    height: auto;
    position: absolute;
    top: 0!important;
    left: 300px!important;
    max-height: 68px !important;
    width: 40px!important;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}
.header-wrap{
    position: relative;
    top:0;
    width:100%;
}

.top-nav {
    position: relative;
    z-index: 9;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    border-bottom: 1px dotted #3d3e47;
}

.top-nav .btn-md-square {
    width: 26px;
    height: 26px;
    border-radius: 10px !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: relative;
        width: 100%;
/*        top: 0;*/
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #3d3e47;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

        #ddn-menu {
        position: absolute;
        top: 100%;
        right: 75px;
        background: #000;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
       }

        #ddn-menu a {
        color: #fff;
        padding-block: 7px;
        border-bottom: 1px solid #fff;
        margin-right: 0;
       }

       #ddn-menu a:last-child {
        border-bottom: 0px solid #fff;
       }

    /*.navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }*/

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
/*    border-top-right-radius: 50px;*/
    border-bottom-left-radius: 0;
/*    border-bottom-right-radius: 50px;*/

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
/*    border-top-left-radius: 50px;*/
    border-top-right-radius: 0;
/*    border-bottom-left-radius: 50px;*/
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
/*    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));*/
    background-size: cover;
    background: transparent;
/*    background: #00000047;*/
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
/*    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));*/
    background-size: cover;
    background: transparent;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content h1{
text-shadow: #000 1px 0 10px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 400px;
        margin-top: 0px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 400px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.breadcrumb-item a{
    text-shadow: #000 1px 0 10px;
    color:#fff;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
    text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
    text-shadow: #000 1px 0 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    text-shadow: #000 1px 0 10px;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-about {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/about-us/about-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-about h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-about .breadcrumb {
    position: relative;
}


.bg-breadcrumb-about .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}



.awards-wrap .swiper-button-next, .awards-wrap .swiper-button-prev{
    top: 33%;
    padding: 9px 17px;
    background: var(--bs-primary);
    transition: 0.5s;
    color: #fff;
    border: 1px solid #ccc;
}
.mySwiper-digital .swiper-button-next,  .mySwiper-digital .swiper-button-prev{
    top: 50%;
    padding: 9px 17px;
    background: var(--bs-primary);
    transition: 0.5s;
    color: #fff;
    border: 1px solid #ccc;
}
.mySwiper-digital .swiper-button-prev{left:12%;}
.awards-wrap .swiper-button-next:after, .awards-wrap .swiper-button-prev:after, .mySwiper-digital .swiper-button-prev:after, .mySwiper-digital .swiper-button-next:after {
    font-size:16px;
}

.awards-wrap .swiper-button-next:hover, .awards-wrap .swiper-button-prev:hover, .mySwiper-digital .swiper-button-prev:hover, .mySwiper-digital .swiper-button-next:hover {
    box-shadow: inset 400px 0 0 0 #fff;
    color: #000;
    border: 0;
}
.fas.fa-phone.me-2{transform: rotate(90deg);}

.carousel .carousel-inner .carousel-item .bgcolor{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5))!important;
    padding: 12px 20px 20px;
}
@media (max-width: 992px) {
    .bg-breadcrumb-about {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-global {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/global/global-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-global h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-global .breadcrumb {
    position: relative;
}

.bg-breadcrumb-global .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-global {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-product {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/product/product-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-product h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-product .breadcrumb {
    position: relative;
}

.bg-breadcrumb-product .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-product {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-integrated {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/integrated-solution/integrated-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-integrated h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-integrated .breadcrumb {
    position: relative;
}

.bg-breadcrumb-integrated .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-integrated {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-resource {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/resources/resources-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-resource h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-resource .breadcrumb {
    position: relative;
}

.bg-breadcrumb-resource .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-resource {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-career {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/career/career-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-career h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-career .breadcrumb {
    position: relative;
}

.bg-breadcrumb-career .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-career {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/contact/contact-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-contact h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-contact .breadcrumb {
    position: relative;
}

.bg-breadcrumb-contact .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-contact {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb-news {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(193 195 199 / 0%), rgb(113 115 118 / 0%)), url(../images/news-event/news-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    transition: 0.5s;
}

.bg-breadcrumb-news h4{
   text-shadow: #000 1px 0 10px;
}

.bg-breadcrumb-news .breadcrumb {
    position: relative;
}

.bg-breadcrumb-news .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb-news {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    width:90%;
}

/*.about .about-img::before {
    content: '';
    position: absolute;
    background: var(--bs-primary);
    width: 20%;
    height: 75%;
    top: 10%;
    z-index: -9;
    right: -9%;
}*/

.net-zero-image{
    position: relative;
    width:90%;
    margin-left: auto;
}

.mySwiper-india-award{
position: relative;
 padding:35px 0px;
}

.mySwiper-india-award .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000;
}

.mySwiper-digital{
    padding:35px 0px;
}

.mySwiper-digital .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000;
}

/*.net-zero-image::before {
    content: '';
    position: absolute;
    background: var(--bs-primary);
    width: 20%;
    height: 75%;
    top: 12%;
    z-index: -9;
    left: -7%;
}*/

.net-zero-home img{
    position: relative;
    width:100%;
    margin-left: auto;
}

/*.net-zero-home::before {
    content: '';
    position: absolute;
    background: var(--bs-primary);
    width: 20%;
    height: 75%;
    top: 12%;
    z-index: -9;
    left: -7%;
}*/

.india-project img{
    object-fit: contain;
    height: 700px;
}

.global-map {
    position: relative;
    width: 100%;
    height: 600px;
}
#map { position: absolute; top: 0; bottom: 0; width: 100%; height:600px; }

.mapboxgl-ctrl-logo{
    display:none!important;
}
.mapboxgl-ctrl-attrib-inner{
    display: none;
}
/*.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}*/

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: 183px;
    background: #fff;
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
/*    border-radius: 10px;*/
    background: #3d3e46;
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
    line-height: 1.5;
}

.service-item:hover .service-content a:hover {
    color: #fff;
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item:hover .service-content a {
    color: var(--bs-white);

}

.service-item .service-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: 0px 0px 0px 2px;
}

.service-item .service-btn i {
    transition: 0.5s;
    font-size: 27px;
    color:#000!important;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
/*    transform: rotate(360deg);*/
transform: scale(1.5);
    color: #3d3e46 !important;
}


.business-area .service-item .service-btn img {
    transition: 0.5s;
    width:27px;
    height:27px;
}

.business-area .service-item:hover .service-btn {
    background: var(--bs-white);
}

.business-area .service-item:hover .service-btn img {
/*    transform: rotate(360deg);*/
transform: scale(1.5);
    width:27px;
    height:27px;
    color: #3d3e46 !important;
}

.business-area .service-item .service-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background: none;
    box-shadow: 0px 0px 0px 2px;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(146 146 151 / 48%), rgb(98 98 98)), url(../images/02.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 70%;
}

.racing-widgets-item img{
    height:400px;
    object-fit: cover;
    transition: 0.3s;
}

.widget-title{
    opacity:0;
    transition: 0.3s;
    position: absolute;
}

.racing-widgets-item{
    position: relative;
    transition: 0.5s;
}

.racing-widgets-item:hover .widget-title{
position: absolute;
top:90%;
left:0;
background: #3d3e46;
padding:15px 20px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
opacity:1;
color:#fff;
transition: 0.5s;
gap:50px;
}

.widget-title h5, .widget-title a{
color:#fff;
margin:0;
}

.widget-title a i{
    font-size: 25px;
}

.footer-item .footer-logo {
    width: 200px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.footer hr:not([size]) {
    height: 1px;
    color: #fff;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: #fff;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
   border-radius:5px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}

.mySwiper-blogs {
    padding: 0px 0px 50px 0px;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
/*    background: var(--bs-white);*/
/*    border: 1px solid var(--bs-primary);*/
/*    border-radius: 5px;*/
}

.team-item .bg-light{
    background: #fff!important;
}

.team-title{
    min-height: 100px;
    padding:10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
/*.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}*/

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team-share .btn-secondary {
    color: #fff;
    background-color: #3d3e46;
    border-color: #3d3e46;
    border-radius: 0;
}

.team-icon .btn-secondary {
    color: #fff;
    background-color: #3d3e46;
    border-color: #3d3e46;
    border-radius: 0;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   background: rgb(109 109 109 / 31%);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: 0px; 
}

.team-title h4{
    text-transform: uppercase;
}

.team-title p{
  color:var(--bs-primary) ;
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}
.fas.fa-phone.fa-2x{transform:rotate(90deg);}
@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
/*    background: var(--bs-primary);*/
background-image: url('../images/footer-bg.webp');
position:relative;
z-index: 9;
background-position: center;
}

.footer::before {
    content: '';
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background: var(--bs-primary);
    opacity:0.8;
    left:0;
    z-index: -9;
}

.footer .footer-item a {
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
/*    line-height: 35px;*/
    color:#fff;
    margin-bottom:0px;
}

.footer .footer-item a:hover {
/*    letter-spacing: 1px;*/
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

.inner-title {
    opacity:0;
    position: absolute;

/*    display: none;*/
}

.policies-items:hover .inner-title {
    text-align: center;
    background: #13161acf;
    padding: 5px 10px 20px;
    position: absolute;
    opacity:1;
/*    display: block;*/
    width: 100%;
    bottom:0;
    transition: 0.5s;
}

.policies-items{
    background-color: #e7e7e7;
/*    padding: 10px 0px;*/
    position: relative;
    transition: 0.5s;
}

.inner-title h5 {
    font-size: 17px;
    color: #fff;
    /* min-height: 65px; */
    text-align: start;
    padding: 10px 15px;
}

.document-view{
    display: flex;
    justify-content: space-evenly;
}

.document-view a {
    width: 46%;
    font-size: 13px;
}

.document-view {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
}


.btn-primary {
  color: #fff;
/*  border: 2px solid rgb(216, 2, 134);*/
  border-radius: 0px;
  border:1px solid #fff;
  background-color: transparent;
  padding: 18px 36px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.btn.btn-primary:hover {
  box-shadow: inset 400px 0 0 0 #fff;
  color:#000;
  border: 0;
}





.box-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.box { 
    background: #000;
    position: relative;
    width: 100%; 
    height: auto;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.box img {
    width: 100%; 
    display: block;
}
.box img:nth-child(1) {
    position: absolute;
}
.box img:nth-child(2) {
    opacity: 0;
}

.box-wrap .box-desc {
    padding: 20px 20px 10px;
    width: 100%;
    box-shadow: 0px 0px 9px -2px;
    text-align: left;
}

#map1{
    width:600px;
    height:auto;
    margin:auto;
}

#map2{
    width:450px;
    height:auto;
    margin:auto;
}

/*.table-manufacturing td, th {
  text-align: left;
  padding: 8px;
  font-family: 'SF Pro Display';
  color:#000;
}*/

/*.table-manufacturing th {
    border: 1px solid #fff;
    text-align: left;
    padding: 8px;
    background: #fff;
    color: #000;
    font-family: 'SF Pro Display';
}*/

.table-manufacturing td, th {
    /* border: 1px solid #3d3e46; */
    text-align: left;
    padding: 12px;
    font-family: 'SF Pro Display';
    color: #fff;
}

.table-manufacturing th {
    border: 1px solid transparent;
    text-align: left;
    padding: 12px;
    background: transparent;
    color: #fff;
    font-family: 'SF Pro Display';
    width: auto;
}

.table.table-manufacturing>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.visit-text{
    background: #3d3e46;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    border-radius: 5px;
}

.visit-text h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.visit-text a{
    font-size: 22px;
}

.inner-wtg-image{
    position: sticky;
    top:10%;
}

.net-zero-image img{
/*    border-radius: 10px;*/
}

.universe-logo{
    width:100px;
}

.int-quotes-left {
    width: 36px;
    margin-right: 10px;
    margin-top: -10px;
}

.int-quotes-right{
    width: 36px;
    margin-left: 10px;
     margin-top: -10px;
}

.collage-image-life{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

.collage-image-life img{
    width:200px;
    height:200px;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 1s ease-out;
}

.collage-image-life img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.life-text p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-write-up{
    min-height: 400px;
}


.product-manufacturing th {
    border: 1px solid transparent;
    text-align: left;
    padding: 12px;
    background: transparent;
    color: #000;
    font-family: 'SF Pro Display';
}

.product-manufacturing td, th {
    text-align: left;
    padding: 4px 12px;
    font-family: 'SF Pro Display';
    color: #3d3e46;
    width: 50%;
    border: 0;
}

.inner-wtg-tab{
    background: #fff;
    padding:10px 12px;
}

.inner-wtg-tab h4{
    color: #000;
}

.product-tabs .nav-tabs {
    border-bottom: 1px solid #495057;
    padding-bottom: 0px;
}

.product-tabs .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.product-tabs .nav-tabs .nav-link.active, .product-tabs .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #495057;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    border-radius: 0px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.product-tabs .nav-link:hover, .product-tabs .nav-link:focus {
    color: #fff;
    background-color: #495057!important;
    border-radius: 0px;
}

.product-tabs .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px 30px;
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: var(--bs-primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-bottom.png');
    transform: rotate(360deg);
}

.accordion-button::after {
    background-image: url('../images/arrow-right.png');
}

.accordion-item {
    background-color: #fff;
    border: 0;
    box-shadow: 0px 0px 6px -2px;
    margin-bottom: 20px;
}

.accordion-button:focus {
    z-index: 3;
     border-color: #fff; 
    outline: 0;
     box-shadow: 0; 
}

.accordion-button {
    color: #000!important;
}

.career-write-up {
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 8px -2px;
}

.career-write-up p{
    position: relative;
    z-index:99;
}

.address-card h4{
    text-transform: uppercase;
}
.address-card p{
    line-height: 1.5;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 50px!important;
    color: gray;
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 16px;
    color:gray;
}

.dropify-wrapper {
    
    background-color: #e7e7e7!important;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.quotes-img-top {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    position: relative;
    z-index: 9;
    opacity: 0.1;
    left: -14px;
}

.quotes-img-bottom {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 9;
    opacity: 0.1;
    right: 0;
    bottom: 20px;
    left: 85%;
}
.career-write-name{
text-align: end;
}

.career-form-wrap .form-floating>.form-control, .career-form-wrap .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
    background: #e7e7e7;
    border-radius: 0;
    
}

.career-form-wrap .form-floating>.form-control:focus, .career-form-wrap .form-floating>.form-select:focus {
   box-shadow: 0 0 0 .25rem rgb(98 104 105 / 25%); 
}

.career-form-wrap .form-floating>.form-control:focus~label, .career-form-wrap .form-floating>.form-control:not(:placeholder-shown)~label, .career-form-wrap .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.8rem) translateX(0.15rem);
}

.btn-career {
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;
    padding: 8px 30px;
    border-radius: 0;
    font-size: 17px;
    transition: .15s linear;
    text-transform: uppercase;
}

.btn-career:hover {
    color: #fff !important;
    border: 2px solid #000;
    background: #000;
    padding: 8px 30px;
    border-radius: 0;
    font-size: 17px;
    transition: .15s linear;
}

.btn-readmore {
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 12px;
    transition: .15s linear;
    text-transform: uppercase;
}

.btn-readmore:hover {
    color: #fff !important;
    border: 2px solid #000;
    background: #000;
}

.form-btn{
    display:flex;
    justify-content: center;
    gap:22px;
}

.upload-resume{
    background: #3d3e46;
    padding: 22px;
    border-radius: 10px;
}

.address-card {
    /* box-shadow: 0px 0px 8px -2px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.career-form-wrap{
    position: sticky;
    top:10%;
}

#chartdiv{
    width:100%;
    height:600px;
}

.footer-item{
  position: relative;  
}

.footer-item .btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bg-black{
    background-color: #000;
}

.bg-grey{
    background: #565758;
}

.highlight-text{
    padding:4px;
    font-weight: 900;
}
.box-desc h4{
    text-transform: uppercase;
}

.box-desc p{
    color:#3d3e46;
}

.service-item .service-content a{
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.table-text-note{
    color:#fff;
}

.foot-nav-links {
    list-style: none;
    display: flex;
    padding-left: 0;
    gap: 1rem;
    flex-wrap: wrap;
}

.foot-nav-links li a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
/*    font-weight: 600;*/
}

.footer-about p{
    color:#fff;
}

.spirit-envision-wrap .inner-areas-item{
    position: relative;
    transition: 0.5s;
}

.spirit-envision-wrap .spirit-text{
position: relative;
opacity:0;
}

.spirit-envision-wrap .inner-areas-item:hover .spirit-text{
    text-align: left;
    background: #13161acf;
    padding: 5px 10px 20px;
    position: absolute;
    opacity: 1;
    /* display: block; */
    width: 100%;
    bottom: 0;
    transition: 0.5s;
}

.spirit-text h5{
    color: #fff;
    position: relative;
    margin-bottom: 0;
}

.inner-areas-item p{
    color: #3d3e46;
    line-height: 1.5;
}

.inner-award {
/*    border-bottom: 4px solid #3b3e47;*/
/*    background: #000000;*/
    position: relative;
    transition: 0.5s;
}

.inner-award img{
    background: #000;
}

.inner-award .award-text {
    text-align: left;
    /* background: #13161acf; */
    padding: 5px 14px 20px;
    position: relative;
    opacity: 1;
    /* display: block; */
    width: 100%;
    bottom: 0;
    transition: 0.5s;
    color: #000;
    background: #fff;
    min-height: 140px;
}

.global-awards .inner-award .award-text {
    text-align: left;
    /* background: #13161acf; */
    padding: 5px 14px 20px;
    position: relative;
    opacity: 1;
    /* display: block; */
    width: 100%;
    bottom: 0;
    transition: 0.5s;
    color: #000;
    background: #fff;
    min-height: 170px;
}


.award-text h5 {
    color: #000;
    max-height: 50px;
    font-size: 18px;
}

.award-text p {
    color: #3d3e46;
    font-size: 16px;
    line-height: 1.4;
}


.project-india-wrap .service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: auto;
}



.new-events-wrap .nav-tabs {
    border-bottom: 1px solid #495057;
    padding-bottom: 0px;
}

.new-events-wrap .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.new-events-wrap .nav-tabs .nav-link.active, .new-events-wrap .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #495057;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    border-radius: 0px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.new-events-wrap .nav-link:hover, .new-events-wrap .nav-link:focus {
    color: #fff;
    background-color: #495057!important;
    border-radius: 0px;
}

.new-events-wrap .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px 30px;
}

.inner-tab-wrap .nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    text-transform: uppercase;
}


.inner-tab-wrap .inner-tab-item{
width:100%;
position: relative;
padding: 15px;
text-align: center;
background: #fff;
}

.inner-tab-wrap .inner-tab-item h5{
    font-size: 20px;
    text-transform: uppercase;
     display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
}

.inner-tab-wrap .inner-tab-item p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    min-height: 60px;
     display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
}

.inner-tab-wrap .inner-tab-item-profile{
width:100%;
position: relative;
padding: 15px;
text-align: center;
background: #fff;
margin-bottom: 20px;
}

.inner-tab-wrap .inner-tab-item-profile h5{
    font-size: 20px;
    text-transform: uppercase;
     display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      margin-top:15px;
}

.inner-tab-wrap .inner-tab-item-profile p{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 15px;
    min-height: 60px;
    text-align: left;
}

.inner-tab-item-profile.team p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    min-height: 60px;
    text-align: left;
}


.inner-tab-item-profile.team h5{
    font-size: 20px;
    text-transform: uppercase;
     display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      margin-top:0px;
}
/*.inner-tab-profile .team-img img{
    height:250px;
}*/

.inner-tab-wrap .inner-tab-item-profile .inner-tab-profile{
    align-items: center;
}

.inner-tab-wrap .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    position: sticky;
    top:12%;
}

.logo-box .logo-img {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.logo-box .logo-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    margin-top: 10px;*/
    padding:8px 8px;
    background: #fff;
    border-top: 1px solid #3b3d47;
}

.social-media-icons{
    width:70px;
    text-align: center;
}

._2p3a{
    width:100%!important;
}

.blog-box p{
    font-size: 16px!important;
}

.home-brochure-section{
    display:flex;
    padding:50px 30px;
    background: #3b3d47;
    justify-content: center;
    gap:80px;
    transition: 0.5s;
}

.home-brochure-section:hover{
    background: #000;
}


.home-brochure-section h2{
    color:#fff;
    font-weight: 700;
}

.home-brochure-section img{
    width: 170px;
    object-fit: contain;
}


/*.inner-tab-item iframe::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.inner-tab-item iframe::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.inner-tab-item iframe::-webkit-scrollbar-thumb
{
    background-color: #000000;
}*/

.bg-lightgrey{
    background: #e7e7e7;
}

.business-area .service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: 180px;
    background: #fff;
}

.news-inner-tab-item {
    position: relative;
}

.news-inner-tab-item img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    background: #3d3e47;
    padding: 10px;
}

.plant-images{
    position: relative;
}

.download-icon-resource {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #3d3e47;
    padding: 7px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-icon-resource i{
color: #fff;
}

.globe-vdo{
    height:auto;
}

.inner-banner-text{
    position: absolute;
    top: 25%;
    left: 5%;
    right: 0;
}


.news-inner-tab-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#ddn-menu{
        display: none;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.5rem;
    }
}

