@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



:root {
    --green: #4CB648;
    --yellow: #F7DC04;
    --white: #fff;
    --black: #000;
}



html {
    scroll-behavior: smooth;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
}



h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 65px;
    text-transform: capitalize;
}

h3, h4, h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #030621;
}


p, ul {
    margin: 0px;
    margin-bottom: 20px;
}

a, a:hover, a:visited, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}


.btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 8px;
    background: var(--green);
    font-size: 20px;
    color: var(--white);
    text-align: center;
    padding: 15px 30px;
    font-weight: 700 !important;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn:hover {
    background: var(--yellow);
    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-yellow {
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 8px;
    background: var(--yellow);
    font-size: 20px;
    color: var(--black);
    text-align: center;
    padding: 15px 30px;
    font-weight: 700 !important;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn-yellow:hover {
    background: var(--green);
    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn:focus {
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.padding-left {
    padding-left: 145px;
}

/* * Section */
.section {
    padding-top: 80px;
    text-align: left;
}

.section h2 {
    color: var(--black);
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}

.section h2 span {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--green);
    font-size: 18px;
    font-weight: 700;
    line-height: 33px
}

.section h3 {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
}

.section h2:first-child {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
}

.section p:last-child, .section ul:last-child {
    margin-bottom: 0px;
}


.section-padding {
    padding: 0px 145px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}


/* header */
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header .header-padding {
    padding: 0px 145px
}

header .navbar-brand {
    padding-top: 0px !important;
}

header .navbar-brand img {
    width: 170px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
header .navbar{
    padding-top: 23px;
}


.navbar-nav {
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
    border: none;
    padding: 0px 0px 0px 0px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.navbar-nav>li {
    padding: 20px 30px;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;

}

header .navbar ul li a.active {}

.navbar-nav>li>a {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 6px 0px !important;
    transition: ease 0.3s;
    border-color: transparent;
    font-weight: 500;
    font-size: 18px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;

}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

header .navbar ul {
    list-style-type: none;
    padding-right: 0px;
}

header .header-tabs .btn-call {
    color: #fff;
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
}

header.sticky {
    position: absolute;
}

header.sticky-mobile {
    position: absolute;
}

/* hero */

.hero {
    background: url('../img/landing-latest/banner-bg.png') center no-repeat;
    background-size: cover !important;
    padding-top: 80px;
}

.hero.agriculture{
    background: url('../img/landing-agriculture-solar/banner.jpg') center no-repeat;
}

.hero .content-area {
    color: var(--white);
    padding: 100px 0px 120px 0px;
}

.hero .content-area h1 {
    margin-bottom: 20px;
}

.hero .button-area {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 38px;
}

.hero .button-area .review ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
}

.hero .button-area .review ul li i {
    color: var(--yellow);

}

.hero .button-area .review ul li.last {
    margin-left: 9px;
    font-size: 20px;
    font-weight: 700;
}

.hero .button-area .review p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.hero .form-area {
    border-radius: 15px;
    background: rgba(0, 0, 0, 60%);
    padding: 40px 50px 50px;
}
.hero .form-area h2{
    font-size: 30px;
font-weight: 700;
line-height: 45px;
margin-bottom: 10px;
}
.hero .form-area .form .btn-area .btn-submit {
    width: 100% !important;
    margin-top: 20px;
    border: none !important;
    color: #000 !important;
}

.hero .form-area .form-control {
    padding: 16px 20px;
    margin-top: 0px;
    border-radius: 8px;
    background-color: var(--white) !important;


}
.hero .form-area textarea{
    height: 60px !important
}
.hero .form-area p{
    margin-bottom: 0px !important;
}
.hero .form-area .form-control.name {
    background: url('../img/landing-latest/Profile.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 95% 45%;
}

.hero .form-area .form-control.email {
    background: url('../img/landing-latest/Mail.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

.hero .form-area .form-control.phone {
    background: url('../img/landing-latest/Phone.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

.hero .form-area .form-control.address {
    background: url('../img/landing-latest/Location.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

.hero .form-area .form-control.message {
    background: url('../img/landing-latest/Notes.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

/* who-we-are */

.who-we-are .item{
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 30px;
}



.who-we-are .specs-area{
    margin-top: 50px;
}

.who-we-are .image-area img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.who-we-are h4{
    font-size: 30px;
font-weight: 700;
margin-bottom: 15px;
}
.who-we-are .bottom {
    margin-top: 50px;
}
.who-we-are .bottom h3{
    margin-bottom: 12px;
}

/* our-services */

.our-services{
    background: url('../img/landing-latest/Services\ BG.jpg') center no-repeat;
    background-size: cover;
    padding-top: 0px !important;
    margin-top:80px;
}

.our-services .whole-content{
    padding: 80px 0px;
}

.our-services .items-area{
    margin-top: 50px;
}

.our-services .item{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 22px 40px;
    position: relative;
    margin-bottom: 30px;
}


.our-services .item .info i{
    background-color: var(--yellow);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.our-services .items-area .item::after {
    content: url('../img/landing-latest/item-line.png');
    position: absolute;
    right: 0;
    top: 47px;
}

/* clean-energy */
.clean-energy {
    background: url('../img/landing-latest/clean-energy-bg.png') center no-repeat;
    background-size: cover !important;
    padding-top: 0px !important;
}

.clean-energy.agriculture{
    background: url('../img/landing-agriculture-solar/benifit-bg.jpg') center no-repeat;
}

.clean-energy .content-whole {
    padding: 80px 0px;
}
.clean-energy .content-box {
    background: rgba(0, 0, 0, 80%);
    border-radius: 15px;
    padding: 50px 50px;
    color: var(--white);
}
.clean-energy .content-box h2{
    font-size: 30px;
    color: var(--white);
}
.clean-energy .content-box .item{
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 30px;
}
.clean-energy .content-box .item h3{
    color: var(--white);
}

/* landing-gallery */

.landing-gallery{
    background: url('../img/landing-latest/gallery-bg.png') center no-repeat;
    background-size: cover;
    padding-top: 0px !important;
}

.landing-gallery .content-area h2{
    color: var(--white);
}

.landing-gallery .gallery-area{
  
    padding: 120px 0px 70px 300px;
    color: var(--white);
}
.landing-gallery .gallery-area .owl-carousel{
    margin-top: 50px;
}
.landing-gallery .gallery-area .owl-carousel .item img{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.landing-gallery .gallery-area .owl-carousel .owl-nav {
    position: absolute;
    top: -18%;
    right: 16%;
    display: flex;
    gap: 20px;
}

.landing-gallery .gallery-area .owl-carousel .owl-nav button{
    border: 2px solid #5b5b5b;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* process */

.process .image-area{
    margin-bottom: 25px;
    margin-top: 50px;
}

.process .item img{
    display: none;
}

/* power-future  */

.power-future .item{
    background: url('../img/landing-latest/power-future-bg.png') center no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.power-future .item .content-area{
    padding: 64px 0px 80px 0px;
}
.power-future .item .content-area h2{
    color: var(--white);
}
.power-future .item .call{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.power-future .item .call p{
    margin-bottom: 0px;
    text-align: left;
}
.power-future .item .call p.quote{
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
}
.power-future .item .call p.nmbr{

font-size: 24px;
font-weight: 800;
color: var(--white);
}

/* testimonials */

.testimonials .owl-carousel .item img{
    width: 40px;
}
.testimonials .owl-carousel .item 
{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 30px;
    margin-right: 12px;
    position: relative;
    height: 410px;
}
.testimonials .owl-carousel .item::after{
    content: url('../img/landing-latest/review-line.png');
    position: absolute;
    bottom: -6px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.testimonials .owl-carousel .item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials .owl-carousel .item .bottom .left .icon{
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonials .owl-carousel .item .bottom .left .icon span{
    background-color:#D9D9D9 ;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #A5A5A5;
    margin: 5px;
}
.testimonials .owl-carousel .item .bottom .left .icon .boder{
    border: 1px dashed #4CB648;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.testimonials .owl-carousel .item .bottom .left .icon p{
    color: #070909;
    font-size: 16px;
    font-weight: 700;
}
.testimonials .owl-carousel{
    margin-top: 30px;
}
.testimonials .owl-carousel .owl-stage-outer {
    padding: 30px 5px;
}

.testimonials .owl-carousel .item p.review{
    margin: 10px 0px 24px 0px;
}




.testimonials .owl-carousel .owl-nav {
    position: absolute;
    top: -16%;
    right: 0;
    display: flex;
    gap: 20px;
}

.testimonials .owl-carousel  .owl-nav button{
    background-color: rgba(76, 182, 72, 30%);
    width: 50px;
    color: #4CB648;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* faqs */

.faqs{
    background: url('../img/landing-latest/faqs-bg.png') center no-repeat;
    background-size: cover;
    padding-top: 0px !important;
    margin-top: 80px;
}

.faqs .content-whole{
    padding: 100px 0px;
}

.accordion-header{
    margin-bottom: 0px !important;

}
.accordion-button {
    background: transparent;
    color: #070909;
    font-size: 16px;
    font-weight: 700;
}
.faqs .accordion-item {
    padding: 16px 0px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
}
.accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: transparent;
    box-shadow: unset !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow:unset !important;
}

.accordion-item .accordion-body p{
    font-size: 16px;
font-style: normal;
font-weight: 400;

}

.accordion-item .accordion-button::after {
    background-image: none !important;
    font-family: 'fontAwesome';
    content: '\f0ab';
    color: var(--yellow);
    height: unset !important;
    font-size: 25px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

/* contact-us */

.contact-us .items-area{
    margin-top:50px;
}

.contact-us .items-area .item{
    border-radius: 20px;
    background: #4CB648;
    padding: 35px;
    color: var(--white);
    position: relative;
}

.contact-us .items-area .item h3{
    color: var(--white);
    margin-bottom: 12px;
}

.contact-us .items-area .item::before{
    content: url('../img/landing-latest/contact-line.png');
    position: absolute;
    top: -11px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.contact-us .form-area{
    margin-top: 50px;
}
.contact-us .form-area .form-control {
    padding: 16px 20px;
    margin-top: 25px;
    border-radius: 8px;
    background-color: #F5F5F5 !important;
    border: none;


}

.contact-us .form-area .form-control.name {
    background: url('../img/landing-latest/Profile.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 95% 45%;
}

.contact-us .form-area .form-control.email {
    background: url('../img/landing-latest/Mail.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

.contact-us .form-area .form-control.phone {
    background: url('../img/landing-latest/Phone.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}

.contact-us .form-area .form-control.address {
    background: url('../img/landing-latest/Location.png');
    background-repeat: no-repeat;

    background-size: auto;
    background-position: 95% 45%;
}
.contact-us .form-area .form-control.message {
    background: url('../img/landing-latest/Notes.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 97.4% 12%;
}
.contact-us .form-area textarea{
    height: 160px;
}

.contact-us .form-area .button-area .btn-yellow{
    width: 220px;
}

/* footer */

footer{
    background: url('../img/landing-latest/footer-bg.png') center no-repeat;
    background-size: cover;
    margin-top: 130px;
    padding: 120px 0px 0px 0px;
}

footer .landing-footer p{
    color: var(--white);
    margin-top: 50px;
}

footer .landing-footer .logo-area{
    padding-bottom: 100px;
}

footer .copy-right .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #636262;
    padding: 30px 0px;
}

footer .copy-right .content span{
    color: #ffff;
    font-style: normal;
    font-weight: 400;
}


.row-item{
    display: grid;
}

.contact-us .form-area .btn-yellow {
    border: none !important;
    color: #fff !important;
}