﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    font-size: 0.85rem;
    overflow-x:hidden;
}
a{
    text-decoration:none;color: rgb(30 174 146);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.text-primary {
    color: #2aa488 !important
}

.text-info {
    color: #004898 !important;
}

.btn-light {
    color: #1cad91 !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem 2.2rem;
}
.bg-info {
    color: #fff;
    background-color: #104a81 !important;
    border-color: #104a81 !important;
}
.btn-primary {
    color: #fff;
    background-color: #1cad91;
    border-color: #1cad91;
}
    .btn-primary:hover, .btn-primary:focus{
        background-color:#2aa488;
    }
.btn-outline-primary {
    color: #1cad91;
    border-color: #1cad91;
}
    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background-color: #1cad91;
        color:#fff;
    }
    /*home slider section*/
    .header-carousel .owl-dots .owl-dot {
        /*display: none;*/
    }
.header-carousel h3{
    color:#fff;
    font-size:3rem;
    font-weight:normal;
}
.header-carousel h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 30px;
}
 .navbar-nav + a{
    display: none !important;
}
.dropdown-menu {
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-size: 0.85rem;
}
.dropdown-item {
    border-bottom: 1px solid #ddd;
    padding: .3rem 1rem !important;
}
    .dropdown-item:last-child{
        border:none;
    }
    /*home about us section*/
    #home-about {
        background-color: #2eb193;
        background-image: url('../img/abt-bg1.png');
        background-position: right bottom;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-size: 30%;
        padding: 60px 0;
        color: #fff;margin-top: -6px;
    }
    #home-about .abt-card .card {
         border-radius: 1.3rem !important;
         min-height:162.5px;
    }
        #home-about .abt-card .card .card-body {
            padding: 0.8rem;
            min-height: 171px;
        }
        #home-about .abt-card .card h5 {
            font-weight: 700;
            margin-bottom: 4px;
            font-size: 1.15rem;
        }
        #home-about .abt-card .card p {
            /*line-height: 0.9;*/
            margin-bottom:0px;
        }
            #home-about .abt-card .card p small {
                line-height: 0.9;
                font-size: .94em;
            }
/*.section-title*/
.section-title h2 span {
    color: #1cad91;
}

.section-title h6 {
    font-weight: normal;
    margin-bottom:2px;
}
.section-title p {
    max-width: 80%;
    margin: 1rem auto ;
}
.section-SolarSolutions .section-title p {
    max-width: 90%;
   
}
/*.section-title end*/


.swiper-container {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
#homeSlider, .page-header{
    margin-top: 75px;
}
#homeSlider .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    top: 0px;
    bottom: 0px;
}
#homeSlider .carousel-item::before{
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.30);
}
#homeSlider .carousel-video::before, #homeSlide .home-carousel:before{
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.30);
}
#homeSlider .carousel-control-prev, #homeSlider .carousel-control-next {
    top: auto;
    width: auto;
    bottom: 9.5%;
    font-size: 24px;
}
#homeSlider .carousel-control-prev {
    left: 6% !important;
    transform: translateX(-8%);
}
#homeSlider .carousel-control-next {
    right:86% !important;
    /* transform: translateX(-44%); */
}
#homeSlider  .custom-carousel-counter {
    position: absolute;
    bottom: 9%;
    left: 8%;
    transform: translateX(-10%);
    z-index: 15;
    padding: 5px 15px;
    /* border-radius: 20px; */
    font-weight: 500;
    color: #fff;
}
#homeSlider .carousel-caption h3{
    color:#fff;
    font-size:3rem;
    font-weight:normal;margin: 0px;
}
#homeSlider .carousel-caption h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 30px;
}
/*===== service card-overlay-bottom*/
.home-services {
    position: relative;
    padding: 60px 0 !important;
}

    .home-services:before {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        content: '';
        background: url(../img/solar-panel-bg.png) no-repeat ;
        background-position: bottom left;
        background-size: 10%;
        width: 100%;
    }

    .home-services:after {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        content: '';
        background: url(../img/wind-panel-bg.png) no-repeat ;
        background-position: bottom right;
        /*background-size: 10%;*/
        width: 100%;
    }

.card-overlay-bottom .card-img-overlay {
    /* bottom: -65px;*/
    overflow: hidden;
   margin: 35px 12px;
    top: 54%;
    -o-transition: .6s all ease-in-out;
    -ms-transition: .6s all ease-in-out;
    -moz-transition: .6s all ease-in-out;
    -webkit-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}

.card-overlay-bottom {
    overflow: hidden;
    /*height: 560px;*/ -o-transition: .6s all ease-in-out;
    -ms-transition: .6s all ease-in-out;
    -moz-transition: .6s all ease-in-out;
    -webkit-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}

    .card-overlay-bottom::before {
        content: "";
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 0.70) 100%);
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .card-overlay-bottom .card-img {
        transform: scale(1); /* Initial state */
        transition: transform 0.6s ease-in-out;
      
    }
    .card-overlay-bottom:hover .card-img {
        -o-transition: .6s all ease-in-out;
        -ms-transition: .6s all ease-in-out;
        -moz-transition: .6s all ease-in-out;
        -webkit-transition: .6s all ease-in-out;
        transition: .6s all ease-in-out;
        transform: scale(1.1);
    }

    .card-overlay-bottom:hover .card-img-overlay {
        top: 0px;
        -o-transition: .6s;
        -ms-transition: .6s;
        -moz-transition: .6s;
        -webkit-transition: .6s;
        transition: .6s;
    }

.card-meta {
    z-index: 2;
    color: #fff;
}

    .card-meta p {
        font-size: 13px;
    }
.card.service-item{
    margin:0px;
}
.card .card-image, .service-item .service-image,
.img-wrap {
    border-radius:14px !important;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .card .card-image img, .service-item img, .img-wrap img {
       /* width:100%;*/
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .card .card-image:hover img, .service-item:hover img,
    .img-wrap:hover img{
        /* -webkit-transform: scale(1.2) rotate(-2deg);
        -moz-transform: scale(1.2) rotate(-2deg);
        -ms-transform: scale(1.2) rotate(-2deg);
        -o-transform: scale(1.2) rotate(-2deg);
        transform: scale(1.2) rotate(-2deg); */
        -webkit-transform: scale(1.1)  ;
        -moz-transform: scale(1.1) ;
        -ms-transform: scale(1.1) ;
        -o-transform: scale(1.1)  ;
        transform: scale(1.1)  ;
    }
.service-item small {
    font-size: 0.99rem;
}

.service-item h4 {
    margin-bottom: 1rem !important;
}
/*===== service card-overlay-bottom ends*/

/*home-communityDev*/
#home-communityDev {
    background-color: #004b88;
    background-image: url('../img/windp-bg.png');
    background-position: right bottom;
   /* background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: auto 60%;
    padding: 60px 0;
    color: #fff;
}

    #home-communityDev .service-item .img-fluid.rounded {
        border-radius: 20px !important;
        overflow: hidden;
        -o-transition: .6s;
        -ms-transition: .6s;
        -moz-transition: .6s;
        -webkit-transition: .6s;
        transition: .6s;
    }

        #home-communityDev .service-item .img-fluid.rounded:hover {
            /* -o-transition: .6s;
            -ms-transition: .6s;
            -moz-transition: .6s;
            -webkit-transition: .6s;
            transform: scale(1.2); */
        }
.comm-devp-swiper .service-item img{
    width:100%;
}
/*home-communityDev ends*/
/*home-project */
.nav-tabs .nav-link {
    border: 1px solid #c7c7c7;
    color: #333;
    font-size: 13px;
    padding: .3rem 2.8rem;
}
    .nav-tabs .nav-link:hover {
        background-color: rgb(42 164 136 / 0.70);
        border-color: #dee2e6 #dee2e6 #fff;
        color: #fff;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #2aa488;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.tab-pane h6{
    font-weight:700;
}
/*home-project ends*/


/*home Lets connect section*/
.home-letsConnect {
    background: #fcfbfa;
}
    .home-letsConnect h3{
        color:#000;

    }
        .home-letsConnect h3 span{
            /*display:block;*/
            color:#1cad91;
        }
        /*home Lets connect section end*/
    

/*=============About Page CSS========
 ====================================*/
.abt-pg-counter h4{
    font-weight:700;
}
    .abt-pg-counter h4 small {
        font-weight: 500;
        font-size: .85rem;
    }
.abt-pg-counter p {
    line-height: 1;
    font-size: small;
}
.about-vision-mission{
    position:relative;
}
    .about-vision-mission:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        background-color: #18a68a;
        height: 100%;
        z-index: -1;
    }
    .about-vision-mission:before {
       /* content: '';*/
        position: absolute;
        background: url(../img/windmill.webp) center center no-repeat;
        left: 50%;
        top: -45px;
        left: 50%;
        bottom: -80px;
        transform: translateX(-50%);
        background-size: contain;
        height: auto;
        width: 100%;
    }
.about-vision-mission-mobile {
    position: relative;
    background-color: #1cad91;
}
    .about-vision-mission-mobile:after {
        content: '';
        position: absolute;
        background: url(../img/windmill.webp) center center no-repeat;
        left: 50%;
        top: -12%;
        right: 10%;
        bottom: -90px;
        transform: translateX(-10%);
        background-size: contain;
        height: auto;
        width: 100%;
    }
#about-vision-mission_mobile .carousel-item h4{
    margin-top:20px;
}
#about-vision-mission_mobile .carousel-item p {
    min-height: 82px;
}
#leadershipTeam .social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
}

    #leadershipTeam .social-icon:hover {
        transform: rotate(180deg); /* Rotates the icon 180 degrees */
        color: #007bff; /* Changes the color on hover */
    }
.modal-body .teamImg, .modal-body .teamInfo {
    position: sticky;
    top: 0;
    background: #fff;
}
#directorModal .modal-header, #teamModal .modal-header {
    border-bottom: none;
}
.carousel-control-prev .text-dark, .carousel-control-next .text-dark {
    color: rgb(255 255 255) !important;
}

    .carousel-control-prev, .carousel-control-next {
        top: auto;
        width: auto;
        bottom: -12%;
    }

    .carousel-control-prev {
        left: 46% !important;
        transform: translateX(-46%);
    }

    .carousel-control-next {
        right: 46% !important;
        /*transform: translateX(-44%);*/
    }

    .custom-carousel-counter {
        position: absolute;
        bottom: -15%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 15;
        /* background: rgba(0, 0, 0, 0.5);
    color: white;*/
        padding: 5px 15px;
        /*border-radius: 20px;*/
        font-weight: 500;
    }

    #owl-achiev .item {
        padding: 15px;
        font-size: 0.8rem;
        text-align: center;
    }

    .achie-item img {
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .about-blade-animation {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50% );
        text-align: center;
        margin: 0px auto;
        display: flex;
        justify-content: Center;
    }

    .turbine-container {
        position: relative;
        width: 500px; /* Adjust to image size */
        height: 600px;
        margin: 0px auto;
    }

    .static-bg {
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 1;
        width: 400px;
    }

    .spinning-blades {
        position: absolute;
        top: 0px;
        left: 37px;
        z-index: 2;
        width: 350px;
        animation: spin 4s linear infinite;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }
    /*===============Sustainblilty page=============
===================================*/
    .about-sustainblilty {
        background: url(../img/The-World’s-Transition-To--Electrification-Is-Irreversible.-banner.webp) no-repeat bottom center;
        background-size: cover;
        padding-bottom: 300px;
    }

    .section-keyImpact {
        background: url(../img/keyImpact.webp) no-repeat center center;
        background-size: cover;
    }

        .section-keyImpact h4 {
            font-weight: normal;
            font-weight: 300;
        }

            .section-keyImpact h4 b {
                font-weight: 500;
                font-size: 1.85rem;
            }


    .section-Decarbonization {
        background: url(../img/social-imact-bg.png) no-repeat top center;
        background-size: 25%;
        background-position-x: 54%;
    }
    /*===============Investor page=============
===================================*/
    .investor-tabsection {
        background-color: #125988;
    }

        .investor-tabsection .nav-tabs .nav-link {
            border-color: transparent;
            color: #fff;
            padding-left: 0px;
        }

            .investor-tabsection .nav-tabs .nav-link:hover {
                background-color: transparent;
            }

            .investor-tabsection .nav-tabs .nav-link span {
                border-bottom: 2px solid transparent;
                font-size: 15px;
            }

            .investor-tabsection .nav-tabs .nav-link:hover span {
                border-bottom: 2px solid #1cad91;
            }

            .investor-tabsection .nav-tabs .nav-link.active, .investor-tabsection .nav-tabs .nav-item.show .nav-link {
                background-color: transparent;
                border-color: transparent;
            }

                .investor-tabsection .nav-tabs .nav-link.active span {
                    border-color: #1cad91;
                }

        .investor-tabsection .nav-tabs {
            border-bottom: none;
        }

    .accordion-item {
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: #000;
        font-weight: 500;
        box-shadow: none;
        outline: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        transition: all 0.5s;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    }

    .accordion-button::after {
        transition: all 0.5s;
    }

    #section-spclPurpose {
        background-color: #004b88;
        background-image: url('../img/windp-bg.png');
        background-position: right bottom;
        /* background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-size: auto 62%;
        padding: 60px 0;
        color: #fff;
    }

        #section-spclPurpose ul {
            list-style: none;
        }

            #section-spclPurpose ul li {
                padding: 8px 10px 8px 20px;
                list-style: none;
                position: relative;
            }

                #section-spclPurpose ul li:before {
                    position: absolute;
                    left: 0px;
                    top: 32%;
                    content: '';
                    width: 8px;
                    height: 8px;
                    background-color: #1cad91;
                    border-radius: 50%;
                }

    #section-InvRelCont {
        background: url(../img/solar-panel-bg.png) no-repeat #fcfbfa;
        background-position: bottom left;
        background-size: 26%;
        width: 100%;
    }
    /*===============Business / Comm Res / Offsite page=============
===================================*/
    .about-business-offsite {
        background: url('../img/offsite-overview-bg-new.webp') no-repeat bottom left;
        background-size: contain;
        padding-bottom: 250px;
    }

    .img-wrap-icon {
        background: #1cad91;
        width: 100px;
        height: 100px;
        margin: 1rem auto;
        border-radius: 50%;
        line-height: 100px;
    }

    .section-energyIntensInd {
        background: url(../img/offsite-bg-1.png) no-repeat top center;
        background-size: cover;
    }

        .section-energyIntensInd .card {
            min-height: 180px;
        }
        
        .section-bilateralmodel .modal-hiw {
            background: url(../img/hiw-bg.png) no-repeat top center;
            background-size: cover;
            background-position-x: 54%;
        }

    .how-it-works-list {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 700px;
        /*background:#fff;*/
    }

        .how-it-works-list li {
            display: flex;
            gap: 20px;
            padding: 18px 0;
            /*border-bottom: 1px solid #e6e6e6;*/
        }

            .how-it-works-list li:last-child {
                border-bottom: none;
            }

    .hiw-number {
        font-size: 2rem;
        font-weight: 700;
        color: #919191;
        min-width: 50px;
        line-height: 1;
    }

    .hiw-content h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        color: #222;
    }

    .hiw-content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        color: #666;
    }

    .section-grpcaptivemodel {
        background: #f0f0f0;
    }

    .section-successstories {
        background: #125988;
        color: #fff;
    }

    .section-successstories {
        position: relative;
        padding: 20px 0 80px !important;
    }

        .section-successstories:before {
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            content: '';
            background: url(../img/wind-panel-bg.png) no-repeat;
            background-position: bottom left;
            background-size: 10%;
            width: 100%;
        }

        .section-successstories:after {
            position: absolute;
            right: 0px;
            top: 0px;
            bottom: 0px;
            content: '';
            background: url(../img/solar-panel-bg2.png) no-repeat;
            background-position: bottom right;
            /*background-size: 10%;*/
            width: 100%;
        }

        .section-successstories .carousel-control-prev {
            left: 43% !important;
        }

        .section-successstories .carousel-control-next {
            right: 43% !important;
        }

        .section-successstories .play-btn {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #1cad91;
            left: 50%;
            top: 50%;
            text-align: center;
            border-radius: 50%;
            border-radius: 50%
        }

    .about-business-onsite .img-wrap-icon {
        margin: 4px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

        .about-business-onsite .img-wrap-icon img {
            width: 40px !important;
        }

    .section-whychooseOnsite {
        background: url(../img/onsite-bg-1.png) no-repeat top center;
        background-size: cover;
    }
.why-choose-swiper .card p {
    min-height:36px;
}
.img-wrapper {
    max-width: 100%;
    height: 65vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    img {
        max-width: 100%;
        max-height: 100%;
    }

    .about-utility {
        background: url(../img/utility-business-bg.webp) no-repeat bottom left;
        background-size: cover;
        padding-bottom: 520px;
    }

    .key-strengths .img-wrap-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    #impact-scale-utility {
        background: url(../img/imapact-scale-bg.png) no-repeat top center;
        background-size: cover;
    }
#section-SolarSolutions .solution-swiper .card .card-img > img {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .section-whychooseOnsite .carousel-inner, .section-SolarSolutions .carousel-inner {
        display: flex;
    }

    .section-whychooseOnsite .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 5);
    }

    .section-SolarSolutions .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }

    .section-whychooseOnsite .img-wrapper {
    }

    .section-whychooseOnsite .carousel-control-prev,
    .section-whychooseOnsite .carousel-control-next {
        display: none;
    }
}
    /*.carousel-inner {
    padding: 1em;
}*/

    .card {
        margin: 0 0.5em;
        border-radius: 0;
        /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
        font-size: 0.9em;
    }
    /*.carousel-control-prev,
.carousel-control-next {
    width: 6vh;
    height: 6vh;
    background-color: #e1e1e1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    display:block;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 0.8;
    }
*/
    .section-OurProjectsOnsite {
        background: #EDEFFD;
        background: linear-gradient(180deg,rgba(237, 239, 253, 1) 0%, rgba(255, 255, 255, 1) 56%);
    }

    .section-OurProjects {
        background: #EDEFFD;
        background: linear-gradient(180deg,rgba(237, 239, 253, 1) 0%, rgba(255, 255, 255, 1) 56%);
    }
    /*===============footer=============
===================================*/
    .footer-top {
        background: #125988;
        background: linear-gradient(183deg,rgba(18, 89, 136, 1) 15%, rgba(29, 180, 151, 1) 74%);
        color: #fff;
    }

        .footer a, .footer-top a {
            color: #fff;
        }

    .footer {
        background: #125988;
        background: linear-gradient(180deg,rgba(18, 89, 136, 1) 0%, rgba(29, 180, 151, 1) 100%);
        color: #fff;
    }

        .footer h6 .btn.btn-link {
            font-weight: 500;
            font-size: 1rem;
        }

        .footer .btn.btn-link {
            color: #f5f5f5;
            outline: none;
            font-size: 12px;
            font-weight: 400;
            text-decoration: none;
        }

            .footer .btn.btn-link::before {
                display: none;
            }

        .footer .btn.btn-social {
            color: #fff;
            
        }

    .footer-bottom {
        background: #004b88;
        color: #fff;
        text-align: center;
    }

    .footer-abt-reach {
        position: relative
    }

        .footer-abt-reach:before {
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            content: '';
            background: url(../img/solar-panel-bg-white.png) no-repeat;
            background-position: bottom left;
            background-size: 12%;
            width: 100%;
        }

        .footer-abt-reach:after {
            position: absolute;
            right: 0px;
            top: 0px;
            bottom: 0px;
            content: '';
            background: url(../img/social-imact-bg.png) no-repeat;
            background-position: 85% -44px;
            background-size: 20%;
            width: 100%;
        }
    /* demo */
    #selector * {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        outline: none;
    }

    #selector .sc-opt:first-child {
        display: none;
    }

    #selector {
        width: 500px;
        position: fixed;
        right: 0;
        top: 45%;
        padding: 5px;
        z-index: 1000;
    }

        #selector .opt {
            margin-top: 10px;
            margin-right: 5px;
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            background: #ffffff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            cursor: pointer;
            border: solid 1px rgba(255, 255, 255, .5);
        }

            #selector .opt:hover {
                border-color: #ffffff;
            }

            #selector .opt.tc1 {
                background: #FFD301;
            }

            #selector .opt.tc2 {
                background: #9EDF9C;
            }

            #selector .opt.tc3 {
                background: #85cdff;
            }

            #selector .opt.tc4 {
                background: #4CBB17;
            }

            #selector .opt.tc5 {
                background: #0073CF;
            }

            #selector .opt.tc6 {
                background: #33C9BD;
            }

            #selector .opt.tc7 {
                background: #AE9749;
            }

            #selector .opt:after {
                position: relative;
                display: inline-block;
                content: '\f00c';
                font-family: "FontAwesome";
                top: -5px;
                opacity: 0;
                transform: scale(2);
            }

            #selector .opt.active:after {
                opacity: 1;
                transform: scale(1);
            }

        #selector #dark-mode,
        #selector #related-items {
            font-weight: bold;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin-top: 50px;
            right: 15px;
            width: 40px;
            height: 39px;
            position: absolute;
            background: #222222;
            padding: 8px;
            padding-top: 0px;
            cursor: pointer;
            overflow: hidden;
            border-radius: 60px;
            -moz-border-radius: 60px;
            -webkit-border-radius: 60px;
            color: #FDD32A;
            font-size: 16px;
        }

        #selector #related-items {
            margin-top: 100px;
            background: #82b440;
            color: #ffffff;
        }

            #selector #dark-mode:hover,
            #selector #related-items:hover {
                width: 190px;
            }

            #selector #dark-mode:before,
            #selector #related-items:before {
                font-weight: normal;
                display: inline-block;
                content: '\f186';
                font-family: "FontAwesome";
                font-size: 20px;
                padding: 3px;
                padding-top: 6px;
                margin-right: 10px;
            }

            #selector #related-items:before {
                content: '\f05a';
            }

        #selector #dark-mode.active {
            background: #FDD32A;
            color: #222222;
        }

    .disable-dark #selector .dark-mode {
        display: none;
    }

    #selector .sc-opt {
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        max-width: 45px;
        padding-right: 20px;
        border-radius: 60px 0px 0px 60px;
        -moz-border-radius: 60px 0px 0px 60px;
        -webkit-border-radius: 60px 0px 0px 60px;
        right: 0px;
        background: #1cad91;
    }

        #selector .sc-opt:hover {
            max-width: 100%;
        }

        #selector .sc-opt .sc-icon {
            width: 45px;
            height: 40px;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            line-height: 14px;
            padding: 10px 6px 10px 15px;
            position: relative;
            float: left;
        }

    #selector .sc-mt {
        margin-top: 45px;
    }

    #selector .sc-val {
        display: inline-block;
        margin-top: 5px;
    }
    /*============page-header============
====================================*/
    .page-header {
        position: relative;
        padding: 75px 0;
    }

        .page-header:before {
            content: '';
            position: absolute;
            left: 0px;
            bottom: 0;
            right: 0px;
            top: 0px;
            background-color: rgb(0 0 0 / 46%);
          /* //  background: rgba(0, 0, 0, 0.30); */
        }

        .page-header h2.display-3 {
            font-weight: 600;
            font-size: 3rem;
        }
    /*============Contact page============
====================================*/
    .address-detail {
        background: #1cad91;
        color: #fff;
        padding: 4rem 3rem;
    }

        .address-detail a {
            color: #fff;
            text-decoration: none;
        }
    /*============career page============
====================================*/
    .career-overview {
        background: url(../img/social-imact-bg1.png) no-repeat right bottom;
        background-size: 20%;
        background-position-x: 102%;
    }

    .section-careercoreval .image {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

        .section-careercoreval .image img {
            width: 100%;
            height: auto;
            display: block;
        }

    .section-careercoreval {
        background-color: #f2f2f2;
    }
        /* Left image */
        .section-careercoreval .image-left {
            width: 55%;
        }
        /* Right overlapping image */
        .section-careercoreval .image-right {
            width: 55%;
            position: absolute;
            top: 30%;
            right: 0;
        }

    .section-diversity {
        background: url(../img/career-bg1.png) no-repeat #004b88;
        background-position: 0 174%;
        background-size: 20%;
        width: 100%;
        color: #fff;
    }

    .section-lifeathrepl {
        background: #1cad91;
        color: #fff;
    }

    .about-vision-mission-mobile {
        display: none
    }

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and ( orientation: landscape) /* Portrait*/ {
        .footer-abt-reach:after {
            background-position: 95% 94px;
        }
    }

    @media (min-width: 768px) {
        .section-careercoreval .image-right {
            width: 55%;
            position: absolute;
            top: 18%;
            right: 0;
        }
    }

    @media (max-width: 768px) {

        .col-sm-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .header-carousel h3, #homeSlider .carousel-caption h3 {
            font-size: calc(1.325rem + .9vw);
        }

        .header-carousel h2, #homeSlider .carousel-caption h2 {
            font-size: calc(1.575rem + 1.9vw);
        }

        #homeSlider .carousel-control-prev {
            left: 7% !important;
            transform: translateX(-7%);
        }

        #homeSlider .carousel-control-next {
            right: 81% !important;
            /* transform: translateX(-44%); */
        }

        .header-carousel .owl-carousel-item video {
            min-height: 500px;
            object-fit: cover;
        }

        .page-header {
            background-position: center;
            height: 40vh;
            align-items: center;
            display: flex;
        }

            .page-header h2.display-3 {
                text-align: center !important;
                font-size: 1.8rem;
                padding:0px !important;
            }

        .accordion-body .float-end {
            float: none !important;
            display: block;
        }

        .section-title p {
            max-width: 98%;
            margin: 1rem auto;
        }

        .home-services {
            padding: 40px 0 !important;
        }
        .section-energyIntensInd .col-sm-6:nth-child(3) {
            order: 3 !important;
        }
        .section-energyIntensInd .col-sm-6:nth-child(6) {
            order: 6 !important;
        }
        #about-vision-mission_mobile .carousel-item p {
            min-height: 102px;
        }
        #investorTab, .nav-tabs {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            justify-content: start !important;
        }

            .nav-tabs .nav-link,
            .investor-tabsection .nav-tabs .nav-link {
                border: 1px solid #003cff;
                border-radius: 0;
                padding: 4px 20px;
                margin: 0 2px;
                min-width: 180px;
                border-bottom: 0;
                white-space: nowrap;
            }

        .tab-heading img {
            width: 30px;
        }

        .section-careercoreval .position-relative {
            padding-bottom: 140px;
        }

        .career-overview, .section-title, .section-careercoreval, .section-diversity,
        .abt-pg-counter {
            text-align: center;
        }

        .footer-top {
            text-align: center
        }

        .copyright {
            font-size: 9px;
        }

        .about-vision-mission {
            display: none
        }

        .about-vision-mission-mobile {
            display: block;
            overflow: hidden;
        }

        .about-business-offsite {
            background-size: contain;
            padding-bottom: 140px;
            background-color: #eaf4fc;
        }
            .about-business-offsite img{
                width:80px;
            }
            .footer {
                padding-top: 0px !important;
            }

            .footer .container {
                padding-top: 2rem !important;
                padding-bottom: 0rem !important;
            }

        .carousel-control-prev {
            left: 38% !important;
            transform: translateX(-38%);
        }

        .carousel-control-next {
            right: 38% !important;
            /* transform: translateX(-44%); */
        }

        .team-item h6 {
            font-size: 0.8rem;
            margin-top: 10px;
            margin-bottom: 2px;
        }

        .team-item span {
            font-size: 0.7rem;
        }
        #home-about, .home-services:after, .home-services:before,
        #home-communityDev, #section-InvRelCont,
        .section-bilateralmodel .modal-hiw {
            background-image: none;
        }
    }

    .kuBEEy .swiper-autoheight .swiper-slide {
        height: auto;
        border: 1px solid #ccc !important;
    }

    .back-to-top {
        width: 48px;
        height: 48px;
        border: 1px solid #fff !important;
        box-shadow: 1px 1px 5px 2px #70646480;
    }

    .status-tag {
        position: absolute;
        top: 12px;
        left: 12px; /* change to right if needed */
        padding: 5px 12px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 20px;
        z-index: 2;
        background-color: #1cad91;
        color: #ffffff;
    }

        .status-tag.upcoming {
            background-color: #125988;
            color: #ffffff;
        }

    .status-tag {
        top: 12px;
        right: 12px;
        left: auto;
    }

    .no-animation {
        transform: none !important;
        transition: none !important;
    }

@media (max-width: 787px) {
    #homeSlider, #homeSlider .carousel-item {
        height: 50vh;
    }

        #homeSlider .carousel-item video, #homeSlider .carousel-item img,
        .carousel-video video {
            object-fit: cover;
            height: 100%;
        }

        #homeSlider .carousel-control-next {
            right: 72% !important;
            /* transform: translateX(-44%); */
        }

        #homeSlider .custom-carousel-counter {
            position: absolute;
            bottom: 8%;
            left: 12%;
        }
    #impact-scale-utility .fw-bold.display-6 {
        font-size: calc(1.375rem + 0.8vw);
    }

    #impact-scale-utility .small {
        font-size: .68em;
    }
}
#section-OurProjects .container {
    padding-left: 20px;
    padding-right: 20px;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
#successstoriesvideo .card .card-image {
    border-radius:  0px !important;
}