.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0ea47d5:#000000;--e-global-color-e8fd7c4:#FFFFFF;--e-global-color-93bcde9:#2D5596;--e-global-color-6c6ba71:#E4814D;--e-global-color-e3fde3a:#02A7FF;--e-global-color-3f167c9:#FFFFFF14;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:40px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-0ea47d5 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1270px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#my-image-box img {
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
    border-radius: 25px !important;
    margin-bottom: 20px;
}

/* Apply Titillium Web to all body text */

body, p, span, div, li, a {
    font-family: 'Poppins', sans-serif !important;
}

/* Apply Titillium Web to all Heading Text and Ensure all headings are bold (700) */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}

.underline_orange {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: rgb(228 129 77); /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}

/* Add underline text decoration COLOR-A <span class="underline">Community Solar</span> */

.underline_orange_2 {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: rgba(255, 157, 0, 1); /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}

/* Add underline text decoration COLOR-B */

.underline_lighter {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: rgba(218, 233, 255, 0.4); /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}

.underline_logo_blue {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: #02A7FF; /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}

.underline_cool_blue {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: #DDECFF; /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}/* End custom CSS */