body {
    margin: 0;
    padding: 0;
}

.body-bg {
    background: #cbee2557;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 120px;
}

.mt-11 {
    margin-top: 160px;
}

.mb-6 {
    margin-bottom: 70px;
}


.mb-7 {

    margin-bottom: 37px;
}


/*-- top --*/

.top {
    background: #000;
    width: 100%;
    line-height: 0;
    position: relative;
    padding: 5px 0px;
    border-bottom: solid 2px #242424;
}

.top ul {

    list-style: none;
    padding: 0;
    margin: 10px 0px;
}

.top ul li {
    display: inline-block;
    margin-right: 15px;
}

.top ul li a {
    font-family: "outfit";
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}


.top ul li a svg {
    vertical-align: sub;
    margin: 0px 2px 0px 2px;
}


.top ul li a:hover,
.top ul li a:hover svg {
    fill: #cbee25;
    color: #cbee25;
    stroke: #cbee25;
}

.top-call a {
    font-family: 'Gotham';
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    vertical-align: text-bottom;
    background: #1bcff9;
    padding: 8px 20px;
    Margin: 0px;
    border-radius: 5px;
}

.top-call a:hover {
    color: #fff;
}


.top-menu ul li {
    float: right;
    margin-right: 0px;
}

.top-menu ul li:first-child a {
    color: #cbee25;
}


.top-menu ul li a {
    font-family: "outfit";
    font-size: 14px;
    font-weight: 400;
    color: #5c4e41;
    padding: 9px 5px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}

.top-menu ul li h5 {
    font-family: "outfit";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: -1px 0px 0px;
}

.top-call svg {
    margin-right: 5px;
}


/*-- top --*/


/*-- navbar --*/


.logo img {
    margin: 10px 0px;
}

.banner-bg {
    background: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.banner-bg-color {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #def768;
    width: 215px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}


.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    /* Show dropdown on hover */
}


.navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
    padding: 10px;
    text-align: left;
    background-color: #def768;
    padding: 10px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu::after {
    border-bottom: 11px solid #def768;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-left: -88%;
    top: -10px;
}

.dropdown-menu li h3 {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 5px;
}


.dropdown-menu li a {
    font-family: "outfit";
    font-size: 15px;
    font-weight: 400;
    color: #000 !important;

}


.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #cbee25 !important;
    background: black;
}
.dropdown-item:focus,
.dropdown-item:active {
    background-color: #ed723f;
    color: #fff;
}


.navbar-dark .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #cbee25 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
   padding: 9px 29px;
    width: max-content;
}

.navbar-nav>li:last-child a {
    background: #ed723f;
    border-radius: 6px;
    padding: 8px 17px 8px 17px !important;
}

.navbar-nav > li:last-child a.nav-link:hover {
    color: #fff !important;
    background: #93b003;
}

.navbar-nav>li:last-child a {
    background: #cbee25;
    margin-left: 10px;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    padding: 8px 20px 8px 20px !important;
    text-align: center;
    color: #000 !important;
}

.navbar-nav .nav-link>li:last-child a:hover {
    color: #fff !important;
    background: #000;
}


/*-- navbar --*/


/*-- banner --*/

.banner-section .carousel-control-prev {
    left: -75px;
}

.banner-section .carousel-control-next {
    right: -75px;
}


.carousel-inner{
    height:100vh !important;
}


.banner-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}



.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}


.slider-content {
    text-align: left;
}


.slider-content p {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.slider-content span {

    color: #cbee25;
}

.slider-content h1 {
    font-family: "Jost", sans-serif;
    font-size: 60px;
    color: #fff;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 83px;
}

.slider-content p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.view-btn {
    margin: 30px 0px;
}


.view-btn a {
    font-family: "Jost", sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    padding: 9px 30px;
    border-radius: 35px;
}

.view-btn a:hover {
    background: #cbee25;
    color: #000;
}


/*-- banner --*/


/*-- Renewable-energy --*/


.tit-1 {
    font-family: "Jost", sans-serif;
    font-size: 19px;
    color: #667c00;
    font-weight: 500;
}

.tit-2 {
    font-family: "Jost", sans-serif;
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin: 20px 0px;
    line-height: 44px;
}


.renewable-energy svg {
    height: 56px;
    width: 50px;
    vertical-align: middle;
}

.renewable-sources {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}


.renewable-sources h5 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 13px 0px;
}

.renewable-sources p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 5px;
    line-height: 26px;
}


.renewable-sources img {
    padding: 5px 0px;
    height: 100%;
    width: fit-content;
}


.renewable-sources a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    margin: 25px 0px 0px;
}

.renewable-sources a span{
    background: #cae28e;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;

}

.renewable-sources a span svg{
    width: 20px;
    height: 20px;
}

.renewable-sources a:hover {
    color: #000;
}

.renewable-sources a:hover span {
  background: #c6c6c6;
}


/*-- Renewable-energy --*/


/*-- Services --*/

.services {
    padding: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 9px 0px rgba(235, 235, 235);
}


.services:hover {
    box-shadow: 0px 0px 0px rgb(235, 235, 235);

}


.services img {
    position: absolute;
    right: -8px;
    top: 0;
}

.services h4 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}


.services a {
    font-family: jost;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;

    color: #7db580;
}

.services a:hover {
    color: #000;
}


.services svg {
    margin-right: 5px;
    vertical-align: bottom;
}


/*-- Services --*/


/*-- one-step-solar --*/


.one-step-solar-img {
    position: relative;
}

.img {
    position: absolute;
    bottom: 248px;
    right: 86px;
}


.one-step-solar img {
    padding: 10px;
}


.one-step-solar h5 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #667c00;
    font-weight: 500;
}


.one-step-solar h2 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 10px 0px;
}


.one-step-solar p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 34px;
    margin: 12px 0px 15px 0px;
}


.one-step-solar a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.one-step-solar svg {
    height: 56px;
    width: 50px;
    vertical-align: middle;
}


.one-step-solar a:hover {
    color: #cbee25;
}


/*-- install-solar-today --*/

.install-solar-today-info h5 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #d5ff29;
    font-weight: 500;
    text-align: center;
}

.install-solar-today-info h2 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
}


.install-solar-today-info p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #ebebeb;
    font-weight: 400;
    line-height: 34px;
    margin: 12px 0px 15px 0px;
    text-align: center;
}


.install-solar-today {
    background: url(../images/abt-solar-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.install-solar-today-info {
    margin: 55px 0px;
}

.solar-achievements ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.solar-achievements li {
    position: relative;
}


.solar-achievements img {
    display: block;
    width: ;
    position: absolute;
    bottom: 94px;
    right: 0;
    left: 0;
    margin-inline: auto;
}


.solar-achievements span {
    font-family: "jost";
    color: #fff;
    font-size: 48px;
    font-weight: 600;

}


.solar-achievements h5 {
    font-family: "jost";
    font-size: 18px;
    font-weight: 400;
    color: #d5ff29;
}

/*-- install-solar-today --*/


/*-- why-choose-us --*/

.para {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 34px;
}

.why-choose-us h5 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px 12px;
}


.why-choose-us p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 26px;
}


.solar-form {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #072032;
    padding: 50px;
    border-radius: 10px;
}

.solar-form svg {

    position: absolute;
}


.solar-form h3 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.solar-form p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.solar-form p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}


.solar-form input[type="text"] {
    background-color: #fff;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    color: #000;
    width: 100%;
    border: 0;
    font-weight: 400;
    padding: 10px;
    margin: 10px 0px;
    position: relative;
}

.solar-form select {
    background-color: #fff;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    color: #757575;
    width: 100%;
    border: 0;
    font-weight: 400;
    padding: 10px;
    margin: 10px 0px;
}


.solar-form input[type="email"] {
    background-color: #fff;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    color: #000;
    width: 100%;
    border: 0;
    font-weight: 400;
    padding: 10px;
    margin: 7px 0px 15px;
}

.solar-form input[type="number"] {
    background-color: #fff;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    color: #000;
    width: 100%;
    border: 0;
    font-weight: 400;
    padding: 10px 10px;
    margin: 0px 0px 6px;
}

.subscribe {
    margin-top: 30px;
    margin-bottom: 20px;
}

.solar-form button {
    width: 100%;
    border: 0;
    background: #48a83d;
    padding: 13px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
}


.solar-form button:hover {

    color: #000;
    background: #d5ff29;
}

.solar-form a {
    border: 0;
    background: #48a83d;
    padding: 13px 128px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

/*-- testimonials --*/

.testimonial {
    background: #f3f8f3;
    padding: 30px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 6px 4px rgba(217, 217, 217);
}


.testimonial p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555353;
}

.testimonial-section p {
    font-family: "jost";
    font-weight: 400;
    font-size: 17px;
}


.testimonial h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #008900;
    margin: 27px 0px 16px;
}


.testimonial img {
    position: absolute;
    right: 17px;
    top: 12px;
}


/*-- testimonials --*/


/*-- about-us --*/

.abt-us h5 {
    padding: 7px 20px;
    border-radius: 26px;
    color: #cbee25;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    background: black;
    display: inline-block;

}


.tit-2 span {

    color: #cbee25;
}


.abt-us a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    background: #cbee25;
    color: #000;
    padding: 9px 25px;
    border-radius: 5px;
}

.abt-us a:hover {
    color: #fff;
    background: #000;
}


.abt-us img {
    border-radius: 10px;
}


/*-- features --*/


.feature-info {
    /* border-radius: 13px; */
    background: #000;
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(9.4px);
    -webkit-backdrop-filter: blur(9.4px);
    /* border: 1px solid rgba(203, 238, 37, 0.2); */
    height: 100%;
    padding: 30px;
}

.features svg {
    border-radius: 16px;
    height: 55px;
    width: 60px;
    background: #d9ff28;
    padding: 12px 14px;
    margin-bottom: 10px;
}


.feature-info h4 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.feature-info p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #f4f4f4;
}

/*-- features --*/


/*-- details-solar --*/


    /*-- details-solar --*/

    .details-bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

    .details-bg-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }


.details-bg li {
    margin: 5px 0px;
    font-family: 'Jost';
    font-size: 17px;
    font-weight: 400;
    margin-left: 60px;
    line-height: 25px;
}


.details-bg-2 li {
    margin: 5px 0px;
    font-family: 'Jost';
    font-size: 17px;
    font-weight: 400;
    margin-left: 63px;
    line-height: 25px;
}

.details-bg h4 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    margin: 7px -30px;
}

.details-bg-2 h4 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    margin: 7px -30px;
}

    .details-bg svg {
    height: 17px;
    width: 17px;
    margin-right: 10px;
    vertical-align: middle;
    }

  .details-bg-2 svg {
    height: 17px;
    width: 17px;
    margin-right: 10px;
    vertical-align: middle;
    }


    .details-bg h3 {
    font-family: 'Jost';
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0px 20px 30px;
    }

.details-bg-2 h3 {
    font-family: 'Jost';
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0px 20px 30px;
}

.detail-border {
    padding: 7px;
    border-radius: 20px;
    background: linear-gradient(244deg,var(--token-6c2280c6-57cd-4f1e-a81d-7e18fe223b6d, #edffe3) 0%,var(--token-1eeffa50-d0e7-475a-ae85-eb2a3f2ffc02, rgb(255, 255, 255)) 73%,rgb(253,255,252) 100%);
    border: solid 1px rgba(0, 0, 0, .05);

}
    .detail-border-2 {
    border: solid 1px #000;
    padding: 40px 40px;
    }


.details-bg {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.details-bg-2 {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.details-bg-2 {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.contact h2 {
    font-family: "Jost", sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin: 20px 0px 35px 0px;
    line-height: 65px;
}

.contact a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    background: #cbee25;
    color: #000;
    padding: 9px 25px;
    border-radius: 5px;
}

.contact a:hover {
    color: #fff;
    background: #000;
}


.contact span {

    color: #cbee25;
}


/*-- details-solar --*/


/*-- about-us --*/


/*-- services --*/



.faq-section {
    font-family: "jost";
    width: 100%;
    /* padding: 0 19rem; */
}

.faq-title {
    font-weight: 600;
    font-size: 2rem;
    color: #cbee25;
    /* text-align: center; */
    display: inline-block;
    padding: 5px 21px;
    border-radius: 13px;
    font-size: 35px;
    color: #cbee25;
    /* background: #000; */
}

 .faq-item + .faq-item {
    margin-top: 1.5rem;
    }

.faq-question {
    width: 100%;
    padding: 15px 1.5rem;
    font-size: 1.125rem;
    text-align: left;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "jost";
    font-weight: 500;
    color: #1e1717;
    background: #f4f4f4;
    font-family: "jost";
    font-weight: 400;
    font-size: 15px;
}

    .faq-question[aria-expanded="true"] {
    border-color: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

.faq-question.expanded {
    background: #f4f4f4;
    color: #000;
    font-family: "jost";
    font-weight: 400;
    font-size: 15px;
}

    .faq-icon {
    stroke: #64748b;
    transition: transform 0.3s ease, stroke 0.3s ease;
    flex-shrink: 0;
    }

    .faq-question[aria-expanded="true"] .faq-icon,
    .faq-question.expanded .faq-icon {
    transform: rotate(45deg);
    stroke: #2563eb;
    }

.faq-answer {
    padding: 1rem 1.5rem;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    border: 1px solid #e4e7ec;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #f9fafb;
    user-select: text;
    font-family: "jost";
    font-weight: 400;
    font-size: 15px;
}

.faq-answer.expanded {
    background: #f4f4f4;
}


/*-- service-info

    .service-info h1 {
    font-family: "jost";
    font-weight: 600;
    font-size: 35px;
    color: #cbee25;
    background: #000;
    display: inline;
    padding: 5px 21px;
    border-radius: 13px;
    }



    .service-info .img1 {
    width: 100%;
    height: 26%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    }

    .service-info h4 {
    font-family: "jost";
    font-weight: 500;
    font-size: 35px;
    color: #cbee25;
    margin: 39px 0px 0px;
    background: #000;
    display: inline-block;
    padding: 5px 21px;
    border-radius: 13px;
    }


    .service-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    }

    .service-info li {
    font-family: "jost";
    font-weight: 500;
    font-size: 16px;
    color: #5a5a5e;
    margin: 10px 0px 10px;
    line-height: 31px;
    }


    .service-info ul li svg {
    enable-background: new 0 0 16 16;
    margin-right: 10px;
    vertical-align: middle;
    fill: #d0ef3a;
    }  --*/
.service-tit h1 {
    font-size: 50px;
    font-family: "jost";
    font-weight: 500;

}

.service-tit span {
    color: #d7f448;
}

.service-tit h4 {
    font-family: "jost";
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0px 0px;
    line-height: 32px;
}

.ser-banner {
    background: url(../images/service-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.ser-banner::after {
    content: "";
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0px;
}

.commercial-banner {
    background: url(../images/commercial-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.industrial-banner {
    background: url(../images/industrial-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.ser-banner h2 {
    font-size: 40px;
    font-family: "jost";
    color: #fff;
    margin: 200px;
    border: solid 1px rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}
.service-banner {
    padding: 0px 20px;
}

.service-banner img {
    border-radius: 15px;
    height: 100%;
}

.solar-promises {
    position: relative;
}

.service-info h4 {
    font-family: "jost";
    font-weight: 500;
    font-size: 30px;
    color: #d7f448;
    display: inline-block;
}

.service-info-2 h4 {
    font-family: "jost";
    font-weight: 500;
    font-size: 30px;
    color: #d7f448;
    display: inline-block;
}

.service-info p {
    font-family: "jost";
    font-weight: 500;
    font-size: 15px;
    color: #fdf4e3;
    line-height: 24px;
}

.service-info-2 p {
    font-family: "jost";
    font-weight: 500;
    font-size: 15px;
    color: #fdf4e3;
    line-height: 24px;
}


.service-info {
    position: absolute;
    bottom: 11px;
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    margin: 10px 40px;
    padding: 20px;
    border-radius: 10px;
    left: 0px;
    right: 0px;
    /* margin-inline: auto; */
    display: inline-block;
}


.service-info-2 {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    margin: 0px 55px;
    padding: 20px;
    border-radius: 10px;
}

.service-tag {
    margin: 50px 0px;
}

.service-tag span {
    color: #d3ef47;
    font-weight: 500;
}


.service-tag h2 {
    font-size: 40px;
    font-family: "jost";
    font-weight: 400;
    padding: 40px;
    line-height: 67px;
    color: #fff;
    /* border: solid 1px #000; */
    border-radius: 10px;
    background: #000;
}

.benefits img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.benefits h3 {
    font-size: 40px;
    font-family: "jost";
    font-weight: 500;
    margin: 10px 20px;
}

.benefits span {
    color: #d7f448;
}


.benefits ul {
    list-style: none;
    margin: 40px 20px;
    padding: 0;
}

.benefits li {
    font-family: "jost";
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 400;
}

.benefits li svg {
    height: 18px;
    margin-right: 10px;
}

.benefits p {
    margin: 0px 20px;
    font-family: "jost";
    font-weight: 400;
    font-size: 20px;
}

.how-works {
    background: url(../images/service-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
    padding: 100px;
    position: relative;
}

.how-works::after {
    content: "";
    position: absolute;
    background: #000;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0.5;
}


.how-works h2 {
    font-family: "jost";
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.how-works span {

    color: #d7f448;
}


.solar-home {
    background: #e2f77e94;
    padding: 60px 0px;
}

.solar-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;

}

.solar-home li {
    font-size: 16px;
    font-family: "jost";
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px;
    text-align: center;
    color: #243c69;
}

.solar-home li:last-child {
    font-size: 16px;
    font-family: "jost";
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px;
    text-align: center;
}

.solar-home li:nth-child(2) {
    font-size: 16px;
    font-family: "jost";
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px;
    padding: 0px 60px;
    text-align: center;
}


.solar-home span {
    font-size: 60px;
    font-family: "jost";
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #113675;
}

.solar-home p {
    font-family: "jost";
    font-size: 17px;
    line-height: 30px;
    margin: 40px 0px 45px;
}

.solar-home h3 {
    font-size: 40px;
    font-family: "jost";
    font-weight: 500;
}

.solar-home h3 span {
    color: #d7f448;
    font-size: 40px;
    display: inline;
}

.solar-home a {
    font-size: 17px;
    text-decoration: none;
    color: #000;
    background: #d7f448;
    padding: 7px 20px;
    border-radius: 7px;
    /* margin: ; */
    font-family: "jost";
    font-weight: 400;
}


.solar-home img {
    border-radius: 20px;
    /* object-fit: fill; */
}

.home-bg {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

/*-- service-info --*/


/*-- services --*/


/*-- contact-us --*/
.get-in-touch {
    padding: 0px 110px;
}

.get-in-touch h2 {
    font-family: "jost";
    font-size: 36px;
    font-weight: 600;
}

.get-in-touch p {
    font-family: "jost";;
    font-size: 15px;
    font-weight: 400;
    color: #282828;
    line-height: 26px;
}

.get-in-touch span {
    color: #12a0db;
}

.company-details {
    /* background: #fff; */
    padding: 40px 20px;
    border-radius: 20px;
    height: 100%;
}


.company-details span{
    color:#cbee25;
}

.company-details h4 {
    font-family: "outfit";
    font-size: 38px;
    color: #000;
    font-weight: 500;
    margin: 20px 0px;
    line-height: 49px;
}


.company-details p {
    font-family: outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: solid #000 1px;
    padding: 0px 0px 50px;
}

.contact-form {
    padding: 20px 40px;
    margin-bottom: 70px;
}

.company-details h5 {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #000;
}

.company-details h6 {
    font-family: "outfit";
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: #000;
    margin-left: 36px;
}

.company-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.company-details li {
    margin: 20px 20px;
    /* line-height: 45px; */
}

.company-details li a {
    color: #000;
    text-decoration: none;
    font-family: "outfit";
}

.company-details li svg {
    fill: #cbee25;
    margin-right: 10px;
}

.company-details li a:hover {
    color: #12a0db;
}

.form-group label {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.contact-form-bg .form-group input {
    border-radius: 8px;
    padding: 10px 18px;
    margin: 10px 0px;
}


#message {
    border-radius: 10px;
}

.contact-form input:focus {
    outline: none;
    box-shadow: inherit;
    background: #fff;
    color: #000;
}

.contact-form .form-group button {
    /* color: #fff; */
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
    background: #cbee25;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 8px;
    border: none;
    margin: 15px 0px;
    color: #000;
}


.contact-form-bg h4 {
    font-family: "outfit";
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px 0px 0px;
    color: #fff;
}

.contact-form-bg h5 {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px 20px;
    color: #fff;
}

.address-info ul {

    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.address-info {
    border: solid 1px #d7d7d7;
    border-radius: 25px;
    padding: 11px;
}

.address-info:hover {
    background: #fae9df;
    color: #fff;
}

.address-info svg {
    margin-right: 10px;
}

.address-info li a {
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}


.address-info li p {
    font-family: "outfit";
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    margin: 4px 0px;
}


.address-info li h4 {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 500;
    color: #ed723f;
}


nopadding {
    padding: 0 !important;
}

.map iframe {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.location {
    width: 100%;
    display: inline-block;
}


.contact-form-bg {
    background: #000;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .get-in-touch {
        padding: 0px;
        margin: 40px 0px;
    }

    .company-details {
        padding: 40px 0px;
    }

    .company-details li {
        margin: 0px 20px;
    }

    .form-group {
        margin: 30px 0px;
    }
}

/*-- contact-us --*/


/*-- terms-conditions --*/


.faq h3 {
    font-family: "jost";
    font-size: 25px;
    font-weight: 600;
    margin: 13px 0px;
}

.faq p {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.faq -info {
    padding: 20px 90px 0px 90px;
}

.faq-tit span {
    font-family: "jost";
    color: #1e1717;
    background: #cbee25;
    padding: 6px 12px;
    border-radius: 18px;
    font-size: 15px;
    /* margin: 23px; */
    font-weight: 500;
}

.faq-tit h1 {
    font-family: "jost";
    margin: 15px 0px;
    font-weight: 600;
}

.faq-info {
    padding: 100px 0px;
    background: #edf9b4;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/*-- terms-conditions --*/


/*-- footer --*/

footer {
    background: #181818;
    position: relative;
    margin: 0px;
    padding: 100px 0px;
}


footer .logo img {
    height: 30px;
    display: block;
}


footer .logo a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0bc312;
    text-decoration: none;

}

footer .line {
    background: #539d56;
    height: 1px;
    width: 20%;
    display: inline-block;
    margin: 40px 0px;
}


footer .media-icons {
    list-style: none;
    padding: 0;
}

footer .media-icons li {
    display: inline-block;
    margin: 0px 5px;
}

footer .media-icons li a {
    background: #464646;
    padding: 9px 14px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}


footer .media-icons li a svg {
    fill: #c8c8c8;
    stroke: #c8c8c8;
}

footer .media-icons li a:hover svg {
    color: #cbee25;
    fill: #cbee25;
}

footer h4 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 25px;
}


footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    text-decoration: none;
    color: #a0a0a0;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0px;
}


footer ul li a:hover {
    color: #cbee25;
}


footer span {
    margin-left: 0px;
}

#1 {
    margin-left: 34px;
}

footer i {
    margin-left: 24px;

}

.sub-footer {
    background: #000;
    padding: 20px 0px;
    width: 100%;
    border-top: 1px solid #312f2f;
}

.sub-footer p {
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.space {
    margin-bottom: 53px;
}


/*-- footer --*/

.banner-section {
    margin-top: -102px;
}

.navbar {
    position: relative;
    z-index: 999;
    background: #000;
}

.home .navbar {
    position: relative;
    z-index: 999;
    background: transparent;
}


.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.solar-home .counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #113675;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 600px) {


    .top ul {
        display: none;
    }


    .navbar-nav li {
        margin: 10px 0px 0px;
        text-align: center !important;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        padding-left: 10px;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: 145px;
        top: 29px;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        position: static;
        /* ✅ Let it flow naturally in mobile view */
        float: none;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .slider-content h1 {
        font-family: "Jost", sans-serif;
        font-size: 30px;
        color: #fff;
        line-height: 34px;
    }

    .slider-content {
        margin: 0px 0px;
    }

    .slider-content p {
        font-size: 14px;
        line-height: 26px;
    }


    .solar-form a {

        padding: 13px 122px;

    }

    .abt-us h5 {
        width: 60%;
    }

    .tit-2 {
        font-size: 30px;
    }

    .abt-us img {
        margin-bottom: 10px;
    }

    .mt-9 {
        margin-top: 5px;
    }

    .tit-2 {
        font-size: 30px;
    }

    .para {
        font-size: 14px;
    }

    .details-solar {
        padding: 0px 20px;
    }

    .detail-border {
        margin: 0px 10px 0px 10px;
    }

    .details-bg {

        margin: 58px 0px 0px -18px;
    }


    .service-info h1 {
        font-size: 32px;
    }

    .ser-banner h2 {
        font-size: 25px;
        margin: 50px;
    }

    .service-tit h1 {
        font-size: 35px;
        font-weight: 500;
    }

    .service-tit h4 {
        font-size: 18px;
    }

    .how-works {
        padding: 30px;
    }

    .how-works h2 {
        font-size: 25px;
    }

    .solar-home span {
        font-size: 30px;
    }

    .solar-home li:nth-child(2) {
        padding: 0px 40px;
    }

    .solar-home img {
        border-radius: 20px;
        margin-top: 35px;
    }

.service-info {
    bottom: 256px;
    margin: 0px 45px 0px;
}
.service-info-2 {
    margin: 0px 45px 0px;
    bottom: 33px;
}

    .service-info h4 {
        font-size: 20px;
    }

    .service-info-2 h4 {
        font-size: 20px;
    }

    .service-info p {
        font-size: 11px;
    }

    .service-info-2 p {
        font-size: 11px;
    }

    .service-tag h2 {
        font-size: 20px;
        padding: 40px;
        line-height: 40px;
    }

    .benefits p {
        margin-bottom: 30px;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu::after {
        display: none;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        text-align: center;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #1e1717;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #cbee25 !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #8bc621 !important;
        padding: 10px;
        background-color: #1e1717;
    }

    .banner-bg-color {
    background-color: #000;
    width: 100%;
    height: 100%;
}
.banner-section {
    margin-top: 0px;
}

.solar-home .counter-count {
    font-size: 40px !important;
}


    footer .media-icons {
        margin: 10px 0px;
    }

    footer h4 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}