/*
 Theme Name:   solargrowth
 Theme URI:    http://example.com/twentytwenty/
 Description:  solargrowth
 Author:       solargrowth
 Author URI:   https://wordpress.org/
 Template:     twentytwenty
 Version:      1.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/***** comman *****/
html,
body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
;
    letter-spacing: normal;
    margin-top: 0px !important;
}

.entry-content {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
;
}

a,
a::after,
a::before {
    text-decoration: none;
    color: #20C997;
}

a:hover {
    text-decoration: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button:hover,
button:focus,
input:hover,
input:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    text-decoration: none;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

button:hover,
button:focus,
input:hover,
input:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 62, 62, .25);
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 62, 62, .25);
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

img {
    display: inline;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d8d9da;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c1c2c2;
}

button, 
.button, 
.faux-button, 
.wp-block-button__link, 
.wp-block-file .wp-block-file__button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.bg-accent, 
.bg-accent-hover:hover, 
.bg-accent-hover:focus, 
:root .has-accent-background-color, 
.comment-reply-link {
    background-color: #f99f00 !important;
}

.btn-primary {
    background-color: #f99f00;
    border: 1px solid #f99f00;
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active,
.btn-primary:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #ce8200;
    border: 1px solid #ce8200;
    color: #212529;
}
.btn-outline-primary{
    background-color: #FFFFFF;
    border: 1px solid #f99f00;
    color: #f99f00;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #ce8200;
    border: 1px solid #ce8200;
    color: #212529;
}

.btn-secondary {
    background-color: #426A5A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #426A5A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active,
.btn-secondary:focus,
.btn.btn-secondary:first-child:active,
:not(.btn-secondary.btn-check)+.btn.btn-secondary:active {
    background-color: #385a4d;
    border: 1px solid #385a4d;
    color: #FFFFFF;
}

button:hover, button:focus, input:hover, input:focus, input[type="submit"]:hover, input[type="submit"]:focus, .form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #f99f00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(249, 159, 0, 0.25);
}

.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 5px 0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.navbar.fixed-header {
    position: fixed;
}

.menu-toggle {
    display: none;
}


.navbar-nav li {
    position: relative;
}

.navbar-nav a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-nav li.menu-item-object-custom a {
    background-color: #f99f00;
    color: rgba(0, 0, 0, 0.65) !important;
}
.navbar-nav li.current-menu-item a {
    color: rgb(234 88 12);
}
.head-phone-number .nav-link {
   font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65); 
}

.navbar-nav .icon {
    position: absolute;
    right: 0;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.65);
    border-bottom: 0;
}

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 10;
    width: 250px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF;
}

.navbar-nav .sub-menu li {
    border-bottom: 1px solid #065384;
}

.navbar-nav .sub-menu li:last-child {
    border-bottom: none;
}

.navbar-nav .sub-menu li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbar-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar-nav .sub-menu li a:hover {
    background-color: #e9e9ea;
}
.navbar-nav .sub-menu li.current-menu-item a {
    background-color: #20C997;
}

.navbar-nav li:hover .sub-menu {
    display: block;

}

.contact-btn .btn {
    background-color: #20C997;
}

@media (min-width: 700px) {
    .site-logo img {
        max-height: 7rem;
    }
}

@media (max-width: 1150px) {
    .navbar-nav {
        display: none;
    }
    .menu-toggle {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        border-radius: 5px;
        background-color: #2380bc;
    }
    .menu-toggle-animated-box {
        display: block;
        width: 24px;
        height: 16px; 
        position: relative;
    }
    .menu-toggle .menu-toggle-animated-inner {
        position: absolute;
        top: 7px;
        left: 0;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background-color: #ffffff;
    }
    .menu-toggle-animated-box::before {
        width: 24px;
        height: 2px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        background-color: #ffffff;
    }
    .menu-toggle-animated-box::after {
        width: 24px;
        height: 2px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        background-color: #ffffff;
    }

    .menu-modal {
        display: block !important;
        top: 12px !important;
        left: auto !important;
        opacity: 1 !important;
        right: 20px !important;
        padding: 0;
        margin: 0;
        position: absolute;
        background-color: transparent;
        width: auto;
        overflow: visible;
    }
    .menu-modal .menu-modal-inner {
        opacity: 1;
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        overflow: visible;
        transform: translateX(0rem);
    }
    .menu-modal .section-inner {
        width: 100%;
    }
    .menu-modal button.close-nav-toggle {
        width: 48px;
        height: 48px;
        padding: 10px 10px;
        border-radius: 5px;
        background-color: #2380bc;
    }
    .menu-modal button.close-nav-toggle:focus {
        box-shadow: none;
    }
    .menu-modal button.close-nav-toggle .toggle-text { 
        display: block;
        font-size: 0px;
        text-indent: -9999px;
        width: 100%;
        height: 2px;
        position: relative;
        background-color: #ffffff;
        margin: 0;
    }
    .menu-modal button.close-nav-toggle.active .toggle-text {
        background-color: transparent;
    }

    .menu-modal button.close-nav-toggle .toggle-text::before { 
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        content: "";
    }
    .menu-modal button.close-nav-toggle.active .toggle-text::before { 
        transform: rotate(-45deg);
        top: 0;
    }
    .menu-modal button.close-nav-toggle .toggle-text::after { 
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        content: "";
    }
    .menu-modal button.close-nav-toggle.active .toggle-text::after { 
        transform: rotate(45deg);
        bottom: 0;
    }

    .menu-modal button.close-nav-toggle svg {
        display: none;
    }
    .menu-modal .mobile-menu {
        display: none;
        position: absolute;
        top: 48px;
        right: 0;
        width: 320px;
        background-color: #2380bc;
    }
    .menu-modal.active .mobile-menu {
        display: block;
        
    }
    .modal-menu > li > a, 
    .modal-menu > li > .ancestor-wrapper > a {
        font-size: 2rem;
        padding: 2rem 2rem;
        color: #ffffff;
        font-weight: 600;
    }
    .menu-wrapper .active {
        background-color: #2380bc; 
    }
    .modal-menu ul li a {
        color: #ffffff;
    }
    .fill-children-current-color, .fill-children-current-color * {
        fill: #ffffff;
    }
    .modal-menu a:focus, 
    .modal-menu a:hover, 
    .modal-menu li.current-menu-item > .ancestor-wrapper > a, 
    .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
        text-decoration: none;
    }
    .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle:focus {
        box-shadow: none;
    }
    .modal-menu {
        position: relative;
        left: 0;
        width: 100%;
    }
    .menu-modal nav * {
        border-color: #FFFFFF !important;
    }
    .menu-wrapper .menu-item {
        background-color: #f99f00;
    }
}


#site-footer.footer {
    background-color: #000f32;
    padding-bottom: 0px;
}
#site-footer .footer-contents {
    margin-bottom: 20px;
}
#site-footer .footer-contents h3 {
    color: #FFFFFF;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-contents span {
    padding-bottom: 20px;
    display: block;
}
#site-footer .footer-contents p {
    display: block;
    width: 80%;
    margin-bottom: 20px;
    color: #d3d3d3;
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-contents li {
    margin-bottom: 10px;
    color: #d3d3d3;
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-contents a {
    color: #d3d3d3;
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-contents a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#site-footer .footer-contents .text-muted {
    color: rgba(33, 37, 41, 0.75);
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#site-footer .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #414141;
}
#site-footer .footer-copyright p,
#site-footer .footer-copyright span,
#site-footer .footer-copyright a {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-copyright a:hover {
    color: #FFFFFF;
}
#site-footer .footer-copyright span {
    padding-left: 10px;
    padding-right: 10px;
}
#site-footer .footer-followus ul li {
    padding-left: 15px;
}
#site-footer .footer-followus ul li a {
    color: #b1b1b1;
}
#site-footer .footer-followus ul li a:hover {
    color: #FFFFFF;
}


.banner-container {
    height: 640px;
    position: relative;
    overflow: hidden;
}
.banner-container .main-banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.banner-container .main-banner .heading {
    color: #FFFFFF;
    font-size: 72px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.banner-container .main-banner .subheading {
    color: rgb(203 213 225);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.banner-container .main-banner .call-btn {
    margin-top: 30px;
    margin-bottom: 90px;
}
.banner-container .banner-image {
    position: relative;
}
.banner-container .banner-image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}
.banner-container .banner-image img {
    margin-top: -15%;
}
.banner-container .counter h5 {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: #FFFFFF;
    width: 100%;
}
.banner-container .counter h5.counter-1 {
    color: rgb(74 222 128);
}
.banner-container .counter h5.counter-2 {
    color: rgb(96 165 250);
}
.banner-container .counter h5.counter-3 {
    color: rgb(250 204 21);
}
.banner-container .counter h5.counter-4 {
    color: rgb(192 132 252);
}
.banner-container .counter p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(148 163 184);
    width: 100%;
}

.services-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.services-container a {
    border: 1px solid rgb(241 245 249);
    border-radius: 1rem;
    padding: 2rem;
    display: block;
    color: rgb(15 23 42);
}
.services-container a:hover {
    border-color: rgb(197, 197, 197);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services-container .icon {
    font-size: 24px;
    line-height: 1.5;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(1px) translateZ(0);
    transition-property: transform;
}
.services-container a:hover .icon {
    transform: scale(1.1);
}
.services-container .icon.industry {
    background-color: rgb(240 253 244);
    color: rgb(22 163 74);
}
.services-container .icon.bolt {
    background-color: rgb(239 246 255);
    color: rgb(37 99 235);
}
.services-container .icon.wrench {
    background-color: rgb(250 245 255);
    color: rgb(147 51 234);
}
.services-container .icon.house {
    background-color: rgb(254 252 232);
    color: rgb(202 138 4);
}
.services-container .name {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.services-container .text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.services-container .link {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px; 
}

.revolution-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000f32;
    border-bottom: 1px solid #414141;
}
.revolution-container h2 {
    display: block;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.revolution-container p {
    display: block;
    color: rgb(148 163 184);
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
    text-align: center;
}
.revolution-container .call-btn {
    margin-top: 30px;
}

.registration-container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(248 250 252);
}
.registration-container .heading {
    display: block;
    width: 100%;
    text-align: center;
}
.registration-container .registration-form {
    display: inline-flex;
    width: 60%;
    height: calc(1600px - 60px);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.registration-container .having-text {
    display: block;
    width: 100%;
    text-align: center;
}

.page-heading-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}
.page-heading-container .heading {
    position: relative;
    z-index: 1;
}
.page-heading-container .heading h1 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.page-heading-container .heading h1 span {
    color: rgb(234 88 12);
}
.page-heading-container .heading p {
    color: rgb(203 213 225);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    text-align: center;
}
.page-heading-container .banner-image {
    position: absolute;
    left: 0;
    top: 0;
}
.page-heading-container .banner-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 15, 50, 0.9);
}
.page-heading-container .banner-image img {
    margin-top: -25%;
}

.our-mission-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.our-mission-container .heading {
    color: rgb(15 23 42);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.our-mission-container .sub-heading {
    color: rgb(15 23 42);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    width: 90%;
    margin-bottom: 20px;
}
.our-mission-container .counter-box {
    border-left: 5px solid rgb(234 88 12);
    padding-left: 15px;
    margin-bottom: 20px;
}
.our-mission-container .counter-box .counter {
    color: rgb(15 23 42);
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}
.our-mission-container .counter-box .counter-text {
    color: rgb(100 116 139);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.our-mission-container .banner-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.values-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(248 250 252);
}
.values-container .heading {
    color: rgb(15 23 42);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.values-container .sub-heading {
    color: rgb(15, 23, 42);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.values-container .values-box {
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.values-container .values-box .icon {
    width: 48px;
    height: 48px;
    color: rgb(0, 15, 50);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: rgba(0, 15, 50, 0.2);
}
.values-container .values-box .name {
    color: rgb(0, 15, 50);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.values-container .values-box .text {
    color: rgb(0, 15, 50);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
}
.service-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000f32;
}
.service-container.service-providers {
    background-color: rgb(248 250 252);
}
.service-container .heading-top-text {
    display: block;
    color: #f99f00;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-container .entry-title {
    display: block;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-container.service-providers .entry-title {
    color: rgb(15 23 42);
}
.service-container .heading-text {
    display: block;
    width: 95%;
    color: #c1c2c2;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
}
.service-container.service-providers .heading-text {
    color: rgb(71 85 105);
}
.service-container .btn-primary {
    border-radius: 3px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.service-container .banner-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.service-providers-container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-providers-container h2 {
    margin-bottom: 50px;
    color: rgb(0, 15, 50);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
}
.service-providers-container .providers-box {
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid rgb(241 245 249);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.service-providers-container .providers-box.epcs {
    border-top: 5px solid rgb(59 130 246);
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.service-providers-container .providers-box.manufacturers {
    border-radius: 10px;
    background-color: rgb(248 250 252);
}
.service-providers-container .providers-box .icon {
    display: block;
    color: rgb(0, 15, 50);
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.service-providers-container .providers-box.epcs .icon {
   color: rgb(59 130 246); 
}
.service-providers-container .providers-box.manufacturers .icon {
   color: #f99f00; 
}
.service-providers-container .providers-box .icon.circle-check {
   color: rgb(34 197 94); 
}
.service-providers-container .providers-box .icon.truck {
   color: rgb(59 130 246); 
}
.service-providers-container .providers-box .icon.clock {
   color: rgb(168 85 247); 
}
.service-providers-container .providers-box .name {
    display: block;
    color: rgb(0, 15, 50);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-providers-container .providers-box .text {
    display: block;
    color: rgb(71, 85, 105);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.privacy-terms-container {
    padding-bottom: 80px;
    padding-top: 80px;
}

.privacy-terms-container h1 {
    display: block;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(15 23 42);
    margin-bottom: 30px;
}
.privacy-terms-container h3 {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(15 23 42);
    margin-bottom: 10px;
}
.privacy-terms-container p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(15 23 42);
    margin-bottom: 30px;
}

.contact-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(248 250 252);
}
.contact-container .heading h1 {
    display: block;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(15 23 42);
    margin-bottom: 10px;
}
.contact-container .heading p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(15 23 42);
    margin-bottom: 50px;
}
.contact-container .contact-box {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgb(255 255 255);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.contact-container .contact-box .icon {
    display: inline-flex;
    margin-right: 15px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #f99f00;
}
.contact-container .contact-box .contact {
    display: inline-flex;
    flex-wrap: wrap;
}
.contact-container .contact-box .contact h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #000f32;
}
.contact-container .contact-box .contact p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    color: #414141;
}
.contact-container .contact-box .contact p a {
    color: #414141;
}
.contact-container .contact-box .contact p a {
    color: #000f32;
}
.contact-container .contact-form {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 10px;
    border-top: 5px solid #f99f00;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.contact-container .contact-form p {
    margin-bottom: 20px;
}
.contact-container .contact-form p input{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-container .contact-form p .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #f99f00;
}
.wpcf7-response-output {
    border: none !important;
    text-align: left;
    font-size: 13px;
    margin: 0 0 20px 0!important;
    padding: 0 !important;
}

.faq-container{
    margin-top: 80px;
    margin-bottom: 80px;
}
.faq-container h1{
    display: block;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(15 23 42);
    margin-bottom: 50px;
    text-align: center;
}
.faq-container .card {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d3d3d3;
}
.faq-container .card-header {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #FFFFFF;
}
.faq-container .card-header button {
    display: block;
    background: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #414141;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.faq-container .card-header button:hover {
    box-shadow: none;
    border: none;
}
.faq-container .collapse {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #414141;
}

.homeowners-banner {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FEFCE8;
    background: linear-gradient(180deg,rgba(254, 252, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.homeowners-banner span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(254 249 195);
    color: #ce8200;
    font-size: 22px;
    line-height: 1.5;
}
.homeowners-banner h1 {
    display: block;
    color: #000f32;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.homeowners-banner p {
    display: block;
    color: #000f32;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}
.homeowners-incentives {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(248 250 252);
}
.homeowners-incentives h3 {
    display: block;
    color: #000f32;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
}
.homeowners-incentives .incentive {
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.homeowners-incentives .incentive .icon {
    width: 48px;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
}
.homeowners-incentives .incentive .icon.icon-1 {
    color: rgb(249 115 22);
}
.homeowners-incentives .incentive .icon.icon-2 {
    color: rgb(34 197 94);
}
.homeowners-incentives .incentive .icon.icon-3 {
    color: rgb(59 130 246);
}
.homeowners-incentives .incentive .contants {
    width: calc(100% - 48px);
}
.homeowners-incentives .incentive .contants h5 {
    display: block;
    width: 100%;
    color: #000f32;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
.homeowners-incentives .incentive .contants p {
    display: block;
    color: #000f32;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.homeowners-ready-solar {
    padding-top: 80px;
    padding-bottom: 80px; 
}
.homeowners-ready-solar h3 {
    display: block;
    color: #000f32;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
}

.blogs-container {
    margin-bottom: 60px;
}

.blog-page-heading {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-page-heading .entry-title {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}
.blog-page-heading span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.blog-categories {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.blog-categories ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
}
.blog-categories ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-categories ul li a {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border: 1px solid #676767;
    border-radius: 25px;
}
.blog-categories ul li a:hover {
    border-color: #f99f00;
}
.blog-categories ul li a.active {
    color: rgba(0, 0, 0, 0.65);
    background-color: #f99f00;
    border-color: #f99f00;
}
.blogs-container .post {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blogs-container .post .featured-media {
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.blogs-container .post .featured-media .section-inner {
    max-width: 100%;
    width: 100%;
    max-height: 200px;
}
.blogs-container .post .image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.blogs-container .post .image img {
    width: 100%;
    max-height: 200px;
}
.blogs-container .post .title {
    margin-bottom: 0px;
}
.blogs-container .post .section-inner {
    max-width: 100%;
    width: 100%;
}
.blogs-container .post h2.entry-title {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
.blogs-container .post .title a,
.blogs-container .post h2.entry-title a {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 5px 5px 5px 10px;
    display: block;
    text-align: left;
}
.blogs-container .post .post-inner {
    padding-top: 0;
}
.blogs-container .post .excerpt p {
    color: #142e26;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 5px 5px 10px 10px;
    display: block;
}
.blogs-container .post .blog-meta {
    margin-top: auto;
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blogs-container .post .date {
    color: #142e26;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    display: inline-block;
}
.blogs-container .post .category {
    float: right;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    line-height: 1.5;
}
.blogs-container .post .category a {
    font-weight: 600;
    color: rgb(234 88 12);
    font-size: 13px;
    line-height: 1.5;
}
.singular .featured-media-inner {
    left: 0;
    width: 100%;
    max-width: 100%;
}
.pagination-wrapper .nav-links a {
    color: rgb(234 88 12);
    font-weight: 500;
    font-size: 16px;
}
.pagination-wrapper .nav-links span {
    font-weight: 500;
    color: #142e26;
    font-size: 16px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem !important;
}

.singular .single-post-banner {
    height: 400px;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.singular .single-post-banner .featured-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.singular .single-post-banner .featured-media::before {
    z-index: 10;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.singular .single-post-banner .featured-media img {
    width: 100%;
    margin-top: -25%;
}
.singular .single-post-banner .entry-header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: none;
    padding: 0;
}
.singular .single-post-banner .entry-header .entry-title {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
.singular .wp-block-list {
    list-style: disc;
    padding-left: 15px;
}
.singular .wp-block-list li{
    list-style: disc;
}
.pagination-single a {
    color: rgb(234 88 12);
    font-size: 16px;
}
.pagination-single {
    margin: 0; 
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top:60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFFFFF;
    border-top: 1px solid #142e26;
    border-bottom: 1px solid #142e26;
}
.pagination-single a .arrow {
    margin: 0 1rem 0 0;
}
.pagination-single .next-post .arrow {
    margin: 0 0 0 1rem;
}

@media (max-width: 1150px) {
    .banner-container .banner-image {
        height: 100%;
        padding-bottom: 20px;
    }
    .banner-container .banner-image img {
        margin-top: 0;
        height: calc(100% + 20px);
    }
    .banner-container .main-banner .heading {
        margin-top: 30px;
        font-size: 48px;
    }
    .banner-container .main-banner .call-btn {
        margin-bottom: 60px;
    }
    .banner-container .counter {
        margin-bottom: 20px;
    }
}
@media (max-width: 880px) {
    #site-footer .footer-followus ul li {
        padding-left: 0;
        padding-right: 15px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .banner-container .main-banner .heading {
        font-size: 40px;
        margin-top: 0;
    }
    .banner-container .main-banner .subheading {
        font-size: 18px;
    }
    .banner-container .main-banner .call-btn {
        margin-bottom: 30px;
    }
    .banner-container .main-banner .call-btn .btn-primary {
        font-size: 16px;
        padding: 10px 20px;
    }
    .revolution-container h2 {
        font-size: 26px;
    }
    .revolution-container p {
        font-size: 18px;
    }
    .revolution-container .btn-primary {
        padding: 10px 20px;
        font-size: 16px;
    }
    #site-footer .footer-contents {
        margin-bottom: 30px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-followus {
        margin-top: 20px;
    }
    .page-heading-container .heading h1 {
        font-size: 36px;
    }
    .page-heading-container .heading p {
        font-size: 16px;
    }
    .page-heading-container .banner-image img {
        margin-top: 0;
        height: 100%;
    }
}