*,
*::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    transform-style: preserve-3d;
    line-height: 1.2;
}

.navbar-nav a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.navbar-nav li.active a {
    font-weight: bold;
    text-decoration: underline;
}

.navbar-nav li a.active {
    border-bottom: 3px solid black;
    font-weight: 700;
}


div#topheader {
    background: white;
    box-shadow: 0 4px 12px 0px #00000029;
}

.common-SectionPadding {
    margin-top: 100px;
}

.Common-space {
    padding: 80px 0px;
}

.parallex-section {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    transform-style: inherit;
}

.parallex-section,
.parallex-section:before {
    background: 50% 50% / cover;
}

.parallex-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#hero-1:before {
    background-image: url(./assets/img/home-bg.png);
    background-attachment: fixed;
    z-index: -3;
    background-color: #252B4877;
    background-blend-mode: overlay;
}





.banner-heading {
    font-size: 60px;
    color: white;
    font-weight: 700;
}

.banner-centerSection {
    display: flex;
    height: 100vh;
    align-items: center;
}

.who-are-you-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    flex-direction: column;
}

.energy-subheading {
    font-size: 40px;
    font-weight: 700;
    color: #06B64D;
}

.who-are-youBorder {
    height: 6px;
    background: #D9D9D9;
    width: 60%;
    margin: 36px 12px;
}

.common-SpacePadding {
    padding: 150px 0px;
}

.vission-MissionSec {
    border-bottom: 12px solid #3E3E3E;
    border-top: 12px solid #3E3E3E;
    background: linear-gradient(to right, #06B64D 0%, #06B64D 50%, #F5F3F3 50%, #F5F3F3 100%);
    height: 100%;
    width: 100%;
    padding: 30px 20px;
}

.wt-weAchieve {
    color: #06B64D;
    font-size: 50px;
    font-weight: 700;
}

.wt-weAchievePara {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 400;
}

.wt-weAchieveNumCount {
    font-size: 58px;
    font-weight: 400;
    color: #06B64D;
    padding: 20px 0px;
}

.wt-weAchieveSubHeading {
    color: #06B64D;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.achieve-Card {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 12px 8px;
    min-height: 276px;
    height: 392px;
}

.achieve-Card:hover {
    background-color: #06B64D;
    cursor: pointer;
}

.achieve-Card:hover .wt-weAchieveNumCount {
    color: #fff;
}

.achieve-Card:hover .wt-weAchieveSubHeading {
    color: #fff;
}

.achieve-Card:hover .wt-weAchievePara {
    color: #fff;
}

.our-strength-card {
    border-radius: 12px;
    border: 4px solid #000000;
    padding: 24px;
    font-weight: 700;
    text-align: center;
}

.our-strength-card:hover {
    border: 4px solid #06B64D;
    color: #06B64D;
}

.our-Strength {
    color: #131313;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.strength-background {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    width: 50%;
    padding: 20px;
}

.ourServices-Headerbackground {
    background: #ffffff;
    position: absolute;
    left: 0;
    width: 50%;
    /* margin-top: -146px; */
    padding: 20px;
}

.ourServices-Card {
    background-color: #fff;
    transition: all 0.5s ease;
    border-bottom: 4px solid #06B64D;
    height: 678px;
    padding: 0px 20px;
}

.ourServices-Card:hover {
    transform: translateY(30px);
    background-image: url(./assets/img/our-services-bg.png), url(./assets/img/our-services.png);
    background-position: center;
}

.ourServices-Card:hover .our-ServicesSubHeading {
    color: #fff;
}

.ourServices-Card:hover .our-ServicesView {
    color: #ffff;
}

.ourServices-Card:hover .our-ServicesPara {
    color: #ffff;
}

.our-ServicesCount {
    font-size: 80px;
    font-weight: 400;
    color: #06B64D;
    padding: 20px 0px;
}

.our-ServicesSubHeading {
    color: #06B64D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}

.our-ServicesView {
    color: black;
    font-size: 24px;
    font-weight: 700;
}

.our-ServicesPara {
    height: 300px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.projects-Para {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px;
}

.whether-section {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 30px 0px;
}


/* Our services page css */
#our-servicesBanner:before {
    background-image: url(./assets/img/our-services/our-services-banner.png);
    background-attachment: fixed;
    z-index: -3;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: #00000059;
    background-blend-mode: overlay
}

.parallex-section-ourService:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallex-section-ourService {
    position: relative;
    width: 100%;
    height: 100%;
}

.parallex-bottomSec-OurService {
    min-height: 210px;
    position: relative;
    display: flex;
    align-items: center;
}

.our-servicesCard {
    background: white;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}

.our-servicesCard:hover {
    border: 4px solid #06B64D;
    transform: scale(1.11);
    font-weight: 700;
}

.our-servicesCard div {
    padding: 58px;
}

/* Our plants */
#our-plantsBanner:before {
    background-image: url(./assets/img/our-services/our-services-banner.png);
    background-attachment: fixed;
    z-index: -3;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: #00000059;
    background-blend-mode: overlay
}

.parallex-section-ourService,
.parallex-section-ourService:before {
    background: 50% 50% / cover;
}

.our-plants-ImgSpace {
    margin-bottom: 12px;
}


.contact-us-Section {
    background: linear-gradient(to right, #F4F4F4 0%, #F4F4F4 50%, #ffffff 50%, #ffffff 100%);
    height: 100%;
    width: 100%;
    padding: 30px 20px;
}

.our-plants-Border {
    height: 8px !important;
    color: #06B64D;
    opacity: 1;
    margin-top: 38px !important;
}

.common-PlantsSpacePadding {
    padding: 21px 0px;
}

.footer-ul {
    list-style: none;
    text-decoration: none !important;
    padding-left: 0px;
}

.footer-ul li {
    margin-top: 10px;
}

.footer-ul li a {
    text-decoration: none !important;
    color: #fff !important;
}

.footer-container {
    padding: 60px 0px 30px;
}

.copy-Right {
    padding: 20px 0px;
}

.footer-LogoImage {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .vission-MissionSec {
        background: linear-gradient(to bottom, #06B64D 0%, #06B64D 50%, #F5F3F3 50%, #F5F3F3 100%);
        padding: 0px !important;
    }

    .vission-res {
        padding: 22px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .version {
        transform: scale(0.6) rotate(45deg);
        right: -100px;
    }
}



@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #section-5:before {
        background-attachment: scroll;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .banner-sectionFont {
        font-size: 32px;
        font-weight: 700;
        padding: 18px 80px;
    }

    .banner-heading {
        font-size: 40px;
    }

    .who-are-you-responsive {
        flex-direction: column-reverse;
    }

    .vission-MissionSec {
        background: linear-gradient(to bottom, #06B64D 0%, #06B64D 50%, #F5F3F3 50%, #F5F3F3 100%);
        padding: 0px !important;
    }

    .vission-res {
        padding: 22px;
        margin-bottom: 0px !important;
    }

    .wt-weAchieve {
        font-size: 32px;
    }

    .our-Strength {
        font-size: 22px;
        text-align: left;
    }

    .our-strength-card {
        margin-bottom: 14px;
    }

    .strength-background {
        width: 75%;
    }

    #our-plantsBanner:before {
        background-image: url(./assets/img/our-services/our-services-banner.png);
        background-attachment: fixed;
        z-index: -3;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-color: #00000059;
        background-blend-mode: overlay;
    }

    .footer-LogoImage {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-QuickLinks {
        margin-top: 20px;
        padding: 20px 0px 0px 40px;
    }

    /* .vission-MissionSec p:first-child {
        margin-bottom: 56px !important;
    } */
}
