/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Medium.eot');
    src: url('./fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Medium.woff2') format('woff2'),
        url('./fonts/Inter-Medium.woff') format('woff'),
        url('./fonts/Inter-Medium.ttf') format('truetype'),
        url('./fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-SemiBold.eot');
    src: url('./fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-SemiBold.woff2') format('woff2'),
        url('./fonts/Inter-SemiBold.woff') format('woff'),
        url('./fonts/Inter-SemiBold.ttf') format('truetype'),
        url('./fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular.eot');
    src: url('./fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Regular.woff2') format('woff2'),
        url('./fonts/Inter-Regular.woff') format('woff'),
        url('./fonts/Inter-Regular.ttf') format('truetype'),
        url('./fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Bold.eot');
    src: url('./fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Bold.woff2') format('woff2'),
        url('./fonts/Inter-Bold.woff') format('woff'),
        url('./fonts/Inter-Bold.ttf') format('truetype'),
        url('./fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
    color: #475467;
    overflow-x: hidden !important;
}

.elementor-widget-text-editor {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
    color: #475467;
    overflow-x: hidden !important;
}

.wrap {
    max-width: 1140px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.font120 .elementor-heading-title,
.font120 {
    font-size: 120px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}

.font80 {
    font-size: 80px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px !important;
}

.font36 {
    font-size: 36px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #101828;
    margin-bottom: 20px !important;
}

.font30 {
    font-size: 30px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #101828;
    margin-bottom: 30px !important;
    text-transform: capitalize;
}

.font28 {
    font-size: 28px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #101828;
    margin-bottom: 20px !important;
}

.font20 {
    font-size: 20px !important;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #101828;
    margin-bottom: 20px !important;
}

.padding95 {
    padding: 95px 0
}

.pt-95 {
    padding-top: 95px
}

.pb-95 {
    padding-bottom: 95px
}

.padding40 {
    padding: 40px 0
}

.text-center {
    text-align: center !important;
}

.p,
p {
    margin-bottom: 20px !important;
    font-family: 'Inter' !important;
}

.p:last-child,
p:last-child {
    margin-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.white-text {
    color: #fff;
}

.pt-0 .vc_column-inner {
    padding-top: 0 !important;
}

ul,
ol {
    padding-left: 20px;
    margin: 0 0 20px;
}

ul li,
ol li {
    margin-bottom: 10px;
}

ul li:last-of-type,
ol li:last-of-type {
    margin-bottom: 0px;
}

.btn-main {
    padding: 14px 40px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.blue-btn {
    background: #4F50CC;
    color: #fff !important;
}

.blue-btn:hover {
    background: #753dba;
}

.energy-btn {
    display: none;
}

/* .btn-main {	padding: 14px 40px; border-radius: 100px; text-align: center; display: inline-block; text-decoration: none; line-height: 1.5; font-family: "Inter", sans-serif; font-size: 16px;
font-weight: 600; transition: all 0.4s ease;}

.btn-white {background: #fff; border: 1px solid #fff; color: #4F50CC;}
.btn-white:hover{opacity: 0.9;}
.btn-blue {background: #4F50CC; border: 1px solid #4F50CC; color: #fff;}
.btn-blue:hover{background: #753dba; color: #fff; border-color: #753dba !important;} */

#btn-main {
    padding: 14px 40px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
}

#btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #4F50CC;
}

#btn-white:hover {
    opacity: 0.9;
}

#btn-blue {
    background: #4F50CC;
    border: 1px solid #4F50CC;
    color: #fff;
}

#btn-blue:hover {
    background: #753dba;
    color: #fff;
    border-color: #753dba !important;
}

.header-sec .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1380px !important;
}

.header-sec .header-logo img {
    width: 180px;
}

.header-sec .header-ttl {
    margin-right: auto;
    margin-left: 30px;
    display: none;
}

.header-sec .header-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sec .header-ttl .wp-block-heading {
    font-weight: 600;
    font-size: 20px;
    margin: 0 !important;
}

.header-sec .header-menu ul li a {
    padding: 35px 10px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Inter';
}

.header-sec .header-menu ul li.current-menu-item a {
    color: #8CC341;
}

.header-sec .header-logo .wp-block-image.size-large {
    margin: 0;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.sticky-active {
    animation-duration: 1s;
    animation-fill-mode: both;
    position: fixed !important;
    top: 0;
    transition: all 0.2s ease-in-out 0s !important;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.sticky-active {
    animation-name: slideInDown;
}

header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-sec .header-menu ul li {
    margin: inherit;
}

.btn-home {
    text-align: center;
}

/* footer */
.footer-main-sec .wrap .footer-detail-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-sec.mobile-logo {
    display: none;
}

.footer-main-sec {
    background: #2F218E;
    max-width: 100% !important;
    padding: 40px 0;
}

.footer-copyright p {
    margin: 0;
}

.footer-main-sec .designed-txt {
    font-weight: 600;
}

.footer-main-sec .designed-txt a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.footer-main-sec .designed-txt a:hover {
    color: #8cc341 !important;
}

.footer-main-sec .designed-txt img {
    width: 16px;
    vertical-align: middle;
}

.footer-logo .wp-block-image.size-full {
    margin: 0;
}

.footer-logo {
    display: block;
}

.footer-mobile-logo {
    display: none;
}

.footer-copyright {
    text-align: center;
}

.home-contact-main form {
    width: 65%;
    margin: 0 auto;
}

.home-contact-main form .wpcf7-form-control {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 25px 14px;
    line-height: 1.5 !important;
    color: #667085;
    font-family: 'Inter' !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
    margin: 0 !important;
    transition: all 0.3s ease;
}

.home-contact-main form .wpcf7-form-control:focus {
    outline: none !important;
    box-shadow: 0 0 7px 0px rgba(47, 33, 142, 0.18);
}

.home-contact-main form p label {
    margin-bottom: 20px !important;
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    gap: 5px;
    flex-direction: column;
}

.home-contact-main .jkit-contact-form-7 form p .wpcf7-form-control.wpcf7-submit {
    font-family: "Inter", Sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4F50CC;
    border-style: solid;
    border-width: 1px;
    border-color: #4F50CC;
    border-radius: 100px;
    padding: 14px 40px;
    width: auto;
}

.home-contact-main .jkit-contact-form-7 form p .wpcf7-form-control.wpcf7-submit:hover {
    color: #FFFFFF;
    background-color: #753DBA;
    border-color: #753DBA;
}

.home-contact-main form .check-input .check-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 9;
    margin: 0 auto !important;
    text-align: center;
    height: 100%;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #667085;
    width: 100%;
    padding: 25px 60px;
    font-family: 'Inter' !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #D0D5DD !important;
}

.home-contact-main form .check-input p input {
    padding: 60px 40px;
    background: #fff !important;
    height: 100% !important;
    z-index: 99;
    position: relative;
    opacity: 0;
}

.home-contact-main form .check-input {
    position: relative;
}

.home-contact-main form .check-input .check-box img {
    margin-bottom: 5px;
}

.home-contact-main form .check-info p {
    margin: 0 !important;
}

.home-contact-main form .check-info p label {
    margin-bottom: 5px !important;
}

#primary-menu-list {
    height: 0;
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: all 0.3s ease;
}

#primary-menu-list.toggled-on {
    height: 100%;
    opacity: 1;
    width: 100%;
    pointer-events: auto;
}

.menu-button-container {
    display: none;
}

.contact-form .mf-error-message {
    font-family: 'inter' !important;
    font-weight: 400 !important;
}

.contact-inner .elementor-icon-list-items li span {
    font-family: 'inter' !important;
}

.our-approach-text ol li {
    margin-bottom: 15px;
}

.our-approach-text ol li:last-child {
    margin-bottom: 0;
}

.contact_form_inner .metform-btn.metform-submit-btn {
    margin-top: 15px;
}

a:where(:not(.wp-element-button)) {
    border: none !important;
    outline: none !important;
}

.footer-logo .wp-block-image.size-large {
    margin-bottom: 0;
}

.energy-efficient-sec .elementor-container.elementor-column-gap-default {
    gap: 30px;
}

.energy-efficient-sec img {
    width: 100%;
}

.optimize-systems-sec .elementor-container.elementor-column-gap-default {
    gap: 60px;
}

.optimize-systems-sec img {
    width: 100%;
}

.optimize-systems-main::before {
    position: absolute;
    content: '';
    background-color: var(--e-global-color-primary);
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.equipment-cnt p {
    margin-bottom: 0 !important;
    margin-top: 0;
}

/*Commercial solar*/
.markets-sec .elementor-tabs {display: flex;}
.markets-sec   .elementor-tabs-wrapper {width: 50% !important;    padding-right: 19%;}
.markets-sec .elementor-widget-tabs .elementor-tab-desktop-title {border: none !important;	font-size: 18px;	font-weight: 400;	padding: 11px 20px 11px 53px !important;    border-radius: 11px;}
.markets-sec .elementor-widget-tabs .elementor-tab-title.elementor-active {border-color: #EDEDED;	color: #475467 !important;	background-color: #EDEDED;}
.markets-sec .elementor-tab-title::before {content: '' !important;	position: absolute !important;	background: url(/wp-content/uploads/2024/09/Check-icon.svg);	width: 28px !important;	height: 28px !important;	background-repeat: no-repeat;	transform: translateY(-50%) !important; top: 50% !important;left: 15px;  background-size: contain;}
.markets-sec .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {justify-content: center;	grid-row-gap: 20px;}
.markets-sec .elementor-tab-content {border: none !important;  padding: 0 !important;   margin-right: -413px !important;}
.markets-sec  p {margin: 0;}
.markets-sec .elementor-tab-desktop-title {display: inherit !important;}
.markets-sec .elementor-tab-content img {width: 100%;}
.solar-power-list ul {padding-left: 0;	margin: 0;}
.solar-power-list ul li {color: #475467;	font-size: 18px;	margin-bottom: 20px !important;	padding-bottom: 20px;	border-bottom: 1px solid #E4E7EC;	list-style: none;}
.solar-power-list ul li:last-child{margin-bottom: 0 !important;}

/*Responsive*/
@media only screen and (max-width: 1699px) {

    /*commercial solar*/
    .markets-sec .elementor-tab-content {
        margin-right: -250px !important;
    }

}

@media only screen and (max-width: 1535px) {
    .header-sec .wrap {
        max-width: 1350px !important;
    }
     /*commercial solar*/
    .markets-sec .elementor-tab-content {margin-right: -200px !important;}

}

@media only screen and (max-width: 1439px) {
    .header-sec .header-logo img {
        width: 150px;
    }

    .header-sec .wrap {
        max-width: 1300px !important;
    }

    .header-btn .btn-main {
        padding: 13px 35px;
    }
     /*commercial solar*/
    .markets-sec .elementor-tab-content {margin-right: -120px !important;}

}

@media only screen and (max-width: 1365px) {

    .header-sec .wrap {
        max-width: 1200px !important;
    }

    .header-sec .header-menu ul li a {
        font-size: 15px;
    }

    .header-btn .btn-main {
        padding: 12px 30px;
    }

    .header-sec .header-logo img {
        width: 130px;
    }

    .header-sec .wrap {
        max-width: 1220px !important;
    }

     /*commercial solar*/
     .markets-sec .elementor-tab-content {margin-right: -90px !important;}
    .markets-sec .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {grid-row-gap: 15px;}


}

@media only screen and (max-width: 1279px) {
    .header-sec .wrap {
        max-width: 1140px !important;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1100px !important;
    }

    .wrap {
        max-width: 1100px !important;
    }

    .header-sec .header-menu ul li a {
        font-size: 14px;
    }

    .header-btn .btn-main {
        padding: 11px 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-sec .header-menu ul li a {
        padding: 30px 8px;
        font-size: 12px;
    }

    .header-btn .btn-main {
        padding: 10px 20px;
    }

    .header-sec .header-logo img {
        width: 110px;
    }

    .header-sec .wrap {
        max-width: 95% !important;
    }

    .elementor-2 .home-banner-main.elementor-element.elementor-element-21040031 {
        margin-top: -65px;
    }

    .elementor-2 .elementor-element.elementor-element-21040031.home-banner-main>.elementor-container {
        min-height: 95vh;
    }

    .wrap {
        max-width: 92% !important;
    }

    .footer-logo img {
        width: 210px;
    }

    .footer-logo-sec {
        width: 25%;
    }

    .footer-main-sec {
        padding: 80px 0 0;
    }

    .footer-copyright-sec {
        margin-top: 80px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 92% !important;
    }

    .home-contact-main form {
        width: 70%;
    }

    .home-banner-main-ttl {
        margin: 50px 0 !important;
    }

    /*commercial solar*/
    .solar-power-list ul {padding-left:20px;}
    .markets-sec .elementor-tab-content {margin-right: -50px !important;}

}

@media only screen and (max-width: 1024px) {
    .elementor-2 .elementor-element.elementor-element-21040031.home-banner-main>.elementor-container {
        min-height: 55vh;
    }

    .home-banner-main-ttl {
        margin: 50px 0 !important;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100% !important;
    }

    .home-contact-main form {
        width: 80%;
    }

    .header-btn {
        display: none;
    }

    .wrap {
        max-width: 90% !important;
    }

    .footer-main-sec {
        padding: 60px 0 0;
    }

    .footer-copyright-sec {
        margin-top: 60px;
        padding: 15px 0;
    }

    .home-why-choose-main {
        padding-bottom: 30px !important;
    }

    .ore-approch-main .elementor-column:last-of-type .elementor-widget-wrap {
        margin-bottom: 0;
    }

    .home-why-choose-main .elementor-element-f1659e9 .elementor-column-gap-no .elementor-inner-column {
        width: 47%;
    }

    .home-why-choose-main .elementor-element-f1659e9 .elementor-column-gap-no {
        gap: 30px;
        flex-wrap: wrap;
    }

    .home-why-choose-main .elementor-element-f1659e9 .elementor-column-gap-no .elementor-inner-column .elementor-widget-wrap {
        padding: 0;
    }

    .menu-button-container {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .mobile-menu #primary-mobile-menu {
        background: none;
        border: 0;
        padding: 0;
        background: #8CC341;
        height: 45px;
        width: 45px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        position: relative;
        z-index: 9;
    }

    .mobile-menu #primary-mobile-menu.toggle-menu .dropdown-icon.menu-close {
        display: flex;
    }

    .mobile-menu #primary-mobile-menu .dropdown-icon.menu-open {
        display: flex;
    }

    .mobile-menu #primary-mobile-menu .dropdown-icon.menu-close {
        display: none;
    }

    .mobile-menu #primary-mobile-menu.toggle-menu .dropdown-icon.menu-open {
        display: none;
    }

    .header-sec .wrap {
        padding: 15px;
    }

    .menu-header-menu-container {
        position: fixed !important;
        left: 0;
        top: 0 !important;
        background: #fff;
        height: 100vh;
        transition: all 0.3s ease-in-out;
        transform: translate(0%, -100%) !important;
        display: flex;
        margin: 0px;
        border: 0px;
        padding: 0px;
        width: 100%;
    }

    .toggled-on .menu-header-menu-container {
        transition: all 0.3s ease-in-out;
        transform: translate(0%, 0%) !important;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu li a {
        font-size: 18px;
        color: #051c2f;
        text-decoration: none;
        padding: 10px 30px !important;
        width: 100%;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu li {
        background: #fff;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #051c2f;
        margin-bottom: 0;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 100px 0 !important;
        margin: 0;
        list-style: none;
        position: relative;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu li.current-menu-item a {
        color: #8CC341;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu li:hover a {
        color: #8CC341;
    }

    .elementor-62 .about-pg-main .elementor-element.elementor-element-2c46c724>.elementor-element-populated {
        margin: 0;
    }

    .about-pg-main .elementor-container.elementor-column-gap-no {
        gap: 40px;
    }

    .mobile-menu #primary-mobile-menu .icon {
        filter: invert(1);
    }

    .energy-btn a {
        background: #4F50CC;
        display: inline-block;
        text-align: center;
        color: #fff !important;
        border-radius: 100px;
        margin-top: 20px;
        width: auto !important;
        margin-left: 30px;
    }

    .energy-btn {
        border: none !important;
        padding: 0 !important;
    }

    .energy-btn a:hover {
        background: #753dba;
    }

    .header-sec .header-logo img {
        width: 140px;
    }
}


@media (max-width: 1023px) {
    .why-energy-content {
        order: 2 !important;
        margin-top: 30px;
        padding-bottom: 0 !important;
    }

    .why-energy-img {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-detail-sec {
        flex-direction: column;
        gap: 30px;
    }

    .footer-logo img,
    .footer-mobile-logo img {
        width: 280px;
    }

    .footer-main-sec {
        padding: 25px 0;
    }

    .energy-btn {
        display: block;
    }

    .header-btn {
        display: none;
    }

    .energy-btn {
        border: none !important;
        padding: 0 !important;
    }

    .energy-btn a {
        background: #4F50CC;
        display: inline-block;
        text-align: center;
        color: #fff !important;
        border-radius: 100px;
        margin-top: 20px;
        width: auto !important;
        margin-left: 30px;
    }

    .energy-btn a:hover {
        background: #753dba;
    }

    /*Energy Procurement Services*/
    .order_2 {
        order: 2 !important;
    }

    .optimize-systems-sec .elementor-container.elementor-column-gap-default {
        gap: 20px;
    }

    .optimize-systems-sec .elementor-col-50 {
        width: 100% !important;
    }

    /*commercial solar*/
    .markets-sec .elementor-tabs-wrapper {padding-right: 5%;}
}

@media only screen and (max-width: 767px) {
    .elementor-2 .home-banner-main .elementor-element.elementor-element-3df49856>.elementor-element-populated {
        margin: 0;
    }

    .elementor-2 .elementor-element.elementor-element-21040031.home-banner-main>.elementor-container {
        min-height: auto;
    }

    .elementor-2 .home-banner-main.elementor-element.elementor-element-21040031 {
        margin-top: 0;
    }

    .home-banner-main-ttl {
        margin: 0 0 30px !important;
    }

    .elementor-2 .home-banner-cnt .elementor-element.elementor-element-3f866376>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
    }

    .home-why-choose-main {
        padding-bottom: 10px !important;
    }

    .ore-approch-main ol {
        padding-left: 25px;
    }

    .home-contact-main form {
        width: 100%;
    }

    .toggled-on .menu-header-menu-container #menu-header-menu {
        flex-direction: column;
        height: 65%;
        margin: auto 0;
        overflow-y: auto;
        flex-wrap: inherit;
    }

    .about-pg-get-in-touch .elementor-element-6879abb {
        text-align: center;
    }

    .elementor-88 .elementor-element.elementor-element-26ea9738 {
        padding: 0 !important;
    }

    ul,
    ol {
        margin: 0 0 0px;
    }

    .footer-logo {
        display: none;
    }

    .footer-mobile-logo {
        display: block;
    }

    .footer-main-sec .designed-txt {
        display: block;
        padding-top: 20px;
    }

    /*commercial solar*/
    .markets-sec .elementor-tab-content {margin-right: 0px !important;}
    .markets-sec .elementor-tab-title::before {display: none;}
    .markets-sec .elementor-tab-title.elementor-tab-mobile-title { padding: 10px 20px !important;   border-bottom:1px solid #E4E7EC !important;}
    .solar-power-list ul { padding-left: 0;}
    .solar-power-list ul li {font-size: 16px;    margin-bottom: 15px !important;    padding-bottom: 15px;}

}

@media only screen and (max-width: 567px) {

    .home-banner-cnt .elementor-element.elementor-element-173bb85.elementor-align-right.elementor-widget.elementor-widget-button {
        text-align: left;
    }

    .home-why-choose-main .elementor-element-f1659e9 .elementor-column-gap-no .elementor-inner-column {
        width: 100%;
    }

    .home-contact-main form .check-input .check-box {
        padding: 25px 20px;
    }

    .elementor-2 .elementor-element.elementor-element-aedf96f .jeg-elementor-kit.jkit-contact-form-7 form textarea {
        height: 120px;
    }

    .home-contact-main form p label {
        margin-bottom: 15px !important;
    }

    .home-contact-main form .wpcf7-form-control {
        padding: 20px 14px;
    }

    .wrap {
        max-width: 85% !important;
    }

    .footer-main-sec .wrap {
        max-width: 100% !important;
    }
}