/* Econet - Environmental HTML5 Template

Template Name: econet
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Outfit:wght@100..900&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("magnific.css");
@import url("linear.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
@import url("nice-select.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css");
:root {
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f8f5f0;
    --theme-color-gray: #f6f6f6;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color1: #222429;
    --theme-color1-rgb: 34, 36, 41;
    --theme-color2: #1b9948;
    --theme-color2-rgb: 255, 170, 23;
    --theme-color3: #9daaa4;
    --theme-color4: #182f24;
    --theme-color5: #243b30;
    --theme-color6: #30443c;
    --theme-color7: #ff853f;
    --theme-color8: #f8f9f5;
    --theme-bg-color1: #f8f9f5;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #0f0f0f;
    --text-color-bg-theme-color3: #fff;
    --gradient-1: linear-gradient(
        313.49deg,
        #fff4dd 2.4%,
        #f1ffde 49.55%,
        #e7ffd8 82.23%
    );
    --gradient-2: linear-gradient(
        313.49deg,
        #fff4dd 2.4%,
        #f1ffde 49.55%,
        #e7ffd8 82.23%
    );
    --gradient-3: linear-gradient(
        180deg,
        rgba(12, 35, 24, 0) 40%,
        #0c2318 100%
    );
    --gradient-4: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0c2318 70%);
    --gradient-5: linear-gradient(
        270deg,
        rgba(12, 35, 24, 0) 41.35%,
        #0c2318 90%
    );
    --gradient-6: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0c2318 95%);
    --text-color: #4d6459;
    --heading-color: #0c2318;
    --link-color: #0c2318;
    --link-hover-color: #5b8c51;
    --text-font: "Noto Sans", sans-serif;
    --title-font: "Outfit", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 60.8px;
    --h2-font-size: 48px;
    --h3-font-size: 31.2px;
    --h4-font-size: 23.2px;
    --h5-font-size: 18px;
    --h6-font-size: 14px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color2);
    --sec-title-subtitle-font-size: 13px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 1.2em;
    --sec-title-color: var(--heading-color);
    --sec-title-font-size: 50px;
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--heading-color);
    --theme-black: #222429;
    --container-width: 1350px;
    --main-container-width: 1320px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
    background: var(--theme-color2);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--theme-color2); /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--theme-color2); /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--heading-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a b,
a strong {
    transition: all 0.3s ease;
}
a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.boxs {
    opacity: 0;
    will-change: transform, opacity;
}

#smooth-wrapper {
    overflow: hidden;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section > .container,
section > .container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}
/*=== Default Form ===*/
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
    background-color: #0c2318;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
    z-index: -1;
}
.tm-boxed-layout .page-wrapper {
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .tm-boxed-layout .page-wrapper {
        width: 1170px;
    }
}
.tm-boxed-layout .container .container {
    width: 100%;
}
@media (min-width: 1200px) {
    .tm-boxed-layout .container {
        width: 1140px;
    }
}
@media (min-width: 1000px) {
    .tm-boxed-layout.tm-container-970px .page-wrapper {
        width: 970px;
    }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1300px) {
    .tm-boxed-layout.tm-container-1230px .page-wrapper {
        width: 1230px;
    }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1300px .page-wrapper {
        width: 1300px;
    }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1340px .page-wrapper {
        width: 1340px;
    }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1440px .page-wrapper {
        width: 1440px;
    }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1560px) {
    .tm-boxed-layout.tm-container-1500px .page-wrapper {
        width: 1500px;
    }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1660px) {
    .tm-boxed-layout.tm-container-1600px .page-wrapper {
        width: 1600px;
    }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
    width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
    width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
    box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
    background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: #fff;
    margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
    min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
    padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
    padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
    padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
    padding: 130px 0;
}

@media (max-width: 1200px) {
    .tm-boxed-layout {
        padding-top: 15px;
    }
    .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
        padding: 10px;
    }
    .tm-boxed-layout .header .navbar-default .navbar-collapse {
        margin-right: 15px;
    }
    .tm-boxed-layout .navbar-header {
        padding: 15px 0;
    }
    .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0;
    }
}
/***

====================================================================
Reset
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color2);
}

.color3 {
    color: var(--theme-color3);
}

.bg-color3 {
    background-color: var(--theme-color3) !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.main-container {
    position: static;
    max-width: var(--main-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-toggle::after {
    display: none;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}
.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: var(--theme-color-black);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid #1b9948;
    border-top-color: var(--theme-color2);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.preloader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1b9948;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.preloader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--text-color);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: #ffffff;
}

/*=== List Style One ===*/
.list-style-one {
    position: relative;
    display: flex;
    padding: 10px 0;
}
.list-style-one li {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #808287;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.list-style-one li i {
    margin-right: 10px;
    color: var(--theme-color2);
    font-size: 14px;
    line-height: 20px;
}
.list-style-one li a {
    display: inline-block;
    color: #808287;
    transition: all 300ms ease;
}
.list-style-one li a:hover {
    color: var(--theme-color1);
}

/*=== List Style Two ===*/
.list-style-two {
    position: relative;
}
.list-style-two li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-style-two li i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 30px;
}
.list-style-two li a {
    display: inline-block;
    color: #ffffff;
    transition: all 300ms ease;
}
.list-style-two li a:hover {
    color: #ffffff;
}

/*=== List Style Three ===*/
.list-style-three {
    position: relative;
}
.list-style-three li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--theme-color1);
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: var(--theme-color2);
}
.list-style-three li a {
    display: inline-block;
    color: #ffffff;
    transition: all 300ms ease;
}
.list-style-three li a:hover {
    color: #ffffff;
}

/*Social Icon One*/
.social-icon-one {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.social-icon-one li {
    position: relative;
    margin-left: 27px;
}
.social-icon-one li:first-child {
    margin-left: 0;
}
.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--theme-color1);
    transition: all 300ms ease;
}
.social-icon-one li a:hover {
    color: var(--theme-color2);
}

/*Social Icon Two*/
.social-icon-two {
    position: relative;
    display: flex;
}
.social-icon-two li {
    position: relative;
    display: flex;
    margin-left: 10px;
}
.social-icon-two li:first-child {
    margin-left: 0;
}
.social-icon-two li a {
    position: relative;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #2c2e33;
    transition: all 300ms ease;
}
.social-icon-two li a:hover {
    color: var(--theme-color1);
    background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/
.social-icon-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-three li {
    position: relative;
    margin-left: 20px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #2f3529;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: var(--theme-color2);
}

/*======================
    Tabs Box
======================*/
.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.styled-pagination {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
    background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
    background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
    position: absolute;
    top: -7px;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: var(--bg-theme-color2);
    border-radius: 50%;
    content: "";
    transform: none;
    display: none;
}

/*======================
    Owl Nav
======================*/
.default-navs .owl-nav {
    display: flex;
    align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    margin: 0px 5px;
    height: 54px;
    width: 54px;
    color: var(--theme-color2);
    background-color: var(--theme-color4);
    border-radius: 50%;
    font-size: 16px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
    transition: all 500ms ease;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    background: var(--theme-color2);
    color: var(--theme-color2);
}

/*======================
    Media Play Button
======================*/
.play-now {
    position: relative;
    display: block;
    z-index: 9;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: var(--bg-theme-color1);
    z-index: 1;
    padding-left: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.play-now-two {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    font-size: 12px;
    border: 0.5px solid var(--border-theme-color1);
    color: #ffffff;
    transition: all 300ms ease;
    animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    content: "";
}
.play-now-two i {
    position: relative;
}
.play-now-two:hover {
    color: #ff9205;
    background-color: #ffffff;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
    padding: 0 10px;
    color: #7c858c;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #7c858c;
    padding-left: 0;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bg-theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #7c858c;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:before {
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.default-dots .owl-dots {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-dots .owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #cdcbcb;
    border: 2px solid #cdcbcb;
    margin-left: 5px;
}
.default-dots .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
.default-dots .owl-dots .owl-dot.active {
    border: 2px solid var(--border-theme-color2);
    background-color: transparent;
}

/***===========================
  Main Header style one
=========================***/
.main-header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}
.main-header.header-style-one {
    background-color: var(--theme-color-white);
    margin: 60px 100px 0 82px;
    border-radius: 20px;
}
@media only screen and (max-width: 1700px) {
    .main-header.header-style-one {
        margin: 0;
        border-radius: 0;
    }
}

.main-header .header-lower {
    position: relative;
    transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
    min-width: 280px;
    padding: 24px 0 24px 40px;
    position: relative;
}

.main-header.scrolled {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-header {
    z-index: 999;
}
.main-header .logo {
    display: block;
    position: relative;
}
.main-header .logo img {
    max-width: 170px;
    height: auto;
}
.main-header .main-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0px;
    position: relative;
    top: 0px;
    transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 200px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .main-header .main-box .nav-outer {
        gap: 60px;
    }
}

.main-menu {
    position: relative;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    margin: 0px;
    position: relative;
}

.main-menu .navigation > li {
    float: left;
    margin-right: 35px;
    padding: 31px 20px 31px 0px;
    position: relative;
    transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-menu .navigation > li > a {
    color: var(--link-color);
    display: flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--title-font);
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
    color: var(--theme-color2);
}
.main-menu .navigation > li.current > a {
    color: var(--theme-color2);
    font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
    margin-right: -14px;
    padding-right: 14px;
}
.main-menu .navigation > li.dropdown > a:after {
    content: "\276F";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    height: 20px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    transition: all 300ms ease;
    visibility: visible;
}

.main-menu .navigation > li > ul {
    background-color: var(--theme-color-white);
    border-top: 2px solid var(--theme-color7);
    border-bottom: 2px solid var(--theme-color7);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0px;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed var(--theme-color2);
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 0px;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: var(--bg-theme-color1);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: var(--theme-color2);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "\276F"; /* Unicode arrow › */
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #333; /* match your theme */
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
    background-color: var(--theme-color-white);
    border-top: 2px solid var(--theme-color7);
    border-bottom: 2px solid var(--theme-color7);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 100%;
    margin-top: 10px;
    opacity: 0;
    padding: 15px 0 0;
    position: absolute;
    top: 0px;
    transform: translateY(-32px);
    width: 260px;
    z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
    border-bottom: 1px dashed var(--theme-color2);
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    color: var(--theme-color1);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 0 30px;
    padding: 10px 0 15px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5;
}

.main-header .header-lower .outer-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    padding: 10px 50px 10px 0;
    position: relative;
}
@media only screen and (max-width: 1700px) {
    .main-header .header-lower .outer-box {
        padding: 10px 0px 10px 0;
    }
}
.main-header .header-lower .outer-box .theme-btn {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background: var(--theme-color-black);
    padding: 11px 26px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    margin-right: 30px;
}
.main-header .header-lower .outer-box .theme-btn::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 135px;
    top: 20px;
}
.main-header .header-lower .outer-box .theme-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn span i {
    display: inline-block;
    margin-left: 18px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.main-header .header-lower .outer-box .theme-btn:hover::after {
    width: 101%;
    left: 0;
}
.main-header .header-lower .outer-box .menubars-text a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--heading-color);
}
.main-header .header-lower .outer-box .menubars {
    width: 25px;
    line-height: 8px;
    text-align: right;
    background: transparent;
    position: relative;
    z-index: 1;
    top: -7px;
    right: -10px;
}
.main-header .header-lower .outer-box .menubars span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: var(--theme-black);
    transition: all 300ms ease;
}
.main-header .header-lower .outer-box .menubars span:nth-child(2) {
    width: 28px;
    text-align: left;
}
.main-header .header-lower .outer-box .menubars span:nth-child(3) {
    width: 18px;
    text-align: right;
}
.main-header .header-lower .outer-box .ui-btn-outer {
    align-items: center;
    border-right: 1px solid #e6e8ed;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    padding: 6px 0;
    padding-right: 30px;
}

.main-header .ui-btn {
    background: none;
    color: var(--theme-color1);
    display: block;
    font-size: 26px;
    line-height: 30px;
    height: 30px;
    margin-left: 26px;
    position: relative;
    text-align: center;
    transition: all 300ms ease;
    width: 30px;
}
.main-header .ui-btn:hover {
    color: var(--theme-color2);
}

.main-header .info-btn {
    color: var(--theme-color1);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 0;
    padding-left: 54px;
    position: relative;
    text-align: left;
}
.main-header .info-btn small {
    color: #808287;
    font-size: 12px;
    font-weight: 400;
}
.main-header .info-btn i {
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    left: 0;
    line-height: 44px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 44px;
}
.main-header .info-btn:hover {
    color: var(--bg-theme-color2);
}

.main-header .info-btn-two {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 25px 9px 65px;
    position: relative;
    text-align: left;
}
.main-header .info-btn-two small {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.main-header .info-btn-two i {
    color: var(--theme-color4);
    font-size: 24px;
    left: 23px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/***===========================
  Main Header style two
=========================***/
.header-style-two {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #182f24;
}
.header-style-two .main-menu .navigation > li > a {
    color: var(--theme-color-white);
}
.header-style-two .main-box {
    display: flex;
    transition: all 300ms ease;
}
.header-style-two .main-box .nav-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 90px;
}
.header-style-two .main-box .nav-outer .outer-box {
    padding: 10px 0px 10px 0;
}
.header-style-two .main-box .nav-outer .outer-box .theme-btn {
    background: rgba(255, 255, 255, 0.8);
}
.header-style-two .main-box .nav-outer .menubars {
    position: relative;
    z-index: 1;
    width: 12px;
    height: 2px;
    right: 0;
    top: -20px;
}
.header-style-two .main-box .nav-outer .menubars::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: var(--theme-color2);
    border-radius: 50%;
    top: -8px;
    left: -18px;
}
.header-style-two .main-box .nav-outer .menubars span {
    display: inline-block;
    background: var(--theme-color-white);
    width: 12px;
}
.header-style-two .main-box .nav-outer .menubars span:nth-child(2) {
    width: 17px;
    position: relative;
    right: 3px;
    top: -3px;
}
.header-style-two .main-box .nav-outer .menubars span:nth-child(3) {
    width: 12px;
    position: relative;
    top: -5px;
}

/***===========================
  Main Header solor
=========================***/
.header-solar-renewable .main-box {
    align-items: center;
    display: flex;
    left: 0px;
    position: relative;
    top: 35px;
    transition: all 300ms ease;
    padding: 0 60px 0 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable .main-box {
        top: 0px;
        padding: 0 40px 0 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable .main-box {
        top: 0px;
        padding: 0 10px 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-solar-renewable .main-box {
        top: 0px;
        padding: 0 10px 0 10px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-solar-renewable .main-box {
        top: 0px;
        padding: 0 10px 0 10px;
    }
}
.header-solar-renewable .main-box .nav-outer {
    gap: 245px;
}
@media only screen and (max-width: 1700px) {
    .header-solar-renewable .main-box .nav-outer {
        gap: 0px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable .main-box .nav-outer {
        gap: 0px;
        justify-content: center;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable .main-box .nav-outer {
        gap: 0px;
        justify-content: left !important;
    }
}
.header-solar-renewable .header-lower .outer-box .theme-btn {
    background: var(--theme-color2);
    margin: 0 10px 0 16px;
}
.header-solar-renewable .header-lower .outer-box .theme-btn::after {
    background: var(--heading-color);
}
.header-solar-renewable .header-lower .outer-box .menubars {
    position: relative;
    z-index: 1;
}
.header-solar-renewable .header-lower .outer-box .menubars span {
    background: var(--theme-color-white);
    position: relative;
    top: 2px;
    left: 8px;
}
.header-solar-renewable .header-lower .outer-box .menubars span:nth-child(2) {
    position: relative;
    top: 0px;
    left: 6px;
}
.header-solar-renewable .header-lower .outer-box .menubars span:nth-child(3) {
    position: relative;
    top: -2px;
}
.header-solar-renewable .header-lower .outer-box .menubars::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: var(--heading-color);
    border-radius: 50%;
    left: -2px;
    top: -4px;
}
.header-solar-renewable .header-lower .outer-box .header-src-btn {
    display: inline-block;
}
@media only screen and (max-width: 1700px) {
    .header-solar-renewable .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
.header-solar-renewable
    .header-lower
    .outer-box
    .header-src-btn
    .search-box-btn.search-box-outer
    i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--heading-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(30, 30, 30, 0.1);
}

/***===========================
  Main Header solar classic
=========================***/
.header-solar-renewable-classic .main-box {
    align-items: center;
    display: flex;
    left: 0px;
    position: relative;
    top: 8px;
    transition: all 300ms ease;
    padding: 0 60px 0 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable-classic .main-box {
        top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable-classic .main-box {
        top: 0px;
        padding: 0 10px 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-solar-renewable-classic .main-box {
        top: 0px;
        padding: 0 10px 0 10px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-solar-renewable-classic .main-box {
        top: 0px;
        padding: 0 10px 0 10px !important;
    }
}
.header-solar-renewable-classic .main-box .nav-outer {
    gap: 245px;
}
@media only screen and (max-width: 1700px) {
    .header-solar-renewable-classic .main-box .nav-outer {
        gap: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable-classic .main-box .nav-outer {
        gap: 0px;
        justify-content: center;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable-classic .main-box .nav-outer {
        gap: 0px;
        justify-content: left !important;
    }
}
.header-solar-renewable-classic .main-box .main-menu .navigation > li > a {
    color: var(--theme-color-white);
}
@media only screen and (max-width: 1700px) {
    .header-solar-renewable-classic .main-box {
        padding: 0 40px 0 0px;
        justify-content: left;
    }
}
.header-solar-renewable-classic .header-lower .outer-box .theme-btn {
    background: var(--theme-color2);
    margin: 0 10px 0 16px;
}
.header-solar-renewable-classic .header-lower .outer-box .theme-btn::after {
    background: var(--theme-color7);
}
.header-solar-renewable-classic .header-lower .outer-box .menubars {
    position: relative;
    z-index: 1;
}
.header-solar-renewable-classic .header-lower .outer-box .menubars span {
    background: var(--theme-color-white);
    position: relative;
    top: 2px;
    left: 8px;
}
.header-solar-renewable-classic
    .header-lower
    .outer-box
    .menubars
    span:nth-child(2) {
    position: relative;
    top: 0px;
    left: 6px;
}
.header-solar-renewable-classic
    .header-lower
    .outer-box
    .menubars
    span:nth-child(3) {
    position: relative;
    top: -2px;
}
.header-solar-renewable-classic .header-lower .outer-box .menubars::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: var(--heading-color);
    border-radius: 50%;
    left: -2px;
    top: -4px;
}
.header-solar-renewable-classic .header-lower .outer-box .header-src-btn {
    display: inline-block;
}
@media only screen and (max-width: 1700px) {
    .header-solar-renewable-classic .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-solar-renewable-classic .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-solar-renewable-classic .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
.header-solar-renewable-classic
    .header-lower
    .outer-box
    .header-src-btn
    .search-box-btn.search-box-outer
    i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(12, 35, 24, 0.1);
}

/***===========================
  Main Header charity
=========================***/
.header-charity {
    background: var(--heading-color);
}
.header-charity .main-box {
    align-items: center;
    display: flex;
    left: 0px;
    position: relative;
    top: 0;
    transition: all 300ms ease;
    padding: 0 60px 0 30px;
}
@media only screen and (max-width: 1700px) {
    .header-charity .main-box {
        padding: 0 40px 0 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-charity .main-box {
        padding: 0 10px 0 10px;
    }
}
.header-charity .main-box .nav-outer {
    gap: 245px;
}
@media only screen and (max-width: 1700px) {
    .header-charity .main-box .nav-outer {
        gap: 0px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-charity .main-box .nav-outer {
        gap: 0px;
        justify-content: center;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-charity .main-box .nav-outer {
        gap: 0px;
        justify-content: left !important;
    }
}
.header-charity .main-box .main-menu .navigation > li {
    margin-right: 35px;
    padding: 35px 20px 35px 0px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-charity .main-box .main-menu .navigation > li {
        padding: 35px 0px 35px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-charity .main-box .main-menu .navigation > li {
        padding: 35px 0px 35px 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-charity .main-box .main-menu .navigation > li {
        padding: 35px 0px 35px 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-charity .main-box .main-menu .navigation > li {
        padding: 35px 0px 35px 0px;
    }
}
.header-charity .main-box .main-menu .navigation > li > a {
    color: var(--theme-color-white);
}
.header-charity .header-lower .outer-box .theme-btn {
    background: var(--theme-color2);
    margin: 0 10px 0 16px;
}
.header-charity .header-lower .outer-box .theme-btn::after {
    background: var(--theme-color7);
}
.header-charity .header-lower .outer-box .menubars {
    position: relative;
    z-index: 1;
}
.header-charity .header-lower .outer-box .menubars span {
    background: var(--theme-color-white);
    position: relative;
    top: 2px;
    left: 8px;
}
.header-charity .header-lower .outer-box .menubars span:nth-child(2) {
    position: relative;
    top: 0px;
    left: 6px;
}
.header-charity .header-lower .outer-box .menubars span:nth-child(3) {
    position: relative;
    top: -2px;
}
.header-charity .header-lower .outer-box .menubars::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: var(--theme-color7);
    border-radius: 50%;
    left: -2px;
    top: -4px;
}
.header-charity .header-lower .outer-box .header-src-btn {
    display: inline-block;
}
@media only screen and (max-width: 1700px) {
    .header-charity .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-charity .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-charity .header-lower .outer-box .header-src-btn {
        margin-left: 10px;
    }
}
.header-charity
    .header-lower
    .outer-box
    .header-src-btn
    .search-box-btn.search-box-outer
    i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(12, 35, 24, 0.1);
}

/***============================
Sticky Header
================================***/
.sticky-header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    left: 0px;
    opacity: 0;
    padding: 0px 0px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.sticky-header .logo {
    padding: 10px 0;
}
.sticky-header .logo img {
    max-height: 40px;
}
.sticky-header .nav-outer {
    background: rgba(12, 35, 24, 0.1);
    position: relative;
}
.sticky-header .inner-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sticky-header .main-menu .navigation > li {
    margin: 0;
    padding: 30px 25px;
}

.sticky-header .main-menu .navigation > li > a {
    color: var(--theme-color1);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: var(--theme-color2);
}

.sticky-header .main-menu .navigation > li:before {
    display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
}

/***

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    top: 0px;
    margin-left: 25px;
    order: 8;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
}
.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color3);
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease;
    transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}
.mobile-menu .nav-logo img {
    max-height: 40px;
}
.mobile-menu .menu-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--bg-theme-color1);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transform: translateX(101%);
}

.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease 200ms;
    transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
    transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: var(--theme-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\276F";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .navigation li > ul > li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}
.contact-list-one li {
    position: relative;
    margin-bottom: 20px;
}
.contact-list-one li:last-child {
    margin-right: 0;
}
.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.contact-list-one li .contact-info-box a {
    color: #ffffff;
    transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-menu .social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}
.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-white);
    transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

.sidebar-area {
    background-color: var(--theme-color1);
}
.sidebar-area .offcanvas-header .btn-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: transition(all 300ms ease);
    transition: all 300ms ease;
    font-size: 22px;
    color: var(--theme-color-light);
    background-color: transparent;
    opacity: 1;
    background-image: none;
    transition: transition(all 300ms ease);
    border: 1px solid var(--theme-color-white);
}
.sidebar-area .offcanvas-header .btn-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-area .sidebar__body {
    margin-top: 30px;
}
.sidebar-area .sidebar__body .text-white {
    color: var(--theme-color-white);
    margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
    color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li {
    list-style: none;
}
.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li i {
    display: inline-block;
    margin-right: 10px;
    color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
    display: inline-block;
    color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__btns a {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
    background-color: var(--theme-color2);
}
.sidebar-area .sidebar__body .sidebar__socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__socials ul li {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
    border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__socials ul li a {
    display: inline-block;
    transition: all 300ms ease;
}
.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
    background-color: var(--theme-color2);
}

/***

==============================
Section Title
==============================

***/
.sec-title {
    margin-bottom: 50px;
}
.sec-title .section-sub-title .sub-title {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 19px;
}
.sec-title .section-sub-title .sub-title img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.sec-title .section-title .title {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sec-title .section-title .title {
        font-size: 45px;
        line-height: 52px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-title .section-title .title {
        font-size: 50px;
        line-height: 48px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sec-title .section-title .title {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sec-title .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.sec-title .section-desc p {
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 23px 0 35px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-title .section-desc p {
        width: 100%;
    }
}

/*** =============================
    Banner Section one
==================================***/
.banner-section-one {
    background-color: var(--theme-color1);
    border-radius: 0 0 30px 30px;
    position: relative;
    margin-top: -165px;
    padding: 45px 30px 28px 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-one {
        background-color: transparent !important;
        border-radius: 0;
        margin-top: 0;
        padding: 0 !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-one {
        background-color: transparent !important;
        border-radius: 0;
        margin-top: 0;
        padding: 0 !important;
    }
}
.banner-section-one .banner-wrapper {
    background: var(--theme-color4);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 120px 0 106px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-one .banner-wrapper {
        padding: 120px 0 140px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-one .banner-wrapper {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-one .banner-wrapper {
        display: none;
    }
}
.banner-section-one .banner-wrapper .banner-thumb {
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-section-one .banner-wrapper .banner-shape1 {
    position: absolute;
    top: 298px;
    left: 160px;
    z-index: -1;
    animation: rotateme 18s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-wrapper .banner-shape1 {
        display: none;
    }
}
.banner-section-one .banner-wrapper .banner-shape2 {
    position: absolute;
    top: 122px;
    right: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-wrapper .banner-shape2 {
        display: none;
    }
}
.banner-section-one .banner-wrapper .banner-shape3 {
    position: absolute;
    right: 64px;
    bottom: 53px;
    z-index: -11;
    animation: down-up 3s ease-in-out infinite;
}
.banner-section-one .banner-wrapper .banner-shape3 img {
    filter: blur(4px);
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-wrapper .banner-shape3 {
        display: none;
    }
}
.banner-section-one .banner-wrapper .banner-shape4 {
    position: absolute;
    top: 260px;
    left: 30px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.banner-section-one .banner-wrapper .banner-shape4 img {
    filter: blur(4px);
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-wrapper .banner-shape4 {
        display: none;
    }
}
.banner-section-one .banner-content-wrap {
    background: var(--gradient-1);
    border-radius: 20px;
    padding: 220px 102px 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-content-wrap {
        padding: 285px 30px 80px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-one .banner-content-wrap {
        padding: 120px 50px 80px !important;
        border-radius: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-one .banner-content-wrap {
        padding: 120px 50px 80px !important;
        border-radius: 0;
    }
}
.banner-section-one .banner-content-wrap .banner-title h1 {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-content-wrap .banner-title h1 {
        font-size: 40px;
        line-height: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-one .banner-content-wrap .banner-title h1 {
        font-size: 45px;
        line-height: 50px;
    }
}
.banner-section-one .banner-content-wrap .banner-title h1 span {
    color: var(--theme-color2);
}
.banner-section-one .banner-content-wrap .banner-info-box {
    display: flex;
    gap: 33px;
    margin: 42px 0 0px;
    padding: 0 0 122px;
    border-bottom: 1px solid var(--heading-color);
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 15px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: var(--heading-color);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.banner-section-one
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 20px;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color-black);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-one
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-one
    .banner-content-wrap
    .banner-info-box
    .banner-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.banner-section-one
    .banner-content-wrap
    .banner-info-box
    .banner-call-info
    .call-number {
    color: var(--heading-color);
    font-family: Outfit;
    font-weight: 500;
    font-size: 22px;
}
.banner-section-one .banner-content-wrap .banner-botton-since {
    display: grid;
    grid-gap: 185px;
    grid-auto-flow: column;
    padding-top: 22px;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-content-wrap .banner-botton-since {
        grid-gap: 70px;
    }
}
.banner-section-one .banner-content-wrap .banner-botton-since .since-title h6 {
    font-family: var(--title-font);
    color: var(--heading-color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.banner-section-one
    .banner-content-wrap
    .banner-botton-since
    .since-title
    h6
    span {
    display: inline-block;
    color: var(--theme-color2);
}
.banner-section-one .banner-content-wrap .banner-botton-since .since-title h5 {
    font-family: var(--title-font);
    color: var(--heading-color);
    font-weight: 600;
    font-size: 18px;
}
.banner-section-one .banner-content-wrap .banner-botton-since .banner-desc p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
}
.banner-section-one .banner-content-wrap .banner-shape5 {
    position: absolute;
    top: 0;
    right: 0;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-content-wrap .banner-shape5 {
        display: none;
    }
}
.banner-section-one .banner-content-wrap .banner-shape6 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation: upDown 1.1s ease-in-out 1.1s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-one .banner-content-wrap .banner-shape6 {
        display: none;
    }
}

/*** =====================================
    Banner Section  environment classic
=======================================***/
.banner-section-classic {
    background-image: url(../images/environment-classic/banner-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: -90px;
}
.banner-section-classic.dark {
    background-image: url(../images/environment-classic/classic-banner-bg2.jpg);
}
.banner-section-classic .econet-slider-height {
    height: 950px;
}
.banner-section-classic .econet-slider-bg {
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 40%,
            transparent 80%
        ),
        url(../images/environment/gsfhome1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.banner-section-classic .econet-slider-bg2 {
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 40%,
            transparent 80%
        ),
        url(../images/environment/service-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg2 {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}

.banner-section-classic .econet-slider-bg3 {
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 40%,
            transparent 80%
        ),
        url(../images/environment/service-thumb3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}

.banner-section-classic .econet-slider-bg4 {
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 40%,
            transparent 80%
        ),
        url(../images/environment/service-thumb4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg4 {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.banner-section-classic .banner-content-wrap {
    margin-top: 210px;
}
.banner-section-classic .banner-content-wrap .banner-title h1 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    margin: 0;
}
.banner-section-classic .banner-content-wrap .banner-title h1 span {
    display: inline-block;
    color: var(--theme-color2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-classic .banner-content-wrap .banner-title h1 {
        font-size: 50px;
        line-height: 55px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-classic .banner-content-wrap .banner-title h1 {
        font-size: 50px;
        line-height: 45px;
    }
}
.banner-section-classic .banner-content-wrap .banner-info-box {
    display: flex;
    gap: 33px;
    margin: 47px 0 0px;
    padding: 0 0 150px;
}
.banner-section-classic .banner-content-wrap .banner-info-box .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 18px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}
.banner-section-classic .banner-content-wrap .banner-info-box .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a
    span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: var(--heading-color);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 26px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color-white);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a:hover {
    color: var(--theme-color-black);
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-btn
    a:hover::before {
    background: var(--theme-color-black);
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-call-info
    .call-text {
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-info-box
    .banner-call-info
    .call-number {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 22px;
}
.banner-section-classic .banner-content-wrap .banner-botton-since {
    display: flex;
    gap: 20px;
    padding-top: 22px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-classic .banner-content-wrap .banner-botton-since {
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-classic .banner-content-wrap .banner-botton-since {
        display: block;
    }
}
.banner-section-classic .banner-content-wrap .banner-botton-since::before {
    position: absolute;
    content: "";
    width: 715px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}
.banner-section-classic .banner-content-wrap .banner-botton-since .since-icon {
    position: relative;
    top: 12px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-botton-since
    .since-icon
    img {
    display: block;
    animation: rotateme 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .banner-section-classic
        .banner-content-wrap
        .banner-botton-since
        .since-icon {
        top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-classic
        .banner-content-wrap
        .banner-botton-since
        .since-title {
        margin-top: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-classic
        .banner-content-wrap
        .banner-botton-since
        .since-title {
        margin-top: 20px;
    }
}
.banner-section-classic
    .banner-content-wrap
    .banner-botton-since
    .since-title
    h6 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-botton-since
    .since-title
    h6
    span {
    display: inline-block;
    color: var(--theme-color2);
}
.banner-section-classic
    .banner-content-wrap
    .banner-botton-since
    .since-title
    h5 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
}
.banner-section-classic
    .banner-content-wrap
    .banner-botton-since
    .banner-desc
    p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--theme-color-white);
    margin: 0 0 0 115px;
    width: 40%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-classic
        .banner-content-wrap
        .banner-botton-since
        .banner-desc
        p {
        margin: 0;
        width: 60%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-classic
        .banner-content-wrap
        .banner-botton-since
        .banner-desc
        p {
        margin: 0;
        width: 75%;
    }
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .banner-section-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-prev {
        display: none;
    }
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
}
.banner-section-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .banner-section-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-next {
        display: none;
    }
}
.banner-section-classic .banner-shape1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-classic .banner-shape1 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .banner-section-classic .banner-shape1 {
        display: none;
    }
}
.banner-section-classic .banner-shape2 {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 50px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-classic .banner-shape2 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .banner-section-classic .banner-shape2 {
        display: none;
    }
}

/*** =============================
    Banner Section solar
==================================***/
.banner-section-solar {
    background-image: url(../images/solar/banner-solar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: -60px 30px 0px;
    padding: 235px 0 138px;
    border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-solar {
        margin: -90px 0px 0px;
        border-radius: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-solar {
        margin: -90px 0px 0px;
        border-radius: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar {
        margin: -90px 0px 0px;
        border-radius: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar {
        margin: -90px 0px 0px;
        border-radius: 0px;
    }
}
.banner-section-solar .banner-content-wrap .banner-title h2 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 40px;
    line-height: 88px;
    margin: 0;
}
.banner-section-solar .banner-content-wrap .banner-title h2 .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 56px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid var(--theme-color2);
    margin: 0 25px 0 12px;
}
.banner-section-solar .banner-content-wrap .banner-title h2 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.banner-section-solar
    .banner-content-wrap
    .banner-title
    h2
    .switch
    input:checked
    + .slider {
    background-color: #fff;
}
.banner-section-solar
    .banner-content-wrap
    .banner-title
    h2
    .switch
    input:checked
    + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}
.banner-section-solar
    .banner-content-wrap
    .banner-title
    h2
    .switch
    .slider.round:before {
    border-radius: 50%;
}
.banner-section-solar
    .banner-content-wrap
    .banner-title
    h2
    .switch
    .slider:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    -webkit-transition: 0.4s;
    width: 38px;
    height: 38px;
    background: var(--theme-color2);
    transition: 0.4s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 .switch {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 .switch {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 .switch {
        display: none;
    }
}
.banner-section-solar .banner-content-wrap .banner-title h2 img {
    margin-right: 7px;
    position: relative;
    top: -5px;
    animation: rotateme 18s linear infinite;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
.banner-section-solar .banner-content-wrap .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 18px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    margin-top: 35px;
}
.banner-section-solar .banner-content-wrap .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-solar .banner-content-wrap .banner-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 26px;
}
.banner-section-solar .banner-content-wrap .banner-btn a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--heading-color);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-solar .banner-content-wrap .banner-btn a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-solar .banner-content-wrap .banner-autor-info {
    padding-top: 60px;
    position: relative;
}
.banner-section-solar .banner-content-wrap .banner-autor-info .autor-desc {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 18px 0 0;
}
.banner-section-solar .banner-content-wrap .banner-autor-info .autor-img-box {
    display: flex;
    margin-left: 15px;
}
.banner-section-solar
    .banner-content-wrap
    .banner-autor-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.banner-section-solar
    .banner-content-wrap
    .banner-autor-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--heading-color);
    border-radius: 50%;
    margin-left: -15px;
}
.banner-section-solar
    .banner-content-wrap
    .banner-autor-info
    .banner-autor-desc {
    display: flex;
    align-items: self-start;
    gap: 20px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    left: 325px;
}
.banner-section-solar
    .banner-content-wrap
    .banner-autor-info
    .banner-autor-desc
    .banner-icon {
    position: relative;
    top: 5px;
}
.banner-section-solar
    .banner-content-wrap
    .banner-autor-info
    .banner-autor-desc
    p {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar
        .banner-content-wrap
        .banner-autor-info
        .banner-autor-desc
        p {
        width: 80%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar
        .banner-content-wrap
        .banner-autor-info
        .banner-autor-desc
        p {
        width: 85%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar
        .banner-content-wrap
        .banner-autor-info
        .banner-autor-desc {
        position: relative;
        left: 0;
        width: 80%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar
        .banner-content-wrap
        .banner-autor-info
        .banner-autor-desc {
        position: relative;
        left: 0;
        width: 85%;
    }
}

/*** =============================
    Banner Section solar classic
==================================***/
.banner-section-solar-classic {
    background-image: url(../images/solar-classic/solar-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: -100px 0px 0px;
}
.banner-section-solar-classic.dark {
    background-image: url(../images/solar-dark/banner-solar-classic-dark.jpg);
}
.banner-section-solar-classic .econet-slider-height {
    height: 950px;
}
.banner-section-solar-classic .econet-slider-bg {
    background-image: url(../images/solar-classic/solar-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.banner-section-solar-classic .econet-slider-bg2 {
    background-image: url(../images/solar-dark/banner-solar-classic-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in,
        -webkit-transform 9000ms ease;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .swiper-slide.swiper-slide-active
    .econet-slider-bg2 {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.banner-section-solar-classic .banner-content-wrap {
    padding: 245px 0 138px;
}
.banner-section-solar-classic .banner-content-wrap .banner-title h2 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
    line-height: 88px;
    margin: 0;
}
.banner-section-solar-classic .banner-content-wrap .banner-title h2 span {
    display: inline-block;
}
.banner-section-solar-classic .banner-content-wrap .banner-title h2 span img {
    margin: 0 12px;
}
.banner-section-solar-classic .banner-content-wrap .banner-title h2 > img {
    margin-right: 7px;
    position: relative;
    top: -5px;
    animation: rotateme 18s linear infinite;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-solar-classic .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-solar-classic .banner-content-wrap .banner-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-solar-classic .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
.banner-section-solar-classic .banner-content-wrap .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 18px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    margin-top: 35px;
}
.banner-section-solar-classic .banner-content-wrap .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-solar-classic .banner-content-wrap .banner-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 26px;
}
.banner-section-solar-classic .banner-content-wrap .banner-btn a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color7);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-solar-classic .banner-content-wrap .banner-btn a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-solar-classic .banner-content-wrap .banner-autor-info {
    padding-top: 112px;
    position: relative;
}
.banner-section-solar-classic
    .banner-content-wrap
    .banner-autor-info
    .autor-desc {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 18px 0 0;
}
.banner-section-solar-classic
    .banner-content-wrap
    .banner-autor-info
    .autor-img-box {
    display: flex;
    margin-left: 15px;
}
.banner-section-solar-classic
    .banner-content-wrap
    .banner-autor-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.banner-section-solar-classic
    .banner-content-wrap
    .banner-autor-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color7);
    border-radius: 50%;
    margin-left: -15px;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .banner-section-solar-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-prev {
        display: none;
    }
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: var(--theme-color2);
    position: absolute;
    right: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-solar-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .banner-section-solar-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-next {
        display: none;
    }
}

/*** =============================
    Banner Section charity
==================================***/
.banner-section-charity {
    background: var(--heading-color);
    position: relative;
    padding: 130px 0px 0px;
}
.banner-section-charity::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1845px;
    height: 850px;
    left: 30px;
    top: 0;
    background-image: url(../images/charity/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity::before {
        left: 0px;
        border-radius: 0px;
    }
}
.banner-section-charity .banner-content-wrap {
    position: relative;
    z-index: 1;
}
.banner-section-charity .banner-content-wrap .banner-title h4 {
    display: inline-block;
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-bottom: 32px;
}
.banner-section-charity .banner-content-wrap .banner-title h4::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 240px;
    height: 40px;
    background-image: url(../images/charity/banner-sub.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: -7px;
}
.banner-section-charity .banner-content-wrap .banner-title h2 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
    line-height: 78px;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-charity .banner-content-wrap .banner-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-charity .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity .banner-content-wrap .banner-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity .banner-content-wrap .banner-btn {
        margin-bottom: 30px;
    }
}
.banner-section-charity .banner-content-wrap .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}
.banner-section-charity .banner-content-wrap .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-charity .banner-content-wrap .banner-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 145px;
    top: 26px;
}
.banner-section-charity .banner-content-wrap .banner-btn a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color7);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-charity .banner-content-wrap .banner-btn a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-charity .banner-content-wrap .banner-autor-info {
    padding-top: 50px;
    position: relative;
}
.banner-section-charity .banner-content-wrap .banner-autor-info .auto-info {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 120px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity .banner-content-wrap .banner-autor-info .auto-info {
        display: block;
    }
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-desc {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 18px 0 0;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-desc
    span {
    display: block;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box {
    display: flex;
    margin-left: 15px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color7);
    border-radius: 50%;
    margin-left: -15px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-desc {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 20px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc {
    display: flex;
    align-items: self-start;
    gap: 20px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    left: 325px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc
    .banner-icon {
    position: relative;
    top: 5px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc
    p {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since {
    display: flex;
    gap: 20px;
    padding-top: 22px;
    position: relative;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since::before {
    position: absolute;
    content: "";
    width: 715px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity
        .banner-content-wrap
        .banner-autor-info
        .banner-botton-since::before {
        width: 540px;
    }
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h6 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h6
    span {
    display: inline-block;
    color: var(--theme-color2);
}
.banner-section-charity
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h5 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
}
.banner-section-charity .banner-thumb-wrapper {
    position: relative;
    z-index: 1;
}
.banner-section-charity .banner-thumb-wrapper .banner-thumb {
    position: relative;
    right: -50px;
    bottom: -86px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity .banner-thumb-wrapper .banner-thumb {
        right: 0px;
        bottom: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-charity .banner-thumb-wrapper .banner-thumb {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-charity .banner-thumb-wrapper .banner-thumb {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity .banner-thumb-wrapper .banner-thumb {
        display: none !important;
    }
}
.banner-section-charity .banner-thumb-wrapper .banner-thu-shape {
    position: absolute;
    z-index: -1;
    top: -50px;
    right: -25px;
    animation: rotateme 18s linear infinite;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity .banner-thumb-wrapper .banner-thu-shape {
        top: -45px;
        right: 30px;
    }
}
.banner-section-charity .banner-shape1 {
    position: absolute;
    z-index: 1;
    top: 115px;
    right: 190px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity .banner-shape1 {
        display: none;
    }
}
.banner-section-charity .banner-shape2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 15px;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity .banner-shape2 {
        display: none;
    }
}

/*** =============================
    Banner Section charity classic
==================================***/
.banner-section-charity-classic {
    background: var(--heading-color);
    position: relative;
    padding: 120px 0px 105px;
}
.banner-section-charity-classic.dark::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1845px;
    height: 850px;
    left: 30px;
    top: 0;
    background-image: url(../images/charity-classic/banner-charity-classic-dark.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity-classic.dark::before {
        left: -30px;
        border-radius: 0px;
    }
}
.banner-section-charity-classic::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1845px;
    height: 850px;
    left: 30px;
    top: 0;
    background-image: url(../images/charity-classic/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity-classic::before {
        left: -30px;
        border-radius: 0px;
    }
}
.banner-section-charity-classic .banner-content-wrap {
    position: relative;
    z-index: 1;
}
.banner-section-charity-classic .banner-content-wrap .banner-title h4 {
    display: inline-block;
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-bottom: 32px;
}
.banner-section-charity-classic .banner-content-wrap .banner-title h4::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 240px;
    height: 40px;
    background-image: url(../images/charity/banner-sub.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: -7px;
}
.banner-section-charity-classic .banner-content-wrap .banner-title h2 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
    line-height: 78px;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity-classic .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-section-charity-classic .banner-content-wrap .banner-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-section-charity-classic .banner-content-wrap .banner-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity-classic .banner-content-wrap .banner-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity-classic .banner-content-wrap .banner-btn {
        margin-bottom: 30px;
    }
}
.banner-section-charity-classic .banner-content-wrap .banner-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}
.banner-section-charity-classic .banner-content-wrap .banner-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.banner-section-charity-classic .banner-content-wrap .banner-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 145px;
    top: 26px;
}
.banner-section-charity-classic .banner-content-wrap .banner-btn a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color7);
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-btn
    a:hover::after {
    width: 100%;
    left: 0;
}
.banner-section-charity-classic .banner-content-wrap .banner-autor-info {
    padding-top: 50px;
    position: relative;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 120px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-section-charity-classic
        .banner-content-wrap
        .banner-autor-info
        .auto-info {
        display: block;
    }
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-desc {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 18px 0 0;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-desc
    span {
    display: block;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box {
    display: flex;
    margin-left: 15px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color7);
    border-radius: 50%;
    margin-left: -15px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-desc {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 20px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc {
    display: flex;
    align-items: self-start;
    gap: 20px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    left: 325px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc
    .banner-icon {
    position: relative;
    top: 5px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .banner-autor-desc
    p {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since {
    display: flex;
    gap: 20px;
    padding-top: 22px;
    position: relative;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since::before {
    position: absolute;
    content: "";
    width: 715px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-section-charity-classic
        .banner-content-wrap
        .banner-autor-info
        .banner-botton-since::before {
        width: 540px;
    }
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h6 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h6
    span {
    display: inline-block;
    color: var(--theme-color2);
}
.banner-section-charity-classic
    .banner-content-wrap
    .banner-autor-info
    .banner-botton-since
    .since-title
    h5 {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 18px;
}
.banner-section-charity-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-charity-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.banner-section-charity-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-prev {
        display: none;
    }
}
.banner-section-charity-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: var(--theme-color2);
    position: absolute;
    right: 60px;
    top: 460px;
    z-index: 5;
    border: 0;
}
.banner-section-charity-classic
    .econet-banner-wrapper
    .econet-banner-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .banner-section-charity-classic
        .econet-banner-wrapper
        .econet-banner-arrow-box
        .slider-next {
        display: none;
    }
}

.services-section-one {
    padding: 120px 120px 100px 102px;
    background-color: var(--theme-bg-color1);
    border-radius: 0 0 50px 50px;
    position: relative;
}
@media only screen and (max-width: 1700px) {
    .services-section-one {
        padding: 120px 20px 100px 20px;
    }
}
.services-section-one .single-service-box {
    position: relative;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020.227C0%208.71359%209.69642%20-0.422315%2021.1894%200.262405L312.144%2017.5966C321.428%2018.1498%20329.106%2025.0308%20330.67%2034.1999L335.733%2063.8969C337.103%2071.9335%20343.214%2078.3341%20351.179%2080.0745L386.27%2087.7423C395.453%2089.7491%20402%2097.8808%20402%20107.281V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V20.227Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 300ms ease;
    background-size: cover;
    transition: all 300ms ease;
}
.services-section-one .single-service-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020.227C0%208.71359%209.69642%20-0.422315%2021.1894%200.262405L312.144%2017.5966C321.428%2018.1498%20329.106%2025.0308%20330.67%2034.1999L335.733%2063.8969C337.103%2071.9335%20343.214%2078.3341%20351.179%2080.0745L386.27%2087.7423C395.453%2089.7491%20402%2097.8808%20402%20107.281V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V20.227Z%22%20fill%3D%22%231B9948%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.services-section-one .single-service-box:hover::before {
    width: 100%;
    left: 0;
}
.services-section-one .single-service-box.two {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047.2288C0%2036.8996%207.86575%2028.2695%2018.1507%2027.3145L309.549%200.254611C319.959%20-0.712061%20329.357%206.50172%20331.114%2016.8076L335.733%2043.8969C337.103%2051.9335%20343.214%2058.3341%20351.179%2060.0745L386.27%2067.7423C395.453%2069.749%20402%2077.8807%20402%2087.2812V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V47.2288Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    border-radius: 20px;
    transition: all 300ms ease;
}
.services-section-one .single-service-box.two::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047.2288C0%2036.8996%207.86575%2028.2695%2018.1507%2027.3145L309.549%200.254611C319.959%20-0.712061%20329.357%206.50172%20331.114%2016.8076L335.733%2043.8969C337.103%2051.9335%20343.214%2058.3341%20351.179%2060.0745L386.27%2067.7423C395.453%2069.749%20402%2077.8807%20402%2087.2812V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V47.2288Z%22%20fill%3D%22%231B9948%22%2F%3E%3C%2Fsvg%3E");
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.services-section-one .single-service-box.two .service-icon {
    top: 0;
}
@media only screen and (max-width: 1700px) {
    .services-section-one .single-service-box.two .service-icon {
        top: 5px;
        right: 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .services-section-one .single-service-box.two .service-icon {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .services-section-one .single-service-box.two .service-icon {
        display: none;
    }
}
.services-section-one .single-service-box.two:hover::before {
    width: 99.8%;
    left: 0;
}
.services-section-one .single-service-box .service-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: var(--theme-color-white);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    transition: all 300ms ease;
}
@media only screen and (max-width: 1700px) {
    .services-section-one .single-service-box .service-icon {
        display: none;
    }
}
.services-section-one .single-service-box .service-content .service-title {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    padding: 48px 0 0 40px;
    margin-bottom: 36px;
    transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .services-section-one .single-service-box .service-content .service-title {
        padding: 48px 0 0 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-section-one .single-service-box .service-content .service-title {
        padding: 48px 0 0 20px;
    }
}
.services-section-one .single-service-box .service-thumb {
    position: relative;
    overflow: hidden;
}
.services-section-one .single-service-box .service-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms ease;
}
.services-section-one .single-service-box .service-thumb figure {
    margin: 0;
}
@media only screen and (max-width: 1700px) {
    .services-section-one .single-service-box .service-thumb figure {
        width: 100%;
    }
}
@media only screen and (max-width: 1700px) {
    .services-section-one .single-service-box .service-thumb figure img {
        width: 100%;
    }
}
.services-section-one .single-service-box .service-thumb figure.reveal {
    display: block;
}
.services-section-one .single-service-box:hover .service-title {
    color: var(--theme-color-white);
}
.services-section-one .single-service-box:hover .service-icon {
    background-color: var(--theme-color2);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.services-section-one .single-service-box:hover .service-icon svg {
    filter: brightness(0) invert(1);
}
.services-section-one .single-service-box:hover .service-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.services-section-one .service-shape1 {
    position: absolute;
    top: 133px;
    left: 285px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .services-section-one .service-shape1 {
        display: none;
    }
}
.services-section-one .service-shape2 {
    position: absolute;
    top: 135px;
    right: 250px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .services-section-one .service-shape2 {
        display: none;
    }
}

.service-section-classic {
    background-image: url(../images/environment-classic/service-bg-classic.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 116px;
}
.service-section-classic .section-title .title {
    font-weight: 600;
}
.service-section-classic .section-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic .section-desc p {
        width: 100%;
    }
}
.service-section-classic .service-classic-active {
    overflow: hidden;
    padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-classic .service-classic-active {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic .service-classic-active {
        margin-top: 30px;
    }
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--heading-color);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 372px;
    top: 180px;
    z-index: 5;
}
@media only screen and (max-width: 1700px) {
    .service-section-classic
        .service-classic-active
        .econet-banner-arrow-box
        .slider-prev {
        right: 150px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic
        .service-classic-active
        .econet-banner-arrow-box
        .slider-prev {
        display: none;
    }
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--heading-color);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 300px;
    top: 180px;
    z-index: 5;
}
@media only screen and (max-width: 1700px) {
    .service-section-classic
        .service-classic-active
        .econet-banner-arrow-box
        .slider-next {
        right: 70px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic
        .service-classic-active
        .econet-banner-arrow-box
        .slider-next {
        display: none;
    }
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.service-section-classic
    .service-classic-active
    .econet-banner-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
.service-section-classic .single-service-box .service-thumb {
    position: relative;
    z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic .single-service-box .service-thumb {
        width: 100%;
    }
}
.service-section-classic .single-service-box .service-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-section-classic .single-service-box .service-thumb figure {
    width: 100%;
}
.service-section-classic .single-service-box .service-thumb figure img {
    border-radius: 20px;
    width: 100%;
}
.service-section-classic .single-service-box .service-thumb .service-content {
    position: absolute;
    z-index: 1;
    width: 385px;
    height: 142px;
    right: 0;
    bottom: -68px;
    background: var(--theme-color-white);
    border-radius: 20px;
    padding: 35px 0px 0 35px;
    transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-classic
        .single-service-box
        .service-thumb
        .service-content {
        width: 350px;
        right: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-classic
        .single-service-box
        .service-thumb
        .service-content {
        width: 350px;
        right: 0;
    }
}
.service-section-classic
    .single-service-box
    .service-thumb
    .service-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--theme-color5);
    transition: 0.5s;
    z-index: -1;
    border-radius: 20px;
    top: auto;
}
.service-section-classic
    .single-service-box
    .service-thumb
    .service-content
    .service-icon {
    float: right;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--theme-color2);
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-section-classic
    .single-service-box
    .service-thumb
    .service-content
    .service-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 10px 0px 0px 10px;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.service-section-classic
    .single-service-box
    .service-thumb
    .service-content
    .service-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.service-section-classic .single-service-box:hover .service-content::before {
    height: 100%;
    top: 0;
    bottom: auto;
}
.service-section-classic
    .single-service-box:hover
    .service-content
    .service-title {
    color: var(--theme-color-white);
}
.service-section-classic
    .single-service-box:hover
    .service-content
    .service-icon::before {
    transform: scale(1);
}
.service-section-classic .single-service-box:hover .service-thumb::before {
    height: 100%;
    transition: all 600ms linear;
    background-color: transparent;
}

.service-section-solar {
    background: var(--heading-color);
    padding: 120px 0 100px;
    margin: 0 120px;
    position: relative;
}
@media only screen and (max-width: 1700px) {
    .service-section-solar {
        margin: 0 20px;
    }
}
.service-section-solar .service-solar-active {
    overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-solar .service-solar-active {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-solar .service-solar-active {
        margin-top: 30px;
    }
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 250px;
    top: 180px;
    z-index: 5;
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-prev:hover {
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .service-section-solar
        .service-solar-active
        .econet-service-arrow-box
        .slider-prev {
        right: 150px;
    }
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 178px;
    top: 180px;
    z-index: 5;
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-next:hover {
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color2);
}
.service-section-solar
    .service-solar-active
    .econet-service-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
@media only screen and (max-width: 1700px) {
    .service-section-solar
        .service-solar-active
        .econet-service-arrow-box
        .slider-next {
        right: 70px;
    }
}
.service-section-solar .sec-title {
    margin-bottom: 60px;
}
.service-section-solar .section-desc P {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
.service-section-solar .single-service-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}
.service-section-solar .single-service-box .service-thumb {
    position: relative;
    z-index: 1;
}
.service-section-solar .single-service-box .service-thumb::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 96%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22362%22%20height%3D%22255%22%20viewBox%3D%220%200%20362%20255%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.95431%208.9543%200%2020%200H342C353.046%200%20362%208.9543%20362%2020V234.607C362%20246.544%20351.611%20255.823%20339.749%20254.48L17.7492%20218.01C7.63905%20216.865%200%20208.312%200%20198.137V20Z%22%20fill%3D%22%23FF853F%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    border-radius: 20px;
    transform: translateY(0px);
    transition: 0.5s;
}
.service-section-solar .single-service-box .service-thumb.two::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 96%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22362%22%20height%3D%22255%22%20viewBox%3D%220%200%20362%20255%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.95431%208.9543%200%2020%200H342C353.046%200%20362%208.9543%20362%2020V234.607C362%20246.544%20351.611%20255.823%20339.749%20254.48L17.7492%20218.01C7.63905%20216.865%200%20208.312%200%20198.137V20Z%22%20fill%3D%22%231B9948%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -1px;
    left: 0;
    border-radius: 20px;
    transform: translateY(0px);
    transition: 0.5s;
}
.service-section-solar .single-service-box .service-thumb figure {
    margin: 0;
    width: 100%;
}
.service-section-solar .single-service-box .service-thumb figure img {
    width: 100%;
}
.service-section-solar .single-service-box .service-thumb .service-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: var(--theme-color7);
    text-align: center;
    border-radius: 14px;
    position: absolute;
    bottom: -12px;
    left: 20px;
    transition: 0.5s;
}
.service-section-solar .single-service-box .service-thumb .service-icon img {
    transition: 0.5s;
}
.service-section-solar .single-service-box .service-thumb .service-icon.two {
    background: var(--theme-color2);
}
.service-section-solar .single-service-box .service-content {
    padding: 40px 20px 20px;
}
.service-section-solar .single-service-box .service-content .service-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    transition: 0.5s;
}
.service-section-solar .single-service-box .service-content p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 36px;
}
.service-section-solar .single-service-box .service-content .service-btn {
    display: flex;
    justify-content: space-between;
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section-solar
    .single-service-box
    .service-content
    .service-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-section-solar
    .single-service-box
    .service-content
    .service-btn.two::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-section-solar .single-service-box:hover .service-thumb::before {
    transform: translateY(15px);
}
.service-section-solar .single-service-box:hover .service-thumb::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service-section-solar .single-service-box:hover .service-title {
    color: var(--theme-color7);
}
.service-section-solar .single-service-box:hover .service-title.two {
    color: var(--theme-color2);
}
.service-section-solar .single-service-box:hover .service-btn::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-section-solar .single-service-box:hover .service-btn.two::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-section-solar .single-service-box:hover .service-icon img {
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}

.service-section-solar-classic {
    background-image: url(../images/solar-classic/service-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 120px 100px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1700px) {
    .service-section-solar-classic {
        padding: 120px 20px 100px;
    }
}
.service-section-solar-classic .service-solar-classic-active {
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-solar-classic .service-solar-classic-active {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-solar-classic .service-solar-classic-active {
        margin-top: 30px;
    }
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(12, 35, 24, 0.5);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 355px;
    top: 180px;
    z-index: 5;
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-prev:hover {
    border: 1px dashed var(--theme-color2);
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 1700px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-prev {
        right: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-prev {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-prev {
        display: none;
    }
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(12, 35, 24, 0.5);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 283px;
    top: 180px;
    z-index: 5;
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-next:hover {
    border: 1px dashed var(--theme-color2);
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
.service-section-solar-classic
    .service-solar-classic-active
    .econet-service-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
@media only screen and (max-width: 1700px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-next {
        right: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-next {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-section-solar-classic
        .service-solar-classic-active
        .econet-service-arrow-box
        .slider-next {
        display: none;
    }
}
.service-section-solar-classic .sec-title {
    margin-bottom: 60px;
}
.service-section-solar-classic .sec-title .section-title h1 {
    font-weight: 600;
}
.service-section-solar-classic .section-desc P {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
.service-section-solar-classic .single-service-box {
    background: var(--theme-color-white);
    border-radius: 20px;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}
.service-section-solar-classic .single-service-box .service-thumb {
    position: relative;
    z-index: 1;
}
.service-section-solar-classic .single-service-box .service-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-section-solar-classic .single-service-box .service-thumb figure {
    margin: 0;
    width: 100%;
}
.service-section-solar-classic .single-service-box .service-thumb figure img {
    width: 100%;
    border-radius: 20px;
}
.service-section-solar-classic
    .single-service-box
    .service-thumb
    .service-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: var(--theme-color7);
    text-align: center;
    border-radius: 14px;
    position: absolute;
    bottom: -12px;
    left: 20px;
    transition: 0.5s;
}
.service-section-solar-classic
    .single-service-box
    .service-thumb
    .service-icon
    img {
    transition: 0.5s;
}
.service-section-solar-classic
    .single-service-box
    .service-thumb
    .service-icon.two {
    background: var(--theme-color2);
}
.service-section-solar-classic .single-service-box .service-content {
    padding: 40px 20px 20px;
}
.service-section-solar-classic
    .single-service-box
    .service-content
    .service-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    transition: 0.5s;
}
.service-section-solar-classic
    .single-service-box
    .service-content
    .service-title
    a {
    display: inline-block;
    transition: 0.5s;
}
.service-section-solar-classic .single-service-box .service-content p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 36px;
}
.service-section-solar-classic
    .single-service-box
    .service-content
    .service-btn {
    display: flex;
    justify-content: space-between;
    color: var(--heading-color);
    border: 1px solid rgba(12, 35, 24, 0.15);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section-solar-classic
    .single-service-box
    .service-content
    .service-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-section-solar-classic
    .single-service-box
    .service-content
    .service-btn.two::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-section-solar-classic .single-service-box:hover .service-thumb::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service-section-solar-classic .single-service-box:hover .service-title {
    color: var(--theme-color7);
}
.service-section-solar-classic .single-service-box:hover .service-title.two {
    color: var(--theme-color2);
}
.service-section-solar-classic .single-service-box:hover .service-btn::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-section-solar-classic .single-service-box:hover .service-btn {
    color: var(--theme-color-white);
}
.service-section-solar-classic
    .single-service-box:hover
    .service-btn.two::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-section-solar-classic .single-service-box:hover .service-icon img {
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}

.about-section-one {
    padding: 120px 0 95px;
    position: relative;
    background: var(--theme-color-white);
    border-radius: 0 0 50px 50px;
    z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-one {
        border-radius: 0;
    }
}
.about-section-one .about-sec {
    position: relative;
    padding-bottom: 53px;
}
.about-section-one .about-sec .about-shape1 {
    position: absolute;
    left: 412px;
    bottom: 80px;
    animation: bounceleft 5s linear infinite;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .about-section-one .about-sec .about-shape1 {
        display: none;
    }
}
.about-section-one .section-desc p {
    color: var(--text-color);
}
.about-section-one .about-thumb {
    position: relative;
    overflow: hidden;
}
.about-section-one .about-thumb figure img {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-one .about-thumb figure {
        width: 100%;
    }
}
.about-section-one .about-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgb(255, 255, 255))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
    transition: all 300ms ease;
}
.about-section-one .about-thumb:hover::before {
    left: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.about-section-one .about-autor-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 35px 60px 32px 55px;
    position: relative;
}
.about-section-one .about-autor-box .autor-img-box {
    display: flex;
}
.about-section-one .about-autor-box .autor-img-box .author-image {
    margin-left: -15px;
}
.about-section-one .about-autor-box .autor-img-box .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color2);
    border-radius: 50%;
    margin-left: -15px;
}
.about-section-one .about-autor-box .autor-desc p {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 17px 0 0;
}
.about-section-one .about-autor-box .about-counter {
    position: absolute;
    top: 30px;
    right: 60px;
}
.about-section-one .about-autor-box .about-counter h3 {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}
.about-section-one .about-autor-box .about-counter span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}
.about-section-one .about-autor-box .about-counter p {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.about-section-one .about-autor-box .about-arrow {
    position: absolute;
    top: 40px;
    right: 220px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .about-section-one .about-autor-box .about-arrow {
        display: none;
    }
}
.about-section-one .single-about-box {
    position: relative;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22424%22%20height%3D%22252%22%20viewBox%3D%220%200%20424%20252%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.9543%200%2020%200H341.925C351.539%200%20359.792%206.84021%20361.577%2016.2869L366.208%2040.7962C367.74%2048.9062%20374.097%2055.242%20382.212%2056.7475L407.648%2061.4664C417.125%2063.2246%20424%2071.4921%20424%2081.1309V232C424%20243.046%20415.046%20252%20404%20252H20C8.9543%20252%200%20243.046%200%20232V20Z%22%20fill%3D%22url(%23paint0_linear_6232_208)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_6232_208%22%20x1%3D%22416.61%22%20y1%3D%22247.753%22%20x2%3D%22192.34%22%20y2%3D%22-110.183%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.00708379%22%20stop-color%3D%22%23FFF4DD%22%2F%3E%3Cstop%20offset%3D%220.496742%22%20stop-color%3D%22%23F1FFDE%22%2F%3E%3Cstop%20offset%3D%220.836162%22%20stop-color%3D%22%23E7FFD8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 50px 50px 50px 40px;
    margin-bottom: 20px;
    transition: all 300ms ease;
}
.about-section-one .single-about-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22424%22%20height%3D%22252%22%20viewBox%3D%220%200%20424%20252%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.9543%200%2020%200H341.925C351.539%200%20359.792%206.84021%20361.577%2016.2869L366.208%2040.7962C367.74%2048.9062%20374.097%2055.242%20382.212%2056.7475L407.648%2061.4664C417.125%2063.2246%20424%2071.4921%20424%2081.1309V232C424%20243.046%20415.046%20252%20404%20252H20C8.9543%20252%200%20243.046%200%20232V20Z%22%20fill%3D%22%231B9948%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.about-section-one .single-about-box:hover::before {
    width: 100%;
    left: 0;
}
.about-section-one .single-about-box:hover .about-icon img {
    filter: brightness(0) invert(1);
}
.about-section-one .single-about-box .about-title h1 {
    display: inline-block;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0 0;
    transition: all 300ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-one .single-about-box .about-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
}
.about-section-one .single-about-box:hover .about-title h1 {
    color: var(--theme-color-white);
}
.about-section-one .single-about-box .about-arrow {
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    background: var(--gradient-2);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-one .single-about-box .about-arrow {
        top: 30px;
        right: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-one .single-about-box .about-arrow {
        top: 20px;
        right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-one .single-about-box .about-arrow {
        top: 20px;
        right: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-one .single-about-box .about-arrow {
        top: 0px;
        right: 110px;
    }
}
.about-section-one .single-about-box:hover .about-arrow {
    background: var(--theme-color2);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.about-section-one .single-about-box:hover .about-arrow svg {
    filter: brightness(0) invert(1);
}

.about-section-classic {
    padding: 120px 0 95px;
    position: relative;
    background: var(--theme-color-white);
    z-index: 1;
}
.about-section-classic .sec-title {
    margin-left: 53px;
    margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-classic .sec-title {
        margin-left: 0px;
    }
}
@media (max-width: 1199.98px) {
    .about-section-classic .sec-title {
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-classic .sec-title {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-classic .sec-title {
        margin-top: 30px;
    }
}
.about-section-classic .section-desc p {
    color: var(--text-color);
}
.about-section-classic .about-sec {
    position: relative;
    padding-bottom: 80px;
}
.about-section-classic .about-thumb {
    position: relative;
    overflow: hidden;
}
.about-section-classic .about-thumb figure img {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-classic .about-thumb figure {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-classic .about-thumb figure {
        width: 100%;
    }
}
.about-section-classic .about-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgb(255, 255, 255))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
    transition: all 300ms ease;
}
.about-section-classic .about-thumb:hover::before {
    left: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.about-section-classic .about-autor-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 35px 60px 32px 55px;
    position: relative;
}
.about-section-classic .about-autor-box .autor-img-box {
    display: flex;
}
.about-section-classic .about-autor-box .autor-img-box .author-image {
    margin-left: -15px;
}
.about-section-classic .about-autor-box .autor-img-box .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color2);
    border-radius: 50%;
    margin-left: -15px;
}
.about-section-classic .about-autor-box .autor-desc p {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 17px 0 0;
}
.about-section-classic .about-autor-box .about-counter {
    position: absolute;
    top: 30px;
    right: 60px;
}
.about-section-classic .about-autor-box .about-counter h3 {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}
.about-section-classic .about-autor-box .about-counter span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}
.about-section-classic .about-autor-box .about-counter p {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.about-section-classic .about-autor-box .about-arrow {
    position: absolute;
    top: 40px;
    right: 220px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .about-section-classic .about-autor-box .about-arrow {
        display: none;
    }
}
.about-section-classic .single-about-box {
    position: relative;
    z-index: 1;
    background: var(--theme-bg-color1);
    border-radius: 20px;
    padding: 50px 50px 50px 40px;
    margin-bottom: 20px;
    transition: all 300ms ease;
}
.about-section-classic .single-about-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: var(--theme-color2);
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.about-section-classic .single-about-box:hover::before {
    width: 100%;
    left: 0;
}
.about-section-classic .single-about-box:hover .about-icon img {
    filter: brightness(0) invert(1);
}
.about-section-classic .single-about-box .about-title h1 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0 0;
    transition: all 300ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-classic .single-about-box .about-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
}
.about-section-classic .single-about-box:hover .about-title h1 {
    color: var(--theme-color-white);
}
.about-section-classic .single-about-box .about-arrow {
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 30px;
    transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-classic .single-about-box .about-arrow {
        top: 30px;
        right: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-classic .single-about-box .about-arrow {
        top: 20px;
        right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-classic .single-about-box .about-arrow {
        top: 20px;
        right: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-classic .single-about-box .about-arrow {
        top: 30px;
        right: 50px;
    }
}
.about-section-classic .single-about-box:hover .about-arrow {
    background: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.about-section-classic .single-about-box:hover .about-arrow svg {
    filter: brightness(1) invert(0);
}
.about-section-classic .about-shape1 {
    position: absolute;
    top: 40px;
    right: 0px;
    animation: bounceleft 5s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-classic .about-shape1 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .about-section-classic .about-shape1 {
        display: none;
    }
}

.about-section-solar {
    background-image: url(../images/solar/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 100px;
    border-radius: 30px;
    margin: 0 30px;
    position: relative;
}
.about-section-solar.inner {
    background: transparent;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar {
        margin: 0 0px;
        border-radius: 0px;
    }
}
.about-section-solar .about-counter-wrapper {
    display: flex;
    gap: 25px;
}
.about-section-solar .about-counter-wrapper .about-counter {
    background-image: url(../images/solar/about-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 32px 60px 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar .about-counter-wrapper .about-counter {
        padding: 32px 10px 10px 10px;
    }
}
.about-section-solar .about-counter-wrapper .about-counter::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section-solar .about-counter-wrapper .about-counter:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-section-solar .about-counter-wrapper .about-counter.two {
    background-image: url(../images/solar/about-bg2.png);
    padding: 32px 90px 10px 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar .about-counter-wrapper .about-counter.two {
        padding: 32px 10px 10px 10px;
    }
}
.about-section-solar .about-counter-wrapper .about-counter .counter {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
}
.about-section-solar .about-counter-wrapper .about-counter span {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
}
.about-section-solar .about-counter-wrapper .about-counter p {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.about-section-solar .about-item-box .single-about-box {
    display: flex;
    border-bottom: 1px solid rgba(12, 35, 24, 0.15);
    padding: 60px 0 12px;
}
.about-section-solar .about-item-box .single-about-box.two {
    padding: 33px 0 30px;
    border: none;
}
.about-section-solar .about-item-box .single-about-box .about-wrap {
    width: 90%;
}
.about-section-solar .about-item-box .single-about-box .about-wrap .about-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.about-section-solar
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
@media only screen and (max-width: 1700px) {
    .about-section-solar
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 5px;
    }
}
.about-section-solar .about-item-box .single-about-box .about-wrap .title h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar
        .about-item-box
        .single-about-box
        .about-wrap
        .title
        h2 {
        font-size: 20px;
    }
}
.about-section-solar .about-item-box .single-about-box .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 86%;
    float: right;
}
.about-section-solar
    .about-item-box
    .single-about-box:hover
    .about-icon::before {
    transform: scale(1);
}
.about-section-solar .about-item-box .about-info-box {
    display: flex;
    gap: 30px;
}
.about-section-solar .about-item-box .about-info-box .about-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.about-section-solar .about-item-box .about-info-box .about-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 166px;
    top: 24px;
}
.about-section-solar .about-item-box .about-info-box .about-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.about-section-solar .about-item-box .about-info-box .about-btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--heading-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.about-section-solar .about-item-box .about-info-box .about-btn a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.about-section-solar
    .about-item-box
    .about-info-box
    .about-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.about-section-solar
    .about-item-box
    .about-info-box
    .about-call-info
    .call-number {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
}
.about-section-solar .about-shape-gif {
    position: absolute;
    bottom: -10px;
    right: -78px;
}
@media only screen and (max-width: 1700px) {
    .about-section-solar .about-shape-gif {
        display: none;
    }
}
.about-section-solar .about-shape-gif img {
    width: 75%;
}

.about-section-solar-classic {
    background: var(--theme-color-white);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}
.about-section-solar-classic .about-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-section-solar-classic .about-thumb img {
    border-radius: 30px;
}
.about-section-solar-classic .about-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section-solar-classic .about-thumb:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-section-solar-classic .about-counter-wrapper {
    display: flex;
    gap: 25px;
}
.about-section-solar-classic .about-counter-wrapper .about-counter {
    background-image: url(../images/solar-classic/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 32px 60px 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar-classic .about-counter-wrapper .about-counter {
        padding: 32px 10px 10px 10px;
    }
}
.about-section-solar-classic .about-counter-wrapper .about-counter::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section-solar-classic
    .about-counter-wrapper
    .about-counter:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-section-solar-classic .about-counter-wrapper .about-counter.two {
    background-image: url(../images/solar-classic/about-bg2.png);
    padding: 32px 90px 10px 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar-classic .about-counter-wrapper .about-counter.two {
        padding: 32px 10px 10px 10px;
    }
}
.about-section-solar-classic .about-counter-wrapper .about-counter .counter {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
}
.about-section-solar-classic .about-counter-wrapper .about-counter span {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
}
.about-section-solar-classic .about-counter-wrapper .about-counter p {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.about-section-solar-classic .about-item-box .single-about-box {
    display: flex;
    border-bottom: 1px solid rgba(12, 35, 24, 0.15);
    padding: 60px 0 12px;
}
.about-section-solar-classic .about-item-box .single-about-box.two {
    padding: 33px 0 30px;
    border: none;
}
.about-section-solar-classic .about-item-box .single-about-box .about-wrap {
    width: 90%;
}
.about-section-solar-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.about-section-solar-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
@media only screen and (max-width: 1700px) {
    .about-section-solar-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 5px;
    }
}
.about-section-solar-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .title
    h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-solar-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .title
        h2 {
        font-size: 20px;
    }
}
.about-section-solar-classic .about-item-box .single-about-box .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 86%;
    float: right;
}
.about-section-solar-classic
    .about-item-box
    .single-about-box:hover
    .about-icon::before {
    transform: scale(1);
}
.about-section-solar-classic .about-item-box .about-info-box {
    display: flex;
    gap: 30px;
}
.about-section-solar-classic .about-item-box .about-info-box .about-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.about-section-solar-classic
    .about-item-box
    .about-info-box
    .about-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 166px;
    top: 24px;
}
.about-section-solar-classic .about-item-box .about-info-box .about-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.about-section-solar-classic
    .about-item-box
    .about-info-box
    .about-btn
    a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--heading-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.about-section-solar-classic
    .about-item-box
    .about-info-box
    .about-btn
    a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.about-section-solar-classic
    .about-item-box
    .about-info-box
    .about-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.about-section-solar-classic
    .about-item-box
    .about-info-box
    .about-call-info
    .call-number {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
}
.about-section-solar-classic .about-shape-gif {
    position: absolute;
    bottom: -15px;
    right: -140px;
}
.about-section-solar-classic .about-shape-gif img {
    width: 72%;
}
@media only screen and (max-width: 1700px) {
    .about-section-solar-classic .about-shape-gif {
        display: none;
    }
}

.about-section-charity {
    background: var(--theme-color-white);
    padding: 180px 0 95px;
    position: relative;
    overflow: hidden;
}
.about-section-charity .sec-title {
    margin-bottom: 0;
}
.about-section-charity .about-thumb-wrapper {
    position: relative;
    margin-left: -60px;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-thumb-wrapper {
        margin-left: 0px;
    }
}
.about-section-charity .about-thumb-wrapper .about-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-thumb-wrapper .about-thumb {
        width: 100%;
    }
}
.about-section-charity .about-thumb-wrapper .about-thumb img {
    border-radius: 30px;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-thumb-wrapper .about-thumb img {
        width: 100%;
    }
}
.about-section-charity .about-thumb-wrapper .about-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section-charity .about-thumb-wrapper .about-thumb:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-section-charity .about-thumb-wrapper .about-counter {
    position: absolute;
    bottom: 55px;
    left: 50px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity .about-thumb-wrapper .about-counter {
        left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity .about-thumb-wrapper .about-counter {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity .about-thumb-wrapper .about-counter {
        display: none;
    }
}
.about-section-charity .about-thumb-wrapper .about-counter .counter {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 50px;
}
.about-section-charity .about-thumb-wrapper .about-counter p {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
}
.about-section-charity .about-thumb-wrapper .about-shape-dot {
    position: absolute;
    top: 10px;
    right: 130px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-thumb-wrapper .about-shape-dot {
        display: none;
    }
}
.about-section-charity .about-thumb-wrapper .about-shape-arrow {
    position: absolute;
    bottom: 180px;
    left: -20px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-thumb-wrapper .about-shape-arrow {
        display: none;
    }
}
.about-section-charity .about-item-box .single-about-box {
    display: flex;
    border-bottom: 1px solid rgba(12, 35, 24, 0.15);
    padding: 40px 0 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity .about-item-box .single-about-box {
        padding: 0px 0 12px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-charity .about-item-box .single-about-box {
        padding: 0px 0 12px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity .about-item-box .single-about-box {
        padding: 0px 0 12px;
    }
}
.about-section-charity .about-item-box .single-about-box.two {
    padding: 33px 0 30px;
    border: none;
}
.about-section-charity .about-item-box .single-about-box .about-wrap {
    width: 90%;
}
.about-section-charity
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 10px;
    }
}
.about-section-charity
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.about-section-charity .about-item-box .single-about-box .about-wrap .title h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity
        .about-item-box
        .single-about-box
        .about-wrap
        .title
        h2 {
        font-size: 20px;
    }
}
.about-section-charity .about-item-box .single-about-box .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 86%;
    float: right;
}
.about-section-charity
    .about-item-box
    .single-about-box:hover
    .about-icon::before {
    transform: scale(1);
}
.about-section-charity .about-item-box .about-info-box {
    display: flex;
    gap: 30px;
}
.about-section-charity .about-item-box .about-info-box .about-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.about-section-charity .about-item-box .about-info-box .about-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 166px;
    top: 24px;
}
.about-section-charity .about-item-box .about-info-box .about-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.about-section-charity .about-item-box .about-info-box .about-btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.about-section-charity
    .about-item-box
    .about-info-box
    .about-btn
    a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.about-section-charity
    .about-item-box
    .about-info-box
    .about-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.about-section-charity
    .about-item-box
    .about-info-box
    .about-call-info
    .call-number {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
}
.about-section-charity .about-shape1 {
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 30px;
    opacity: 0.2;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-shape1 {
        display: none;
    }
}
.about-section-charity .about-shape2 {
    position: absolute;
    right: 50px;
    bottom: -20px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-shape2 {
        display: none;
    }
}
.about-section-charity .about-shape3 {
    position: absolute;
    right: 115px;
    top: 135px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity .about-shape3 {
        display: none;
    }
}

.about-section-charity-classic {
    background: var(--theme-color-white);
    padding: 120px 0 95px;
    position: relative;
    overflow: hidden;
}
.about-section-charity-classic .sec-title {
    margin-bottom: 0px;
}
.about-section-charity-classic .about-thumb-wrapper {
    position: relative;
    margin-left: -60px;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-thumb-wrapper {
        margin-left: 0px;
    }
}
.about-section-charity-classic .about-thumb-wrapper .about-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-thumb-wrapper .about-thumb {
        width: 100%;
    }
}
.about-section-charity-classic .about-thumb-wrapper .about-thumb img {
    border-radius: 30px;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-thumb-wrapper .about-thumb img {
        width: 100%;
    }
}
.about-section-charity-classic .about-thumb-wrapper .about-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section-charity-classic .about-thumb-wrapper .about-thumb:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-section-charity-classic .about-thumb-wrapper .about-counter {
    position: absolute;
    bottom: 55px;
    left: 50px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity-classic .about-thumb-wrapper .about-counter {
        left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity-classic .about-thumb-wrapper .about-counter {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity-classic .about-thumb-wrapper .about-counter {
        display: none;
    }
}
.about-section-charity-classic .about-thumb-wrapper .about-counter .counter {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 50px;
}
.about-section-charity-classic .about-thumb-wrapper .about-counter p {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
}
.about-section-charity-classic .about-thumb-wrapper .about-shape-dot {
    position: absolute;
    top: 10px;
    right: 130px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-thumb-wrapper .about-shape-dot {
        display: none;
    }
}
.about-section-charity-classic .about-thumb-wrapper .about-shape-arrow {
    position: absolute;
    bottom: 180px;
    left: -20px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-thumb-wrapper .about-shape-arrow {
        display: none;
    }
}
.about-section-charity-classic .about-item-box .single-about-box {
    display: flex;
    border-bottom: 1px solid rgba(12, 35, 24, 0.15);
    padding: 40px 0 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity-classic .about-item-box .single-about-box {
        padding: 0px 0 12px;
        display: block;
        border: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-charity-classic .about-item-box .single-about-box {
        padding: 0px 0 12px;
        display: block;
        border: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity-classic .about-item-box .single-about-box {
        padding: 0px 0 12px;
        display: block;
        border: 0;
    }
}
.about-section-charity-classic .about-item-box .single-about-box.two {
    padding: 33px 0 30px;
    border: none;
}
.about-section-charity-classic .about-item-box .single-about-box .about-wrap {
    width: 90%;
}
.about-section-charity-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        float: inherit;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        float: inherit;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .about-icon {
        float: inherit;
    }
}
.about-section-charity-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .about-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.about-section-charity-classic
    .about-item-box
    .single-about-box
    .about-wrap
    .title
    h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-wrap
        .title
        h2 {
        font-size: 20px;
    }
}
.about-section-charity-classic .about-item-box .single-about-box .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 86%;
    float: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-desc
        p {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-desc
        p {
        float: left;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity-classic
        .about-item-box
        .single-about-box
        .about-desc
        p {
        float: left;
    }
}
.about-section-charity-classic
    .about-item-box
    .single-about-box:hover
    .about-icon::before {
    transform: scale(1);
}
.about-section-charity-classic .about-item-box .about-info-box {
    display: flex;
    gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-section-charity-classic .about-item-box .about-info-box {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section-charity-classic .about-item-box .about-info-box {
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .about-section-charity-classic .about-item-box .about-info-box {
        display: block;
    }
}
.about-section-charity-classic .about-item-box .about-info-box .about-btn a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 16px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.about-section-charity-classic
    .about-item-box
    .about-info-box
    .about-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 166px;
    top: 24px;
}
.about-section-charity-classic .about-item-box .about-info-box .about-btn a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.about-section-charity-classic
    .about-item-box
    .about-info-box
    .about-btn
    a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.about-section-charity-classic
    .about-item-box
    .about-info-box
    .about-btn
    a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.about-section-charity-classic
    .about-item-box
    .about-info-box
    .about-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.about-section-charity-classic
    .about-item-box
    .about-info-box
    .about-call-info
    .call-number {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
}
.about-section-charity-classic .about-shape1 {
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -75px;
    opacity: 0.2;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-shape1 {
        display: none;
    }
}
.about-section-charity-classic .about-shape2 {
    position: absolute;
    right: 50px;
    bottom: -20px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-shape2 {
        display: none;
    }
}
.about-section-charity-classic .about-shape3 {
    position: absolute;
    right: 115px;
    top: 135px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .about-section-charity-classic .about-shape3 {
        display: none;
    }
}

.econet-button a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 12px 37px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 300ms ease;
}
.econet-button a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 165px;
    top: 20px;
}
.econet-button a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.econet-button a span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #1e1e1e;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.econet-button a:hover span {
    width: 500px;
    height: 500px;
}

.why-choose-section-one {
    background: var(--heading-color);
    position: relative;
    margin-top: -50px;
    padding: 170px 0 345px;
    overflow: hidden;
}
.why-choose-section-one.classic {
    padding: 120px 0 100px;
    margin: 0;
}
.why-choose-section-one .sec-title {
    margin-bottom: 60px;
}
.why-choose-section-one .why-choose-wrapper {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .why-choose-section-one .why-choose-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
}
.why-choose-section-one .why-choose-wrapper .why-choose-thumb {
    position: relative;
    border-radius: 20px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-thumb figure img {
    border-radius: 20px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter {
    position: absolute;
    background-image: url(../images/environment/choose-skill-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -100px;
    bottom: 82px;
    border-radius: 20px;
    text-align: center;
    padding: 30px 48px 35px;
    animation: down-up 3s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-one .why-choose-wrapper .why-choose-counter {
        left: 130px;
    }
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter .icon i {
    font-size: 50px;
    line-height: 60px;
    color: var(--theme-color-white);
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter h3 {
    display: inline-block;
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 70px;
    margin-bottom: 8px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter span {
    display: inline-block;
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter p {
    color: var(--theme-color-white);
    font-family: var(-title-font);
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .why-choose-section-one .why-choose-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-wrapper {
        margin-bottom: 30px;
    }
}
.why-choose-section-one .why-choose-box .choose-wrap {
    width: 82%;
}
.why-choose-section-one .why-choose-box .choose-title {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .why-choose-section-one .why-choose-box .choose-title {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .why-choose-section-one .why-choose-box .choose-title {
        text-align: left;
    }
}
.why-choose-section-one .why-choose-box .choose-title h1 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-box .choose-title h1 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-box .choose-title h1 {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }
}
.why-choose-section-one .why-choose-box .single-choose-box {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 40px 0 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box {
        display: inherit;
        border: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box {
        display: inherit;
        border: 0;
    }
}
.why-choose-section-one .why-choose-box .single-choose-box:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box:last-child {
        border: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box:last-child {
        border: 0;
    }
}
.why-choose-section-one .why-choose-box .single-choose-box .choose-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 70px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-icon {
        float: inherit;
        margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-icon {
        float: inherit;
        margin-bottom: 20px;
    }
}
.why-choose-section-one .why-choose-box .single-choose-box .choose-icon.active {
    background: var(--theme-color7);
}
.why-choose-section-one
    .why-choose-box
    .single-choose-box
    .choose-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.why-choose-section-one .why-choose-box .single-choose-box .title h2 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 82%;
    float: right;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
        width: 82%;
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
        float: left;
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
        float: left;
        width: 100%;
    }
}
.why-choose-section-one
    .why-choose-box
    .single-choose-box:hover
    .choose-icon::before {
    transform: scale(1);
}
.why-choose-section-one .why-choose-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media (min-width: 576px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-shape1 {
        display: none;
    }
}
.why-choose-section-one .why-choose-shape2 {
    position: absolute;
    top: 156px;
    right: 260px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-one .why-choose-shape2 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
    .why-choose-section-one .why-choose-shape2 {
        display: none;
    }
}

.why-choose-section-solar {
    background-image: url(../images/solar/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 100px;
    border-radius: 30px;
    margin: 0 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-solar {
        margin: 0;
        border-radius: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .why-choose-section-solar {
        margin: 0;
        border-radius: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .why-choose-section-solar {
        margin: 0;
        border-radius: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .why-choose-section-solar {
        margin: 0;
        border-radius: 0;
    }
}
.why-choose-section-solar .sec-title {
    margin-bottom: 60px;
}
.why-choose-section-solar .choose-box-wrapper {
    margin-top: 37px;
}
.why-choose-section-solar .choose-box {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 70px;
    margin-bottom: 22px;
    box-shadow: 0px 5px 40px 10px rgba(65, 197, 117, 0.1019607843);
    height: 100px;
    width: 395px;
    line-height: 100px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.why-choose-section-solar .choose-box.box-2 .econet-hover-box {
    background: var(--theme-color7);
}
.why-choose-section-solar .choose-box.box-3 .econet-hover-box {
    background: var(--heading-color);
}
.why-choose-section-solar .choose-box .choose-icon {
    display: inline-block;
    margin-right: 12px;
}
.why-choose-section-solar .choose-box .choose-icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}
.why-choose-section-solar .choose-box .choose-icon span img {
    transition: 0.5s;
}
.why-choose-section-solar .choose-box .choose-icon.two span {
    background: var(--theme-color7);
}
.why-choose-section-solar .choose-box .choose-icon.three span {
    background: var(--heading-color);
}
.why-choose-section-solar .choose-box .choose-title {
    display: inline-block;
}
.why-choose-section-solar .choose-box .choose-title h4 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    transition: 0.5s;
}
.why-choose-section-solar .choose-box .econet-hover-box {
    background-color: var(--theme-color2);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.why-choose-section-solar .choose-box .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 70px 0px 0px 70px;
}
.why-choose-section-solar .choose-box .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.why-choose-section-solar .choose-box .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.why-choose-section-solar .choose-box .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 70px 70px 0px;
}
.why-choose-section-solar .choose-box:hover .econet-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.why-choose-section-solar .choose-box:hover .choose-icon span {
    background: var(--theme-color-white);
}
.why-choose-section-solar .choose-box:hover .choose-icon span img {
    filter: brightness(1) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.why-choose-section-solar .choose-box:hover .choose-title h4 {
    color: var(--theme-color-white);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-solar .choose-box {
        width: 350px;
    }
}
.why-choose-section-solar .why-choose-thumb {
    position: absolute;
    z-index: 1;
    bottom: -112px;
    margin-left: -15px;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-solar .why-choose-thumb {
        position: relative;
        bottom: 0px;
    }
}
.why-choose-section-solar .why-choose-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.why-choose-section-solar .why-choose-thumb:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.why-choose-section-solar .choose-shape1 {
    position: absolute;
    top: 160px;
    left: 380px;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar .choose-shape1 {
        display: none;
    }
}
.why-choose-section-solar .choose-shape2 {
    position: absolute;
    top: 170px;
    right: 370px;
    animation: rotateme 18s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar .choose-shape2 {
        display: none;
    }
}
.why-choose-section-solar .choose-shape3 {
    position: absolute;
    bottom: 45px;
    left: 35px;
    animation: down-up 5s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar .choose-shape3 {
        display: none;
    }
}
.why-choose-section-solar .choose-shape4 {
    position: absolute;
    bottom: 35px;
    right: 30px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar .choose-shape4 {
        display: none;
    }
}

.why-choose-section-solar-classic {
    background: var(--heading-color);
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}
.why-choose-section-solar-classic .sec-title {
    margin-bottom: 60px;
}
.why-choose-section-solar-classic .choose-box-wrapper {
    margin-top: 37px;
}
.why-choose-section-solar-classic .choose-box {
    background: var(--theme-color5);
    border-radius: 70px;
    margin-bottom: 22px;
    height: 100px;
    width: 395px;
    line-height: 100px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.why-choose-section-solar-classic .choose-box.box-2 .econet-hover-box {
    background: var(--theme-color7);
}
.why-choose-section-solar-classic .choose-box.box-3 .econet-hover-box {
    background: var(--heading-color);
}
.why-choose-section-solar-classic .choose-box .choose-icon {
    display: inline-block;
    margin-right: 12px;
}
.why-choose-section-solar-classic .choose-box .choose-icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}
.why-choose-section-solar-classic .choose-box .choose-icon span img {
    transition: 0.5s;
}
.why-choose-section-solar-classic .choose-box .choose-icon.two span {
    background: var(--theme-color7);
}
.why-choose-section-solar-classic .choose-box .choose-icon.three span {
    background: var(--heading-color);
}
.why-choose-section-solar-classic .choose-box .choose-title {
    display: inline-block;
}
.why-choose-section-solar-classic .choose-box .choose-title h4 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    transition: 0.5s;
}
.why-choose-section-solar-classic .choose-box .econet-hover-box {
    background-color: var(--theme-color2);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.why-choose-section-solar-classic .choose-box .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 70px 0px 0px 70px;
}
.why-choose-section-solar-classic .choose-box .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.why-choose-section-solar-classic .choose-box .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.why-choose-section-solar-classic .choose-box .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 70px 70px 0px;
}
.why-choose-section-solar-classic .choose-box:hover .econet-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.why-choose-section-solar-classic .choose-box:hover .choose-icon span {
    background: var(--theme-color-white);
}
.why-choose-section-solar-classic .choose-box:hover .choose-icon span img {
    filter: brightness(1) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.why-choose-section-solar-classic .choose-box:hover .choose-title h4 {
    color: var(--theme-color-white);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-solar-classic .choose-box {
        width: 350px;
    }
}
.why-choose-section-solar-classic .why-choose-thumb {
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .why-choose-section-solar-classic .why-choose-thumb {
        position: inherit;
    }
}
.why-choose-section-solar-classic .choose-shape1 {
    position: absolute;
    top: 160px;
    left: 380px;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar-classic .choose-shape1 {
        display: none;
    }
}
.why-choose-section-solar-classic .choose-shape2 {
    position: absolute;
    top: 170px;
    right: 370px;
    animation: rotateme 18s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar-classic .choose-shape2 {
        display: none;
    }
}
.why-choose-section-solar-classic .choose-shape3 {
    position: absolute;
    bottom: 45px;
    left: 35px;
    animation: down-up 5s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar-classic .choose-shape3 {
        display: none;
    }
}
.why-choose-section-solar-classic .choose-shape4 {
    position: absolute;
    bottom: 35px;
    right: 30px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .why-choose-section-solar-classic .choose-shape4 {
        display: none;
    }
}

.project-section-one {
    padding: 120px 0 110px;
    background-image: url(../images/environment/project-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 0 20px 20px;
    position: relative;
    margin: -245px 30px 30px 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .project-section-one {
        border-radius: 0 0 0px 0px;
        margin: -245px 0px 30px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .project-section-one {
        border-radius: 0 0 0px 0px;
        margin: -245px 0px 30px 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-one {
        border-radius: 0 0 0px 0px;
        margin: -245px 0px 30px 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .project-section-one {
        border-radius: 0 0 0px 0px;
        margin: -245px 0px 30px 0px;
    }
}
.project-section-one::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: #f8f9f5;
    width: 1920px;
    height: 3130px;
    top: 244px;
    left: -26px;
}
.project-section-one .sec-title {
    margin-bottom: 60px;
}
.project-section-one .project-box {
    position: relative;
}
.project-section-one .project-box .project-box-item {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-one .project-box .project-box-item {
        transform: translate(0px, 0px) !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .project-section-one .project-box .project-box-item {
        transform: translate(0px, 0px) !important;
    }
}
.project-section-one .project-box .project-box-item .project-thumb {
    position: relative;
    transition: 0.5s;
}
.project-section-one .project-box .project-box-item .project-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb:hover:before {
    animation: shine 800ms;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box {
    position: absolute;
    top: 90px;
    right: 80px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22456%22%20height%3D%22442%22%20viewBox%3D%220%200%20456%20442%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.95431%200%2020%200H436C447.046%200%20456%208.9543%20456%2020V365.171C456%20376.217%20447.046%20385.171%20436%20385.171H408C396.954%20385.171%20388%20394.126%20388%20405.171V422C388%20433.046%20379.046%20442%20368%20442H20C8.95431%20442%200%20433.046%200%20422V20Z%22%20fill%3D%22url(%23paint0_linear_6252_246)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_6252_246%22%20x1%3D%22448.052%22%20y1%3D%22434.551%22%20x2%3D%2211.0165%22%20y2%3D%226.86237%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.00708379%22%20stop-color%3D%22%23FFF4DD%22%2F%3E%3Cstop%20offset%3D%220.496742%22%20stop-color%3D%22%23F1FFDE%22%2F%3E%3Cstop%20offset%3D%220.836162%22%20stop-color%3D%22%23E7FFD8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    border-radius: 20px;
    padding: 60px 50px 60px;
    width: 456px;
    height: 442px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .project-section-one
        .project-box
        .project-box-item
        .project-thumb
        .project-box {
        top: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .project-section-one
        .project-box
        .project-box-item
        .project-thumb
        .project-box {
        top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-one
        .project-box
        .project-box-item
        .project-thumb
        .project-box {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .project-section-one
        .project-box
        .project-box-item
        .project-thumb
        .project-box {
        display: none;
    }
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-icon {
    position: absolute;
    top: 40px;
    right: 40px;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-icon
    span {
    display: inline-block;
    color: var(--theme-color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color2);
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-content
    h4 {
    display: inline-block;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    padding: 7px 28px;
    border-radius: 20px;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-content
    h3 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-content
    p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 17px 0 40px;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-btn
    .button {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    border-radius: 45px;
    color: var(--theme-color-white);
    background-color: var(--heading-color);
    padding: 11px 39px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-btn
    .button
    i {
    margin-left: 11px;
    position: relative;
    top: 2px;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-btn
    .button
    span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 45px;
    background-color: var(--theme-color2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-btn
    .button:hover
    span {
    width: 500px;
    height: 500px;
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box
    .project-btn
    .button:hover {
    color: var(--theme-color-white);
}
.project-section-one
    .project-box
    .project-box-item
    .project-thumb
    .project-box.two {
    left: 80px;
}
.project-section-one .project-shape1 {
    position: absolute;
    top: 100px;
    left: 320px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .project-section-one .project-shape1 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .project-section-one .project-shape1 {
        display: none;
    }
}
.project-section-one .project-shape2 {
    position: absolute;
    top: 70px;
    right: 0;
    animation: upDown 1.1s ease-in-out 1.1s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .project-section-one .project-shape2 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .project-section-one .project-shape2 {
        display: none;
    }
}

.project-section-classic {
    padding: 120px 0 105px;
    position: relative;
    overflow: hidden;
}
.project-section-classic .sec-title {
    margin-bottom: 60px;
}
.project-section-classic .project-box-item {
    margin-bottom: 10px;
}
.project-section-classic .project-box-item .project-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-section-classic .project-box-item .project-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.project-section-classic .project-box-item .project-thumb figure {
    margin: 0;
}
.project-section-classic .project-box-item .project-thumb figure img {
    border-radius: 30px;
}
.project-section-classic .project-box-item .project-thumb .project-content {
    position: absolute;
    z-index: 1;
    bottom: 56px;
    left: 0;
    right: 0;
    width: 360px;
    height: 164px;
    line-height: 164px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    margin: 0 auto;
    padding: 38px 30px;
    transform: translateY(200px);
    opacity: 0;
    transition: 0.5s;
}
.project-section-classic .project-box-item .project-thumb .project-content h4 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    background: var(--theme-color2);
    width: 122px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.project-section-classic .project-box-item .project-thumb .project-content h3 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 32px;
}
.project-section-classic .project-box-item:hover .project-content {
    opacity: 1;
    transform: translateY(7px);
}
.project-section-classic .project-box-item:hover .project-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.project-section-classic .project-shape1 {
    position: absolute;
    top: 100px;
    left: 300px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .project-section-classic .project-shape1 {
        display: none;
    }
}
.project-section-classic .project-shape2 {
    position: absolute;
    top: 100px;
    right: 300px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .project-section-classic .project-shape2 {
        display: none;
    }
}

.project-section-solar {
    padding: 60px 0 120px;
    position: relative;
    z-index: 1;
}
.project-section-solar .sec-title {
    margin-top: 60px;
}
.project-section-solar .econet-button {
    float: right;
}
.project-section-solar .econet-button a {
    padding: 16px 37px;
}
.project-section-solar .econet-button a::before {
    left: 157px;
    top: 23px;
}
.project-section-solar .econet-button a span {
    background-color: var(--theme-color7);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-solar .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .project-section-solar .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
.project-section-solar .project-box {
    background: var(--theme-color4);
    border-radius: 24px;
    padding: 17px 17px 20px;
    position: relative;
}
.project-section-solar .project-box::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 575px;
    height: 35px;
    background-image: url(../images/solar/shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    transform: translateY(0px);
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .project-section-solar .project-box::before {
        display: none;
    }
}
.project-section-solar .project-box:hover::before {
    transform: translateY(10px);
}
.project-section-solar .project-box .project-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-section-solar .project-box .project-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.project-section-solar .project-box .project-thumb figure {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-solar .project-box .project-thumb figure {
        width: 100%;
    }
}
.project-section-solar .project-box .project-thumb figure img {
    width: 100%;
}
.project-section-solar .project-box .project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px 25px 0px;
}
.project-section-solar .project-box .project-content .project-title h4 {
    display: inline-block;
    color: var(--theme-color2);
    background: var(--theme-color5);
    font-weight: 500;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.project-section-solar .project-box .project-content .project-title h3 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 32px;
}
.project-section-solar .project-box .project-content .project-title h3 a {
    display: block;
    transition: 0.5s;
}
.project-section-solar .project-box .project-content .project-title h3 a:hover {
    color: var(--theme-color7);
}
.project-section-solar .project-box .project-content .project-btn a {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: var(--theme-color2);
    background: var(--theme-color5);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
}
.project-section-solar .project-box .project-content .project-btn a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.project-section-solar .project-box:hover .project-btn a::before {
    transform: scale(1);
}
.project-section-solar .project-box:hover .project-btn a {
    color: var(--theme-color-white);
}
.project-section-solar .project-box:hover .project-thumb::before {
    height: 200%;
    transition: all 600ms linear;
    background-color: transparent;
}
.project-section-solar .project-shape1 {
    position: absolute;
    top: 90px;
    right: 510px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .project-section-solar .project-shape1 {
        display: none;
    }
}
.project-section-solar .project-shape2 {
    position: absolute;
    top: 170px;
    right: 560px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .project-section-solar .project-shape2 {
        display: none;
    }
}

.project-section-solar-classic {
    background: var(--theme-color-white);
    padding: 60px 0 120px;
    position: relative;
    z-index: 1;
}
.project-section-solar-classic .sec-title {
    margin-top: 60px;
}
.project-section-solar-classic .econet-button {
    float: right;
}
.project-section-solar-classic .econet-button a {
    padding: 16px 37px;
}
.project-section-solar-classic .econet-button a::before {
    left: 157px;
    top: 23px;
}
.project-section-solar-classic .econet-button a span {
    background-color: var(--theme-color7);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-solar-classic .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .project-section-solar-classic .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
.project-section-solar-classic .project-box {
    background: var(--theme-color8);
    border-radius: 24px;
    padding: 17px 17px 20px;
    position: relative;
}
.project-section-solar-classic .project-box .project-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-section-solar-classic .project-box .project-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.project-section-solar-classic .project-box .project-thumb figure {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-solar-classic .project-box .project-thumb figure {
        width: 100%;
    }
}
.project-section-solar-classic .project-box .project-thumb figure img {
    width: 100%;
    border-radius: 14px;
}
.project-section-solar-classic .project-box .project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px 25px 0px;
}
.project-section-solar-classic .project-box .project-content .project-title h4 {
    display: inline-block;
    color: var(--theme-color2);
    border: 1px solid rgba(12, 35, 24, 0.1);
    font-weight: 500;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.project-section-solar-classic .project-box .project-content .project-title h3 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
}
.project-section-solar-classic
    .project-box
    .project-content
    .project-title
    h3
    a {
    display: block;
    transition: 0.5s;
}
.project-section-solar-classic .project-box .project-content .project-btn a {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: var(--theme-color2);
    border: 1px solid rgba(12, 35, 24, 0.1);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
}
.project-section-solar-classic
    .project-box
    .project-content
    .project-btn
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.project-section-solar-classic .project-box:hover .project-btn a::before {
    transform: scale(1);
}
.project-section-solar-classic .project-box:hover .project-btn a {
    color: var(--theme-color-white);
}
.project-section-solar-classic .project-box:hover .project-title h3 a {
    color: var(--theme-color2);
}
.project-section-solar-classic .project-box:hover .project-thumb::before {
    height: 200%;
    transition: all 600ms linear;
    background-color: transparent;
}
.project-section-solar-classic .project-shape1 {
    position: absolute;
    top: 90px;
    right: 510px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .project-section-solar-classic .project-shape1 {
        display: none;
    }
}
.project-section-solar-classic .project-shape2 {
    position: absolute;
    top: 170px;
    right: 560px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .project-section-solar-classic .project-shape2 {
        display: none;
    }
}

.project-section-charity {
    background: var(--theme-bg-color1);
    padding: 280px 0 120px;
    position: relative;
    z-index: 1;
    margin-top: -220px;
}
.project-section-charity .sec-title {
    margin-top: 60px;
}
.project-section-charity .econet-button {
    float: right;
}
.project-section-charity .econet-button a {
    padding: 16px 37px;
}
.project-section-charity .econet-button a::before {
    left: 157px;
    top: 23px;
}
.project-section-charity .econet-button a span {
    background-color: var(--theme-color7);
}
.project-section-charity .project-box {
    background: var(--theme-color-white);
    border-radius: 24px;
    padding: 17px 17px 20px;
    position: relative;
    transition: 0.5s;
}
.project-section-charity .project-box .project-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-section-charity .project-box .project-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.project-section-charity .project-box .project-thumb figure {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-section-charity .project-box .project-thumb figure {
        width: 100%;
    }
}
.project-section-charity .project-box .project-thumb figure img {
    width: 100%;
    border-radius: 14px;
}
.project-section-charity .project-box .project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px 25px 0px;
}
.project-section-charity .project-box .project-content .project-title h4 {
    display: inline-block;
    color: var(--theme-color2);
    border: 1px solid rgba(12, 35, 24, 0.1);
    font-weight: 500;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.project-section-charity .project-box .project-content .project-title h3 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
}
.project-section-charity .project-box .project-content .project-title h3 a {
    display: block;
    transition: 0.5s;
}
.project-section-charity .project-box .project-content .project-btn a {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: var(--theme-color2);
    border: 1px solid rgba(12, 35, 24, 0.1);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
}
.project-section-charity .project-box .project-content .project-btn a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.project-section-charity .project-box:hover .project-btn a::before {
    transform: scale(1);
}
.project-section-charity .project-box:hover .project-btn a {
    color: var(--theme-color-white);
}
.project-section-charity .project-box:hover .project-title h3 a {
    color: var(--theme-color2);
}
.project-section-charity .project-box:hover .project-thumb::before {
    height: 200%;
    transition: all 600ms linear;
    background-color: transparent;
}
.project-section-charity .project-box:hover {
    border: 1px solid var(--theme-color2);
}
.project-section-charity .project-shape1 {
    position: absolute;
    top: 90px;
    right: 510px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.project-section-charity .project-shape2 {
    position: absolute;
    top: 170px;
    right: 560px;
    animation: bounceleft 6s linear infinite;
}

.work-process-section-one {
    padding: 120px 0 100px;
    background-color: var(--heading-color);
    border-radius: 20px;
    margin: 0 30px 0 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-one {
        border-radius: 0px;
        margin: 0 0px 0 0px;
    }
}
.work-process-section-one .sec-title {
    margin-bottom: 80px;
}
.work-process-section-one .working-process-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.work-process-section-one .working-process-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 150px;
    top: 45px;
    background: url(../images/environment/process-border.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .working-process-box::before {
        display: none;
    }
}
.work-process-section-one .working-process-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -255px;
    top: 66px;
    background: url(../images/environment/process-border.png);
    background-repeat: no-repeat;
    transform: rotate(20deg);
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .working-process-box::after {
        display: none;
    }
}
.work-process-section-one .working-process-box .before-transprent::before {
    background: transparent;
}
.work-process-section-one .working-process-box .process-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--theme-color4);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.work-process-section-one .working-process-box .process-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.work-process-section-one .working-process-box .process-icon .process-shape {
    position: absolute;
    top: -53px;
    left: -30px;
    z-index: -1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-one
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
.work-process-section-one
    .working-process-box
    .process-icon
    .process-shape.last {
    top: -53px;
    right: -160px;
    transform: rotate(90deg);
}
.work-process-section-one .working-process-box:hover .process-icon::before {
    transform: scale(1);
}
.work-process-section-one .working-process-box:hover .process-icon > img {
    filter: brightness(0) invert(1);
}
.work-process-section-one .working-process-box .process-content h4 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 22px 0 15px;
}
.work-process-section-one .working-process-box .process-content p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .working-process-box .process-content p {
        width: 100%;
    }
}
.work-process-section-one .working-process-box.first {
    margin-top: 65px;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .working-process-box.first {
        margin-top: 0px;
    }
}
.work-process-section-one .working-process-box.first::before {
    background: transparent;
}
.work-process-section-one .working-process-box.first::after {
    background: transparent;
}
.work-process-section-one .work-process-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .work-process-shape1 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .work-process-section-one .work-process-shape1 {
        display: none;
    }
}
.work-process-section-one .work-process-shape2 {
    position: absolute;
    top: 45px;
    right: 100px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-one .work-process-shape2 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .work-process-section-one .work-process-shape2 {
        display: none;
    }
}

.work-process-section-classic {
    padding: 120px 0 100px;
    background-image: url(../images/environment-classic/work-process-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.work-process-section-classic .sec-title {
    margin-bottom: 80px;
}
.work-process-section-classic .working-process-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.work-process-section-classic .working-process-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 150px;
    top: 45px;
    background: url(../images/environment-classic/process-border.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-classic .working-process-box::before {
        display: none;
    }
}
.work-process-section-classic .working-process-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -300px;
    top: 66px;
    background: url(../images/environment-classic/process-border2.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-classic .working-process-box::after {
        display: none;
    }
}
.work-process-section-classic .working-process-box .before-transprent::before {
    background: transparent;
}
.work-process-section-classic .working-process-box .process-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--theme-color-white);
    border: 2px solid var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.work-process-section-classic .working-process-box .process-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.work-process-section-classic
    .working-process-box
    .process-icon
    .process-shape {
    position: absolute;
    top: -53px;
    left: -42px;
    z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-classic
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-classic
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
.work-process-section-classic
    .working-process-box
    .process-icon
    .process-shape.last {
    top: -53px;
    right: -190px;
    transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-classic
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-classic
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
.work-process-section-classic .working-process-box:hover .process-icon::before {
    transform: scale(1);
}
.work-process-section-classic .working-process-box:hover .process-icon > img {
    filter: brightness(0) invert(1);
}
.work-process-section-classic .working-process-box .process-content h4 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 22px 0 15px;
}
.work-process-section-classic .working-process-box .process-content p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1199.98px) {
    .work-process-section-classic .working-process-box .process-content p {
        width: 100%;
    }
}
.work-process-section-classic .working-process-box.first {
    margin-top: 65px;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-classic .working-process-box.first {
        margin-top: 0px;
    }
}
.work-process-section-classic .working-process-box.first::before {
    background: transparent;
}
.work-process-section-classic .working-process-box.first::after {
    background: transparent;
}
.work-process-section-classic .work-process-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-classic .work-process-shape1 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .work-process-section-classic .work-process-shape1 {
        display: none;
    }
}
.work-process-section-classic .work-process-shape2 {
    position: absolute;
    top: 45px;
    right: 100px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-classic .work-process-shape2 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .work-process-section-classic .work-process-shape2 {
        display: none;
    }
}

.work-process-section-solar {
    padding: 120px 0 100px;
    background-image: url(../images/environment-classic/work-process-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 30px 0;
    border-radius: 30px 30px 0px 0px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-solar {
        margin: 0 0px 0;
        border-radius: 0px 0px 0px 0px;
    }
}
.work-process-section-solar .sec-title {
    margin-bottom: 80px;
}
.work-process-section-solar .working-process-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.work-process-section-solar .working-process-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 150px;
    top: 45px;
    background: url(../images/environment-classic/process-border.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar .working-process-box::before {
        display: none;
    }
}
.work-process-section-solar .working-process-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -300px;
    top: 66px;
    background: url(../images/environment-classic/process-border2.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar .working-process-box::after {
        display: none;
    }
}
.work-process-section-solar .working-process-box .before-transprent::before {
    background: transparent;
}
.work-process-section-solar .working-process-box .process-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--theme-color-white);
    border: 2px solid var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.work-process-section-solar .working-process-box .process-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.work-process-section-solar .working-process-box .process-icon .process-shape {
    position: absolute;
    top: -53px;
    left: -42px;
    z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-solar
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-solar
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
.work-process-section-solar
    .working-process-box
    .process-icon
    .process-shape.last {
    top: -53px;
    right: -190px;
    transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-solar
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-solar
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
.work-process-section-solar .working-process-box:hover .process-icon::before {
    transform: scale(1);
}
.work-process-section-solar .working-process-box:hover .process-icon > img {
    filter: brightness(0) invert(1);
}
.work-process-section-solar .working-process-box .process-content h4 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 22px 0 15px;
}
.work-process-section-solar .working-process-box .process-content p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .work-process-section-solar .working-process-box .process-content p {
        width: 100%;
    }
}
.work-process-section-solar .working-process-box.first {
    margin-top: 65px;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar .working-process-box.first {
        margin-top: 0px;
    }
}
.work-process-section-solar .working-process-box.first::before {
    background: transparent;
}
.work-process-section-solar .working-process-box.first::after {
    background: transparent;
}
.work-process-section-solar .work-process-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.work-process-section-solar .work-process-shape2 {
    position: absolute;
    top: 45px;
    right: 100px;
    animation: bounceleft 8s linear infinite;
}
.work-process-section-solar .work-shape {
    position: absolute;
    bottom: 55px;
    right: 50px;
    animation: down-up 5s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar .work-shape {
        display: none;
    }
}

.work-process-section-solar-classic {
    padding: 120px 0 100px;
    background-image: url(../images/environment-classic/work-process-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.work-process-section-solar-classic .sec-title {
    margin-bottom: 80px;
}
.work-process-section-solar-classic .working-process-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.work-process-section-solar-classic .working-process-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 150px;
    top: 45px;
    background: url(../images/environment-classic/process-border.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .working-process-box::before {
        display: none;
    }
}
.work-process-section-solar-classic .working-process-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -300px;
    top: 66px;
    background: url(../images/environment-classic/process-border2.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .working-process-box::after {
        display: none;
    }
}
.work-process-section-solar-classic
    .working-process-box
    .before-transprent::before {
    background: transparent;
}
.work-process-section-solar-classic .working-process-box .process-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--theme-color-white);
    border: 2px solid var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.work-process-section-solar-classic .working-process-box .process-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.work-process-section-solar-classic
    .working-process-box
    .process-icon
    .process-shape {
    position: absolute;
    top: -53px;
    left: -42px;
    z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-solar-classic
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-solar-classic
        .working-process-box
        .process-icon
        .process-shape {
        display: none;
    }
}
.work-process-section-solar-classic
    .working-process-box
    .process-icon
    .process-shape.last {
    top: -53px;
    right: -190px;
    transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .work-process-section-solar-classic
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .work-process-section-solar-classic
        .working-process-box
        .process-icon
        .process-shape.last {
        display: none;
    }
}
.work-process-section-solar-classic
    .working-process-box:hover
    .process-icon::before {
    transform: scale(1);
}
.work-process-section-solar-classic
    .working-process-box:hover
    .process-icon
    > img {
    filter: brightness(0) invert(1);
}
.work-process-section-solar-classic .working-process-box .process-content h4 {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 22px 0 15px;
}
.work-process-section-solar-classic .working-process-box .process-content p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .work-process-section-solar-classic
        .working-process-box
        .process-content
        p {
        width: 100%;
    }
}
.work-process-section-solar-classic .working-process-box.first {
    margin-top: 65px;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .working-process-box.first {
        margin-top: 0px;
    }
}
.work-process-section-solar-classic .working-process-box.first::before {
    background: transparent;
}
.work-process-section-solar-classic .working-process-box.first::after {
    background: transparent;
}
.work-process-section-solar-classic .work-process-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .work-process-shape1 {
        display: none;
    }
}
.work-process-section-solar-classic .work-process-shape2 {
    position: absolute;
    top: 45px;
    right: 100px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .work-process-shape2 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .work-process-section-solar-classic .work-process-shape2 {
        display: none;
    }
}
.work-process-section-solar-classic .work-shape {
    position: absolute;
    bottom: 55px;
    right: 50px;
    animation: down-up 5s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
    .work-process-section-solar-classic .work-shape {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .work-process-section-solar-classic .work-shape {
        display: none;
    }
}

.marquee-section-one {
    position: relative;
    padding: 56px 0 22px;
    z-index: 1;
    background-color: var(--theme-color2);
    margin: -15px 30px 0 30px;
    border-radius: 0 0px 20px 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .marquee-section-one {
        border-radius: 0px;
        margin: 0 0px 0 0px;
    }
}
.marquee-section-one.classic {
    margin: 0;
    border-radius: 0;
    padding: 40px 0 22px;
}
.marquee-section-one .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee-section-one .marquee .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee-section-one .marquee .marquee-block h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    font-weight: 600;
}
.marquee-section-one .marquee .marquee-block h3 span {
    display: inline-block;
    margin: 0 40px 0 45px;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.marquee-section-solar {
    position: relative;
    padding: 40px 0 22px;
    z-index: 1;
    background-color: var(--theme-color2);
    margin: 0px 30px 0 30px;
    border-radius: 0 0px 20px 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .marquee-section-solar {
        margin: 0px 0px 0 0px;
        border-radius: 0 0px 0px 0px;
    }
}
.marquee-section-solar.classic {
    margin: 0;
    border-radius: 0;
    padding: 40px 0 22px;
}
.marquee-section-solar .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee-section-solar .marquee .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee-section-solar .marquee .marquee-block h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    font-weight: 600;
}
.marquee-section-solar .marquee .marquee-block h3 span {
    display: inline-block;
    margin: 0 40px 0 45px;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}

.marquee-section-solar-classic {
    position: relative;
    padding: 40px 0 22px;
    z-index: 1;
    background-color: var(--theme-color2);
}
.marquee-section-solar-classic .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee-section-solar-classic .marquee .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee-section-solar-classic .marquee .marquee-block h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    font-weight: 600;
}
.marquee-section-solar-classic .marquee .marquee-block h3 span {
    display: inline-block;
    margin: 0 40px 0 45px;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}

.marquee-section-charity {
    position: relative;
    padding: 40px 0 55px;
    z-index: 1;
    background-color: var(--theme-color2);
}
.marquee-section-charity.classic {
    padding: 40px 0 20px;
}
.marquee-section-charity .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee-section-charity .marquee .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee-section-charity .marquee .marquee-block h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    font-weight: 600;
}
.marquee-section-charity .marquee .marquee-block h3 span {
    display: inline-block;
    margin: 0 40px 0 45px;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}

.team-section-one {
    background: var(--theme-bg-color1);
    padding: 120px 105px 100px 105px;
    border-radius: 0 0 50px 50px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1700px) {
    .team-section-one {
        padding: 120px 20px 80px 20px;
        border-radius: 0 0 30px 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-one {
        padding: 120px 20px 80px 20px;
        border-radius: 0 0 0px 0px;
    }
}
.team-section-one .sec-title {
    margin-bottom: 30px;
}
.team-section-one .section-desc p {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 40%;
    margin: 20px auto 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-section-one .section-desc p {
        width: 55%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-section-one .section-desc p {
        width: 70%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-one .section-desc p {
        width: 95%;
    }
}
.team-section-one .team-btn a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    border-radius: 45px;
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 13px 36px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 300ms ease;
}
.team-section-one .team-btn a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 146px;
    top: 22px;
    transition: all 300ms ease;
}
.team-section-one .team-btn a i {
    margin-left: 22px;
    position: relative;
    top: 2px;
}
.team-section-one .team-btn a span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 45px;
    background-color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: all 300ms ease;
}
.team-section-one .team-btn a:hover span {
    width: 500px;
    height: 500px;
}
.team-section-one .team-btn a:hover {
    color: var(--theme-color-white);
}
.team-section-one .single-team-box {
    margin-bottom: 20px;
    transition: all 300ms ease;
    overflow: hidden;
}
.team-section-one .single-team-box.upp {
    transform: translateY(-90px);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-section-one .single-team-box.upp {
        transform: translateY(0px);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-section-one .single-team-box.upp {
        transform: translateY(0px);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-one .single-team-box.upp {
        transform: translateY(0px);
    }
}
.team-section-one .single-team-box .team-thumb {
    position: relative;
    border-radius: 20px;
}
.team-section-one .single-team-box .team-thumb::before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--gradient-4);
    border-radius: 20px;
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--gradient-3);
    border-radius: 20px;
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb:hover::before {
    height: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-one .single-team-box .team-thumb figure {
        width: 100%;
    }
}
.team-section-one .single-team-box .team-thumb figure img {
    width: 100%;
}
.team-section-one .single-team-box .team-thumb .team-icon a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-icon a i {
    transform: rotate(-45deg);
}
.team-section-one .single-team-box .team-thumb .team-icon a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    transform: translateY(10px);
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-content .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color-white);
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-content .designation {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 5px 22px;
    filter: blur(0px);
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-content .team-social {
    opacity: 0;
    margin-top: 11px;
    transition: all 300ms ease;
}
.team-section-one .single-team-box .team-thumb .team-content .team-social li {
    display: inline-block;
    margin: 0 3px;
}
.team-section-one .single-team-box .team-thumb .team-content .team-social li a {
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    font-size: 13px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.team-section-one
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.team-section-one
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li
    a:hover::before {
    transform: scale(1);
}
.team-section-one .single-team-box .team-thumb:hover .team-social {
    opacity: 1;
}
.team-section-one .single-team-box:hover .team-content {
    transform: translateY(-50px);
}
.team-section-one .single-team-box:hover .team-icon a::before {
    transform: scale(1);
}
.team-section-one .single-team-box:hover .team-icon a {
    color: var(--theme-color-white);
}

.team-section-charity-classic {
    padding: 460px 0 100px;
    position: relative;
}
.team-section-charity-classic.inner {
    padding: 100px 0 0px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-section-charity-classic {
        padding: 100px 0 100px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-charity-classic {
        padding: 100px 0 100px;
    }
}
.team-section-charity-classic .sec-title {
    margin-bottom: 60px;
}
.team-section-charity-classic .econet-button {
    float: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-section-charity-classic .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-section-charity-classic .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
.team-section-charity-classic .econet-button a {
    background: var(--heading-color);
    padding: 14px 35px;
}
.team-section-charity-classic .econet-button a::before {
    left: 170px;
    top: 21px;
}
.team-section-charity-classic .econet-button a span {
    background: var(--theme-color2);
}
.team-section-charity-classic .single-team-box {
    margin-bottom: 20px;
    transition: all 300ms ease;
}
.team-section-charity-classic .single-team-box .team-thumb {
    position: relative;
}
.team-section-charity-classic .single-team-box .team-thumb::before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--gradient-6);
    border-radius: 20px;
    transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-section-charity-classic .single-team-box .team-thumb figure {
    margin: 0;
    width: 100%;
}
.team-section-charity-classic .single-team-box .team-thumb figure img {
    width: 100%;
}
.team-section-charity-classic .single-team-box .team-thumb .team-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    transform: translateY(10px);
    transition: all 300ms ease;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color-white);
    transition: all 300ms ease;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .designation {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 5px 22px;
    transition: all 300ms ease;
    backdrop-filter: blur(10px);
    transition: all 300ms ease;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .team-social {
    opacity: 0;
    margin-top: 7px;
    transition: all 300ms ease;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li {
    display: inline-block;
    margin: 0 3px;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li
    a {
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.team-section-charity-classic
    .single-team-box
    .team-thumb
    .team-content
    .team-social
    li
    a:hover::before {
    transform: scale(1);
}
.team-section-charity-classic .single-team-box .team-thumb:hover .team-social {
    opacity: 1;
}
.team-section-charity-classic .single-team-box:hover .team-content {
    transform: translateY(-30px);
}
.team-section-charity-classic .team-shape1 {
    position: absolute;
    bottom: -50px;
    left: 0;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .team-section-charity-classic .team-shape1 {
        display: none;
    }
}
.team-section-charity-classic .team-shape2 {
    position: absolute;
    top: 490px;
    right: 750px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .team-section-charity-classic .team-shape2 {
        display: none;
    }
}

.testimonial-section-one {
    background: var(--heading-color);
    padding: 165px 0 440px;
    position: relative;
    margin-top: -45px;
}
.testimonial-section-one::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1920px;
    height: 1130px;
    background: var(--theme-bg-color1);
    left: 0;
    bottom: -1130px;
    border-radius: 0 0 50px 35px;
}
.testimonial-section-one .single-testi-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 45px 60px 35px 40px;
    margin-bottom: 25px;
    position: relative;
}
.testimonial-section-one .single-testi-box .testi-ratting ul li {
    display: inline-block;
    color: var(--theme-color7);
    letter-spacing: 2px;
}
.testimonial-section-one .single-testi-box .testi-desc p {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial-section-one .single-testi-box .testi-desc p {
        font-size: 24px;
        line-height: 36px;
    }
}
.testimonial-section-one .single-testi-box .testi-autor-box {
    display: flex;
    gap: 20px;
}
.testimonial-section-one
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--theme-color-white);
    margin-bottom: 5px;
}
.testimonial-section-one
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color3);
}
.testimonial-section-one
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi
    span {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-white);
}
.testimonial-section-one .testimonial-wrapper {
    position: relative;
}
.testimonial-section-one .testimonial-wrapper .testi-thumb {
    position: relative;
}
.testimonial-section-one .testimonial-wrapper .testi-thumb::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 40px;
    height: 40px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: var(--heading-color);
    right: 82px;
    transform: rotate(189deg);
    top: -13px;
}
.testimonial-section-one .testimonial-wrapper .testi-thumb::after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 50px;
    height: 50px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: var(--heading-color);
    right: 0px;
    transform: rotate(187deg);
    top: 46px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-one .testimonial-wrapper .testi-thumb figure {
        width: 100%;
    }
}
.testimonial-section-one .testimonial-wrapper .testi-thumb figure img {
    border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-one .testimonial-wrapper .testi-thumb figure img {
        width: 100%;
    }
}
.testimonial-section-one .testimonial-wrapper .testi-thumb span {
    width: 85px;
    height: 70px;
    background: var(--heading-color);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 45px;
}
.testimonial-section-one .testimonial-wrapper .testi-thumb .autor-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 260px;
    background: #0c2318;
    text-align: center;
    border-radius: 0 30px 0 0px;
}
.testimonial-section-one .testimonial-wrapper .testi-thumb .autor-box::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 220px;
    height: 230px;
    background: var(--theme-color2);
    left: 0px;
    bottom: 0px;
    border-radius: 30px;
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-img-box {
    display: flex;
    padding: 68px 0 30px 56px;
    position: relative;
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-img-box::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100px;
    height: 100px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: var(--heading-color);
    left: -2px;
    transform: rotate(2deg);
    bottom: 82px;
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-img-box::after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100px;
    height: 100px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: var(--heading-color);
    right: -95px;
    transform: rotate(5deg);
    bottom: -178px;
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-img-box
    .autor-number {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 2px solid var(--theme-color-white);
    background: var(--theme-color2);
    margin-left: -15px;
    border-radius: 50%;
    color: var(--theme-color-white);
}
.testimonial-section-one
    .testimonial-wrapper
    .testi-thumb
    .autor-box
    .autor-desc
    p {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-right: 30px;
}
.testimonial-section-one .testi-shape1 {
    position: absolute;
    top: 44px;
    left: 0;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-one .testi-shape1 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .testimonial-section-one .testi-shape1 {
        display: none;
    }
}
.testimonial-section-one .testi-shape2 {
    position: absolute;
    top: 100px;
    right: 180px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-one .testi-shape2 {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .testimonial-section-one .testi-shape2 {
        display: none;
    }
}

.testimonial-section-classic {
    background: var(--heading-color);
    padding: 120px 0 120px;
    position: relative;
    overflow: hidden;
}
.testimonial-section-classic .sec-title {
    margin-bottom: 60px;
}
.testimonial-section-classic .section-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
.testimonial-section-classic .testi-classic-active {
    overflow-x: hidden;
}
@media (max-width: 1199.98px) {
    .testimonial-section-classic .testi-classic-active {
        margin-top: 30px;
    }
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 375px;
    top: 185px;
    z-index: 5;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-classic
        .testi-classic-active
        .econet-banner-arrow-box
        .slider-prev {
        right: 150px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-classic
        .testi-classic-active
        .econet-banner-arrow-box
        .slider-prev {
        display: none;
    }
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--theme-color-white);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 303px;
    top: 185px;
    z-index: 5;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-classic
        .testi-classic-active
        .econet-banner-arrow-box
        .slider-next {
        right: 70px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-classic
        .testi-classic-active
        .econet-banner-arrow-box
        .slider-next {
        display: none;
    }
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.testimonial-section-classic
    .testi-classic-active
    .econet-banner-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
.testimonial-section-classic .single-testi-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 40px 40px 30px;
}
@media (max-width: 1199.98px) {
    .testimonial-section-classic .single-testi-box {
        padding: 40px 20px 30px;
    }
}
.testimonial-section-classic .single-testi-box .testi-autor-box .testi-autor {
    float: left;
    margin-right: 23px;
}
.testimonial-section-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}
.testimonial-section-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
}
.testimonial-section-classic .single-testi-box .testi-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color5);
    border-radius: 14px;
    padding: 22px 30px;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.testimonial-section-classic .single-testi-box .testi-ratting::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.testimonial-section-classic
    .single-testi-box
    .testi-ratting
    .testi-number
    span {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s;
}
.testimonial-section-classic .single-testi-box .testi-ratting .ratting ul li {
    display: inline-block;
    color: var(--theme-color7);
    transition: 0.5s;
}
.testimonial-section-classic .single-testi-box .testi-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-section-classic .single-testi-box:hover .testi-ratting::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.testimonial-section-classic .single-testi-box:hover .testi-number span {
    color: var(--theme-color-white);
}
.testimonial-section-classic .single-testi-box:hover .ratting ul li {
    color: var(--theme-color-white);
}
.testimonial-section-classic .testi-shape1 {
    position: absolute;
    top: 0px;
    left: -50px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-classic .testi-shape1 {
        display: none;
    }
}
.testimonial-section-classic .testi-shape2 {
    position: absolute;
    top: -30px;
    right: 110px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-classic .testi-shape2 {
        display: none;
    }
}

.testimonial-section-solar {
    background: var(--heading-color);
    padding: 105px 0 120px;
    position: relative;
    overflow: hidden;
}
.testimonial-section-solar .sec-title {
    margin-bottom: 60px;
}
.testimonial-section-solar .section-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar .section-desc p {
        margin: 0px 0 0;
        width: 80%;
    }
}
.testimonial-section-solar .testi-solar-active {
    overflow-x: hidden;
    margin-left: 295px;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar .testi-solar-active {
        margin: 0 20px;
    }
}
.testimonial-section-solar .testi-solar-active .swiper-slide {
    width: 540px !important;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar .testi-solar-active .swiper-slide {
        width: 600px !important;
    }
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 375px;
    top: 166px;
    z-index: 5;
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-prev {
        right: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-prev {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-prev {
        display: none;
    }
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 303px;
    top: 166px;
    z-index: 5;
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.testimonial-section-solar
    .testi-solar-active
    .econet-solar-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-next {
        right: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-next {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar
        .testi-solar-active
        .econet-solar-arrow-box
        .slider-next {
        display: none;
    }
}
.testimonial-section-solar .single-testi-box {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22536%22%20height%3D%22350%22%20viewBox%3D%220%200%20536%20350%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.95431%200%2020%200H459.659C469.168%200%20477.362%206.69508%20479.258%2016.0131L482.969%2034.256C484.514%2041.8509%20490.308%2047.8694%20497.838%2049.702L520.729%2055.2725C529.692%2057.4536%20536%2065.4813%20536%2074.7054V330C536%20341.046%20527.046%20350%20516%20350H20C8.95432%20350%200%20341.046%200%20330V20Z%22%20fill%3D%22%23182F24%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
    z-index: 1;
}
.testimonial-section-solar .single-testi-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url(../images/solar/testi-box.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.testimonial-section-solar .single-testi-box .testi-autor-box .testi-autor {
    float: left;
    margin-right: 23px;
}
.testimonial-section-solar
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}
.testimonial-section-solar
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
}
.testimonial-section-solar
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi
    span {
    display: inline-block;
    color: var(--theme-color-white);
}
.testimonial-section-solar .single-testi-box .testi-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color5);
    border-radius: 14px;
    padding: 22px 30px;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.testimonial-section-solar .single-testi-box .testi-ratting::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: rgba(255, 255, 255, 0.1);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.testimonial-section-solar .single-testi-box .testi-ratting .testi-number span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s;
}
.testimonial-section-solar .single-testi-box .testi-ratting .ratting ul li {
    display: inline-block;
    color: var(--theme-color7);
    transition: 0.5s;
}
.testimonial-section-solar .single-testi-box .testi-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-section-solar .single-testi-box:hover .testi-ratting::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.testimonial-section-solar .single-testi-box:hover::before {
    width: 100%;
    left: 0;
}
.testimonial-section-solar .testi-shape {
    position: absolute;
    bottom: 50px;
    left: 60px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar .testi-shape {
        display: none;
    }
}

.testimonial-section-solar-classic {
    background-image: url(../images/solar-classic/service-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 105px 0 120px;
    position: relative;
    overflow: hidden;
}
.testimonial-section-solar-classic .sec-title {
    margin-bottom: 60px;
}
.testimonial-section-solar-classic .section-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar-classic .section-desc p {
        margin: 0px 0 0;
        width: 80%;
    }
}
.testimonial-section-solar-classic .testi-solar-classic-active {
    overflow: hidden;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar-classic .testi-solar-classic-active {
        margin: 0 20px;
    }
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--heading-color);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 375px;
    top: 166px;
    z-index: 5;
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-prev {
        right: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-prev {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-prev {
        display: none;
    }
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--heading-color);
    background: transparent;
    border: 1px dashed rgba(12, 35, 24, 0.5);
    position: absolute;
    right: 303px;
    top: 166px;
    z-index: 5;
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.testimonial-section-solar-classic
    .testi-solar-classic-active
    .econet-solar-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-next {
        right: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-next {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-solar-classic
        .testi-solar-classic-active
        .econet-solar-arrow-box
        .slider-next {
        display: none;
    }
}
.testimonial-section-solar-classic .single-testi-box {
    background: var(--theme-color-white);
    box-shadow: 0px 10px 40px 0px rgba(12, 35, 24, 0.031372549);
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
    z-index: 1;
}
.testimonial-section-solar-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor {
    float: left;
    margin-right: 23px;
}
.testimonial-section-solar-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}
.testimonial-section-solar-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
}
.testimonial-section-solar-classic .single-testi-box .testi-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color8);
    border-radius: 14px;
    padding: 22px 30px;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.testimonial-section-solar-classic .single-testi-box .testi-ratting::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.testimonial-section-solar-classic
    .single-testi-box
    .testi-ratting
    .testi-number
    span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s;
}
.testimonial-section-solar-classic
    .single-testi-box
    .testi-ratting
    .ratting
    ul
    li {
    display: inline-block;
    color: var(--theme-color7);
    transition: 0.5s;
}
.testimonial-section-solar-classic .single-testi-box .testi-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-section-solar-classic
    .single-testi-box:hover
    .testi-ratting::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.testimonial-section-solar-classic .single-testi-box:hover .testi-number span {
    color: var(--theme-color-white);
}
.testimonial-section-solar-classic .single-testi-box:hover .ratting ul li {
    color: var(--theme-color-white);
}
.testimonial-section-solar-classic .testi-shape {
    position: absolute;
    bottom: 50px;
    left: 60px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-solar-classic .testi-shape {
        display: none;
    }
}

.testimonial-section-charity {
    background-image: url(../images/charity/charity-testi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 165px 0 310px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-section-charity .sec-title {
    margin-bottom: 60px;
}
.testimonial-section-charity .testi-charity-active {
    overflow-x: hidden;
    margin-left: 295px;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity .testi-charity-active {
        margin-left: 0px;
    }
}
.testimonial-section-charity .testi-charity-active .swiper-slide {
    width: 540px !important;
}
.testimonial-section-charity .single-testi-box {
    background-image: url(../images/charity/charity-testi-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
    z-index: 1;
}
.testimonial-section-charity .single-testi-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url(../images/charity/charity-testi-box-hover-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.testimonial-section-charity .single-testi-box .testi-autor-box .testi-autor {
    float: left;
    margin-right: 23px;
}
.testimonial-section-charity
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}
.testimonial-section-charity
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
}
.testimonial-section-charity
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi
    span {
    display: inline-block;
    color: var(--theme-color-white);
}
.testimonial-section-charity .single-testi-box .testi-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 22px 30px;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.testimonial-section-charity
    .single-testi-box
    .testi-ratting
    .testi-number
    span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s;
}
.testimonial-section-charity .single-testi-box .testi-ratting .ratting ul li {
    display: inline-block;
    color: var(--theme-color7);
    transition: 0.5s;
}
.testimonial-section-charity .single-testi-box .testi-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-section-charity .single-testi-box:hover::before {
    width: 100%;
    left: 0;
}
.testimonial-section-charity .testi-shape {
    position: absolute;
    left: 375px;
    top: 170px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity .testi-shape {
        display: none;
    }
}
.testimonial-section-charity .testi-shape2 {
    position: absolute;
    right: 370px;
    top: 170px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity .testi-shape2 {
        display: none;
    }
}

.testimonial-section-charity-classic {
    background-image: url(../images/charity-classic/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 350px;
    position: relative;
    overflow: hidden;
}
.testimonial-section-charity-classic.inner {
    padding: 120px 0 100px;
}
.testimonial-section-charity-classic .sec-title {
    margin-bottom: 60px;
}
.testimonial-section-charity-classic .section-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
.testimonial-section-charity-classic .testi-charity-classic-active {
    overflow: hidden;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity-classic .testi-charity-classic-active {
        margin-left: 0px;
    }
}
.testimonial-section-charity-classic .single-testi-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.testimonial-section-charity-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor {
    float: left;
    margin-right: 23px;
}
.testimonial-section-charity-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}
.testimonial-section-charity-classic
    .single-testi-box
    .testi-autor-box
    .testi-autor-content
    .autor-desi {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
}
.testimonial-section-charity-classic .single-testi-box .testi-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 22px 30px;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.testimonial-section-charity-classic .single-testi-box .testi-ratting::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.testimonial-section-charity-classic
    .single-testi-box
    .testi-ratting
    .testi-number
    span {
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s;
}
.testimonial-section-charity-classic
    .single-testi-box
    .testi-ratting
    .ratting
    ul
    li {
    display: inline-block;
    color: var(--theme-color7);
    transition: 0.5s;
}
.testimonial-section-charity-classic .single-testi-box .testi-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-section-charity-classic
    .single-testi-box:hover
    .testi-ratting::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.testimonial-section-charity-classic
    .single-testi-box:hover
    .testi-number
    span {
    color: var(--theme-color-white);
}
.testimonial-section-charity-classic .single-testi-box:hover .ratting ul li {
    color: var(--theme-color-white);
}
.testimonial-section-charity-classic .single-testi-box:hover {
    border: 1px solid var(--theme-color2);
    box-shadow: 0px 10px 40px 0px rgba(12, 35, 24, 0.031372549);
}
.testimonial-section-charity-classic .testi-shape {
    position: absolute;
    top: 140px;
    left: 390px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity-classic .testi-shape {
        display: none;
    }
}
.testimonial-section-charity-classic .testi-shape2 {
    position: absolute;
    top: 140px;
    right: 355px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .testimonial-section-charity-classic .testi-shape2 {
        display: none;
    }
}

.latest-blog-section-one {
    padding: 120px 0 105px;
    background-image: url(../images/environment/blog-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: -335px 30px 0 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-one {
        margin: -335px 0px 0 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-one {
        margin: -335px 0px 0 0px;
        padding: 120px 0 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-one {
        margin: -335px 0px 0 0px;
        padding: 120px 0 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-one {
        margin: -335px 0px 0 0px;
        padding: 120px 0 0px;
    }
}
.latest-blog-section-one .sec-title {
    margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-one .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-one .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-one .single-blog-box {
        margin-bottom: 30px;
    }
}
.latest-blog-section-one .single-blog-box .blog-thumb {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-one .single-blog-box .blog-thumb {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-one .single-blog-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-one .single-blog-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-one .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-one .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-one .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-one .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    padding: 20px 30px 28px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    margin: 0 0 5px 0;
    transition: 0.5s;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-title a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-one .single-blog-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-one .single-blog-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-one .blog-single-box {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-one .blog-single-box {
        gap: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-one .blog-single-box {
        display: block;
    }
}
.latest-blog-section-one .blog-single-box .blog-thumb {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-one .blog-single-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-one .blog-single-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-one .blog-single-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-one .blog-single-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-one .blog-single-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding: 18px 55px 22px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-one .blog-single-box .blog-content .blog-title a {
        font-size: 20px;
        padding: 18px 0px 16px 0px;
    }
}
.latest-blog-section-one .blog-single-box .blog-content .blog-title a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-one .blog-single-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-one .blog-single-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}

.latest-blog-section-classic {
    padding: 120px 0 100px;
}
.latest-blog-section-classic .sec-title {
    margin-bottom: 60px;
}
.latest-blog-section-classic .single-blog-box {
    margin-bottom: 20px;
}
.latest-blog-section-classic .single-blog-box .blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-classic .single-blog-box .blog-thumb {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-classic .single-blog-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-classic .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-classic .single-blog-box .blog-thumb img {
    border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-classic .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-classic .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-classic .single-blog-box .blog-content .blog-meta a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    border-radius: 40px;
    padding: 0px 19px;
    margin-top: 20px;
}
.latest-blog-section-classic .single-blog-box .blog-content .blog-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 15px 0;
    transition: 0.5s;
}
.latest-blog-section-classic .single-blog-box .blog-content .blog-title a {
    display: inline-block;
    transition: 0.5s;
}
.latest-blog-section-classic
    .single-blog-box
    .blog-content
    .blog-title
    a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-classic .single-blog-box .blog-content .blog-autor a {
    color: var(--heading-color);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.latest-blog-section-classic .single-blog-box .blog-content .blog-autor a span {
    display: inline-block;
    color: var(--theme-color2);
}
.latest-blog-section-classic .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.latest-blog-section-solar {
    background: var(--theme-color-white);
    padding: 120px 0 105px;
    border-radius: 30px;
    margin: 0 30px;
}
@media only screen and (max-width: 1700px) {
    .latest-blog-section-solar {
        margin: 0 0px;
        border-radius: 0px;
    }
}
.latest-blog-section-solar .sec-title {
    margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-solar .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-solar .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-solar .single-blog-box {
        margin-bottom: 30px;
    }
}
.latest-blog-section-solar .single-blog-box .blog-thumb {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-solar .single-blog-box .blog-thumb {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-solar .single-blog-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-solar .single-blog-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-solar .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-solar .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-solar .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-solar .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    padding: 20px 30px 28px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    margin: 0 0 5px 0;
    transition: 0.5s;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-title a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-solar .single-blog-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-solar .blog-single-box {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-solar .blog-single-box {
        gap: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-solar .blog-single-box {
        display: block;
    }
}
.latest-blog-section-solar .blog-single-box .blog-thumb {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-solar .blog-single-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-solar .blog-single-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-solar .blog-single-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-solar .blog-single-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-solar .blog-single-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding: 18px 20px 22px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    transition: 0.5s;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-title a:hover {
    color: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .latest-blog-section-solar .blog-single-box .blog-content .blog-title a {
        padding: 18px 0px 16px 0px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-solar .blog-single-box .blog-content .blog-title a {
        font-size: 20px;
    }
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-solar .blog-single-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}

.latest-blog-section-solar-classic {
    background: var(--theme-color-white);
    padding: 120px 0 100px;
}
.latest-blog-section-solar-classic .sec-title {
    margin-bottom: 60px;
}
.latest-blog-section-solar-classic .single-blog-box {
    margin-bottom: 20px;
}
.latest-blog-section-solar-classic .single-blog-box .blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.latest-blog-section-solar-classic .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-solar-classic .single-blog-box .blog-thumb img {
    border-radius: 10px;
}
.latest-blog-section-solar-classic .single-blog-box .blog-content .blog-meta a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    border-radius: 40px;
    padding: 0px 19px;
    margin-top: 20px;
}
.latest-blog-section-solar-classic .single-blog-box .blog-content .blog-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 15px 0;
    transition: 0.5s;
}
.latest-blog-section-solar-classic
    .single-blog-box
    .blog-content
    .blog-title
    a {
    display: inline-block;
    transition: 0.5s;
}
.latest-blog-section-solar-classic
    .single-blog-box
    .blog-content
    .blog-title
    a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-solar-classic
    .single-blog-box
    .blog-content
    .blog-autor
    a {
    color: var(--heading-color);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.latest-blog-section-solar-classic
    .single-blog-box
    .blog-content
    .blog-autor
    a
    span {
    display: inline-block;
    color: var(--theme-color2);
}
.latest-blog-section-solar-classic .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.latest-blog-section-charity {
    background: var(--theme-bg-color1);
    padding: 490px 0 105px;
    position: relative;
    margin-top: -370px;
}
.latest-blog-section-charity .sec-title {
    margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-charity .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-charity .single-blog-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-charity .single-blog-box {
        margin-bottom: 30px;
    }
}
.latest-blog-section-charity .single-blog-box .blog-thumb {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-charity .single-blog-box .blog-thumb {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-charity .single-blog-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-charity .single-blog-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .latest-blog-section-charity .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-blog-section-charity .single-blog-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-charity .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-charity .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    padding: 20px 30px 28px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    margin: 0 0 5px 0;
    transition: 0.5s;
}
.latest-blog-section-charity
    .single-blog-box
    .blog-content
    .blog-title
    a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-charity .single-blog-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}
.latest-blog-section-charity .blog-single-box {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-charity .blog-single-box {
        gap: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-charity .blog-single-box {
        display: block;
    }
}
.latest-blog-section-charity .blog-single-box .blog-thumb {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-charity .blog-single-box .blog-thumb {
        width: 100%;
    }
}
.latest-blog-section-charity .blog-single-box .blog-thumb img {
    border-radius: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .latest-blog-section-charity .blog-single-box .blog-thumb img {
        width: 100%;
    }
}
.latest-blog-section-charity .blog-single-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.latest-blog-section-charity .blog-single-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-meta a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    padding: 2px 22px;
    border-radius: 20px;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-meta p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-title a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding: 18px 20px 16px 0px;
    border-bottom: 1px solid rgba(12, 35, 24, 0.1);
    margin: 0 0 5px 0;
    transition: 0.5s;
}
.latest-blog-section-charity
    .blog-single-box
    .blog-content
    .blog-title
    a:hover {
    color: var(--theme-color2);
}
@media only screen and (max-width: 1700px) {
    .latest-blog-section-charity .blog-single-box .blog-content .blog-title a {
        padding: 18px 0px 16px 0px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .latest-blog-section-charity .blog-single-box .blog-content .blog-title a {
        font-size: 20px;
    }
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-btn a {
    display: inline-block;
    color: var(--link-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.latest-blog-section-charity .blog-single-box .blog-content .blog-btn a:hover {
    color: var(--theme-color2);
}

.brand-area-one {
    padding: 80px 0;
    background: var(--theme-bg-color1);
}
.brand-area-one .band-active {
    overflow-x: hidden;
}
.brand-area-one .band-active .brand-box {
    width: 244px;
    height: 120px;
    line-height: 120px;
    border-radius: 16px;
    text-align: center;
    background: var(--theme-color-white);
}

.brand-area-classic {
    padding: 80px 0;
    background: var(--theme-bg-color1);
}
.brand-area-classic .band-active {
    overflow-x: hidden;
}
.brand-area-classic .band-active .brand-box {
    width: 244px;
    height: 120px;
    line-height: 120px;
    border-radius: 16px;
    text-align: center;
    background: var(--theme-color-white);
}

.main-footer-one {
    background: url(../images/environment/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0 70px;
    position: relative;
    margin-top: -30px;
}
.main-footer-one.classic {
    margin: 0;
}
.main-footer-one.classic .main-footer-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: var(--theme-color4);
    border-top: 10px solid var(--theme-color2);
    border-radius: 0;
    width: 1920px;
    height: 612px;
    left: -350px;
    top: 0;
}
.main-footer-one.inner {
    margin-top: 0;
}
.main-footer-one .footer-top-section {
    position: relative;
    padding-bottom: 60px;
}
.main-footer-one .footer-top-section .footer-shape3 {
    position: absolute;
    top: -70px;
    left: 310px;
    right: 0;
    text-align: center;
    animation: bounceleft 6s linear infinite;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .main-footer-one .footer-top-section .footer-shape3 {
        display: none;
    }
}
@media only screen and (max-width: 1700px) {
    .main-footer-one .footer-top-section .footer-shape3 {
        display: none;
    }
}
.main-footer-one .footer-circle {
    position: relative;
    text-align: right;
    margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-one .footer-circle {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-one .footer-circle {
        display: none;
    }
}
.main-footer-one .footer-circle .circle-icon a {
    display: inline-block;
    background: var(--theme-color2);
    width: 200px;
    height: 200px;
    line-height: 175px;
    border-radius: 50%;
    text-align: center;
}
.main-footer-one .footer-circle .circle-icon a img {
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: 10px;
}
.main-footer-one .footer-circle .circle-text {
    position: absolute;
    bottom: 22px;
    right: 20px;
    animation: rotateme 18s linear infinite;
}
.main-footer-one .main-footer-section {
    position: relative;
    z-index: 1;
    padding: 110px 0 82px;
}
.main-footer-one .main-footer-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: var(--theme-color4);
    border-top: 10px solid var(--theme-color2);
    border-radius: 50px;
    width: 1850px;
    height: 612px;
    left: -265px;
    top: 0;
}
.main-footer-one .main-footer-section .footer-widget-content {
    padding-right: 45px;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-desc {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 32px 0 40px;
}
.main-footer-one .main-footer-section .footer-widget-content.social {
    padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-footer-one .main-footer-section .footer-widget-content.social {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-one .main-footer-section .footer-widget-content.social {
        margin-bottom: 30px;
    }
}
.main-footer-one .main-footer-section .footer-widget-content .footer-social li {
    display: inline-block;
    display: inline-block;
    margin-right: 7px;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a {
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a:hover::before {
    transform: scale(1);
}
.main-footer-one .main-footer-section .footer-widget-content .footer-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    margin: 10px 0 45px;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a {
    display: flex;
    justify-content: space-between;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 13px;
    margin-bottom: 14px;
    transition: 0.5s;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a
    i {
    display: inline-block;
    font-weight: 400;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a:hover {
    color: var(--theme-color2);
}
.main-footer-one .main-footer-section .footer-widget-content .location {
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}
.main-footer-one .main-footer-section .footer-widget-content .location span {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-text
    a {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-one
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-address
    a {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
}
.main-footer-one .main-footer-section .footer-shape {
    position: absolute;
    top: 10px;
    right: -265px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer-one .main-footer-section .footer-shape2 {
    position: absolute;
    bottom: -40px;
    left: -220px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.main-footer-one .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 38px 0 0;
}
.main-footer-one .footer-bottom .copyright-text {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
}
.main-footer-one .footer-bottom .copyright-text a {
    display: inline-block;
    color: var(--theme-color2);
}
.main-footer-one .footer-bottom .footer-bottom-menu {
    text-align: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-one .footer-bottom .footer-bottom-menu {
        text-align: left;
        margin-top: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-one .footer-bottom .footer-bottom-menu {
        text-align: left;
        margin-top: 20px;
    }
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li {
    display: inline-block;
    margin-left: 43px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-one .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-one .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0;
    }
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--theme-color2);
}

.sign-up-section-solar {
    background-image: url(../images/solar/sign-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    margin: 30px 30px 0 30px;
    padding: 60px 0 56px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sign-up-section-solar {
        margin: 0px 0px 0 0px;
        border-radius: 0px;
    }
}
.sign-up-section-solar.classic {
    margin: 0;
    border-radius: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sign-up-section-solar.classic span {
        right: 290px;
    }
}
.sign-up-section-solar .sign-up-title h4 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx {
    position: relative;
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx input {
    background: transparent;
    width: 424px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 0 35px;
    color: var(--theme-color-white);
}
.sign-up-section-solar
    .sign-up
    .sign-up-form
    .form-input-bx
    input::placeholder {
    color: var(--theme-bg-color1);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 17px;
}
@media only screen and (max-width: 1700px) {
    .sign-up-section-solar .sign-up .sign-up-form .form-input-bx input {
        width: 410px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sign-up-section-solar .sign-up .sign-up-form .form-input-bx input {
        width: 300px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sign-up-section-solar .sign-up .sign-up-form .form-input-bx input {
        margin-bottom: 30px;
    }
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx span {
    display: inline-block;
    color: var(--theme-color2);
    position: absolute;
    right: 255px;
    top: 15px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sign-up-section-solar .sign-up .sign-up-form .form-input-bx span {
        right: 290px;
    }
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx button {
    color: var(--theme-color8);
    font-family: var(--title-font);
    background: var(--theme-color2);
    font-weight: 400;
    font-size: 17px;
    border-radius: 50px;
    padding: 17px 46px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--theme-color7);
    border-radius: 50px;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}
.sign-up-section-solar .sign-up .sign-up-form .form-input-bx button i {
    display: inline-block;
    margin-left: 8px;
    transform: rotate(-45deg);
}
.sign-up-section-solar
    .sign-up
    .sign-up-form
    .form-input-bx
    button:hover::before {
    width: 100%;
}

.main-footer-solar {
    background: var(--heading-color);
    position: relative;
    padding: 120px 0 36px;
}
.main-footer-solar .main-footer-section {
    position: relative;
    z-index: 1;
    padding-bottom: 86px;
}
.main-footer-solar .main-footer-section .footer-widget-content {
    padding-right: 45px;
}
.main-footer-solar .main-footer-section .footer-widget-content .footer-desc {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 32px 0 40px;
}
.main-footer-solar .main-footer-section .footer-widget-content.social {
    padding-right: 0px;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-social
    li {
    display: inline-block;
    display: inline-block;
    margin-right: 7px;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a {
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a:hover::before {
    transform: scale(1);
}
.main-footer-solar .main-footer-section .footer-widget-content .footer-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    margin: 10px 0 45px;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a {
    display: flex;
    justify-content: space-between;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 13px;
    margin-bottom: 14px;
    transition: 0.5s;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a
    i {
    display: inline-block;
    font-weight: 400;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a:hover {
    color: var(--theme-color2);
}
.main-footer-solar .main-footer-section .footer-widget-content .location {
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}
.main-footer-solar .main-footer-section .footer-widget-content .location span {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-text
    a {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-solar
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-address
    a {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
}
.main-footer-solar .main-footer-section .footer-shape {
    position: absolute;
    top: 10px;
    right: -265px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer-solar .main-footer-section .footer-shape2 {
    position: absolute;
    bottom: -40px;
    left: -220px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.main-footer-solar .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 38px 0 0;
}
.main-footer-solar .footer-bottom .copyright-text {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
}
.main-footer-solar .footer-bottom .copyright-text a {
    display: inline-block;
    color: var(--theme-color2);
}
.main-footer-solar .footer-bottom .footer-bottom-menu {
    text-align: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-solar .footer-bottom .footer-bottom-menu {
        margin-top: 20px;
        float: left;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-solar .footer-bottom .footer-bottom-menu {
        margin-top: 20px;
        float: left;
    }
}
.main-footer-solar .footer-bottom .footer-bottom-menu ul li {
    display: inline-block;
    margin-left: 43px;
}
.main-footer-solar .footer-bottom .footer-bottom-menu ul li a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}
.main-footer-solar .footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--theme-color2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-solar .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-solar .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0;
    }
}
.main-footer-solar .footer-shape1 {
    position: absolute;
    bottom: 120px;
    right: 75px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .main-footer-solar .footer-shape1 {
        display: none;
    }
}
.main-footer-solar .footer-shape2 {
    position: absolute;
    bottom: 170px;
    left: 120px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .main-footer-solar .footer-shape2 {
        display: none;
    }
}

.sign-up-section-charity {
    background-image: url(../images/solar/sign-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 56px;
}
.sign-up-section-charity .sign-up-title h4 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 50px;
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx {
    position: relative;
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx input {
    background: transparent;
    width: 424px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 0 35px;
    color: var(--theme-color-white);
}
.sign-up-section-charity
    .sign-up
    .sign-up-form
    .form-input-bx
    input::placeholder {
    color: var(--theme-bg-color1);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 17px;
}
@media only screen and (max-width: 1700px) {
    .sign-up-section-charity .sign-up .sign-up-form .form-input-bx input {
        width: 410px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sign-up-section-charity .sign-up .sign-up-form .form-input-bx input {
        width: 300px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sign-up-section-charity .sign-up .sign-up-form .form-input-bx input {
        margin-bottom: 30px;
    }
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx span {
    display: inline-block;
    color: var(--theme-color2);
    position: absolute;
    right: 255px;
    top: 15px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sign-up-section-charity .sign-up .sign-up-form .form-input-bx span {
        right: 290px;
    }
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx button {
    color: var(--theme-color8);
    font-family: var(--title-font);
    background: var(--theme-color2);
    font-weight: 400;
    font-size: 17px;
    border-radius: 50px;
    padding: 17px 46px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--theme-color7);
    border-radius: 50px;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}
.sign-up-section-charity .sign-up .sign-up-form .form-input-bx button i {
    display: inline-block;
    margin-left: 8px;
    transform: rotate(-45deg);
}
.sign-up-section-charity
    .sign-up
    .sign-up-form
    .form-input-bx
    button:hover::before {
    width: 100%;
}

.main-footer-charity {
    background: url(../images/charity/charity-footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 36px;
}
.main-footer-charity .main-footer-section {
    position: relative;
    z-index: 1;
    padding-bottom: 86px;
}
.main-footer-charity .main-footer-section .footer-widget-content {
    padding-right: 45px;
}
.main-footer-charity .main-footer-section .footer-widget-content .footer-desc {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 32px 0 40px;
}
.main-footer-charity .main-footer-section .footer-widget-content.social {
    padding-right: 0px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-social
    li {
    display: inline-block;
    display: inline-block;
    margin-right: 7px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a {
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 300ms ease;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-social
    li
    a:hover::before {
    transform: scale(1);
}
.main-footer-charity .main-footer-section .footer-widget-content .footer-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    margin: 10px 0 45px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a {
    display: flex;
    justify-content: space-between;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 13px;
    margin-bottom: 14px;
    transition: 0.5s;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a
    i {
    display: inline-block;
    font-weight: 400;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .footer-menu
    li
    a:hover {
    color: var(--theme-color2);
}
.main-footer-charity .main-footer-section .footer-widget-content .location {
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .location
    span {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-text
    a {
    display: block;
    color: var(--theme-color3);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.main-footer-charity
    .main-footer-section
    .footer-widget-content
    .contact-info
    .email-address
    a {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
}
.main-footer-charity .main-footer-section .footer-shape {
    position: absolute;
    top: 10px;
    right: -265px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer-charity .main-footer-section .footer-shape2 {
    position: absolute;
    bottom: -40px;
    left: -220px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.main-footer-charity .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 38px 0 0;
}
.main-footer-charity .footer-bottom .copyright-text {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 16px;
}
.main-footer-charity .footer-bottom .copyright-text a {
    display: inline-block;
    color: var(--theme-color2);
}
.main-footer-charity .footer-bottom .footer-bottom-menu {
    text-align: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-charity .footer-bottom .footer-bottom-menu {
        text-align: left;
        margin-top: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-charity .footer-bottom .footer-bottom-menu {
        text-align: left;
        margin-top: 20px;
    }
}
.main-footer-charity .footer-bottom .footer-bottom-menu ul li {
    display: inline-block;
    margin-left: 43px;
}
.main-footer-charity .footer-bottom .footer-bottom-menu ul li a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}
.main-footer-charity .footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--theme-color2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-footer-charity .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-footer-charity .footer-bottom .footer-bottom-menu ul li:first-child {
        margin-left: 0px;
    }
}
.main-footer-charity .footer-shape1 {
    position: absolute;
    top: 80px;
    right: 190px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .main-footer-charity .footer-shape1 {
        display: none;
    }
}
.main-footer-charity .footer-shape2 {
    position: absolute;
    bottom: 170px;
    left: 120px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .main-footer-charity .footer-shape2 {
        display: none;
    }
}
.main-footer-charity .footer-shape3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .main-footer-charity .footer-shape3 {
        display: none;
    }
}

.donations-section-classic {
    padding: 120px 0 100px;
}
.donations-section-classic .sec-title {
    margin-bottom: 60px;
}
.donations-section-classic .single-donations-box {
    background: var(--theme-bg-color1);
    border-radius: 30px;
    margin-bottom: 20px;
}
.donations-section-classic .single-donations-box .donations-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .donations-section-classic .single-donations-box .donations-thumb {
        width: 100%;
    }
}
.donations-section-classic .single-donations-box .donations-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.donations-section-classic .single-donations-box .donations-thumb figure {
    margin: 0;
    width: 100%;
}
.donations-section-classic .single-donations-box .donations-thumb figure img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}
.donations-section-classic
    .single-donations-box
    .donations-thumb
    .donations-tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.donations-section-classic
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.donations-section-classic
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-classic .single-donations-box .donations-content {
    padding: 35px 40px 42px 40px;
}
.donations-section-classic .single-donations-box .donations-content h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 50px;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .donations-section-classic .single-donations-box .donations-content h2 {
        font-size: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .donations-section-classic .single-donations-box .donations-content h2 {
        font-size: 25px;
    }
}
.donations-section-classic .single-donations-box .donations-content h2:hover {
    color: var(--theme-color2);
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .skill-item {
    position: relative;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar {
    position: relative;
    width: 100%;
    height: 13px;
    border-radius: 5px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(65, 197, 117, 0.3);
    border-radius: 20px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 20px;
    background-color: var(--theme-color2);
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar
    .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    line-height: 25px;
    margin-bottom: 12px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .donate-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 2px 0 30px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-name {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .donations-btn
    a {
    color: var(--heading-color);
    display: flex;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 11px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.donations-section-classic
    .single-donations-box
    .donations-content
    .donations-btn
    a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-classic
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-classic
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a {
    color: var(--theme-color-white);
}
.donations-section-classic
    .single-donations-box:hover
    .donations-tag
    h5::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-classic
    .single-donations-box:hover
    .donations-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.donations-section-charity {
    background-image: url(../images/charity/donations-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0 0px;
    position: relative;
}
.donations-section-charity::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1900px;
    height: 120px;
    left: 0;
    bottom: 50px;
    background-image: url(../images/charity/mission-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.donations-section-charity .sec-title {
    margin-bottom: 60px;
}
.donations-section-charity .single-donations-box {
    background: var(--theme-color-white);
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.donations-section-charity .single-donations-box .donations-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.donations-section-charity .single-donations-box .donations-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.donations-section-charity .single-donations-box .donations-thumb figure {
    margin: 0;
}
.donations-section-charity .single-donations-box .donations-thumb figure img {
    border-radius: 30px 30px 0 0;
}
.donations-section-charity
    .single-donations-box
    .donations-thumb
    .donations-tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.donations-section-charity
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.donations-section-charity
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-charity .single-donations-box .donations-content {
    padding: 30px 40px 42px 40px;
}
.donations-section-charity .single-donations-box .donations-content h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 22px;
    transition: 0.5s;
}
.donations-section-charity .single-donations-box .donations-content h2:hover {
    color: var(--theme-color2);
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item {
    position: relative;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item
    .donation-skill-title
    h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar {
    position: relative;
    width: 100%;
    height: 13px;
    border-radius: 5px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(65, 197, 117, 0.3);
    border-radius: 20px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 20px;
    background-color: var(--theme-color2);
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar
    .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    line-height: 25px;
    margin-bottom: 12px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .donate-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 2px 0 30px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-name {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .donations-btn
    a {
    color: var(--heading-color);
    display: flex;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 11px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.donations-section-charity
    .single-donations-box
    .donations-content
    .donations-btn
    a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-charity
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-charity
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a {
    color: var(--theme-color-white);
}
.donations-section-charity
    .single-donations-box:hover
    .donations-tag
    h5::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-charity
    .single-donations-box:hover
    .donations-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.donations-section-charity .donation-shape1 {
    position: absolute;
    top: 115px;
    left: 360px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .donations-section-charity .donation-shape1 {
        display: none;
    }
}
.donations-section-charity .donation-shape2 {
    position: absolute;
    top: 130px;
    right: 380px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .donations-section-charity .donation-shape2 {
        display: none;
    }
}

.donate-love-section-charity {
    position: relative;
    z-index: 2;
    margin-top: -232px;
}
.donate-love-section-charity .donate-love-thumb {
    position: relative;
    overflow: hidden;
}
.donate-love-section-charity .donate-love-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}
.donate-love-section-charity .donate-love-thumb:hover::before {
    animation: shine 800ms;
}
.donate-love-section-charity .donate-love-thumb img {
    width: 100%;
    border-radius: 30px;
}
.donate-love-section-charity .donate-love-thumb .donation-video-icon a {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color: var(--theme-color2);
    top: 34%;
    left: 51%;
    transform: translate(-50%, 50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    background-color: var(--theme-color-white);
    text-align: center;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}
.donate-love-section-charity .donate-love-thumb .donation-video-icon a::before {
    position: absolute;
    content: "";
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: rgba(255, 255, 255, 0.3019607843);
    left: -11px;
    top: -11px;
}
.donate-love-section-charity .donate-love-thumb .donation-video-icon a::after {
    position: absolute;
    content: "";
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: -30px;
    top: -30px;
}
.donate-love-section-charity .single-donate-love-box {
    background-image: url(../images/charity/donation-love2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    padding: 65px 50px 53px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .donate-love-section-charity .single-donate-love-box {
        padding: 50px 20px 50px;
    }
}
.donate-love-section-charity .single-donate-love-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}
.donate-love-section-charity .single-donate-love-box:hover::before {
    animation: shine 800ms;
}
.donate-love-section-charity .single-donate-love-box .donate-love-content h6 {
    color: var(--theme-color2);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.donate-love-section-charity .single-donate-love-box .donate-love-content h4 {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .donate-love-section-charity
        .single-donate-love-box
        .donate-love-content
        h4 {
        font-size: 25px;
        line-height: 32px;
    }
}
.donate-love-section-charity
    .single-donate-love-box
    .donate-love-content
    .donate-love-btn
    a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.donate-love-section-charity
    .single-donate-love-box
    .donate-love-content
    .donate-love-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 146px;
    top: 20px;
}
.donate-love-section-charity
    .single-donate-love-box
    .donate-love-content
    .donate-love-btn
    a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donate-love-section-charity
    .single-donate-love-box
    .donate-love-content
    .donate-love-btn
    a
    i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.donate-love-section-charity
    .single-donate-love-box
    .donate-love-content
    .donate-love-btn
    a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.give-daonation-section-charity {
    padding: 170px 0 0px;
    background-image: url(../images/charity/charity-donation-form-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 820px;
    margin-top: -55px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity {
        height: 100%;
        margin-top: -65px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .give-daonation-section-charity {
        height: 100%;
        margin-top: -70px;
    }
}
.give-daonation-section-charity .sec-title {
    margin-bottom: 100px;
}
.give-daonation-section-charity .donation-form-bg {
    background: var(--theme-bg-color1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.give-daonation-section-charity .donation-form-bg::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1280px;
    height: 300px;
    background: var(--theme-color2);
    border-radius: 30px;
    top: -20px;
    left: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .give-daonation-section-charity .donation-form-bg::before {
        width: 1110px;
    }
}
@media (max-width: 991.98px) {
    .give-daonation-section-charity .donation-form-bg::before {
        display: none;
    }
}
.give-daonation-section-charity .donation-form-bg::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1240px;
    height: 300px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    top: -40px;
    left: 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .give-daonation-section-charity .donation-form-bg::after {
        width: 1070px;
    }
}
@media (max-width: 991.98px) {
    .give-daonation-section-charity .donation-form-bg::after {
        display: none;
    }
}
.give-daonation-section-charity .donation-form-bg .donation-form-thumb figure {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity
        .donation-form-bg
        .donation-form-thumb
        figure {
        width: 100%;
    }
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form-thumb
    figure
    img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity
        .donation-form-bg
        .donation-form-thumb
        figure
        img {
        width: 100%;
    }
}
.give-daonation-section-charity .donation-form-bg .donation-form {
    padding: 70px 60px 70px 65px;
    background: var(--theme-bg-color1);
    border-radius: 0px 30px 30px 0px;
}
.give-daonation-section-charity .donation-form-bg .donation-form .form-title {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 42px;
}
.give-daonation-section-charity .donation-form-bg .donation-form > label {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 23px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donation-input {
    position: relative;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donation-input
    .dollar-sign {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donation-input
    input {
    width: 100%;
    padding: 15px 15px 15px 70px;
    border-radius: 70px;
    border: 1px solid rgba(12, 35, 24, 0.1019607843);
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    outline: none;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .preset-buttons {
    margin: 22px 0 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount {
    padding: 4px 30px 3px;
    border: 1px solid rgba(12, 35, 24, 0.1);
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount.active,
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount:hover {
    background: var(--theme-color-white);
    color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .title-payment {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 23px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 45px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--heading-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(12, 35, 24, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:checked {
    border: 1px solid var(--theme-color2);
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(12, 35, 24, 0.2);
    top: 17%;
    left: 18%;
    border-radius: 50%;
    transition: 0.2s;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(12, 35, 24, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 0.2s;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:checked:after {
    transform: translate(-50%, -50%) scale(1);
    background: var(--theme-color2);
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donate-button {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background: var(--theme-color2);
    padding: 12px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donate-button
    i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donate-button::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 146px;
    top: 20px;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donate-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.give-daonation-section-charity
    .donation-form-bg
    .donation-form
    .donate-button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.give-daonation-section-charity .give-donation-shape {
    position: absolute;
    top: 200px;
    right: 390px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .give-daonation-section-charity .give-donation-shape {
        display: none;
    }
}
.give-daonation-section-charity .give-donation-shape2 {
    position: absolute;
    top: 180px;
    left: 405px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .give-daonation-section-charity .give-donation-shape2 {
        display: none;
    }
}

.donations-section-charity-classic {
    background-image: url(../images/charity-classic/donation-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 100px;
    position: relative;
}
.donations-section-charity-classic .sec-title {
    margin-bottom: 60px;
}
.donations-section-charity-classic .single-donations-box {
    background: var(--theme-color-white);
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.donations-section-charity-classic .single-donations-box .donations-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb
    figure {
    margin: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .donations-section-charity-classic
        .single-donations-box
        .donations-thumb
        figure {
        width: 100%;
    }
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb
    figure
    img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb
    .donations-tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5 {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-thumb
    .donations-tag
    h5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-charity-classic .single-donations-box .donations-content {
    padding: 30px 40px 42px 40px;
}
.donations-section-charity-classic .single-donations-box .donations-content h2 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 22px;
    transition: 0.5s;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    h2:hover {
    color: var(--theme-color2);
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item {
    position: relative;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item
    .donation-skill-title
    h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar {
    position: relative;
    width: 100%;
    height: 13px;
    border-radius: 5px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(65, 197, 117, 0.3);
    border-radius: 20px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 20px;
    background-color: var(--theme-color2);
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .skill-item
    .skill-bar
    .bar-inner
    .bar
    .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    line-height: 25px;
    margin-bottom: 12px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .donate-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 2px 0 30px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-name {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .donate-detail
    .donate-item
    .donate-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .donations-btn
    a {
    color: var(--heading-color);
    display: flex;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 11px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.donations-section-charity-classic
    .single-donations-box
    .donations-content
    .donations-btn
    a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color2);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.donations-section-charity-classic
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-charity-classic
    .single-donations-box:hover
    .donations-content
    .donations-btn
    a {
    color: var(--theme-color-white);
}
.donations-section-charity-classic
    .single-donations-box:hover
    .donations-tag
    h5::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.donations-section-charity-classic
    .single-donations-box:hover
    .donations-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.donations-section-charity-classic .donation-shape1 {
    position: absolute;
    top: 115px;
    left: 360px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .donations-section-charity-classic .donation-shape1 {
        display: none;
    }
}
.donations-section-charity-classic .donation-shape2 {
    position: absolute;
    top: 130px;
    right: 380px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .donations-section-charity-classic .donation-shape2 {
        display: none;
    }
}

.give-daonation-section-charity-classic {
    padding: 120px 0 0px;
    background-image: url(../images/charity-classic/give-donation-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 720px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity-classic {
        height: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .give-daonation-section-charity-classic {
        height: 100%;
    }
}
.give-daonation-section-charity-classic .sec-title {
    margin-bottom: 100px;
}
.give-daonation-section-charity-classic .donation-form-bg {
    background: var(--theme-bg-color1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.give-daonation-section-charity-classic .donation-form-bg::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1280px;
    height: 300px;
    background: var(--theme-color2);
    border-radius: 30px;
    top: -20px;
    left: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .give-daonation-section-charity-classic .donation-form-bg::before {
        width: 1110px;
    }
}
@media (max-width: 1199.98px) {
    .give-daonation-section-charity-classic .donation-form-bg::before {
        display: none;
    }
}
.give-daonation-section-charity-classic .donation-form-bg::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1240px;
    height: 300px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    top: -40px;
    left: 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .give-daonation-section-charity-classic .donation-form-bg::after {
        width: 1070px;
    }
}
@media (max-width: 1199.98px) {
    .give-daonation-section-charity-classic .donation-form-bg::after {
        display: none;
    }
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form-thumb
    figure {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity-classic
        .donation-form-bg
        .donation-form-thumb
        figure {
        width: 100%;
    }
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form-thumb
    figure
    img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity-classic
        .donation-form-bg
        .donation-form-thumb
        figure
        img {
        width: 100%;
    }
}
.give-daonation-section-charity-classic .donation-form-bg .donation-form {
    padding: 70px 60px 70px 65px;
    background: var(--theme-bg-color1);
    border-radius: 0px 30px 30px 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .give-daonation-section-charity-classic .donation-form-bg .donation-form {
        padding: 70px 20px 70px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .give-daonation-section-charity-classic .donation-form-bg .donation-form {
        padding: 50px 20px 50px 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .give-daonation-section-charity-classic .donation-form-bg .donation-form {
        padding: 40px 10px 40px 10px;
    }
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .form-title {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 42px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    > label {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 23px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donation-input {
    position: relative;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donation-input
    .dollar-sign {
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donation-input
    input {
    width: 100%;
    padding: 15px 15px 15px 70px;
    border-radius: 70px;
    border: 1px solid rgba(12, 35, 24, 0.1019607843);
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    outline: none;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .preset-buttons {
    margin: 22px 0 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount {
    padding: 4px 30px 3px;
    border: 1px solid rgba(12, 35, 24, 0.1);
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount.active,
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .preset-buttons
    .amount:hover {
    background: var(--theme-color-white);
    color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .title-payment {
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 23px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 45px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--heading-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(12, 35, 24, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:checked {
    border: 1px solid var(--theme-color2);
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(12, 35, 24, 0.2);
    top: 17%;
    left: 18%;
    border-radius: 50%;
    transition: 0.2s;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(12, 35, 24, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 0.2s;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .payment-methods
    label
    input[type="radio"]:checked:after {
    transform: translate(-50%, -50%) scale(1);
    background: var(--theme-color2);
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donate-button {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background: var(--theme-color2);
    padding: 12px 36px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donate-button
    i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donate-button::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 146px;
    top: 20px;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donate-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.give-daonation-section-charity-classic
    .donation-form-bg
    .donation-form
    .donate-button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.give-daonation-section-charity-classic .give-donation-shape {
    position: absolute;
    top: 130px;
    right: 390px;
    animation: wooo 3.5s infinite;
}
@media only screen and (max-width: 1700px) {
    .give-daonation-section-charity-classic .give-donation-shape {
        display: none;
    }
}
.give-daonation-section-charity-classic .give-donation-shape2 {
    position: absolute;
    top: 145px;
    left: 405px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .give-daonation-section-charity-classic .give-donation-shape2 {
        display: none;
    }
}

/*==========================================
  educate Search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: var(--theme-color2);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    backdrop-filter: blur(5px);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--theme-color2);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--theme-color2);
    border-left: 3px solid #393939;
    border-top: 3px solid #fff;
    border-right: 3px solid #393939;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #fff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    transition: 0.5s;
}

.search-popup .form-group button i {
    transition: 0.5s;
}

.search-popup .form-group button:hover i {
    color: #f00;
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #181d4e;
    transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
    color: #f00;
}

.search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--title-color);
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(30, 30, 30, 0.15);
}

.feature-section-solar {
    background: var(--heading-color);
    position: relative;
    padding: 120px 0 116px;
}
.feature-section-solar .sec-title {
    margin-bottom: 60px;
}
.feature-section-solar .section-title .title {
    font-weight: 600;
}
.feature-section-solar .section-desc p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: -40px 0 0;
    width: 60%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-section-solar .section-desc p {
        width: 60% !important;
    }
}
.feature-section-solar .feature-solar-active {
    overflow: hidden;
    padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-section-solar .feature-solar-active {
        margin-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-section-solar .feature-solar-active {
        margin-top: 30px;
    }
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-prev {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 372px;
    top: 180px;
    z-index: 5;
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-prev:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 1700px) {
    .feature-section-solar
        .feature-solar-active
        .econet-feature-arrow-box
        .slider-prev {
        right: 150px;
    }
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-next {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 300px;
    top: 180px;
    z-index: 5;
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-next:hover {
    background: var(--theme-color2);
    border: 1px dashed var(--theme-color2);
    color: var(--theme-color-white);
}
.feature-section-solar
    .feature-solar-active
    .econet-feature-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .feature-section-solar
        .feature-solar-active
        .econet-feature-arrow-box
        .slider-next {
        right: 70px;
    }
}
.feature-section-solar .single-feature-box .feature-thumb {
    position: relative;
    z-index: 1;
}
.feature-section-solar .single-feature-box .feature-thumb figure {
    width: 100%;
}
.feature-section-solar .single-feature-box .feature-thumb figure img {
    border-radius: 20px;
    width: 100%;
}
.feature-section-solar .single-feature-box .feature-thumb .feature-content {
    position: absolute;
    z-index: 1;
    width: 385px;
    height: 142px;
    right: 0;
    bottom: -68px;
    background: var(--heading-color);
    border-radius: 20px;
    padding: 35px 0px 0 35px;
    transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-section-solar .single-feature-box .feature-thumb .feature-content {
        width: 345px;
    }
}
.feature-section-solar
    .single-feature-box
    .feature-thumb
    .feature-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--theme-color5);
    transition: 0.5s;
    z-index: -1;
    border-radius: 20px;
    top: auto;
}
.feature-section-solar
    .single-feature-box
    .feature-thumb
    .feature-content
    .feature-icon {
    float: right;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--theme-color2);
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.feature-section-solar
    .single-feature-box
    .feature-thumb
    .feature-content
    .feature-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 10px 0px 0px 10px;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.feature-section-solar
    .single-feature-box
    .feature-thumb
    .feature-content
    .feature-title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.feature-section-solar .single-feature-box:hover .feature-content::before {
    height: 100%;
    top: 0;
    bottom: auto;
}
.feature-section-solar
    .single-feature-box:hover
    .feature-content
    .feature-icon::before {
    transform: scale(1);
}

.feature-section-charity {
    padding: 170px 0 105px;
    background: var(--heading-color);
    position: relative;
}
.feature-section-charity::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1900px;
    height: 120px;
    left: 0;
    bottom: -60px;
    background-image: url(../images/charity/feature-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.feature-section-charity .single-feature-box {
    background-image: url(../images/charity/feature-box.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 54px 48px 48px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .feature-section-charity .single-feature-box {
        padding: 54px 15px 48px;
    }
}
.feature-section-charity .single-feature-box .feature-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .feature-section-charity .single-feature-box .feature-icon {
        margin-right: 15px;
    }
}
.feature-section-charity .single-feature-box .feature-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.feature-section-charity .single-feature-box .feature-title .title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.feature-section-charity .single-feature-box .econet-hover-box {
    background-color: var(--theme-color2);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.feature-section-charity .single-feature-box .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0px 0px 20px;
}
.feature-section-charity .single-feature-box .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-section-charity .single-feature-box .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-section-charity .single-feature-box .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 20px 20px 0px;
}
.feature-section-charity .single-feature-box:hover .econet-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feature-section-charity .single-feature-box:hover .feature-icon::before {
    transform: scale(1);
}

.feature-section-charity-classic {
    padding: 110px 0 105px;
    background: var(--heading-color);
    position: relative;
}
.feature-section-charity-classic .single-feature-box {
    background: var(--theme-color4);
    display: flex;
    align-items: center;
    padding: 54px 48px 48px;
    border-radius: 23px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .feature-section-charity-classic .single-feature-box {
        padding: 54px 15px 48px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-section-charity-classic .single-feature-box {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-section-charity-classic .single-feature-box {
        margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-section-charity-classic .single-feature-box {
        margin-bottom: 20px;
    }
}
.feature-section-charity-classic .single-feature-box .feature-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .feature-section-charity-classic .single-feature-box .feature-icon {
        margin-right: 15px;
    }
}
.feature-section-charity-classic .single-feature-box .feature-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color7);
    transition: all 300ms ease;
}
.feature-section-charity-classic .single-feature-box .feature-title .title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.feature-section-charity-classic .single-feature-box .econet-hover-box {
    background-color: var(--theme-color2);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.feature-section-charity-classic .single-feature-box .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0px 0px 20px;
}
.feature-section-charity-classic .single-feature-box .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-section-charity-classic .single-feature-box .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-section-charity-classic .single-feature-box .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 20px 20px 0px;
}
.feature-section-charity-classic .single-feature-box:hover .econet-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feature-section-charity-classic
    .single-feature-box:hover
    .feature-icon::before {
    transform: scale(1);
}

.contact-section-solar {
    padding: 25px 0 0px;
    margin: 0 30px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section-solar {
        margin: 0;
    }
}
.contact-section-solar .sec-title {
    margin-bottom: 40px;
}
.contact-section-solar .contact-thumb {
    position: relative;
}
.contact-section-solar .contact-thumb figure {
    margin: 0;
}
@media only screen and (max-width: 1700px) {
    .contact-section-solar .contact-thumb figure {
        height: 770px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-section-solar .contact-thumb figure {
        height: 625px;
    }
}
.contact-section-solar .contact-thumb figure img {
    width: 100%;
}
.contact-section-solar .contact-thumb .contact-autor-info {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 220px;
    height: 220px;
    text-align: center;
    background: var(--theme-color5);
    border-radius: 30px;
    padding: 42px 0;
}
.contact-section-solar .contact-thumb .contact-autor-info .autor-img-box {
    display: flex;
    justify-content: center;
    margin-left: 15px;
}
.contact-section-solar
    .contact-thumb
    .contact-autor-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.contact-section-solar
    .contact-thumb
    .contact-autor-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color7);
    border-radius: 50%;
    margin-left: -15px;
}
.contact-section-solar .contact-thumb .contact-autor-info .autor-desc {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-top: 30px;
}
.contact-section-solar .contact-form-box {
    background-image: url(../images/solar/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 80px 80px;
    border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-section-solar .contact-form-box {
        padding: 40px 20px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-section-solar .contact-form-box {
        padding: 40px 20px 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section-solar .contact-form-box {
        padding: 30px 15px 30px;
        border-radius: 0px;
    }
}
.contact-section-solar .contact-form-box .form-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.contact-section-solar .contact-form-box .form-box input {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    border-radius: 50px;
    padding: 0 35px 0 30px;
}
.contact-section-solar .contact-form-box .form-box input::placeholder {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
}
.contact-section-solar .contact-form-box .form-box i {
    display: inline-block;
    position: relative;
    left: -40px;
    color: var(--theme-color2);
}
.contact-section-solar .contact-form-box .form-box .option-box {
    width: 100%;
}
.contact-section-solar .contact-form-box .form-box .option-box .wide {
    color: var(--theme-color2);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    width: 100%;
    padding: 13px 30px 13px 30px;
    border-radius: 50px;
}
.contact-section-solar .contact-form-box .form-box .option-box select {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 50px;
    padding: 0 35px 0 30px;
    background: transparent;
}
.contact-section-solar .contact-form-box .form-box textarea {
    width: 99%;
    height: 150px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 30px;
    padding: 35px;
    background: transparent;
    outline: 0;
}
.contact-section-solar .contact-form-box .form-box textarea::placeholder {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
}
.contact-section-solar .contact-form-box .contact-form button {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: var(--theme-color-white);
    background: var(--theme-color2);
    border-radius: 45px;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.contact-section-solar .contact-form-box .contact-form button i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.contact-section-solar .contact-form-box .contact-form button::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 160px;
    top: 23px;
}
.contact-section-solar .contact-form-box .contact-form button::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--theme-color7);
    border-radius: 45px;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}
.contact-section-solar .contact-form-box .contact-form button:hover::after {
    width: 100%;
}

.contact-section-solar-classic {
    padding: 25px 0 0px;
}
.contact-section-solar-classic.inner {
    padding: 0px 0 0px;
}
.contact-section-solar-classic .sec-title {
    margin-bottom: 40px;
}
.contact-section-solar-classic .contact-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-section-solar-classic .contact-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.contact-section-solar-classic .contact-thumb:hover::before {
    height: 200%;
    transition: all 600ms linear;
    background-color: transparent;
}
.contact-section-solar-classic .contact-thumb figure {
    margin: 0;
    width: 100%;
}
@media only screen and (max-width: 1700px) {
    .contact-section-solar-classic .contact-thumb figure {
        height: 695px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-section-solar-classic .contact-thumb figure {
        height: 612px;
    }
}
.contact-section-solar-classic .contact-thumb figure img {
    width: 100%;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info {
    position: absolute;
    right: 40px;
    bottom: 60px;
    width: 220px;
    height: 220px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 42px 0;
    animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
.contact-section-solar-classic
    .contact-thumb
    .contact-autor-info
    .autor-img-box {
    display: flex;
    justify-content: center;
    margin-left: 15px;
}
.contact-section-solar-classic
    .contact-thumb
    .contact-autor-info
    .autor-img-box
    .author-image {
    margin-left: -15px;
}
.contact-section-solar-classic
    .contact-thumb
    .contact-autor-info
    .autor-img-box
    .autor-number {
    font-family: var(--title-font);
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme-color7);
    border-radius: 50%;
    margin-left: -15px;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info .autor-desc {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-top: 30px;
}
.contact-section-solar-classic .contact-form-box {
    background: var(--theme-color-white);
    padding: 80px 80px 80px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-section-solar-classic .contact-form-box {
        padding: 40px 20px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-section-solar-classic .contact-form-box {
        padding: 40px 20px 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section-solar-classic .contact-form-box {
        padding: 30px 15px 30px;
        border-radius: 0px;
    }
}
.contact-section-solar-classic .contact-form-box .form-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.contact-section-solar-classic .contact-form-box .form-box input {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    border-radius: 50px;
    padding: 0 35px 0 30px;
}
.contact-section-solar-classic .contact-form-box .form-box input::placeholder {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
}
.contact-section-solar-classic .contact-form-box .form-box i {
    display: inline-block;
    position: relative;
    left: -40px;
    color: var(--theme-color2);
}
.contact-section-solar-classic .contact-form-box .form-box .option-box {
    width: 100%;
}
.contact-section-solar-classic .contact-form-box .form-box .option-box .wide {
    color: var(--theme-color2);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    width: 100%;
    padding: 13px 30px 13px 30px;
    border-radius: 50px;
}
.contact-section-solar-classic .contact-form-box .form-box .option-box select {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 50px;
    padding: 0 35px 0 30px;
    background: transparent;
}
.contact-section-solar-classic .contact-form-box .form-box textarea {
    width: 99%;
    height: 150px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 30px;
    padding: 35px;
    background: transparent;
    outline: 0;
}
.contact-section-solar-classic
    .contact-form-box
    .form-box
    textarea::placeholder {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
}
.contact-section-solar-classic .contact-form-box .contact-form button {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: var(--theme-color-white);
    background: var(--theme-color2);
    border-radius: 45px;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.contact-section-solar-classic .contact-form-box .contact-form button i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.contact-section-solar-classic .contact-form-box .contact-form button::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 160px;
    top: 23px;
}
.contact-section-solar-classic .contact-form-box .contact-form button::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--theme-color7);
    border-radius: 45px;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}
.contact-section-solar-classic
    .contact-form-box
    .contact-form
    button:hover::after {
    width: 100%;
}

.contact-section-charity {
    position: relative;
    z-index: 1;
}
.contact-section-charity .contact-bg {
    background-image: url(../images/charity/contact-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    margin-top: -190px;
}
.contact-section-charity .contact-bg.classic {
    margin-top: -230px;
}
.contact-section-charity .contact-bg .contact-form-box {
    padding: 90px 70px 25px;
}
.contact-section-charity .contact-bg .contact-form-box .section-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 45%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-section-charity .contact-bg .contact-form-box .section-desc p {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section-charity .contact-bg .contact-form-box .section-desc p {
        width: 100%;
    }
}
.contact-section-charity .contact-bg .contact-form-box .contact-info-box {
    display: flex;
    gap: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-section-charity .contact-bg .contact-form-box .contact-info-box {
        display: block;
    }
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-btn
    a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 14px 37px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-btn
    a
    i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-btn
    a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 24px;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-btn
    a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-btn
    a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-call-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-call-info
    .call-icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color7);
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-call-info
    .call-icon
    span
    i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-call-info
    .call-text {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.contact-section-charity
    .contact-bg
    .contact-form-box
    .contact-info-box
    .contact-call-info
    .call-number {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
}

.mission-vission-section-charity {
    padding: 230px 0 370px;
    background-image: url(../images/charity/mission-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: -115px;
    overflow: hidden;
    /* === mission Tab === */
}
.mission-vission-section-charity .sec-title {
    margin-bottom: 40px;
}
.mission-vission-section-charity .tab {
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.mission-vission-section-charity .tab .tabs {
    display: inline-block;
}
.mission-vission-section-charity .tab .tabs li {
    display: inline-block;
}
.mission-vission-section-charity .tab .tabs li a {
    outline: none;
    padding: 8px 30px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 0 7px;
    color: var(--theme-color-white);
    background: rgba(24, 47, 36, 0.15);
    font-family: var(--title-font);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.mission-vission-section-charity .tab .tabs li.current a {
    color: var(--theme-color-white);
    border-radius: 45px;
    background: var(--theme-color2) !important;
}
.mission-vission-section-charity .tab .tab_content .tabs_item {
    display: none;
    padding: 8px 0 0;
}
.mission-vission-section-charity
    .tab
    .tab_content
    .tabs_item
    .mision-vission-desc
    p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: 20px 0 26px;
}
.mission-vission-section-charity .tab .tab_content .tabs_item:first-child {
    display: block;
}
.mission-vission-section-charity .mission-vission-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 26px;
}
.mission-vission-section-charity .mission-vission-list li {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
}
.mission-vission-section-charity .mission-vission-list li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background: var(--theme-color2);
    border-radius: 50%;
    margin-right: 13px;
    text-align: center;
}
.mission-vission-section-charity .mission-vission-list li span svg {
    font-size: 13px;
}
.mission-vission-section-charity .mission-vission-list li span.two {
    background: var(--theme-color7);
}
.mission-vission-section-charity .circle-progress-box {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 40px 0 0;
}
.mission-vission-section-charity .circle-progress-box .circle-progress {
    position: relative;
}
.mission-vission-section-charity
    .circle-progress-box
    .circle-progress
    .circle-outer {
    display: flex;
    align-items: center;
    gap: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .mission-vission-section-charity
        .circle-progress-box
        .circle-progress
        .circle-outer {
        gap: 15px;
    }
}
.mission-vission-section-charity
    .circle-progress-box
    .circle-progress
    .circle-outer
    .count-box {
    position: absolute;
    left: -85px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mission-vission-section-charity
        .circle-progress-box
        .circle-progress
        .circle-outer
        .count-box {
        left: -195px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity
        .circle-progress-box
        .circle-progress
        .circle-outer
        .count-box {
        left: -326px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mission-vission-section-charity
        .circle-progress-box
        .circle-progress
        .circle-outer
        .count-box {
        left: -230px;
    }
}
.mission-vission-section-charity
    .circle-progress-box
    .circle-progress
    .circle-outer
    .title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.mission-vission-section-charity .mission-vission-thumb-wrapper {
    position: relative;
    margin-left: 105px;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity .mission-vission-thumb-wrapper {
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity .mission-vission-thumb-wrapper {
        text-align: center;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mission-vission-section-charity .mission-vission-thumb-wrapper {
        display: none;
    }
}
.mission-vission-section-charity
    .mission-vission-thumb-wrapper
    .mission-vission-thumb2 {
    position: absolute;
    z-index: 1;
    top: 265px;
    left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity
        .mission-vission-thumb-wrapper
        .mission-vission-thumb2 {
        top: 115px;
        left: 45px;
    }
}
.mission-vission-section-charity
    .mission-vission-thumb-wrapper
    .mission-vission-thumb3 {
    position: absolute;
    right: -90px;
    top: 130px;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity
        .mission-vission-thumb-wrapper
        .mission-vission-thumb3 {
        right: 0px;
    }
}
.mission-vission-section-charity .mission-vission-thumb-wrapper .mission-shape {
    position: absolute;
    top: 25px;
    right: 50px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity
        .mission-vission-thumb-wrapper
        .mission-shape {
        display: none;
    }
}
.mission-vission-section-charity
    .mission-vission-thumb-wrapper
    .mission-dot-shape {
    position: absolute;
    bottom: -240px;
    right: 30px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity
        .mission-vission-thumb-wrapper
        .mission-dot-shape {
        display: none;
    }
}
.mission-vission-section-charity .mission-shape1 {
    position: absolute;
    top: -210px;
    left: -20px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity .mission-shape1 {
        display: none;
    }
}

.mission-vission-section-charity-classic {
    padding: 130px 0 370px;
    background: var(--heading-color);
    position: relative;
    overflow: hidden;
    /* === mission Tab === */
}
.mission-vission-section-charity-classic .sec-title {
    margin-bottom: 40px;
}
.mission-vission-section-charity-classic .tab {
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.mission-vission-section-charity-classic .tab .tabs {
    display: inline-block;
}
.mission-vission-section-charity-classic .tab .tabs li {
    display: inline-block;
}
.mission-vission-section-charity-classic .tab .tabs li a {
    outline: none;
    padding: 8px 30px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 0 7px;
    color: var(--theme-color-white);
    background: rgba(24, 47, 36, 0.15);
    font-family: var(--title-font);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.mission-vission-section-charity-classic .tab .tabs li.current a {
    color: var(--theme-color-white);
    border-radius: 45px;
    background: var(--theme-color2) !important;
}
.mission-vission-section-charity-classic .tab .tab_content .tabs_item {
    display: none;
    padding: 8px 0 0;
}
.mission-vission-section-charity-classic
    .tab
    .tab_content
    .tabs_item
    .mision-vission-desc
    p {
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: 20px 0 26px;
}
.mission-vission-section-charity-classic
    .tab
    .tab_content
    .tabs_item:first-child {
    display: block;
}
.mission-vission-section-charity-classic .mission-vission-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 26px;
}
.mission-vission-section-charity-classic .mission-vission-list li {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
}
.mission-vission-section-charity-classic .mission-vission-list li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background: var(--theme-color2);
    border-radius: 50%;
    margin-right: 13px;
    text-align: center;
}
.mission-vission-section-charity-classic .mission-vission-list li span svg {
    font-size: 13px;
}
.mission-vission-section-charity-classic .mission-vission-list li span.two {
    background: var(--theme-color7);
}
.mission-vission-section-charity-classic .circle-progress-box {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 40px 0 0;
}
.mission-vission-section-charity-classic .circle-progress-box .circle-progress {
    position: relative;
}
.mission-vission-section-charity-classic
    .circle-progress-box
    .circle-progress
    .circle-outer {
    display: flex;
    align-items: center;
    gap: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .mission-vission-section-charity-classic
        .circle-progress-box
        .circle-progress
        .circle-outer {
        gap: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mission-vission-section-charity-classic
        .circle-progress-box
        .circle-progress
        .circle-outer {
        display: block;
    }
}
.mission-vission-section-charity-classic
    .circle-progress-box
    .circle-progress
    .circle-outer
    .count-box {
    position: absolute;
    left: -85px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 28px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity-classic
        .circle-progress-box
        .circle-progress
        .circle-outer
        .count-box {
        left: -85px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mission-vission-section-charity-classic
        .circle-progress-box
        .circle-progress
        .circle-outer
        .count-box {
        left: -35px;
        top: -40px;
    }
}
.mission-vission-section-charity-classic
    .circle-progress-box
    .circle-progress
    .circle-outer
    .title {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.mission-vission-section-charity-classic .mission-vission-thumb-wrapper {
    position: relative;
    margin-left: 105px;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity-classic .mission-vission-thumb-wrapper {
        margin-left: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mission-vission-section-charity-classic .mission-vission-thumb-wrapper {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity-classic .mission-vission-thumb-wrapper {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mission-vission-section-charity-classic .mission-vission-thumb-wrapper {
        display: none;
    }
}
.mission-vission-section-charity-classic
    .mission-vission-thumb-wrapper
    .mission-vission-thumb2 {
    position: absolute;
    z-index: 1;
    top: 265px;
    left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .mission-vission-section-charity-classic
        .mission-vission-thumb-wrapper
        .mission-vission-thumb2 {
        top: 115px;
        left: 45px;
    }
}
.mission-vission-section-charity-classic
    .mission-vission-thumb-wrapper
    .mission-vission-thumb3 {
    position: absolute;
    right: -90px;
    top: 130px;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity-classic
        .mission-vission-thumb-wrapper
        .mission-vission-thumb3 {
        right: 0px;
    }
}
.mission-vission-section-charity-classic
    .mission-vission-thumb-wrapper
    .mission-shape {
    position: absolute;
    top: 25px;
    right: 50px;
    animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity-classic
        .mission-vission-thumb-wrapper
        .mission-shape {
        display: none;
    }
}
.mission-vission-section-charity-classic
    .mission-vission-thumb-wrapper
    .mission-dot-shape {
    position: absolute;
    bottom: -240px;
    right: 30px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity-classic
        .mission-vission-thumb-wrapper
        .mission-dot-shape {
        display: none;
    }
}
.mission-vission-section-charity-classic .mission-shape1 {
    position: absolute;
    top: -210px;
    left: -20px;
    animation: upDown 1.5s ease-in-out 1.5s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
    .mission-vission-section-charity-classic .mission-shape1 {
        display: none;
    }
}

.joint-event-section-charity {
    padding: 410px 0 90px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity {
        padding: 100px 0 90px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity {
        padding: 100px 0 90px;
    }
}
.joint-event-section-charity .sec-title {
    margin-bottom: 60px;
}
.joint-event-section-charity .econet-button {
    float: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity .econet-button {
        float: left;
        margin-bottom: 30px;
    }
}
.joint-event-section-charity .econet-button a {
    padding: 14px 36px;
    background: var(--heading-color);
}
.joint-event-section-charity .econet-button a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 180px;
    top: 22px;
}
.joint-event-section-charity .econet-button a span {
    display: inline-block;
    background: var(--theme-color2);
}
.joint-event-section-charity .joint-event-box {
    display: grid;
    grid-gap: 0px;
    background: #f8f9f5;
    border-radius: 20px;
    padding: 55px 35px 45px 50px;
    grid-template-columns: 250px 2fr 2fr 200px;
    align-items: self-start;
    position: relative;
    margin-bottom: 25px;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .joint-event-section-charity .joint-event-box {
        padding: 55px 20px 45px 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .joint-event-section-charity .joint-event-box {
        grid-template-columns: 180px 2fr 2fr 200px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity .joint-event-box {
        display: block;
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity .joint-event-box {
        display: block;
        margin-bottom: 30px;
    }
}
.joint-event-section-charity .joint-event-box.active::before {
    width: 280px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity .joint-event-box.active::before {
        top: 80px;
        left: 390px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity .joint-event-box.active::before {
        display: none;
    }
}
.joint-event-section-charity .joint-event-box.active .joint-event-btn a {
    background: var(--theme-color7);
    color: var(--theme-color-white);
}
.joint-event-section-charity .joint-event-box.active {
    background: var(--heading-color);
}
.joint-event-section-charity .joint-event-box.active .event-title h3 {
    color: var(--theme-color-white);
}
.joint-event-section-charity .joint-event-box.active .event-location li {
    color: var(--theme-color3);
}
.joint-event-section-charity .joint-event-box.active .event-location li img {
    filter: invert(59%) sepia(64%) saturate(1044%) hue-rotate(332deg)
        brightness(102%) contrast(95%);
}
.joint-event-section-charity .joint-event-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 300px;
    left: 70%;
    top: -60px;
    background: url(../images/charity/charity-event-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transition: 0.5s;
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity .joint-event-box .event-inner-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity .joint-event-box .event-inner-box {
        margin-bottom: 30px;
    }
}
.joint-event-section-charity .joint-event-box .event-inner-box.first {
    display: flex;
    align-items: anchor-center;
    gap: 16px;
}
.joint-event-section-charity
    .joint-event-box
    .event-inner-box
    .joint-event-date
    h1 {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    transition: 0.5s;
}
.joint-event-section-charity
    .joint-event-box
    .event-inner-box
    .joint-event-month
    h5 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    transition: 0.5s;
}
.joint-event-section-charity
    .joint-event-box
    .event-inner-box
    .joint-event-month
    p {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    transition: 0.5s;
}
.joint-event-section-charity .joint-event-box .event-title h3 {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    transition: 0.5s;
}
.joint-event-section-charity .joint-event-box .event-title h3 a {
    display: inline-block;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .joint-event-section-charity .joint-event-box .event-title h3 {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .joint-event-section-charity .joint-event-box .event-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
.joint-event-section-charity .joint-event-box .event-location {
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .joint-event-section-charity .joint-event-box .event-location {
        text-align: left;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .joint-event-section-charity .joint-event-box .event-location {
        text-align: left;
    }
}
.joint-event-section-charity .joint-event-box .event-location li {
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    transition: 0.5s;
}
.joint-event-section-charity .joint-event-box .event-location li img {
    margin-right: 10px;
    transition: 0.5s;
}
.joint-event-section-charity .joint-event-box .joint-event-btn a {
    display: inline-block;
    color: var(--heading-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 45px;
    padding: 10px 33px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 8px;
}
.joint-event-section-charity .joint-event-box .joint-event-btn a i {
    display: inline-block;
    margin-left: 10px;
    transition: 0.5s;
}
.joint-event-section-charity .joint-event-box .joint-event-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--theme-color7);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.joint-event-section-charity .joint-event-box:hover .joint-event-btn a::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.joint-event-section-charity .joint-event-box:hover .joint-event-btn a {
    color: var(--theme-color-white);
}
.joint-event-section-charity .joint-event-box:hover {
    background: var(--heading-color);
}
.joint-event-section-charity .joint-event-box:hover .joint-event-date h1 {
    color: var(--theme-color7);
}
.joint-event-section-charity .joint-event-box:hover .joint-event-month h5 {
    color: var(--theme-color3);
}
.joint-event-section-charity .joint-event-box:hover .joint-event-month p {
    color: var(--theme-color3);
}
.joint-event-section-charity .joint-event-box:hover .event-title h3 a {
    color: var(--theme-color-white);
}
.joint-event-section-charity .joint-event-box:hover .event-location li {
    color: var(--theme-color3);
}
.joint-event-section-charity .joint-event-box:hover .event-location li img {
    filter: invert(59%) sepia(64%) saturate(1044%) hue-rotate(332deg)
        brightness(102%) contrast(95%);
}
.joint-event-section-charity .joint-event-box.active .joint-event-date h1 {
    color: var(--theme-color7);
}
.joint-event-section-charity .joint-event-box.active .joint-event-month h5 {
    color: var(--theme-color3);
}
.joint-event-section-charity .joint-event-box.active .joint-event-month p {
    color: var(--theme-color3);
}
.joint-event-section-charity .event-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .joint-event-section-charity .event-shape {
        display: none;
    }
}
.joint-event-section-charity .event-shape2 {
    position: absolute;
    right: 750px;
    top: 450px;
    animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
    .joint-event-section-charity .event-shape2 {
        display: none;
    }
}

.breadcumb-area {
    background-image: url(../images/inner-image/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 180px 0 185px;
}
.breadcumb-area .breadcumb-content .breadcumb-title h4 {
    font-size: 46px;
    font-weight: 800;
    color: var(--theme-color-white);
    margin: 0;
}
.breadcumb-area .breadcumb-content ul li {
    display: inline-block;
    margin: 0 19px;
    color: var(--theme-color-white);
}
.breadcumb-area .breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 500;
    position: relative;
}
.breadcumb-area .breadcumb-content ul li a::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    right: -30px;
    top: 13px;
    background: var(--theme-color-white);
}

.services-details-area {
    padding: 100px 0 100px;
    /*widget-sidber scss*/
    /*sidber contact*/
}
.services-details-area .services-details-thumb img {
    width: 100%;
}
.services-details-area .services-details-content {
    padding-top: 18px;
}
.services-details-area .services-details-content .services-details-title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-details-area .services-details-content .services-details-desc {
    font-size: 17px;
    margin-top: 24px;
}
.services-details-area .service-details-icon-box {
    background: var(--theme-color8);
    padding: 32px 27px 18px;
    margin-top: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .services-details-area .service-details-icon-box {
        padding: 32px 10px 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area .service-details-icon-box {
        padding: 32px 5px 18px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .services-details-area .service-details-icon-box {
        padding: 32px 5px 18px;
    }
}
.services-details-area .service-details-icon-box .service-details-icon-thumb {
    float: left;
    margin-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .services-details-area
        .service-details-icon-box
        .service-details-icon-thumb {
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area
        .service-details-icon-box
        .service-details-icon-thumb {
        margin-right: 8px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .services-details-area
        .service-details-icon-box
        .service-details-icon-thumb {
        margin-right: 8px;
    }
}
.services-details-area
    .service-details-icon-box
    .service-details-box-content
    h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 11px;
}
.services-details-area .service-details-icon-box P {
    display: flex;
}
.services-details-area .services-details-text {
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    padding: 32px 39px;
    gap: 65px;
    border-radius: 5px;
    margin-top: 55px;
    margin-bottom: 41px;
}
.services-details-area .services-details-text .service-details-text-icon {
    position: relative;
}
.services-details-area
    .services-details-text
    .service-details-text-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    right: -29px;
    top: 1px;
    background: rgba(246, 246, 238, 0.3803921569);
}
.services-details-area .services-details-text .service-details-text-content p {
    font-size: 22px;
    line-height: 30px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area
        .services-details-text
        .service-details-text-content
        p {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .services-details-area
        .services-details-text
        .service-details-text-content
        p {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .services-details-area
        .services-details-text
        .service-details-text-content
        p {
        width: 100%;
    }
}
.services-details-area .services-details-title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-details-area .services-details-desc {
    font-size: 17px;
    margin-top: 24px;
}
.services-details-area .single-benifits-box {
    margin-top: 22px;
}
.services-details-area .single-benifits-box .benifits-thumb img {
    width: 100%;
}
.services-details-area .single-benifits-box .benifits-content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
    background-color: var(--theme-color-white);
    padding: 30px 31px 23px;
    width: 92%;
    margin: auto;
    margin-top: -28px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area .single-benifits-box .benifits-content {
        padding: 30px 20px 23px;
        width: 100%;
    }
}
.services-details-area .single-benifits-box .benifits-content h4 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 500;
}
.services-details-area .single-benifits-box .benifits-content ul li {
    line-height: 32px;
}
.services-details-area .single-benifits-box .benifits-content ul li i {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .services-details-area .single-benifits-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .services-details-area .single-benifits-box {
        margin-bottom: 30px;
    }
}
.services-details-area .widget-sidber {
    border-radius: 5px;
    background-color: var(--theme-color8);
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
.services-details-area .widget-sidber .widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 46px;
    position: relative;
}
.services-details-area .widget-sidber .widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: var(--theme-color2);
}
.services-details-area .widget-sidber .widget-category ul li a {
    background: var(--theme-color-white);
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: var(--heading-color);
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a img {
    margin-right: 12px;
    transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}
.services-details-area .widget-sidber .widget-category ul li a:hover {
    color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-category ul li a:hover::before {
    width: 100%;
    left: 0;
}
.services-details-area .widget-sidber .widget-category ul li a:hover i {
    opacity: 1;
    color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-category ul li a i {
    color: var(--heading-color);
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}
.services-details-area .widget-sidber .widget-sidber-download-button a {
    display: inline-block;
    background: var(--heading-color);
    width: 100%;
    color: var(--theme-color-white);
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
}
.services-details-area .widget-sidber .widget-sidber-download-button a.active {
    background: var(--theme-color2);
}
.services-details-area
    .widget-sidber
    .widget-sidber-download-button
    a.active
    i {
    color: var(--theme-color-white);
}
.services-details-area
    .widget-sidber
    .widget-sidber-download-button
    a.active
    span
    i {
    color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-sidber-download-button a i {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}
.services-details-area .widget-sidber .widget-sidber-download-button a span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}
.services-details-area .widget-sidber-contact-box {
    background-image: url(../images/inner-image/sidber-contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area .widget-sidber-contact-box {
        padding: 48px 10px 48px;
    }
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
    font-size: 18px;
    color: var(--theme-color-white);
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}
.services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-number {
    font-size: 24px;
    color: var(--theme-color-white);
    font-weight: 600;
    margin: 0 0 14px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    margin: 0;
}
.services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-gmail
    i {
    display: inline-block;
    font-size: 17px;
    color: var(--theme-color2);
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
    background: var(--theme-color2);
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid var(--theme-color2);
}
.services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a:hover {
    background: transparent;
    color: var(--theme-color2);
}
.services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a
    i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .services-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 70px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .services-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 80px 15px;
    }
}

.project-details-area {
    padding: 100px 0 0px;
    /*sidber contact*/
}
.project-details-area .project-details-thumb img {
    width: 100%;
}
.project-details-area .project-details-content h4 {
    font-size: 36px;
    margin-bottom: 17px;
    margin-top: 12px;
    font-weight: 600;
}
.project-details-area .project-details-content p {
    font-size: 17px;
    margin-bottom: 27px;
}
.project-details-area .project-details-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 54px;
}
.project-details-area
    .project-details-content
    .project-details-item-images
    img {
    width: 100%;
}
.project-details-area .project-details-content .project-details-list-item h4 {
    font-size: 28px;
    margin-bottom: 17px;
}
.project-details-area
    .project-details-content
    .project-details-list-item
    ul
    li {
    font-size: 17px;
    line-height: 39px;
}
.project-details-area
    .project-details-content
    .project-details-list-item
    ul
    li
    i {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 19px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .project-details-area
        .project-details-content
        .project-details-list-item
        ul
        li {
        display: flex;
    }
}
.project-details-area .project-details-content .project-details-text {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    color: var(--theme-color2);
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 19px;
}
.project-details-area .project-details-right {
    background: var(--theme-color8);
    padding: 29px 41px 30px;
    border-radius: 5px;
    margin-top: 50px;
}
.project-details-area .project-details-right .project-details-info {
    border-bottom: 1px solid rgba(134, 134, 129, 0.3215686275);
    padding-bottom: 10px;
    padding-top: 9px;
}
.project-details-area .project-details-right .project-details-info p {
    margin-bottom: 0;
}
.project-details-area .project-details-right .project-details-info h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}
.project-details-area .widget-sidber-contact-box {
    background-image: url(../images/inner-image/sidber-contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
    font-size: 18px;
    color: var(--theme-color-white);
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-number {
    font-size: 24px;
    color: var(--theme-color-white);
    font-weight: 600;
    margin: 0 0 14px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    margin: 0;
}
.project-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-gmail
    i {
    display: inline-block;
    font-size: 17px;
    color: var(--theme-color2);
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
    background: var(--theme-color2);
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid var(--theme-color2);
}
.project-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a:hover {
    background: transparent;
    color: var(--theme-color2);
}
.project-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a
    i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .project-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 80px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .project-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 50px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .project-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 70px 15px;
    }
}

.donation-details-area {
    padding: 100px 0 100px;
    /*sidber contact*/
}
.donation-details-area .single-donation-box {
    margin: 0;
}
.donation-details-area .single-donation-box .donation-thumb img {
    width: 100%;
    border-radius: 10px;
}
.donation-details-area .single-donation-box .donation-content {
    background: var(--theme-color8);
    padding: 30px 35px 25px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item {
    position: relative;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item
    .donation-skill-title
    h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item
    .skill-bar {
    position: relative;
    width: 100%;
    height: 13px;
    border-radius: 5px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item
    .skill-bar
    .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: var(--heading-color);
    border-radius: 20px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item
    .skill-bar
    .bar-inner
    .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 20px;
    background-color: var(--theme-color2);
}
.donation-details-area
    .single-donation-box
    .donation-content
    .skills
    .skill-item
    .skill-bar
    .bar-inner
    .bar
    .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    line-height: 25px;
    margin-bottom: 12px;
}
.donation-details-area .single-donation-box .donation-content .donate-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 2px 0 30px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .donate-detail
    .donate-item
    .donate-name {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donation-details-area
    .single-donation-box
    .donation-content
    .donate-detail
    .donate-item
    .donate-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}
.donation-details-area .dontaion-detais-title {
    font-size: 30px;
    margin: 40px 0 24px;
}
.donation-details-area .dontaion-detais-desc {
    font-size: 17px;
}
.donation-details-area .tabcontent {
    background: var(--theme-color2);
    padding: 13px 30px 20px;
    text-align: right;
    border-radius: 4px;
    margin: 45px 0 20px;
    position: relative;
}
.donation-details-area .tabcontent::before {
    position: absolute;
    content: "Your Donation :";
    left: 30px;
    top: 26px;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-white);
}
.donation-details-area .tabcontent h3 {
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color-white);
}
.donation-details-area .tablink {
    border: 0;
    background: var(--theme-color8);
    color: var(--heading-color);
    height: 50px;
    width: 88px;
    margin-right: 6px;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.5s;
    margin-bottom: 5px;
}
.donation-details-area .tablink:hover {
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
.donation-details-area .contact-form-box .forms-title h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 38px 0 20px;
}
.donation-details-area .contact-form-box .form-title h6 {
    font-size: 17px;
    padding: 0px 0 12px;
    font-weight: 500;
    color: var(--heading-color);
}
.donation-details-area .contact-form-box .form-box input {
    height: 58px;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(27, 52, 52, 0.1);
    transition: 0.5s;
    padding: 0px 20px;
    display: block;
    width: 100%;
    color: var(--heading-color);
    margin-bottom: 18px;
    border-radius: 4px;
    outline: 0;
}
.donation-details-area .check-content h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0px 18px;
    margin: 0;
}
.donation-details-area .check-content .dpx label {
    color: var(--heading-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 30px;
}
.donation-details-area .check-content .dpx label .option-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #e2e5e8;
    border: 0;
    color: var(--theme-color-white);
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.donation-details-area .check-content .dpx label .option-input.radio {
    border-radius: 50%;
}
.donation-details-area .check-content .dpx label .option-input:checked {
    background: var(--theme-color2);
}
.donation-details-area .check-content .dpx label .option-input:checked::before {
    width: 10px;
    height: 10px;
    display: flex;
    content: "\f00c";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    left: 5px;
    top: 5px;
}
.donation-details-area .submit-donation {
    background: var(--theme-color2);
    border: transparent;
    color: var(--theme-color-white);
    padding: 15px 40px;
    border-radius: 4px;
    margin-top: 43px;
    border: 2px solid var(--theme-color2);
    transition: 0.5s;
}
.donation-details-area .submit-donation:hover {
    background: transparent;
    color: var(--theme-color2);
}
.donation-details-area .widget-sidber {
    border-radius: 5px;
    background-color: var(--theme-color8);
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .donation-details-area .widget-sidber {
        padding: 32px 20px 29px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .donation-details-area .widget-sidber {
        padding: 32px 15px 29px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .donation-details-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .donation-details-area .widget-sidber {
        padding: 32px 20px 29px;
    }
}
.donation-details-area .widget-sidber .widget_search {
    position: relative;
}
.donation-details-area .widget-sidber .widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: var(--heading-color);
    outline: 0 !important;
    border: transparent !important;
}
.donation-details-area .widget-sidber .widget_search button {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: var(--heading-color);
    background: transparent;
    opacity: 0.7;
}
.donation-details-area .widget-sidber .widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 46px;
    position: relative;
}
.donation-details-area .widget-sidber .widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: var(--theme-color2);
}
.donation-details-area .widget-sidber .sidber-widget-recent-post {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.donation-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-thumb {
    flex-shrink: 0;
}
.donation-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a {
    transition: 0.5s;
    color: var(--heading-color) !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    display: inline-block;
}
.donation-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a:hover {
    color: var(--theme-color2) !important;
}
.donation-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    p {
    font-size: 14px;
    margin: 0;
    color: var(--theme-color2) !important;
}
.donation-details-area .widget-sidber-contact-box {
    background-image: url(../images/inner-image/sidber-contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}
.donation-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
    font-size: 18px;
    color: var(--theme-color-white);
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}
.donation-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-number {
    font-size: 24px;
    color: var(--theme-color-white);
    font-weight: 600;
    margin: 0 0 14px;
}
.donation-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    margin: 0;
}
.donation-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-gmail
    i {
    display: inline-block;
    font-size: 17px;
    color: var(--theme-color2);
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.donation-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
    background: var(--theme-color2);
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid var(--theme-color2);
}
.donation-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a:hover {
    background: transparent;
    color: var(--theme-color2);
}
.donation-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a
    i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .donation-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 80px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .donation-details-area
        .widget-sidber-contact-box
        .widget-sidber-contact-btn
        a {
        padding: 16px 50px 15px;
    }
}

.team-details-area {
    padding: 120px 0 100px;
}
.team-details-area
    .team-details-right
    .team-details-content
    .team-member-title
    h4 {
    font-size: 36px;
    margin: 0;
}
.team-details-area
    .team-details-right
    .team-details-content
    .team-member-title
    p {
    margin-bottom: 45px;
}
.team-details-area .team-details-right .contact-info-box {
    background: var(--theme-color8);
    padding: 29px 25px 27px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 11px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .team-details-area .team-details-right .contact-info-box {
        padding: 29px 10px 27px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-details-area .team-details-right .contact-info-box {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-details-area .team-details-right .contact-info-box {
        margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-details-area .team-details-right .contact-info-box {
        margin-bottom: 20px;
    }
}
.team-details-area .team-details-right .contact-info-box .contact-info-icon i {
    display: inline-block;
    color: var(--theme-color2);
    border: 2px solid var(--theme-color2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.team-details-area
    .team-details-right
    .contact-info-box
    .contact-info-content
    h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area
    .team-details-right
    .contact-info-box
    .contact-info-content
    p {
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.team-details-area .team-details-right .team-details-social-icon ul li {
    font-size: 22px;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 49px;
    display: inline-block;
}
.team-details-area .team-details-right .team-details-social-icon ul li a i {
    background: var(--theme-color8);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: var(--heading-color);
    font-size: 14px;
    margin-left: 7px;
    transition: 0.5s;
}
.team-details-area
    .team-details-right
    .team-details-social-icon
    ul
    li
    a
    i:hover {
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
.team-details-area .team-details-right .team-details-location-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 46px;
}
.team-details-area
    .team-details-right
    .team-details-location-box
    .contact-info-icon
    i {
    display: inline-block;
    color: var(--theme-color2);
    border: 2px solid var(--theme-color2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.team-details-area
    .team-details-right
    .team-details-location-box
    .contact-info-content
    h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.team-details-area
    .team-details-right
    .team-details-location-box
    .contact-info-content
    p {
    font-size: 17px;
    color: var(--theme-color2);
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.team-details-area .team-details-skills {
    margin-top: 90px;
}
.team-details-area .team-details-skills h4 {
    font-size: 36px;
    margin: 0 0 35px;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item {
    position: relative;
}
.team-details-area
    .team-details-skills
    .wrapper
    .skills
    .skill-item
    .donation-skill-title
    h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.team-details-area
    .team-details-skills
    .wrapper
    .skills
    .skill-item
    .skill-bar {
    position: relative;
    width: 85%;
    height: 45px;
    border-radius: 5px;
}
.team-details-area
    .team-details-skills
    .wrapper
    .skills
    .skill-item
    .skill-bar
    .bar-inner {
    position: relative;
    width: 100%;
    height: 7px;
    background: var(--heading-color);
    border-radius: 20px;
}
.team-details-area
    .team-details-skills
    .wrapper
    .skills
    .skill-item
    .skill-bar
    .bar-inner
    .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 7px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 20px;
    background-color: var(--theme-color2);
}
.team-details-area
    .team-details-skills
    .wrapper
    .skills
    .skill-item
    .skill-bar
    .bar-inner
    .bar
    .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    line-height: 25px;
    margin-bottom: 12px;
}

.blog-list-area {
    padding: 120px 0 100px;
}
.blog-list-area .single-blog-box {
    margin-bottom: 20px;
}
.blog-list-area .single-blog-box .blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.blog-list-area .single-blog-box .blog-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.blog-list-area .single-blog-box .blog-thumb img {
    width: 100%;
    border-radius: 10px;
}
.blog-list-area .single-blog-box .blog-content .blog-meta a {
    color: var(--theme-color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    background: var(--theme-color2);
    border-radius: 40px;
    padding: 0px 19px;
    margin-top: 20px;
}
.blog-list-area .single-blog-box .blog-content .blog-title {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 15px 0;
    transition: 0.5s;
}
.blog-list-area .single-blog-box .blog-content .blog-title a {
    display: inline-block;
    transition: 0.5s;
}
.blog-list-area .single-blog-box .blog-content .blog-title a:hover {
    color: var(--theme-color2);
}
.blog-list-area .single-blog-box .blog-content .blog-autor a {
    color: var(--heading-color);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.blog-list-area .single-blog-box .blog-content .blog-autor a span {
    display: inline-block;
    color: var(--theme-color2);
}
.blog-list-area .single-blog-box:hover .blog-thumb::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-list-area .widget-sidber {
    border-radius: 5px;
    background-color: var(--theme-color8);
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .blog-list-area .widget-sidber {
        padding: 32px 20px 29px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-list-area .widget-sidber {
        padding: 32px 15px 29px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-list-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-list-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
.blog-list-area .widget-sidber .widget_search {
    position: relative;
}
.blog-list-area .widget-sidber .widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: var(--heading-color);
    outline: 0 !important;
    border: transparent !important;
}
.blog-list-area .widget-sidber .widget_search button {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: var(--heading-color);
    background: transparent;
    opacity: 0.7;
}
.blog-list-area .widget-sidber .widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 46px;
    position: relative;
}
.blog-list-area .widget-sidber .widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: var(--theme-color2);
}
.blog-list-area .widget-sidber .widget-category ul li a {
    background: var(--theme-color-white);
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: var(--heading-color);
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.blog-list-area .widget-sidber .widget-category ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}
.blog-list-area .widget-sidber .widget-category ul li a img {
    margin-right: 12px;
    transition: 0.5s;
}
.blog-list-area .widget-sidber .widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}
.blog-list-area .widget-sidber .widget-category ul li a:hover {
    color: var(--theme-color-white);
}
.blog-list-area .widget-sidber .widget-category ul li a:hover::before {
    width: 100%;
    left: 0;
}
.blog-list-area .widget-sidber .widget-category ul li a:hover i {
    opacity: 1;
    color: var(--theme-color-white);
}
.blog-list-area .widget-sidber .widget-category ul li a i {
    color: var(--heading-color);
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}
.blog-list-area .widget-sidber .sidber-widget-recent-post {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.blog-list-area .widget-sidber .sidber-widget-recent-post .recent-widget-thumb {
    flex-shrink: 0;
}
.blog-list-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a {
    transition: 0.5s;
    color: var(--heading-color) !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    display: inline-block;
}
.blog-list-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a:hover {
    color: var(--theme-color2) !important;
}
.blog-list-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    p {
    font-size: 14px;
    margin: 0;
    color: var(--theme-color2) !important;
}
.blog-list-area .widget-sidber .widget-catefories-tags a {
    display: inline-block;
    color: var(--heading-color);
    font-weight: 500;
    background: var(--theme-color-white);
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}
.blog-list-area .widget-sidber .widget-catefories-tags a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    transition: 0.5s;
    z-index: -1;
}
.blog-list-area .widget-sidber .widget-catefories-tags a:hover::before {
    width: 100%;
    left: 0;
}
.blog-list-area .widget-sidber .widget-catefories-tags a:hover {
    color: var(--theme-color-white);
}

.blog-details-area {
    padding: 120px 0 100px;
    position: relative;
}
.blog-details-area .blog-details-thumb {
    overflow: hidden;
}
.blog-details-area .blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}
.blog-details-area .blog-details-thumb img:hover {
    transform: scale(1.2) skew(-10deg);
}
.blog-details-area .blog-details-content {
    padding: 27px 36px 20px;
    border: 1px solid rgba(34, 34, 34, 0.1333333333);
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .blog-details-content {
        padding: 27px 10px 20px;
    }
}
.blog-details-area .blog-details-content .meta-blog .mate-text {
    padding-left: 36px;
    position: relative;
}
.blog-details-area .blog-details-content .meta-blog .mate-text::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: var(--theme-color2);
}
.blog-details-area .blog-details-content .meta-blog > span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}
.blog-details-area .blog-details-content .meta-blog > span i {
    display: inline-block;
    color: var(--theme-color2);
    padding-right: 9px;
}
.blog-details-area .blog-details-content .meta-blog > span img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.blog-details-area .blog-details-content .blog-details-title {
    font-size: 32px;
    margin: 12px 0 19px;
}
.blog-details-area .blog-details-content .blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: var(--theme-color8);
    padding: 41px 51px 40px;
    margin-top: 48px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .blog-details-area .blog-details-content .blog-details-author-talk {
        padding: 41px 20px 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-details-area .blog-details-content .blog-details-author-talk {
        padding: 41px 15px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-details-area .blog-details-content .blog-details-author-talk {
        padding: 41px 10px 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .blog-details-content .blog-details-author-talk {
        padding: 41px 10px 40px;
    }
}
.blog-details-area
    .blog-details-content
    .blog-details-author-talk
    .blog-details-quote
    img {
    position: relative;
    top: 8px;
    color: var(--heading-color);
}
.blog-details-area
    .blog-details-content
    .blog-details-author-talk
    .blog-details-author-title
    p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: var(--heading-color);
}
.blog-details-area
    .blog-details-content
    .blog-details-author-talk
    .blog-details-author-title
    span {
    margin-left: 58px;
    display: inline-block;
    color: var(--heading-color);
    position: relative;
}
.blog-details-area
    .blog-details-content
    .blog-details-author-talk
    .blog-details-author-title
    span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: var(--theme-color2);
}
.blog-details-area .blog-details-content .blog-details-title {
    font-size: 28px;
    margin: 54px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.two {
    width: 95%;
}
.blog-details-area .blog-details-content .blog-details-list-item {
    margin-bottom: 40px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li i {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 18px;
    margin-right: 16px;
}
.blog-details-area .blog-details-content .blog-details-title.two {
    font-size: 28px;
    margin: 38px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.three {
    width: 100%;
}
.blog-details-area .blog-details-socila-box {
    border: 1px solid rgba(34, 34, 34, 0.1333333333);
    border-top: transparent;
    padding: 19px 35px 18px;
    border-radius: 0 0 5px 5px;
}
.blog-details-area .blog-details-socila-box .blog-details-category span a {
    display: inline-block;
    background: #f6f6ee;
    padding: 6px 16px;
    font-weight: 500;
    color: var(--heading-color);
    border-radius: 3px;
    margin-right: 7px;
    transition: 0.5s;
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-category
    span
    a.active-class {
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-category
    span
    a:hover {
    background: var(--theme-color2);
    color: var(--theme-color-white);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-details-area .blog-details-socila-box .blog-details-category span a {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-details-area .blog-details-socila-box .blog-details-category span a {
        margin-bottom: 10px;
    }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon {
    text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .blog-details-socila-box .blog-details-social-icon {
        text-align: left;
        margin-top: 10px;
    }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li {
    display: inline-block;
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-social-icon
    ul
    li
    a
    i {
    display: inline-block;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-social-icon
    ul
    li:nth-child(2)
    i {
    background: #00aae8;
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-social-icon
    ul
    li:nth-child(3)
    i {
    background: #016eaf;
}
.blog-details-area
    .blog-details-socila-box
    .blog-details-social-icon
    ul
    li:nth-child(4)
    i {
    background: #b7071c;
}
.blog-details-area .blog-details-post {
    margin-top: 40px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active {
    overflow: hidden;
    position: relative;
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-prev {
    color: var(--theme-color2);
    background: transparent;
    display: inline-block;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 70px;
    top: 35px;
    z-index: 5;
    border: 0;
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-prev
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .blog-details-area
        .blog-details-post
        .swiper.blog-details-active
        .econet-blog-details-arrow-box
        .slider-prev {
        display: block;
    }
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-next {
    display: inline-block;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    color: var(--theme-color2);
    background: transparent;
    position: absolute;
    right: 70px;
    top: 35px;
    z-index: 5;
    border: 0;
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-next
    i {
    display: inline-block;
    font-weight: 400;
}
@media only screen and (max-width: 1700px) {
    .blog-details-area
        .blog-details-post
        .swiper.blog-details-active
        .econet-blog-details-arrow-box
        .slider-next {
        display: block;
    }
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .blog-nav-buttons
    button#prevBtn {
    color: var(--heading-color);
    background: transparent;
    font-size: 18px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 90px;
}
.blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .blog-nav-buttons
    button#nextBtn {
    color: var(--heading-color);
    background: transparent;
    font-size: 18px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    top: 36px;
    right: 90px;
}
.blog-details-area .blog-details-post .blog-post-box {
    display: flex;
    background: var(--theme-color8);
    align-items: center;
    padding: 84px 21px 31px 43px;
    gap: 23px;
    margin: 0 13px;
}
.blog-details-area .blog-details-post .blog-post-box.style-two {
    text-align: right;
    padding: 85px 49px 31px 21px;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-thumb {
    flex-shrink: 0;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: var(--heading-color);
    font-weight: 600;
    transition: 0.5s;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content p {
    font-size: 14px;
    margin: 0;
    color: var(--theme-color2);
}
.blog-details-area .single-comment-area {
    background: var(--theme-color8);
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .single-comment-area {
        padding: 49px 10px 56px;
    }
}
.blog-details-area .single-comment-area .blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0 0 28px;
}
.blog-details-area .single-comment-area .blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid rgba(34, 34, 34, 0.0784313725);
    padding: 29px 29px 25px;
}
.blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 105px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-details-area .single-comment-area .blog-details-comment.style-two {
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-details-area .single-comment-area .blog-details-comment.style-two {
        margin-left: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .single-comment-area .blog-details-comment.style-two {
        margin-left: 0px;
    }
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-reply
    a {
    background: var(--theme-color2);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color-white);
    border-radius: 2px;
    display: inline-block;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-content {
    overflow: hidden;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-content
    h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-content
    p {
    font-size: 15px;
    margin: 13px 0 0;
}
.blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-content.style-two {
    margin-left: 105px;
}
.blog-details-area .blog-details-contact .blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}
.blog-details-area .blog-details-contact .contact-input-box input {
    background: var(--theme-color-white);
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}
.blog-details-area .blog-details-contact .contact-input-box textarea {
    background: var(--theme-color-white);
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}
.blog-details-area .blog-details-contact .input-check-box input span {
    font-size: 15px;
    margin-left: 7px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button {
    background: var(--theme-color2);
    color: var(--theme-color-white);
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid var(--theme-color2);
    border-radius: 5px;
    font-weight: 500;
}
.blog-details-area
    .blog-details-contact
    .blog-details-submi-button
    button::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color-white);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}
.blog-details-area
    .blog-details-contact
    .blog-details-submi-button
    button:hover {
    color: var(--theme-color2);
}
.blog-details-area
    .blog-details-contact
    .blog-details-submi-button
    button:hover::before {
    width: 100%;
    left: 0;
}
.blog-details-area .widget-sidber {
    border-radius: 5px;
    background-color: var(--theme-color8);
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .blog-details-area .widget-sidber {
        padding: 32px 20px 29px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-details-area .widget-sidber {
        padding: 32px 15px 29px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-details-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-details-area .widget-sidber {
        padding: 32px 10px 29px;
    }
}
.blog-details-area .widget-sidber .widget_search {
    position: relative;
}
.blog-details-area .widget-sidber .widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: var(--heading-color);
    outline: 0 !important;
    border: transparent !important;
}
.blog-details-area .widget-sidber .widget_search button {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: var(--heading-color);
    background: transparent;
    opacity: 0.7;
}
.blog-details-area .widget-sidber .widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 46px;
    position: relative;
}
.blog-details-area .widget-sidber .widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: var(--theme-color2);
}
.blog-details-area .widget-sidber .widget-category ul li a {
    background: var(--theme-color-white);
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: var(--heading-color);
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a img {
    margin-right: 12px;
    transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover {
    color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover::before {
    width: 100%;
    left: 0;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover i {
    opacity: 1;
    color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a i {
    color: var(--heading-color);
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.blog-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-thumb {
    flex-shrink: 0;
}
.blog-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a {
    transition: 0.5s;
    color: var(--heading-color) !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    display: inline-block;
}
.blog-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    a:hover {
    color: var(--theme-color2) !important;
}
.blog-details-area
    .widget-sidber
    .sidber-widget-recent-post
    .recent-widget-content
    p {
    font-size: 14px;
    margin: 0;
    color: var(--theme-color2) !important;
}
.blog-details-area .widget-sidber .widget-catefories-tags a {
    display: inline-block;
    color: var(--heading-color);
    font-weight: 500;
    background: var(--theme-color-white);
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}
.blog-details-area .widget-sidber .widget-catefories-tags a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color2);
    transition: 0.5s;
    z-index: -1;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover::before {
    width: 100%;
    left: 0;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover {
    color: var(--theme-color-white);
}

/*# sourceMappingURL=style.css.map */
