@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap');

html,
body {
    font-family: 'Sora';
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

a,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
    line-height: 70px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    line-height: 32px;
}

img {
    object-fit: cover;
}

.gap {
    padding: 120px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}

/* 1. header */
/* top-bar */
.top-bar-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-text a {
    text-transform: capitalize;
    font-weight: bold;
}

.top-bar-text p,
.top-bar-text a {
    font-weight: 400;
    text-transform: lowercase;
    color: white;
}

.top-bar-text a p:hover {
    color: #fe5716;
}

.top-bar-text li i {
    padding-right: 6px;
}

.top-bar-text li {
    padding-right: 30px;
}

.top-bar-mail {
    align-items: center;
}

.top-bar-mail i {
    background-color: #FE5716;
    width: max-content;
    height: max-content;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 10px;
}

.top-bar {
    z-index: 4;
    position: relative;
    padding: 8px;
    padding-bottom: 61px;
}

/* 2. navbar */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
    opacity: 0;
    transition: 1s all;
}

.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 20px;
}

.navbar-links {
    list-style-type: none;
    display: flex;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    padding: 10px 25px;
    transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
    position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
    padding: 10px;
}

.navbar-links li.navbar-dropdown .dropdown {
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(24px);
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
    margin-top: 27px;
}

.navbar-links li.navbar-dropdown .dropdown:before {
    content: "";
    width: 40%;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
}

.navbar-links li.navbar-dropdown .dropdown a {
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
}

.navbar-links li.navbar-dropdown .dropdown li:nth-child(even) a {
    background-color: #ebebeb;
}

.navbar-links li.navbar-dropdown .dropdown li a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-links li.navbar-dropdown .dropdown li a:hover {
    color: white;
}

.navbar-links li.navbar-dropdown .dropdown li:nth-child(even) a:hover {
    background-color: transparent;
    color: white;
}

.navbar-links li.navbar-dropdown .dropdown li a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.desktop-nav nav .nav-bar ul>li ul.sub-menu li a:hover {
    color: white;
}

.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):hover:after {
    width: 75%;
}

.navbar-links li>a {
    border-bottom: 5px solid transparent;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    font-size: 18px;
}

.menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 54px;
    padding-left: 23px;
    margin-top: -52px;
    z-index: 111;
    position: relative;
}

a.search-btn svg {
    width: 30px;
    height: auto;
    display: flex;
}

a.header-button {
    background-color: #000;
    color: white;
    font-weight: bold;
    padding: 40px 34px;
    border-radius: 70px;
    margin-left: 20px;
}

.logo {
    margin-top: -12px;
}

/* 3. hero-section */
.slider-hero {
    margin-top: -52px;
    position: relative;
}

.hero-section {
    position: relative;
    padding-top: 200px;
    padding-bottom: 160px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.featured-area-one h2 {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
    width: 90%;
}

.featured-area-one {
    position: relative;
    z-index: 11;
}

.featured-area-one h6 {
    color: #dadada;
    width: 74%;
    padding-bottom: 20px;
}

/* 4. button */
.button {
    background-color: #fe5716;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 65px;
    color: white;
    font-weight: bold;
    width: auto;
    position: relative;
    z-index: 1;
}

.button:hover {
    color: #fe5716;
    background-color: transparent;
    z-index: 1;
}

.button:before {
    content: "";
    position: absolute;
    border: 3px solid #fe5716;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50px;
    top: 0;
    transform: scale(0.5);
    z-index: -1;
}

button.button {
    border: 0;
}

.button:hover:before {
    transform: scale(1);
}

.owl-item.active .hero-section h2 {
    animation-duration: 1.3s;
    animation-name: fadeInOne;
}

.owl-item.active .hero-section h6 {
    animation-duration: 1.6s;
    animation-name: fadeInOne;
}

.owl-item.active .hero-section a.button {
    animation-duration: 2s;
    animation-name: fadeInOne;
}

.owl-item.active .hero-section:before {
    position: absolute;
    content: "";
    height: 640px;
    width: 1040px;
    border-radius: 417px;
    background-color: #17195acf;
    z-index: 2;
    transform: rotate(317deg);
    left: 30px;
    top: -7%;
    animation-duration: 1s;
    animation-name: fade-down;
}

@keyframes fade-down {
    0% {
        opacity: 0;
        -webkit-top: -100px;
        top: -100px;
    }

    40% {
        opacity: 0;
        -webkit-top: -80px;
        top: -80px;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slider-home-1.owl-carousel .owl-dots.disabled,
.slider-home-1.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 18%;
}

.slider-home-1.owl-carousel .owl-nav.disabled button i {
    background-color: #ffffff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0a9642;
    line-height: 0;
    font-size: 20px;
}

.slider-home-1.owl-carousel .owl-nav.disabled button i:hover {
    background-color: #fe5716;
    border: 1px solid #fe5716;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fe571600;
    color: #fff;
    text-decoration: none;
}

/* 5. domestic */
.domestic {
    padding: 50px 100px;
    border-radius: 30px;
    text-align: center;
}

.domestic p {
    color: white;
}

.domestic h3 {
    font-weight: bold;
    color: white;
    padding-top: 24px;
    padding-bottom: 10px;
}

.domestic.commercial {
    background-color: #17195A;
}

/* 6. heading */
.heading p {
    color: #fe5716;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.heading .line {
    display: block;
    width: 83px;
    height: 3px;
    background-color: #fe5716;
    margin-bottom: 18px;
    margin-top: 4px;
}

.heading h2 {
    font-size: 35px !important;
    line-height: 43px !important;
    color: rgb(0, 0, 0);
    font-weight: 900;
    margin-bottom: 20px;
}

.renewable-group {
    width: 86%;
    margin-left: auto;
}

.renewable-group img {
    padding-top: 20px;
}

.renewable-group h3 {
    font-size: 20px;
    padding-top: 4px;
    line-height: 1.2;
    font-weight: 900;
}

/* 7. battery-storage */
.battery-storage {
    position: relative;
    overflow: hidden;
}

.battery-storage.two img {
    height: 674px;
}

.battery-storage:before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: .6;
}

.battery-storage-text p {
    color: white;
}

.battery-storage img {
    border-radius: 30px;
    width: 100%;
}

.battery-storage-text {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 30px;
    transform: translateY(54px);
}

.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
}

.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    padding-bottom: 20px;
}

.battery-storage:hover .battery-storage-text {
    transform: translateY(0px);
}

.battery-storage i {
    background-color: #0a9642;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
}

.battery-storage:hover:before {
    background-color: #17195A;
}

.battery-storage:hover i {
    background-color: #fe5716;
}

.battery-storage:hover svg {
    transform: rotate3d(1, 1, 1, 360deg);
}

/* 8. count */
.count-title-text {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    align-items: center;
    text-align: center;
}

.count-title-text span,
.count-title-text h2 {
    font-size: 50px;
    font-weight: bold;
    padding-top: 25px;
}

.count-title-text p {
    width: 74%;
    margin: auto;
}

/* 9. recent-projects */
.recent-projects {
    background-color: #FAFAFA;
}

.recent-projects-text {
    background-color: white;
    box-shadow: -1px 10px 34px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0, 0, 0, 0.15);
    padding: 40px;
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-left: 40px;
}

.recent-projects-text h5 {
    font-weight: bold;
    padding-bottom: 30px;
}

.recent-projects-text h6 {
    font-size: 32px;
    font-weight: bold;
    display: inline;
    padding-right: 15px;
}

.recent-projects-text span {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

.recent-projects-text i:hover svg {
    fill: white;
}

.recent-projects-text i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    justify-content: center;
    right: 10px;
    bottom: 10px;
}

.recent-projects-text i:hover {
    background-color: #FE5716;
}

.recent-projects-img img {
    border-radius: 30px;
    width: 100%;
}

.recent-projects-img {
    margin-bottom: 55px;
    width: 97%;
}

.recent-projects-text:hover {
    box-shadow: -1px 10px 34px 1px rgb(0 0 0 / 0%);
    -webkit-box-shadow: -1px 10px 34px 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0, 0, 0, 0.15);
}

.new-project button.owl-dot.active {
    background-color: #eb5014;
}

.new-project button.owl-dot {
    background-color: #D9D9D9;
    height: 6px;
    width: 33%;
    margin-bottom: 60px;
}

.new-project.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #86979100;
}

/* 10. energix */
.energix {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.energix:before {
    top: 0;
    content: "";
    position: absolute;
    background-color: #fffffff5;
    width: 100%;
    height: 100%;
    opacity: .95;
}

.heading {
    position: relative;
}

/* 11. use-energix */
.use-energix {
    position: relative;
    align-items: flex-start;
    margin-bottom: 44px;
}

.use-energix h6 {
    color: #666;
}

.use-energix i {
    background-color: white;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #ff8f07;
    position: relative;
    z-index: 1;
}

.use-energix-icon i:before {
    transform: rotate(100deg);
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    content: "";
    border-radius: 64%;
    z-index: -15;
    border: 10px solid #ff8f07;
    clip-path: inset(50% 0 0 50%);
}

.use-energix:hover .use-energix-icon i:before {
    transform: rotate(466deg);
}

.use-energix-icon {
    position: relative;
    margin-right: 20px;
}

.use-energix h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 8px;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* 12. video */
.video {
    position: relative;
}

.video img {
    border-radius: 30px;
    width: 100%;
}

.video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video i {
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #fff;
    outline: 5px solid #0a9642;
}

.call-for {
    position: relative;
    width: 54%;
    border-radius: 30px;
    padding: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.call-for p {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.call-for a {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.call-for.mail-for {
    background-color: white;
    border-radius: 30px;
    margin-left: -25px;
}

.call-for.mail-for p {
    color: #666;
}

.call-for.mail-for a {
    color: #000;
}

/* 13. process-solutions */
.process-solutions .heading {
    text-align: center;
}

.process-solutions .heading h2 {
    width: 71%;
    margin: auto;
}

.process-solutions .heading .line {
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}

/* 14. free-consultation */
.free-consultation-number {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    justify-content: space-between;
    padding-left: 40px;
    border-radius: 30px;
}

.free-consultation-number span {
    font-size: 30px;
    font-weight: bold;
    padding: 38px 29px;
    border-radius: 30px;
    color: white;
}

.free-consultation-number h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.free-consultation {
    border: 5px solid #D9D9D9;
    border-radius: 30px;
    padding: 25px;
    padding-left: 0;
    width: 95%;
    margin-left: auto;
    margin-top: 40px;
}

.process-solutions .heading {
    padding-bottom: 40px;
}

.free-consultation-number {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    justify-content: space-between;
    padding-left: 50px;
    border-radius: 30px;
    margin-bottom: 26px;
    margin-left: -20px;
}

.free-consultation p {
    padding-left: 35px;
    padding-bottom: 50px;
}

.free-consultation svg {
    margin-left: 35px;
}

.free-consultation:hover .free-consultation-number span {
    background-color: #fe5716;
}

/* 15. client-reviews */
.client-reviews-text h3 {
    line-height: 46px;
    color: #666;
    padding-bottom: 30px;
}

.client-reviews-text h4 {
    font-size: 32px;
    font-weight: bold;
}

.client-reviews-text i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

/* 16. pricing-plans */
.pricing-plans {
    background-color: #fafafa;
    padding-bottom: 360px;
}

.pricing-plans .heading {
    text-align: center;
}

.pricing-plans .heading .line {
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}

/* 17. solar-energy */
.solar-energy {
    position: relative;
    background-color: white;
    border-radius: 30px;
    padding: 50px;
    border: 5px solid #0A9642;
    z-index: 1;
    margin-top: 18px;
    margin-bottom: 18px;
}

.solar-energy:before {
    top: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 7.5%;
}

.solar-energy:after {
    bottom: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 7.5%;
}

.solar-energy h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;
}

.solar-energy h2 {
    font-weight: bold;
}

.solar-energy sub {
    font-size: 16px;
    bottom: 0;
    padding-left: 6px;
    font-weight: 400;
    color: #666;
}

.solar-energy h2 {
    font-weight: bold;
}

.solar-energy sub {
    font-size: 16px;
    bottom: 0;
    padding-left: 6px;
    font-weight: 400;
    color: #666;
}

.solar-energy ul {
    padding-top: 25px;
    padding-bottom: 15px;
}

.solar-energy ul li {
    padding-bottom: 20px;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: black;
}

.solar-energy ul li img {
    padding-right: 10px;
}

/* 18. nav-c-slider */
.nav-c-slider {
    position: relative;
    border: 14px solid #fafafa;
    border-radius: 100%;
    min-height: 530px;
    margin-right: 80px;
}

.nav-c-slider:before {
    content: "";
    width: 407px;
    height: 552px;
    background-color: white;
    position: absolute;
    top: -25px;
    right: 190px;
    z-index: 0;
}

.nav-c-slider a img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
    -moz-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
}

.nav-c-slider a img,
.slider-main-img img {
    object-fit: cover;
}

.nav-c-slider a {
    position: absolute;
}

.nav-c-slider a:nth-child(1) {
    top: 0%;
    right: 9%;
}

.nav-c-slider a:nth-child(2) {
    top: 20%;
    right: -6%;
}

.nav-c-slider a:nth-child(3) {
    top: 44%;
    right: -11%;
}

.nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -2%;
}

.nav-c-slider a:nth-child(5) {
    top: 84%;
    right: 14%;
}

.slider-main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slider-main-img img {
    width: 440px;
    height: 440px;
    border-radius: 100%;
}

a.next-slide:before,
a.next-slide.nav-active:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
    z-index: 1;
}

.next-slide:hover:before,
a.next-slide.nav-active:hover:before,
a.next-slide.nav-active:before {
    visibility: visible;
    opacity: 0.8;
}

a.next-slide.nav-active {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

/* Circle Slider End */
/* 19. request-quote */
.request-quote {
    border-radius: 30px;
    padding: 70px;
    position: relative;
    margin-top: -227px;
}

.request-quote .heading h2 {
    font-size: 30px;
    color: white;
}

.request-quote .heading h6 {
    font-size: 16px;
    color: white;
}

.request-quote:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #17195ad9;
    left: 0;
}

/* 20. request-quote-form */
form.request-quote-form {
    position: relative;
}

form.request-quote-form input,
form.request-quote-form textarea {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 0;
    outline: none;
    padding-left: 30px;
    margin-bottom: 16px;
}

form.request-quote-form textarea {
    height: 115px;
    padding-top: 20px;
    border-radius: 20px;
    margin-bottom: 16px;
}

form.request-quote-form {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: -128px;
}

/* 21. Recent News */
.blog-img {
    position: relative;
    margin-bottom: 10px;
}

.blog-img img {
    width: 100%;
    border-radius: 30px;
}

.admin img {
    border-radius: 50%;
    margin-right: 10px;
}

.blog-img h6 a {
    color: white;
}

.blog-img h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 0;
    font-weight: bold;
    color: white;
}

/* 22. blog-text */
.blog-text span {
    font-size: 14px;
    padding-right: 30px;
    text-transform: capitalize;
}

.blog-text>span {
    padding-right: 0;
    color: #666;
    border-bottom: 1px solid #666;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-text h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 26px;
    text-transform: capitalize;
}

.blog-update a.button {
    margin-top: 50px !important;
}

/* 23. sponsors */
.sponsors {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners h3 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    line-height: 22px;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.sponsors img {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

/* 24. footer */
footer.one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}

footer.one:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: .9;
}

footer.one .logo {
    margin-top: -12px;
    z-index: 1;
    position: relative;
}

/* 25. footer social-media */
.social-media li a {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.social-media li a:hover,
.footer-bottom li a:hover {
    color: #fe5716;
}

.social-media li {
    padding-right: 20px;
}

.social-media li i {
    padding-right: 8px;
}

.social-media {
    margin-top: 40px;
}

/* 26. about-energix */
.about-energix {
    position: relative;
}

.about-energix p {
    color: white;
}

.about-energix a p:hover {
    color: #FE5716;
}

.about-energix h5 {
    text-transform: capitalize;
    color: #fafafa;
    font-weight: bold;
    padding-bottom: 20px;
}

.about-energix input::placeholder {
    color: #fff;
}

.about-energix input {
    width: 100%;
    background-color: transparent;
    border: 3px solid #9F9F9F;
    height: 60px;
    padding-left: 30px;
    border-radius: 38px;
    color: #fff;
    outline: none;
}

.about-energix form {
    position: relative;
    margin-top: 16px;
}

.about-energix form .button {
    position: absolute;
    right: 6px;
    padding: 0;
    height: 48px;
    width: 48px;
    top: 6px;
}

/* 27. contact-footer */
.contact-footer {
    padding-top: 100px;
    position: relative;
}

.use-energix-icon i:before {
    transition: .7s ease-in-out;
}

.contact-info {
    border-radius: 62px;
    padding: 10px;
    align-items: center;
    display: flex;
}

.contact-info i {
    width: 74px;
    height: 74px;
    background-color: #fe5716;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-info h4 {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.contact-info p {
    font-size: 16px;
    color: white;
}

/* 28. footer-bottom */
.footer-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
}

.footer-bottom li a {
    color: white;
    margin-left: 40px;
}

.footer-bottom p {
    color: white;
}

/* 29. featured-area-two */
.featured-area-two {
    padding-top: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}

.banner {
    padding-top: 170px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -53px;
}

.featured-area-two:before,
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
}

/* 30. header.two */
header.two {
    width: 100%;
    position: absolute;
}

header{
    z-index: 11111111111111111111;
}

header.two .top-bar {
    background-color: transparent;
}

header.two .menu-bar {
    padding-left: 0;
}

header.two a.header-button {
    background-color: #fe5716;
    color: white;
    font-weight: bold;
    padding: 22px 34px;
    border-radius: 70px;
    margin-left: 20px;
}

header.two .logo {
    background-color: #fff;
    padding: 20px;
    margin-top: 0;
    border-radius: 61px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

header.two .navbar-links li>a {
    color: white;
}

header.two .menu-bar {
    position: relative;
}

header.two .menu-bar:before {
    position: absolute;
    background-color: #0a9642;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 73px;
    left: 20%;
    z-index: -1;
}

header.two a.search-btn svg {
    fill: white;
}

.featured-area-two .featured-area-one h6 {
    padding-bottom: 36px;
}

/* 31. slide-two-img */
.slide-two-img img {
    border-radius: 50%;
    width: 100%;
}

.slide-two-img {
    position: relative;
    margin-right: 44px;
    margin-bottom: 38px;
}

.slide-two-img figure {
    position: relative;
}

.slide-two-img:before {
    transform: rotate(91deg);
    width: 676px;
    height: 676px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0a9642;
    clip-path: inset(26% 0 0 35%);
    left: -20px;
    top: 20px;
}

.two-slider {
    position: relative;
}

.experts-slider.owl-theme .owl-dots .owl-dot.active span,
.two-slider.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 5px solid #FE5716;
    padding: 4px;
    margin: 4px;
}

.experts-slider.owl-theme .owl-dots .owl-dot span,
.two-slider.owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5;
    border: 8px solid #b5b5b5;
}

.two-slider {
    position: relative;
}

.two-slider .owl-dots {
    position: absolute;
    left: 0%;
    bottom: 20px;
    width: 9%;
}

/* 32. energize-society */
.energize-society {
    margin-right: 64px;
    position: relative;
}

.energize-society img {
    border-radius: 50%;
    width: 100%;
}

.energize-society:before {
    transform: rotate(22deg);
    width: 645px;
    height: 645px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0a9642;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/* 33. about-two-content */
.about-two-content p {
    width: 85%;
    padding-bottom: 40px;
}

.about-two-content i {
    width: 70px;
    height: 70px;
    background-color: #0a9642;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.about-two-content h2,
.about-two-content span {
    font-size: 80px;
    font-weight: bold;
    line-height: 70px;
}

.about-two-content h6 {
    color: #666;
    font-weight: bold;
}

/* 34. sectors */
.sectors a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 3px solid #cbcbcb;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
    line-height: 0;
}

.sectors a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.sectors {
    position: relative;
}

.sectors h4 {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
    line-height: 0;
    padding: 24px;
    width: -webkit-fill-available;
    margin-right: 10px;
    color: white;
    font-weight: bold;
}

.sectors img {
    width: 100%;
}

.sectors p {
    padding-top: 10px;
    padding-bottom: 26px;
    width: 96%;
}

.section-solar-energy {
    background-color: #fafafa;
    padding-bottom: 150px;
}

/* 35. use-energix.two */
.use-energix.two {
    text-align: center;
    margin-bottom: 0;
}

.use-energix.two i {
    width: 125px;
    height: 125px;
    margin: auto;
    margin-bottom: 25px;
}

.use-energix.two .use-energix-icon i:before {
    display: none;
}

.video.two {
    position: relative;
}

.video.two:after {
    bottom: -20px;
    content: "";
    width: 86%;
    height: 20px;
    position: absolute;
    border-radius: 83px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 7.5%;
}

.use-energix.two h4 {
    width: 92%;
    margin: auto;
}

/* 36. request-quote-info */
.section-solar-energy .request-quote {
    margin-top: 120px;
}

.request-quote-info {
    position: relative;
    display: flex;
}

.request-quote-info h4,
.request-quote-info p {
    font-size: 18px;
    color: white;
}

.request-quote-info i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    margin-right: 14px;
    margin-left: 30px;
}

.arista-square-img {
    position: relative;
    margin-top: -60px;
    margin-bottom: -172px;
    z-index: 1;
}

.request-quote.two {
    position: relative;
    background-size: cover;
    background-position: center;
}

.request-quote.two:after {
    bottom: -32px;
    content: "";
    width: 94%;
    height: 32px;
    position: absolute;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 2.5%;
}

/* 37. team-info */
.team-data {
    display: flex;
    align-items: center;
    width: 98%;
    margin: auto;
    border: 5px solid #0a9642;
    border-radius: 34px;
    padding-left: 30px;
}

.team-info span {
    font-size: 16px;
    color: #fe5716;
    border-bottom: 1px solid;
    display: inline;
    text-transform: uppercase;
}

.team-info h5 span {
    border: 0;
    font-size: 50px;
    font-weight: bold;
}

.team-info h5 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}

.team-info h6 {
    color: #949494;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.team-info li img {
    margin-right: 10px;
}

.team-info li {
    display: flex;
    font-size: 18px;
    padding-bottom: 14px;
    color: #666;
    font-weight: 400;
}

.team-info li {
    display: flex;
}

.team-info h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 8px;
    padding-bottom: 15px;
}

.team-info ul {
    padding-bottom: 25px;
}

.team-image img {
    border-radius: 30px;
}

/* 38. recent-projects-two */
.recent-projects-two .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

.recent-projects-two .owl-nav i {
    display: flex;
    width: 70px;
    height: 70px;
    border: 3px solid #0A9642;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-left: 10px;
}

.recent-projects-two .owl-nav i:hover {
    background-color: #FE5716;
    border: 3px solid #FE5716;
    color: white;
}

/* 39. client-reviews-text.two */
.client-reviews-text.two {
    width: 65%;
    text-align: center;
    margin: auto;
}

.client-reviews-text.two h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 24px;
}

.client-reviews-text.two i {
    margin: auto;
    margin-bottom: 24px;
}

.client-reviews-text.two span {
    font-weight: bold;
    color: #fe5716;
}

.slider-nav.slick-initialized.slick-slider.slick-dotted {
    width: 64%;
    margin: auto;
    margin-top: 40px;
}

.slick-slide img {
    display: block;
    margin: auto;
    border-radius: 50px;
}

.slider-nav__item.slick-slide.slick-current {
    position: relative;
}

.slider-nav__item.slick-slide.slick-current:before {
    left: 19%;
    content: "";
    background-color: #01bd71b8;
    width: 97px;
    height: 100%;
    position: absolute;
    margin: auto;
    border-radius: 62px;
}

.slider-nav__item.slick-slide.slick-current:after {
    left: 21%;
    content: "";
    border: 3px solid #fff;
    width: 91px;
    height: 106px;
    position: absolute;
    margin: auto;
    border-radius: 62px;
    top: 3px;
}

/* 40. our-experts */
.our-experts {
    position: relative;
}

.our-experts:before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: .9;
    left: 0;
    content: "";
    background-color: #fff;
}

.our-experts-text:before {
    right: 0;
    content: "";
    position: absolute;
    background-color: white;
    width: 84%;
    height: 72%;
    z-index: 0;
    border-radius: 30px;
    margin-right: auto;
    top: 0;
    box-shadow: -21px 0px 35px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -21px 0px 35px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -21px 0px 35px 1px rgba(0, 0, 0, 0.1);
}

.our-experts-text {
    position: relative;
}

.our-experts-text img {
    border-radius: 50%;
    position: relative;
}

.our-experts-img {
    margin-right: 40px;
    position: relative;
}

.our-experts-text i {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}

.our-experts-text {
    position: relative;
    display: flex;
    align-items: center;
    width: 95%;
    margin-bottom: 35px;
}

.our-experts-text h3 {
    font-weight: bold;
    position: relative;
}

.our-experts-text span {
    color: #FE5716;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.mail-to {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 36px;
    align-items: center;
    padding: 2px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.mail-to a:hover {
    color: #FE5716;
}

.our-experts-text p a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #666;
    text-transform: capitalize;
}

.our-experts-text p a i {
    width: auto;
    height: auto;
    margin-right: 10px;
}

.our-experts-img:before {
    transform: rotate(88deg);
    width: 330px;
    height: 330px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 32px solid #0a9642;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
}

.partners {
    position: relative;
}

.sponsors.two {
    justify-content: flex-start;
}

.sponsors.three {
    justify-content: flex-end;
}

.sponsors.two img {
    margin-right: 30px;
    margin-bottom: 30px;
}

.sponsors.three img {
    margin-right: 30px;
}

/* 41. blog-text.two */
.blog-text.two h6 a {
    color: white;
}

.blog-text.two h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: relative;
    line-height: 0;
    font-weight: bold;
    color: white;
    margin-right: 20px;
}

.blog-text.two p {
    padding-bottom: 30px;
}

.blog-text.two h4 {
    padding-bottom: 12px;
}

.blog-text-two-text {
    padding: 50px;
    border: 3px solid #dadada;
    border-radius: 30px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -22px;
    padding-bottom: 72px;
}

.blog-text-two-text>span {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-text-two-text.two {
    padding: 50px;
    border: 0;
    background-color: #fafafa;
    border-radius: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.logo p {
    color: white;
    padding-top: 20px;
}

/* 42. about-energix */
.about-energix h6 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
    color: white;
}

.about-energix .line {
    display: block;
    width: 70px;
    height: 4px;
    background-color: #fe5716;
    margin-bottom: 26px;
}

.about-energix .top-bar-mail {
    margin-bottom: 22px;
}

/* 43. ul.link-style */
ul.link-style {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #ccc;
    padding-top: 5px;
}

ul.link-style li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 35px;

}

ul.link-style li i {
    font-size: 14px;
    color: #FE5716;
}

ul.link-style li a {
    color: #fafafa;
    line-height: 0;
    margin-left: 16px;
}

ul.link-style li a:hover {
    color: #FE5716;
}

/* 44. contact-info.two */
.contact-info.two i {
    background-color: transparent;
    width: auto;
    height: auto;
}

.contact-info.two h3 {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

.contact-info.two {
    border-radius: 30px;
    padding: 30px 42px;
    justify-content: space-between;
}

.contact-info.two input {
    height: 60px;
    padding-left: 30px;
    border-radius: 44px;
    border: 0;
    outline: none;
    width: 540px;
    margin-right: 10px;
}

/* 45. page-breadcrumb */
.page-breadcrumb {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 18px 32px;
    border-radius: 40px;
    margin-top: 40px;
    transform: translateY(25px);
    z-index: 111;

}

.banner-text p {
    color: #dadada;
    width: 34%;
    padding-top: 14px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "|";
    right: -6px;
    top: 1px;
    color: #fff;
    font-size: 14px;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 16px;
    color: white;
    text-transform: capitalize;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.banner-text {
    position: relative;
}

.banner-text h2 {
    font-size: 55px;
    font-weight: bold;
    color: white;
    line-height: 60px;
    text-transform: capitalize;
}

/* 46. our-blog-text */
.our-blog-text h2 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: bold;
    padding-bottom: 10px;
}

.our-blog-text-img .admin {
    background-color: #fff;
    align-items: center;
    width: fit-content;
    padding: 4px;
    border-radius: 40px;
    padding-right: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.our-blog-text-img h5 {
    font-size: 14px;
    color: #666;
}

.our-blog-text>span {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}

.our-blog-text h6 a {
    color: white;
}

.our-blog-text a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.our-blog-text a i {
    width: 40px;
    line-height: 0;
    height: 40px;
    display: flex;
    align-items: center;
    border: 3px solid #cbcbcb;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
}

.our-blog-text h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: relative;
    line-height: 0;
    font-weight: bold;
    color: white;
    margin-right: 20px;
}

.our-blog-text p {
    padding-top: 22px;
    padding-bottom: 22px;
    width: 90%;
}

.our-blog-text-img>img {
    width: 100%;
    border-radius: 30px;
}

.our-blog-text-img {
    position: relative;
    margin-bottom: 26px;
}

.our-blog-text {
    margin-bottom: 40px;
}

/* 47. posts */
.posts h4 {
    font-weight: bold;
}

.posts {
    border: 1px solid #cacaca;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
}

.posts .line {
    width: 100%;
    height: 4px;
    background-color: #E7E7E7;
    display: block;
    margin-top: 10px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
}

.posts .line:before {
    width: 25%;
    border-radius: 35px;
    height: 4px;
    background-color: #FE5716;
    display: block;
    content: "";
    position: absolute;
}

/* 48. ul.recent-posts */
ul.recent-posts li span {
    color: #fe5716;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 6px;
    display: block;
}

ul.recent-posts li a:hover {
    color: #fe5716;
}

ul.recent-posts li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

ul.recent-posts li {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 86%;
}

ul.recent-posts li:hover i {
    transform: rotate(360deg);
    color: white;
    background-color: #fe5716;
}

ul.recent-posts li i {
    align-items: center;
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 50%;
    background-color: #F8F8F8;
    transform: rotate(323deg);
}

ul.recent-comments li p {
    border-bottom: 1px solid #444;
    display: inline;
    color: #444;
}

ul.recent-comments li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.recent-comments li span {
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
}

ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.categories li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

ul.categories li a:hover {
    color: #FE5716;
}

ul.categories.meta li a {
    font-weight: 600;
}

/* 49. blog-detalis */
.blog-text p {
    width: 97%;
}

.custom-listing-stlyes li {
    font-size: 15px;
    font-family: 'Epilogue';
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}

.custom-listing-stlyes {
    margin-top: 30px;
}

.custom-listing-stlyes .bol {
    display: block;
    width: 15px;
    height: 15px;
    border: 5px solid #0A9642;
    border-radius: 50%;
    margin-right: 12px;
}

ul.custom-listing-stlyes h4 {
    font-weight: bold;
    font-size: 24px;
}

.blog-details-text .video {
    margin-top: 35px;
    margin-bottom: 35px;
}

.blog-details-text h2 {
    font-size: 40px;
    line-height: 60px;
    border-bottom: 1px solid;
    display: inline;
    font-weight: bold;
}

.blog-details-text>h4 {
    font-weight: bold;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 50. share-this */
.share-this li a {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin: 0px 10px;
    border-bottom: 1px solid;
}

.share-this h6 {
    padding-right: 20px;
}

.share-this ul {
    display: flex;
    flex-wrap: wrap;
}

.share-this li {
    margin-left: 10px;
}

.share-this {
    border-radius: 30px;
    border: 1px solid #C1C1C1;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
}

/* 51. comment */
.comment {
    margin-top: 40px;
    padding: 40px 30px;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231, 231, 231, 0.75);
}

.single-comment {
    background-color: white;
    display: flex;
    position: relative;
    border-radius: 30px;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #C1C1C1;
}

.single-comment h4 {
    padding-right: 20px;
    font-weight: bold;
}

li.single-comment.children {
    margin-left: 40px;
}

.comment .single-comment:before {
    display: none;
}

.single-comment a {
    position: absolute;
    right: 0px;
    padding: 10px 20px;
    top: 0;
    color: white;
    text-transform: capitalize;
    border-radius: 33px;
    background-color: #FE5716;
}

li.single-comment span {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid;
    line-height: 15px;
}

li.single-comment img {
    border-radius: 30px;
}

li.single-comment p {
    padding-top: 10px;
    color: #444;
}

.comment>h4 {
    font-weight: bold;
    padding-bottom: 12px;
    color: #000;
    text-transform: capitalize;
}

.comment.leave>h4 {
    padding-bottom: 0;
}

.comment.leave p {
    color: #444;
}

.comment.leave input,
.comment.leave textarea {
    width: 100%;
    height: 60px;
    border-radius: 44px;
    background-color: #fafafa;
    padding-left: 30px;
    border: 1px solid #C1C1C1;
    outline: none;
    margin-top: 20px;
    color: #000;
}

.comment.leave input::placeholder,
.comment.leave textarea::placeholder {
    color: #000;
}

.comment.leave textarea {
    height: 160px;
    padding-top: 20px;
}

/* 52. pagination */
ul.pagination li a {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #bdbdbd;
    justify-content: center;
    color: black;
}

ul.pagination li a:hover {
    background-color: #fe5716;
    border: 1px solid #fe5716;
    color: #fff;
}

ul.pagination li span {
    width: 4px;
    height: 4px;
    background-color: rgb(0 0 0);
    margin: 0 2px;
    display: inline-flex;
}

ul.pagination {
    align-items: center;
}

ul.pagination li.prev a {
    font-size: 16px;
    color: white;
    border: 0;
}

ul.pagination li.prev a:hover {
    color: white;
    background-color: #fe5716;
}

ul.pagination li {
    margin-right: 5px;
    font-weight: bold;
}

/* 53. check style */
.check {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    margin-right: auto;
    -webkit-tap-highlight-color: #ff000000;
    transform: translate3d(0, 0, 0);
}

.check svg {
    margin-right: 15px;
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #0A9642;
}

#cbx:checked+.check svg {
    stroke: #0A9642;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

/* 54. about-two-content */
.about-img img {
    border-radius: 30px;
}

.about-img {
    text-align: right;
    position: relative;
}

.about-img img.img-about {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-img .about-two-content {
    justify-content: end;
    display: inline-flex;
    background-color: #0a9642;
    padding: 30px;
    border-radius: 30px;
    margin-top: 40px;
}

.about-img .about-two-content i {
    background-color: #ffffff;
}

.about-img .about-two-content h2,
.about-img .about-two-content span {
    color: white;
}

.about-img .about-two-content h6 {
    color: white;
}

/* 55. history */
.history h4 {
    width: 85%;
    font-weight: bold;
}

.history h2 {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 3px solid #D9D9D9;
    border-top: 3px solid #D9D9D9;
    margin-bottom: 20px;
    position: relative;
}

.history h2:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -6px;
}

.history-slider .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
    width: auto;
}

.history-slider .owl-nav i {
    display: flex;
    width: 70px;
    height: 70px;
    border: 3px solid #0A9642;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.history-slider .owl-nav i:hover {
    background-color: #FE5716;
    border: 3px solid #FE5716;
    color: white;
}

.history-slider {
    position: relative;
}

/* 56. our-projects */
.our-projects .recent-projects-img {
    margin-bottom: 55px;
    width: 100%;
}

.recent-projects-text.two {
    width: 41%;
}

.recent-projects-img img {
    width: 100%;
}

/* 57. Services */
.heading span {
    color: #666;
    padding-bottom: 40px;
    display: block;
}

.use-energix.three h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin-top: 34px;
    padding-bottom: 24px;
}

.use-energix.three p {
    width: 90%;
}

.services-img {
    margin-left: 60px;
}

.services-img img {
    width: 100%;
    border-radius: 30px;
}

.services-img.two {
    margin-left: 0;
    margin-right: 60px;
}

.energix.two:before {
    display: none;
}

.energix.two .call-for.mail-for {
    border: 3px solid #0a9642;
}

.solar-pv {
    border-radius: 30px;
    padding: 40px;
    background-color: #FAFAFA;
    position: relative;
}

.solar-pv h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 30px;
    position: relative;
}

.solar-pv i {
    position: relative;
    width: 120px;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.solar-pv .team-info {
    position: relative;
}

.solar-pv:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    width: 100%;
    height: 0%;
    background-color: #17195A;
    left: 0;
    bottom: 0;
}

.solar-pv:hover:before {
    height: 100%;
}

.solar-pv:hover h4 {
    color: white;
}

.solar-pv:hover .team-info li {
    color: #BABABA;
}

/* 58. solar-system */
.solar-system span {
    font-weight: bold;
}

.solar-system p {
    width: 90%;
}

.solar-system h2 {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    padding-top: 6px;
    padding-bottom: 20px;
}

/* 59. information */
ul.information li h6 {
    font-weight: bold;
}

ul.information li {
    padding-top: 20px;
    padding-bottom: 32px;
    border-top: 3px solid #D9D9D9;
}

ul.information li span {
    text-transform: uppercase;
}

ul.information {
    width: 85%;
    margin-left: auto;
}

/* 60. clean-energy */
.clean-energy h5 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 50px;
    display: block;
}

.quote {
    padding: 35px;
    border-radius: 30px;
    position: relative;
    display: flex;
    z-index: 11;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #17195A;
}

.quote svg {
    fill: #f3274c;
}

.quote h3 {
    font-size: 40px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.quote i {
    margin-right: 20px;
    width: 110px;
    height: 110px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.use-energix.two .use-energix-icon {
    margin: auto;
}

.recent-projects.two {
    background-color: white;
}

/* 61. team */
.team-img img {
    border-radius: 50%;
    width: 100%;
}

.team-img {
    margin-right: 70px;
    position: relative;
}

.team-img:before {
    width: 519px;
    height: 519px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0a9642;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/* 62. team-text */
.team-text h3 {
    font-size: 36px;
    font-weight: bold;
}

.team-text h5 {
    font-size: 20px;
    color: #FE5716;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.team-text .social-media li a {
    color: #FE5716;
}

.contact-info.team {
    background-color: white;
    border: 3px solid #0a9642;
}

.contact-info.team h4,
.contact-info.team p {
    color: #000;
}

.team-about h3 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}

/* 63. progressbar */
.progressbar {
    display: inline-block;
    width: 130px;
    margin-right: 134px;
}

.circle {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
}

.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
    display: block;
}

.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -100px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    margin-top: -30px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}

.circle:before {
    content: "Home Shelter";
    position: absolute;
    top: 60%;
    right: 22%;
    font-size: 15px;
}

.circle.two:before {
    content: "Solar Energy";
}

.circle.three:before {
    content: "Save Global Energy";
    right: 28px;
}

.circle.for:before {
    content: "Completed Projects";
    right: 10%;
}

/* 64. Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 24px;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 57px;
    padding-left: 30px;
    color: black;
    border: 3px solid #0a9642;
}

.tab-label::after {
    content: "❯";
    width: 46px;
    height: 46px;
    text-align: center;
    transition: all 0.35s;
    background-color: #0a9642;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    border: 3px solid #0a964200;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

input:checked+.tab-label {
    background: #0A9642;
    color: white;
}

input:checked+.tab-label::after {
    transform: rotate(90deg);
    background-color: #fe5716;
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 24px;
    border: 3px solid #0a9642;
    border-radius: 40px;
    line-height: 30px;
    font-size: 16px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -32px;
    z-index: -6;
    position: relative;
    padding-top: 50px;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.pricing-plan-page {
    background-color: transparent;
}

.pricing-plan-page:before {
    background-color: transparent;
}

.pricing-plan-page .solar-energy {
    margin-bottom: 50px;
}

/* 65. 404 pag */
.error-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -53px;
}

.error-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #17195acf;
    left: 0%;
    top: 0%;
}

.error h2 {
    font-size: 190px;
    line-height: 180px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: white;
}

.error h2 span {
    color: #FE5716;
}

.error h3 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    z-index: 111;
    color: white;
    text-transform: uppercase;
}

.error p {
    position: relative;
    font-size: 18px;
    color: white;
    z-index: 111;
    width: 89%;
    margin: auto;
}

.error {
    position: relative;
    text-align: center;
    width: 44%;
    margin: auto;
}

.error form {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
    z-index: 1;
    position: relative;
}

button.error-button {
    position: absolute;
    color: black;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    right: 5px;
    top: 5px;
    z-index: 1;
    background-color: white;
    font-size: 20px;
}

/* 66. contact */
.section-contact .heading h2 {
    width: 80%;
    margin: auto;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
    color: #666;
}

form.contact-form input,
form.contact-form .nice-select.Advice {
    height: 60px;
    padding-left: 30px;
    border-radius: 59px;
    background-color: #fafafa;
    border: 1px solid #C1C1C1;
    width: 100%;
    margin-bottom: 30px;
    color: #666;
    outline: none;
}

form.contact-form .nice-select.Advice {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

ul.list {
    width: 100%;
}

.nice-select .option.selected {
    color: black !important;
}

form.contact-form textarea {
    width: 100%;
    border-radius: 30px;
    background-color: #fafafa;
    border: 1px solid #c1c1c1;
    height: 198px;
    color: #666;
    padding-left: 30px;
    outline: none;
    padding-top: 20px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #0a9642;
    color: white;
}

form.contact-form label {
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

.contact-information h3 {
    padding-bottom: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

.nice-select:after {
    height: 10px;
    right: 27px;
    width: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    margin-top: -6px;
}

.nice-select:before {
    content: '';
    display: block;
    height: 49px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 4px;
    width: 49px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    background-color: white;
}

.contact-info.contact-information {
    display: block;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px 50px;
}

.contact-info.contact-information i {
    margin-bottom: 14px;
}

.responsive-map iframe {
    height: 460px;
    width: 100%;
    border-radius: 30px;
}

.top-bar-text a p:hover {
    color: #fe5716;
}

.energize-society figure {
    border-radius: 50%;
}

.services-img figure,
.our-blog-text-img figure,
.recent-projects-img figure,
.video figure,
.blog-img figure,
.sectors figure {
    border-radius: 30px;
}

.services-img:hover img,
.our-blog-text:hover .our-blog-text-img img,
.recent-projects-img:hover img,
.video:hover img,
.sectors:hover img,
.blog-text:hover .blog-img img,
.energize-society:hover img {
    transform: scale(1.15) rotate(2deg);
}

.our-blog-text:hover .admin img {
    transform: scale(1) rotate(0deg);
}

figure {
    margin-bottom: 0;
}

.our-experts .heading,
.services .heading,
.section-contact .heading,
.section-solar-energy .heading,
.recent-projects .heading,
.blog-update .heading {
    text-align: center;
}

.section-solar-energy .heading .line,
.recent-projects .heading .line,
.section-contact .line,
.blog-update .heading .line,
.services .heading .line,
.our-experts .heading .line {
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}

.request-quote .heading {
    text-align: inherit;
}

.section-solar-energy .request-quote .heading h2 {
    padding-bottom: 8px;
}

.owl-carousel .owl-item img {
    width: auto;
}

/* 67. mobile-search */
.mobile-search input::placeholder {
    color: white;
}

.mobile-search input {
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-radius: unset;
    border-bottom: 1px solid rgb(255 255 255);
    padding-bottom: 5px;
    width: 100%;
    background: 0px 0px;
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    FONT-SIZE: 32px;
    padding-bottom: 8px;
    padding-left: 50px;
}

.mobile-search button {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 30px;
}

.search-bar {
    position: relative;
}

.mobile-search input:focus {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.mobile-search label {
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}

.mobile-search.slide {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 111111111;
}

.search-cross-btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    line-height: 0;
    font-size: 36px;
}

.search-cross-btn:hover {
    color: rgb(255, 255, 255);
}

.search-cross-btn i {
    font-size: 38px;
    cursor: pointer;
}

.mobile-search {
    background: #0f0947;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    width: 100%;
    height: 200px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 35px 100px;
}

.mobile-search {
    background: #0f0947;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    width: 100%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 9px 76px;
}

/* 68. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #fff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}

.for #nav-icon4 {
    color: black;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.responsive-bar {
    display: none;
}

#nav-icon4 span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 8px;
}

i#nav-icon4 {
    display: none;
}

#nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    font-size: 25px;
    color: white;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav>ul>li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.html);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.html);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}

.mobile-nav>ul>li:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}

.mobile-nav>ul li>a {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: black;
}

.mobile-nav>ul>li>a {
    font-size: 20px;
    line-height: 30px;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d1d1d1;
    margin-top: 8px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.res-log img {
    width: auto;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}

.res-log {
    margin-bottom: 30px;
}

.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.mobile-nav .donation a:first-child {
    margin-right: 40px;
}

.mobile-nav .donation a.theme-btn {
    padding: 10px 30px;
}

.mobile-nav .donation a.cart {
    position: relative;
}

.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
    background-color: transparent;
}

.mobile-nav a#res-cross:before {
    content: "";
    width: 28px;
    height: 35px;
    background-image: url('../img/remove.html');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}

.bar-menu {
    display: none;
    font-size: 26px;
}

header.two .has-children:before {
    background-image: url(../img/down-arrow-2.html);
}

.has-children:before {
    content: "";
    background-image: url(../img/down-arrow.html);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 10px;
    width: 8px;
    height: 8px;
}

/* 69. progress go to top */
#progress {
    z-index: 111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

span#progress-value i {
    font-size: 20px;
}

/* transition sped */
.our-blog-text a i,
.navbar-links li.navbar-dropdown .dropdown li a:before,
.about-energix a p,
.sectors a i,
.services-img img,
.call-for.mail-for a,
.solar-pv:before,
.solar-pv h4,
.team-info li,
.sponsors img,
.share-this li a,
ul.pagination li a,
.recent-projects-img img,
.top-bar-text p,
.top-bar-text a,
ul.link-style li a,
.our-blog-text h2,
ul.recent-posts li i,
ul.recent-posts li a,
ul.categories li a,
.use-energix a h4:hover,
.energize-society img,
.sectors img,
.sectors a,
.free-consultation-number span,
.blog-text h4,
.blog-img img,
.button,
.button:before,
.video img,
.recent-projects-text h5,
.recent-projects-text i,
.recent-projects-text i svg,
.free-consultation svg,
.battery-storage:before,
.battery-storage i,
.battery-storage svg,
.recent-projects-text,
.our-blog-text-img img,
.recent-projects-two .owl-nav i,
.mail-to a,
.social-media li a,
.footer-bottom li a,
.our-blog-text a,
.slider-home-1.owl-carousel .owl-nav.disabled button i,
.battery-storage-text,
.request-quote-info a p {
    transition: .3s ease-in-out;
}

/* 70. latterbox */

.latterbox.slide {
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
    z-index: 111111111;
}

.latterbox-cross-btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    height: 53px;
    width: 68px;
    text-align: center;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 7%;
    right: 7%;
    font-size: 40px;
}

.latterbox {
    background: #17195ad6;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    transform: scale(0);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 10% 32%;
}

.latterbox.slide .footer-subscribe {
    border: 0;
    padding-bottom: 0;
    width: 100%;
}

.top-bar-text a:hover {
    color: #fe5716;
}

form.request-quote-form h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 16px;
    text-align: center;
    position: relative;
}

.latterbox.slide form.request-quote-form {
    background-color: white;
    border: 5px solid #0a9642;
}

.latterbox.slide form.request-quote-form input,
.latterbox.slide form.request-quote-form textarea {
    background-color: #fafafa;
    padding-left: 30px;
    border: 1px solid #C1C1C1;
    position: relative;
}

.our-blog-text a:hover i,
.sectors a:hover i {
    background-color: #0a9642;
    border: 3px solid #0a9642;
    color: white;
    transform: rotate(90deg);
}

.contact-info.two form button.button,
form.request-quote-form button.button {
    color: white;
}

.sponsors img:hover {
    transform: scale(.9);
}

.use-energix.two {
    width: 87%;
    margin: auto;
}

.use-energix.two h4 {
    font-size: 20px;
    width: 100%;
    line-height: 28px;
}

.mobile-nav p {
    color: black;
}

.mobile-nav .about-energix {
    margin-top: 40px;
}

.mobile-nav .about-energix .top-bar-mail {
    margin-bottom: 10px;
}

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.multi-spinner-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 30px auto;
    overflow: hidden;
}

.multi-spinner {
    position: absolute;
    width: calc(100% - 9.9px);
    height: calc(100% - 9.9px);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
    animation: spin 3s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader {
    top: 0%;
}

.page-loaded .preloader {
    top: -100%;
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.request-quote.two {
    margin-bottom: 40px !important;
}

.latterbox.slide button.button:hover {
    color: #fe5716;
}

.latterbox form.request-quote-form {
    position: relative;
}

.latterbox form.request-quote-form:before {
    content: "";
    position: absolute;
    width: 87%;
    height: 20px;
    border-radius: 300px;
    background-color: #0a9642;
    top: -20px;
    right: 0;
    z-index: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    left: 7.5%;
}

.latterbox form.request-quote-form:after {
    content: "";
    position: absolute;
    width: 87%;
    height: 20px;
    border-radius: 300px;
    background-color: #0a9642;
    bottom: -20px;
    right: 0;
    z-index: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: 7.5%;
}



.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.55) 40%,
            rgba(0, 0, 0, 0.20) 100%);
    z-index: 2;
}

.hero-section .container {
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 22px;
    text-transform: capitalize;
    color: #fff;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    max-width: 600px;
}

.hero-btns .btn {
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btns .btn-warning {
    background: #ffb703;
    border: none;
    color: #111;
}

.hero-btns .btn-warning:hover {
    transform: translateY(-2px);
}

.hero-btns .btn-outline-light:hover {
    color: #111;
}

@media (max-width:991px) {

    .hero-section {
        min-height: 700px;
        padding: 100px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-desc {
        font-size: 16px;
    }
}

@media (max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-btns {
        flex-direction: column;
    }

    .hero-btns .btn {
        width: 100%;
        text-align: center;
    }
}


section.hero-section.position-relative.overflow-hidden {
    position: relative;
    margin-top: -25px;
}



.solar-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: -25px;
}

.solar-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
}

.solar-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(1, 22, 45, .98) 0%, rgba(2, 35, 70, .88) 38%, rgba(2, 35, 70, .30) 68%, rgba(255, 136, 0, .12) 100%);
    z-index: 2;
}

.solar-hero .container {
    position: relative;
    z-index: 3;
}

.solar-hero-content {
    max-width: 680px;
    padding: 90px 0 150px;
}

.solar-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 136, 0, .85);
    border-radius: 40px;
    background: rgba(0, 25, 55, .45);
    font-size: 16px;
    margin-bottom: 25px;
}

.solar-badge i {
    color: #ff8800;
}

.solar-title {
    font-size: 58px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.solar-title span {
    color: #ff8800;
}

.solar-desc {
    font-size: 16px;
    line-height: 30px;
    max-width: 620px;
    margin-bottom: 30px;
    color: #fff;
}

.solar-features {
    display: flex;
    gap: 10px;
    margin: 32px 0;
    max-width: 720px;
    text-align: center;
    flex-wrap: wrap;
}

.feature-item {
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.feature-item:first-child {
    padding-left: 0;
}

.feature-item:last-child {
    border-right: 0;
}

.feature-item i {
    font-size: 34px;
    color: #ff8800;
    margin-bottom: 12px;
}

.feature-item p {
    margin: 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
}

.solar-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.solar-btn-primary {
    background: #ff8800;
    color: #fff;
    padding: 18px 30px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.solar-btn-primary:hover {
    background: #fff;
    color: #ff8800;
}

.solar-video-btn {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
}

.solar-video-btn span {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.solar-video-btn strong {
    display: block;
    font-size: 18px;
}

.solar-video-btn small {
    color: rgba(255, 255, 255, .75);
}

.solar-offer-card {
    position: absolute;
    right: 7%;
    bottom: 130px;
    width: 430px;
    padding: 28px 32px;
    border-radius: 8px;
    background: rgba(5, 14, 28, .82);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .12);
    z-index: 4;
}

.solar-offer-card small {
    color: #ff8800;
    font-weight: 600;
}

.solar-offer-card h3 {
    font-size: 30px;
    line-height: 1.25;
    margin: 12px 0 0;
    color: #fff;
    font-weight: 800;
}

.solar-offer-card h3 span {
    color: #ff8800;
}

.offer-icon {
    width: 85px;
    height: 85px;
    border: 1px solid #ff8800;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ff8800;
    font-size: 36px;
}

.solar-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(2, 18, 36, .72);
    border-top: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
}

.bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bottom-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 35px;
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.bottom-item:last-child {
    border-right: 0;
}

.bottom-item i {
    font-size: 36px;
    color: #fff;
}

.bottom-item p {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.4;
}

.bottom-item strong {
    color: #fff;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 1199px) {
    .solar-title {
        font-size: 60px;
    }

    .solar-offer-card {
        right: 30px;
        width: 380px;
    }
}

@media (max-width: 991px) {
    .solar-hero {
        min-height: auto;
    }

    .solar-hero-overlay {
        background: linear-gradient(90deg, rgba(1, 22, 45, .96), rgba(1, 22, 45, .78));
    }

    .solar-hero-content {
        padding: 80px 0 270px;
    }

    .solar-title {
        font-size: 52px;
    }

    .solar-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .feature-item {
        border-right: 0;
        padding: 0;
    }

    .solar-offer-card {
        left: 15px;
        right: 15px;
        bottom: 135px;
        width: auto;
    }

    .bottom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bottom-item {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .solar-hero-bg {
        background-position: center;
    }

    .solar-hero-content {
        padding: 55px 0 360px;
    }

    .solar-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .solar-desc {
        font-size: 17px;
    }

    .solar-features {
        grid-template-columns: 1fr 1fr;
    }

    .feature-item i {
        font-size: 28px;
    }

    .feature-item p {
        font-size: 10px;
    }

    .solar-offer-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        bottom: 190px;
        padding: 24px;
    }

    .solar-offer-card h3 {
        font-size: 25px;
    }

    .bottom-grid {
        grid-template-columns: 1fr;
    }

    .bottom-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        padding: 16px 10px;
    }

    .bottom-item:last-child {
        border-bottom: 0;
    }
}

.solar-hero-bg {
    background-image: url('../../assets/desktop-hero.webp');
}

@media (max-width: 575px) {
    .solar-title {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 50px;
    }

    .solar-hero-bg {
        background-image: url('../../assets/mobile-hero.webp');
    }

}




@media(max-width:991px) {

    .solar-offer-card {
        margin: 20px 0px;
    }

    .solar-offer-card,
    .solar-bottom-bar {
        position: unset;
    }

    .solar-hero-content {
        padding-bottom: 0px;
    }

    .solar-hero {
        display: grid;
    }

    .solar-offer-card,
    .solar-offer-card div:first-child {
        text-align: center;
        width: 100%;
    }

    .solar-offer-card .offer-icon {
        margin: auto;
    }

    .bottom-item {
        width: 50%;
    }

    .bottom-grid {
        grid-template-columns: revert-rule;
        display: flex;
        flex-wrap: wrap;
    }

    .bottom-item i {
        font-size: 20px;
        color: #fff;
    }

    .bottom-item strong {
        color: #fff;
        font-size: 15px;
    }

    .bottom-item p {
        font-size: 11px;
    }
}



.sb-solar-solutions-wrap {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.sb-solutions-head {
    max-width: 850px;
    margin: 0 auto 55px;
}

.sb-solutions-head span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ff8500;
    color: #ff8500;
    padding: 8px 24px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 18px;
}

.sb-solutions-head span::before,
.sb-solutions-head span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff8500;
    border-radius: 50%;
}

.sb-solutions-head h2 {
    font-size: 35px;
    line-height: 43px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}

.sb-solutions-head h2 b {
    color: #ff8500;
}

.sb-solutions-head p {
    font-size: 15px;
    line-height: 1.45;
    color: #000000;
    margin: auto;
    max-width: 700px;
}

.sb-solution-card {
    /* min-height: 500px; */
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 22px 45px rgba(0, 0, 0, .16);
    background-size: cover;
    background-position: center;
}

.sb-domestic-card {
    background-image: url('../../assets/Domestic.webp');
}

.sb-commercial-card {
    background-image: url("../../assets/Commercial.webp");
}

.sb-domestic-card .sb-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(255, 133, 0, .98) 0%, rgba(255, 133, 0, .88) 42%, rgba(255, 133, 0, .22) 68%, rgba(255, 133, 0, .05) 100%);
    z-index: -1;
}

.sb-commercial-card .sb-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(3, 23, 55, .98) 0%, rgba(3, 23, 55, .92) 48%, rgba(3, 23, 55, .55) 72%, rgba(3, 23, 55, .18) 100%);
    z-index: -1;
}

.sb-card-content {
    padding: 42px;
    max-width: 430px;
    color: #fff;
}

.sb-card-icon {
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}

.sb-card-icon i {
    font-size: 52px;
    color: #ff8500;
}

.sb-solution-card h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.sb-line {
    width: 72px;
    height: 1px;
    background: #fff;
    margin-bottom: 24px;
}

.sb-solution-card p {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff
}

.sb-learn-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    color: #071d3d;
    text-decoration: none;
    padding: 17px 28px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    transition: .3s ease;
}

.sb-learn-btn i {
    color: #ff8500;
}

.sb-learn-btn:hover {
    transform: translateY(-4px);
    color: #071d3d;
}

/* Responsive */
@media (max-width: 1199px) {
    .sb-solutions-head h2 {
        font-size: 30px;
    }

    .sb-solution-card h3 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .sb-solar-solutions-wrap {
        padding: 70px 0;
    }

    .sb-solutions-head h2 {
        font-size: 30px;
    }

    .sb-solutions-head p {
        font-size: 18px;
    }

    .sb-solution-card {
        /* min-height: 480px; */
    }
}

@media (max-width: 575px) {
    .sb-solar-solutions-wrap {
        padding: 55px 0;
    }

    .sb-solutions-head {
        margin-bottom: 35px;
    }

    .sb-solutions-head span {
        font-size: 12px;
        letter-spacing: 3px;
        padding: 7px 16px;
    }

    .sb-solutions-head h2 {
        font-size: 28px;
    }

    .sb-solutions-head p {
        font-size: 16px;
    }

    .sb-solution-card {
        /* min-height: 430px; */
        border-radius: 18px;
    }

    .sb-card-content {
        padding: 28px;
    }

    .sb-card-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 22px;
    }

    .sb-card-icon i {
        font-size: 38px;
    }

    .sb-solution-card h3 {
        font-size: 30px;
    }

    .sb-solution-card p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .sb-learn-btn {
        padding: 14px 22px;
        font-size: 16px;
    }
}


@media (max-width: 575px) {
    .sb-solution-card h3 {
        font-size: 30px;
        margin-top: 50px !important;
    }
}


.renewable-group p {
    font-size: 14px;
    margin-bottom: 15px;
}



.sbn-services-section {
    position: relative;
    padding: 95px 0 105px;
    background: #f8f8f8;
    overflow: hidden;
}

.sbn-services-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 248, 248, 0.92)),
        url('../../assets/background-service.jpg') center/cover no-repeat;
    opacity: 0.95;
}

.sbn-services-container {
    position: relative;
    max-width: 1320px;
    width: 92%;
    margin: auto;
    z-index: 2;
}

.sbn-services-top {
    /* display: grid; */
    grid-template-columns: 1fr 0.9fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 20px;
}

.sbn-sec-subtitle {
    display: inline-block;
    color: #ff5a00;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
    position: relative;
}

.sbn-sec-subtitle::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #ff5a00;
    margin-top: 12px;
}

.sbn-services-top h2 {
    margin: 0;
    color: #050505;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.sbn-services-top p {
    margin: 10px 0 0;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.7;
}

.sbn-services-top p strong {
    color: #ff5a00;
}

.sbn-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sbn-service-card {
    position: relative;
    min-height: 285px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: 0.35s ease;
}

.sbn-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.13);
}

.sbn-service-content {
    width: 62%;
    padding: 34px 20px 30px 28px;
    position: relative;
    z-index: 2;
}

.sbn-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #ff7a00, #ff4b00);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(255, 90, 0, 0.35);
}

.sbn-service-content h3 {
    margin: 0 0 28px;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 900;
    color: #050505;
}

.sbn-service-content p {
    margin: 0;
    color: #555;
    font-size: 15.5px;
    line-height: 1.65;
}

.sbn-service-content a {
    display: inline-flex;
    margin-top: 28px;
    color: #ff5a00;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s ease;
}

.sbn-service-card:hover .sbn-service-content a {
    transform: translateX(8px);
}

.sbn-service-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: 100%;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 18px 18px 0;
    overflow: hidden;
}

.sbn-service-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 90, 0, 0.08));
}

.sbn-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.sbn-service-card:hover .sbn-service-img img {
    transform: scale(1.08);
}

/* Tablet */
@media (max-width: 1199px) {
    .sbn-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sbn-services-top h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .sbn-services-section {
        padding: 65px 0;
    }

    .sbn-services-top {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 35px;
    }

    .sbn-services-top h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .sbn-services-top p {
        font-size: 16px;
        margin-top: 10px;
    }

    .sbn-services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sbn-service-card {
        min-height: 260px;
    }

    .sbn-service-content {
        width: 68%;
        padding: 28px 15px 26px 22px;
    }

    .sbn-service-content h3 {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .sbn-service-content p {
        font-size: 14px;
    }

    .sbn-service-img {
        width: 40%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .sbn-services-container {
        width: 90%;
    }

    .sbn-services-top h2 {
        font-size: 29px;
    }

    .sbn-service-card {
        min-height: auto;
        flex-direction: column;
    }

    .sbn-service-content {
        width: 100%;
        padding: 26px 22px 24px;
    }

    .sbn-service-img {
        position: relative;
        width: 100%;
        height: 190px;
        clip-path: none;
        border-radius: 0 0 18px 18px;
    }

    .sbn-service-content a {
        margin-top: 18px;
    }
}

.bbbbbsjskjalh h2 {
    font-size: 30px !important;
    line-height: 43px !important;
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin-bottom: 20px;
}



.sbn-testimonial-section {
    position: relative;
    padding: 85px 0 80px;
    overflow: hidden;
    background: #fff;
}

.sbn-testimonial-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.97)),
        url('https://images.unsplash.com/photo-1497440001374-f26997328c1b?w=1600') center/cover no-repeat;
    opacity: 1;
}

.sbn-testimonial-container {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.sbn-testimonial-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 20px;
}

.sbn-small-title {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #ff8f07;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sbn-small-title span {
    width: 40px;
    height: 2px;
    background: #ff8f07;
    display: inline-block;
}

.sbn-testimonial-heading h2 {
    margin: 0;
    color: #071227;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.sbn-testimonial-heading h2 strong {
    color: #ff8f07;
}

.sbn-testimonial-heading p {
    margin: 9px auto 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
}

.sbn-testimonial-swiper {
    padding: 12px 6px 62px;
}

.sbn-testimonial-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 22px;
    padding: 34px 28px 30px;
    min-height: 330px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: 0.35s ease;
}

.sbn-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.12);
}

.sbn-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.sbn-card-top>i {
    color: #ff8f07;
    font-size: 38px;
}

.sbn-stars {
    display: flex;
    gap: 4px;
    color: #ff8f07;
    font-size: 15px;
}

.sbn-testimonial-card>p {
    color: #111827;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 34px;
}

.sbn-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.sbn-user img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}

.sbn-user-info {
    padding-left: 16px;
    border-left: 3px solid #ff8f07;
}

.sbn-user-info h4 {
    margin: 0;
    color: #071227;
    font-size: 17px;
    font-weight: 800;
}

.sbn-user-info span,
.sbn-user-info small {
    display: block;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.35;
}

.sbn-testimonial-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1.5px solid #ff8f07;
    opacity: 1;
}

.sbn-testimonial-pagination .swiper-pagination-bullet-active {
    background: #ff8f07;
}

.sbn-testimonial-stats {
    margin-top: 14px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 36px;
}

.sbn-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
}

.sbn-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 58px;
    background: #e4e4e4;
}

.sbn-stat-icon {
    width: 64px;
    height: 64px;
    background: #ff8f07;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    box-shadow: 0 10px 28px rgba(255, 143, 7, 0.35);
}

.sbn-stat-item h3 {
    margin: 0;
    color: #ff8f07;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.sbn-stat-item p {
    margin: 8px 0 0;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
    .sbn-testimonial-heading h2 {
        font-size: 30px;
    }

    .sbn-testimonial-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .sbn-stat-item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .sbn-testimonial-section {
        padding: 60px 0;
    }

    .sbn-testimonial-heading h2 {
        font-size: 30px;
    }

    .sbn-testimonial-heading p {
        font-size: 16px;
    }

    .sbn-small-title {
        font-size: 14px;
        gap: 12px;
    }

    .sbn-small-title span {
        width: 28px;
    }

    .sbn-testimonial-card {
        padding: 28px 22px;
        min-height: auto;
    }

    .sbn-testimonial-stats {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .sbn-stat-item {
        justify-content: flex-start;
    }

    .sbn-stat-item::after {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .sbn-testimonial-container {
        width: 92%;
    }

    .sbn-testimonial-heading h2 {
        font-size: 30px;
    }

    .sbn-card-top>i {
        font-size: 32px;
    }

    .sbn-testimonial-card>p {
        font-size: 15px;
    }

    .sbn-stat-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .sbn-stat-item h3 {
        font-size: 29px;
    }
}



@media (max-width: 767px) {
    .sbn-testimonial-stats {
        grid-template-columns: 1fr;
        padding: 26px 22px;
        background-color: #ff8f07;
    }

    .sbn-stat-icon {
        width: 64px;
        height: 64px;
        background: #fff;
        color: #ff8f07;
    }

    .sbn-stat-item h3 {
        margin: 0;
        color: #000;
        font-size: 25px;
        line-height: 15px;
        font-weight: 900;
    }

    .sbn-stat-item div:nth-child(2) {
        padding-top: 6px;
    }

}

.pricing-plans.gap {
    padding-top: 0px;
}








.sbn-franchise-section {
    padding: 80px 0 90px;
    background: #fff;
    overflow: hidden;
}

.sbn-franchise-container {
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

.sbn-franchise-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 55px;
}

.sbn-franchise-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #ff8f07;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.sbn-franchise-subtitle span {
    width: 42px;
    height: 2px;
    background: #ff8f07;
    display: inline-block;
}

.sbn-franchise-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    color: #071227;
    letter-spacing: 0px;
}

.sbn-franchise-heading h2 strong {
    color: #ff8f07;
}

.sbn-franchise-heading p {
    margin: 15px auto 0;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 760px;
}

.sbn-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.sbn-plan-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    min-height: 520px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
    overflow: hidden;
}

.sbn-plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.14);
}

.sbn-plan-head {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 28px;
}

.sbn-plan-icon {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff9d14, #ff7200);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 34px;
    box-shadow: 0 12px 30px rgba(255, 143, 7, 0.35);
    flex-shrink: 0;
}

.sbn-plan-icon.white {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
}

.sbn-plan-head h3,
.sbn-plan-top-orange h3 {
    margin: 0;
    color: #071227;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
}

.sbn-plan-head span,
.sbn-plan-top-orange span {
    display: block;
    width: 58px;
    height: 3px;
    background: #ff8f07;
    margin-top: 14px;
}

.sbn-price-box {
    background: #f7f7f7;
    border-radius: 16px;
    text-align: center;
    padding: 25px 15px 18px;
    margin-bottom: 28px;
}

.sbn-price-box h4 {
    margin: 0;
    color: #ff8f07;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
}

.sbn-price-box p {
    margin: 10px 0 0;
    color: #071227;
    font-size: 18px;
    font-weight: 600;
}

.sbn-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.sbn-feature-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #ededed;
}

.sbn-feature-list li i {
    width: 48px;
    height: 48px;
    background: #ff8f07;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    flex-shrink: 0;
}

.sbn-feature-list li span {
    color: #111827;
    font-size: 20px;
    font-weight: 500;
}

.sbn-plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border: 2px solid #ff8f07;
    border-radius: 10px;
    color: #ff8f07;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    transition: 0.3s ease;
    margin-top: auto;
}

.sbn-plan-btn:hover,
.sbn-plan-btn.filled {
    background: #ff8f07;
    color: #fff;
}

.sbn-plan-popular {
    padding: 0;
    border: 2px solid #ff8f07;
    transform: translateY(-12px);
}

.sbn-plan-popular:hover {
    transform: translateY(-20px);
}

.sbn-plan-top-orange {
    position: relative;
    background: linear-gradient(135deg, #ff9d14, #ff7200);
    padding: 28px;
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.sbn-plan-top-orange h3 {
    color: #fff;
}

.sbn-plan-top-orange span {
    background: #fff;
}

.sbn-plan-body {
    padding: 28px;
}

.sbn-popular-ribbon {
    position: absolute;
    top: 23px;
    right: -43px;
    background: rgba(255, 199, 58, 0.95);
    color: #9a5400;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 9px 48px;
    transform: rotate(42deg);
    z-index: 5;
}

/* Tablet */
@media (max-width: 1199px) {
    .sbn-franchise-heading h2 {
        font-size: 30px;
    }

    .sbn-plan-grid {
        gap: 20px;
    }

    .sbn-plan-card {
        padding: 22px;
    }

    .sbn-plan-body {
        padding: 22px;
    }

    .sbn-plan-head h3,
    .sbn-plan-top-orange h3 {
        font-size: 23px;
    }

    .sbn-price-box h4 {
        font-size: 30px;
    }

    .sbn-feature-list li span {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .sbn-plan-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: auto;
    }

    .sbn-plan-popular {
        transform: translateY(0);
    }

    .sbn-plan-popular:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 767px) {
    .sbn-franchise-section {
        padding: 60px 0;
    }

    .sbn-franchise-heading {
        margin-bottom: 35px;
    }

    .sbn-franchise-subtitle {
        font-size: 14px;
        gap: 12px;
    }

    .sbn-franchise-subtitle span {
        width: 28px;
    }

    .sbn-franchise-heading h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .sbn-franchise-heading p {
        font-size: 16px;
    }

    .sbn-plan-card {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .sbn-franchise-container {
        width: 92%;
    }

    .sbn-franchise-heading h2 {
        font-size: 30px;
    }

    .sbn-plan-head,
    .sbn-plan-top-orange {
        gap: 16px;
    }

    .sbn-plan-icon {
        width: 64px;
        height: 64px;
        font-size: 28px;
    }

    .sbn-plan-head h3,
    .sbn-plan-top-orange h3 {
        font-size: 22px;
    }

    .sbn-price-box h4 {
        font-size: 30px;
    }

    .sbn-feature-list li span {
        font-size: 16px;
    }
}


img.footerlogo {
    width: 150px !important;
    padding: 11px 31px;
    background-color: #fff;
    border-radius: 10px;
}



.mobile-nav.show {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 11111111 !important;
}


.logomenubar a {
    width: 100%;
    display: block;
    text-align: center;
}

.logomenubar img {
    width: 100%;
    max-width: 200px;
    margin: auto;
}


.mobileclosebutton {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 111111111111111111111111111111;
    background-color: #eee;
    padding: 8px;
}


.sbn-project-gallery-section {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at top left, rgba(255, 137, 0, 0.12), transparent 35%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    overflow: hidden;
    z-index: 1;
}

.sbn-project-gallery-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 80px;
    width: 320px;
    height: 320px;
    background: rgba(255, 137, 0, 0.12);
    border-radius: 50%;
    filter: blur(10px);
}

.sbn-project-container {
    width: min(1120px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sbn-project-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.sbn-project-heading span {
    display: inline-block;
    color: #ff7a00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.sbn-project-heading h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #111;
    margin: 0 0 16px;
}

.sbn-project-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

.sbn-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.sbn-project-card {
    position: relative;
    height: 310px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    background: #111;
    isolation: isolate;
    transform: translateY(0);
    transition: all 0.45s ease;
}

.sbn-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(255, 122, 0, 0.22);
}

.sbn-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.sbn-project-card:hover img {
    transform: scale(1.12);
}

.sbn-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.02) 20%,
            rgba(0, 0, 0, 0.45) 65%,
            rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
}

.sbn-project-overlay {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 3;
    color: #fff;
    transform: translateY(48px);
    transition: all 0.45s ease;
}

.sbn-project-card:hover .sbn-project-overlay {
    transform: translateY(0);
}

.sbn-project-overlay span {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 50px;
    background: #ff8900;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sbn-project-overlay h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 10px;
    color: #fff;
}

.sbn-project-overlay p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    opacity: 0;
    transition: all 0.45s ease;
}

.sbn-project-card:hover .sbn-project-overlay p {
    opacity: 1;
}

.sbn-project-tall {
    height: 642px;
    grid-row: span 2;
}

@media (max-width: 991px) {
    .sbn-project-gallery-section {
        padding: 80px 0;
    }

    .sbn-project-heading h2 {
        font-size: 34px;
    }

    .sbn-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sbn-project-tall {
        height: 310px;
        grid-row: auto;
    }
}

@media (max-width: 575px) {
    .sbn-project-gallery-section {
        padding: 65px 0;
    }

    .sbn-project-heading {
        text-align: center;
        margin-bottom: 32px;
    }

    .sbn-project-heading h2 {
        font-size: 28px;
    }

    .sbn-project-heading p {
        font-size: 15px;
    }

    .sbn-project-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sbn-project-card,
    .sbn-project-tall {
        height: 290px;
        border-radius: 22px;
    }

    .sbn-project-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
        transform: translateY(0);
    }

    .sbn-project-overlay p {
        opacity: 1;
    }
}


@media (max-width: 575px) {
    .banner-text h2 {
        font-size: 35px !important;
        line-height: 55px !important;
    }

    .banner-text p {
        width: 100%;
        color: #fff;
    }
}


.sbn-product-showcase {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.sbn-product-showcase::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(0, 150, 115, 0.12);
    border-radius: 50%;
}

.sbn-product-showcase::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 280px;
    height: 280px;
    background: rgba(255, 137, 0, 0.14);
    border-radius: 50%;
}

.sbn-product-container {
    width: min(1140px, 92%);
    margin: auto;
    position: relative;
    z-index: 2;
}

.sbn-product-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.sbn-product-head span {
    display: inline-block;
    color: #ff8900;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sbn-product-head h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #111;
    margin: 0 0 14px;
    font-weight: 800;
}

.sbn-product-head p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.sbn-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.sbn-product-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e9eef2;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.sbn-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.13);
}

.sbn-product-img {
    height: 230px;
    position: relative;
    overflow: hidden;
}

.sbn-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.sbn-product-card:hover .sbn-product-img img {
    transform: scale(1.08);
}

.sbn-product-img span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #ff8900;
    color: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
}

.sbn-product-body {
    padding: 26px 24px 28px;
}

.sbn-product-body h3 {
    font-size: 23px;
    color: #111;
    margin: 0 0 12px;
    font-weight: 800;
}

.sbn-product-body p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 18px;
}

.sbn-price {
    font-size: 22px;
    font-weight: 800;
    color: #ff8900;
    margin-bottom: 16px;
}

.sbn-price small {
    font-size: 13px;
    color: #777;
    font-weight: 600;
}

.sbn-product-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.sbn-product-body ul li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 14.5px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.45;
}

.sbn-product-body ul li i {
    color: #ff8900;
    margin-top: 3px;
    font-size: 13px;
}

.sbn-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #ff8900;
    color: #fff;
    padding: 12px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbn-product-btn:hover {
    background: #ff8900;
    color: #fff;
}

@media (max-width: 991px) {
    .sbn-product-showcase {
        padding: 75px 0;
    }

    .sbn-product-head h2 {
        font-size: 32px;
    }

    .sbn-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sbn-product-showcase {
        padding: 60px 0;
    }

    .sbn-product-head {
        text-align: center;
        margin-bottom: 32px;
    }

    .sbn-product-head h2 {
        font-size: 27px;
    }

    .sbn-product-head p {
        font-size: 15px;
    }

    .sbn-product-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sbn-product-img {
        height: 210px;
    }

    .sbn-product-body {
        padding: 22px 20px 24px;
    }
}


.product-detail-hero {
    padding: 90px 0;
    background: #000;
    color: #fff;
}

.product-detail-hero span {
    display: inline-block;
    background: #ff8900;
    color: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-detail-hero h1 {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 15px;
    max-width: 850px;
}

.product-detail-hero p {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.sbn-product-detail {
    padding: 80px 0;
    background: #f8fbfd;
}

.detail-main-img {
    height: 430px;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.detail-main-img img,
.overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.detail-card,
.spec-table-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
    border: 1px solid #edf1f4;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.full-card {
    grid-column: 1 / -1;
}

.detail-card h2,
.spec-table-wrap h2 {
    font-size: 28px;
    margin: 0 0 16px;
    color: #111;
    font-weight: 800;
}

.detail-card h4 {
    font-size: 18px;
    color: #ff8900;
    margin: 22px 0 10px;
    font-weight: 800;
}

.detail-card p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 14px;
}

.detail-card ul,
.two-col-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.detail-card ul li,
.two-col-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.detail-card ul li::before,
.two-col-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8900;
    font-weight: 800;
}

.two-col-list {
    columns: 2;
}

.highlight-text {
    margin-top: 20px;
    background: #fff6ec;
    border-left: 4px solid #ff8900;
    padding: 15px 18px;
    border-radius: 10px;
    color: #222 !important;
    font-weight: 600;
}

.product-overview-box {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;
    align-items: center;
    background: #fff;
    padding: 25px;
    border-radius: 26px;
    margin-bottom: 28px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.overview-img {
    height: 330px;
    border-radius: 22px;
    overflow: hidden;
}

.overview-content .rating {
    display: inline-block;
    background: #fff3e4;
    color: #ff8900;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.overview-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #111;
}

.overview-content h3 {
    font-size: 28px;
    color: #ff8900;
    font-weight: 800;
    margin: 0 0 14px;
}

.overview-content h3 small {
    font-size: 14px;
    color: #777;
}

.overview-content p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.feature-grid,
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 28px 0;
}

.feature-grid div {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border: 1px solid #edf1f4;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.why-grid {
    grid-template-columns: repeat(4, 1fr);
}

.why-grid div {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #edf1f4;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.why-grid i {
    width: 48px;
    height: 48px;
    background: #ff8900;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 20px;
}

.why-grid h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.why-grid p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
}

.spec-table th {
    background: #ff8900;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-size: 16px;
}

.spec-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #edf1f4;
    font-size: 15px;
    color: #333;
}

.spec-table tr:nth-child(even) td {
    background: #fbfdff;
}

@media (max-width: 991px) {
    .product-detail-hero h1 {
        font-size: 36px;
    }

    .detail-grid,
    .product-overview-box {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-col-list {
        columns: 1;
    }
}

@media (max-width: 575px) {
    .product-detail-hero {
        padding: 65px 0;
    }

    .product-detail-hero h1 {
        font-size: 30px;
    }

    .sbn-product-detail {
        padding: 55px 0;
    }

    .detail-main-img,
    .overview-img {
        height: 240px;
    }

    .detail-card,
    .spec-table-wrap,
    .product-overview-box {
        padding: 20px;
        border-radius: 18px;
    }

    .detail-card h2,
    .spec-table-wrap h2,
    .overview-content h2 {
        font-size: 24px;
    }

    .feature-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .spec-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media(min-width:992px) {
    .product-detail-hero {
        position: relative;
        top: -13px;
    }
}


.sbn-contact-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(255, 137, 0, 0.12), transparent 32%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.sbn-contact-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -140px;
    top: 90px;
    background: rgba(255, 137, 0, 0.14);
    border-radius: 50%;
    filter: blur(4px);
}

.sbn-contact-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: 90px;
    background: rgba(0, 143, 107, 0.12);
    border-radius: 50%;
    filter: blur(4px);
}

.sbn-contact-container {
    width: min(1140px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sbn-contact-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.sbn-contact-heading span {
    display: inline-block;
    color: #ff8900;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sbn-contact-heading h2 {
    font-size: 42px;
    line-height: 1.18;
    color: #111;
    font-weight: 800;
    margin: 0 0 14px;
}

.sbn-contact-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.sbn-contact-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    gap: 28px;
    align-items: stretch;
}

.sbn-contact-info {
    display: grid;
    gap: 16px;
}

.sbn-contact-card {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid #edf1f4;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
}

.sbn-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(255, 137, 0, 0.16);
}

.sbn-contact-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    background: #ff8900;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.sbn-contact-card h3,
.sbn-social-box h3,
.sbn-contact-form-box h3 {
    margin: 0 0 7px;
    font-size: 20px;
    color: #111;
    font-weight: 800;
}

.sbn-contact-card p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.sbn-contact-card a {
    color: #555;
    text-decoration: none;
}

.sbn-contact-card a:hover {
    color: #ff8900;
}

.sbn-social-box {
    background: #111;
    padding: 24px;
    border-radius: 22px;
    color: #fff;
}

.sbn-social-box h3 {
    color: #fff;
    margin-bottom: 15px;
}

.sbn-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sbn-social-links a {
    width: 44px;
    height: 44px;
    background: #ff8900;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbn-social-links a:hover {
    background: #008f6b;
    transform: translateY(-4px);
}

.sbn-contact-form-box {
    background: #fff;
    border-radius: 26px;
    padding: 34px;
    border: 1px solid #edf1f4;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.sbn-contact-form-box>p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 24px;
}

.sbn-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.sbn-form-group {
    margin-bottom: 18px;
}

.sbn-form-group label {
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    margin-bottom: 8px;
}

.sbn-form-group input,
.sbn-form-group select,
.sbn-form-group textarea {
    width: 100%;
    border: 1px solid #e1e7ec;
    background: #f8fbfd;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: all 0.3s ease;
}

.sbn-form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.sbn-form-group input:focus,
.sbn-form-group select:focus,
.sbn-form-group textarea:focus {
    border-color: #ff8900;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 137, 0, 0.12);
}

.sbn-submit-btn {
    border: none;
    outline: none;
    background: #111;
    color: #fff;
    padding: 15px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.35s ease;
}

.sbn-submit-btn:hover {
    background: #ff8900;
    transform: translateY(-3px);
}

.sbn-map-box {
    margin-top: 32px;
    height: 380px;
    border-radius: 26px;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.sbn-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
    .sbn-contact-section {
        padding: 75px 0;
    }

    .sbn-contact-heading h2 {
        font-size: 34px;
    }

    .sbn-contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sbn-contact-section {
        padding: 60px 0;
    }

    .sbn-contact-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .sbn-contact-heading h2 {
        font-size: 28px;
    }

    .sbn-contact-heading p {
        font-size: 15px;
    }

    .sbn-contact-card {
        padding: 18px;
    }

    .sbn-contact-icon {
        min-width: 46px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .sbn-contact-form-box {
        padding: 22px;
        border-radius: 22px;
    }

    .sbn-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sbn-map-box {
        height: 300px;
        border-radius: 20px;
        border-width: 5px;
    }
}


@media(min-width:992px) {
    .sbn-contact-section {
        margin-top: -13px;
    }

    #franchisesection {
        padding-top: 280px;
    }

    #franchisesection .heading h2 {
        font-size: 30px !important;
        color: white;
        line-height: 45px !important;
    }
}

@media(max-width:767px) {

    #franchisesection {
        padding-bottom: 70px;
    }
}