/*
Theme Name: Finland
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Multi-Purpose Business HTML5 Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");

:root {
    --body: #fff;
    --white: #fff;
    --theme: #DF0A0A;
    --theme2: #002FF5;
    --theme3: #00A9A4;
    --theme4: #57b33e;
    --theme5: #ff7029;
    --header: #1C2539;
    --base: #DF0A0A;
    --text: #5D666F;
    --text2: #FFFFFFA3;
    --it-text: #FFFFFF8C;
    --border: #1D20271A;
    --border2: #353535;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #1D2027;
    --bg2: #DF0A0A0D;
    --bg3: #191919;
    --bg4: #F2F4FE;
    --bg5: #EDF9F9;
    --bg6: #030734;
    --bg7: #f8f8f8;
    --bg8: #232323;
    --it-item: #252525;
}

.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme2);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 18px 50px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 99;
}

.theme-btn::before {
    position: absolute;
    content: '';
    background-color: var(--button);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}

.theme-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: var(--button);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}

.theme-btn:hover {
    color: var(--white);
}

.theme-btn:hover::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 15px;
        padding: 18px 35px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        font-size: 14px;
        padding: 12px 32px;
    }
}

.theme-btn.border-white {
    border: 2px solid var(--white);
}

.theme-btn.border-white::before, .theme-btn.border-white::after {
    background-color: var(--white);
    color: red;
}

.theme-btn.border-white:hover {
    color: var(--header);
}

.theme-btn.header-btn-2 {
    border: 2px solid var(--white);
    background: transparent;
}

.theme-btn.header-btn-2::before, .theme-btn.header-btn-2::after {
    background-color: var(--white);
}

.theme-btn.header-btn-2:hover {
    color: var(--header);
}

.theme-btn.bg-style-2 {
    background-color: var(--button);
    color: var(--white);
}

.theme-btn.bg-style-2::before {
    background-color: var(--theme2);
}

.theme-btn.bg-style-2::after {
    background-color: var(--theme2);
}

.theme-btn.bg-style-3 {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-style-3::before {
    background-color: var(--header);
}

.theme-btn.bg-style-3::after {
    background-color: var(--header);
}

.theme-btn.bg-style-3:hover {
    color: var(--white);
}

.theme-btn.bg-style-4 {
    background-color: var(--button);
    color: var(--white);
}

.theme-btn.bg-style-4::before {
    background-color: var(--theme2);
}

.theme-btn.bg-style-4::after {
    background-color: var(--theme2);
}

.theme-btn.bg-style-5 {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-style-5::before {
    background-color: var(--header);
}

.theme-btn.bg-style-5::after {
    background-color: var(--header);
}

.theme-btn.bg-style-5:hover {
    color: var(--white);
}

.theme-btn.theme-btn-style-2 {
    background-color: transparent;
    border: 1px solid var(--theme2);
    color: var(--theme2);
}

.theme-btn.theme-btn-style-2::before {
    background-color: var(--theme2);
}

.theme-btn.theme-btn-style-2::after {
    background-color: var(--theme2);
}

.theme-btn.theme-btn-style-2:hover {
    color: var(--white);
}

.theme-btn.hover-white {
    background-color: var(--theme2);
}

.theme-btn.hover-white::before {
    background-color: var(--white);
}

.theme-btn.hover-white::after {
    background-color: var(--white);
}

.theme-btn.hover-white:hover {
    color: var(--header);
}

.theme-btn.header-btn {
    border: 2px solid var(--white);
}

.theme-btn.header-btn::before, .theme-btn.header-btn::after {
    background-color: var(--white);
}

.theme-btn.header-btn:hover {
    color: var(--header);
}

.theme-btn-2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    display: inline-block;
    text-transform: capitalize;
}

.theme-btn-2 i {
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    margin-left: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn-2:hover {
    color: var(--theme2);
}

.theme-btn-2:hover i {
    color: var(--theme2);
}

.theme-btn-2.color-style-2 {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn-2.color-style-2:hover {
    text-decoration: underline;
    color: var(--theme2);
}

.theme-btn-2.color-style-2:hover i {
    color: var(--theme2);
}

.theme-btn-2.color-style-3 {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--white);
}

.theme-btn-2.color-style-3 i {
    color: var(--white);
}

.theme-btn-2.color-style-3:hover {
    color: var(--white);
}

.theme-btn-2.color-style-3:hover i {
    color: var(--white);
}

.theme-btn-2.color-style-4 {
    color: var(--theme3);
}

.theme-btn-2.color-style-4 i {
    color: var(--theme3);
}

.theme-btn-2.solar-color {
    color: var(--theme4);
}

.theme-btn-2.solar-color i {
    color: var(--theme4);
}

.theme-btn-2.solar-color:hover {
    color: var(--theme5);
}

.theme-btn-2.solar-color:hover i {
    color: var(--theme5);
}

.theme-btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme3);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 18px 50px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 99;
    border-radius: 10px;
}

.theme-btn-3::before {
    position: absolute;
    content: '';
    background-color: var(--button2);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}

.theme-btn-3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: var(--button2);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}

.theme-btn-3:hover {
    color: var(--white);
}

.theme-btn-3:hover::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn-3:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.theme-btn-3.hover-white::before, .theme-btn-3.hover-white::after {
    background-color: var(--white);
}

.theme-btn-3.hover-white:hover {
    color: var(--header);
}

@media (max-width: 991px) {
    .theme-btn-3 {
        font-size: 15px;
        padding: 18px 35px;
    }
}

@media (max-width: 575px) {
    .theme-btn-3 {
        font-size: 14px;
        padding: 14px 32px;
    }
}

.theme-btn-4 {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--theme5);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px 12px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 100px;
}

@media (max-width: 575px) {
    .theme-btn-4 {
        padding: 10px 10px 10px 20px;
        font-size: 14px;
    }
}

.theme-btn-4 span {
    position: relative;
    color: var(--white);
    z-index: 999;
    margin-right: 25px;
}

@media (max-width: 575px) {
    .theme-btn-4 span {
        margin-right: 15px;
    }
}

.theme-btn-4 i {
    position: relative;
    color: var(--header);
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--white);
    border-radius: 50%;
}

.theme-btn-4::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: var(--theme5);
    -webkit-transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-4::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--theme4);
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-4:hover {
    background-color: var(--theme4);
    color: var(--white);
}

.theme-btn-4:hover::before {
    top: 100%;
}

.theme-btn-4:hover::after {
    bottom: -50%;
}

.theme-btn-4.bg-color-2 {
    background-color: var(--theme4);
    color: var(--white);
}

.theme-btn-4.bg-color-2::before {
    background-color: var(--theme4);
}

.theme-btn-4.bg-color-2::after {
    background-color: var(--theme5);
}

.theme-btn-4.bg-color-2:hover {
    background-color: var(--theme5);
    color: var(--white);
}

.theme-btn-4.bg-color-2:hover::before {
    top: 100%;
}

.theme-btn-4.bg-color-2:hover::after {
    bottom: -50%;
}

.theme-btn-4.bg-white {
    background-color: transparent;
    border: 2px solid #f3f3f3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white span {
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white i {
    background-color: #f3f3f3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white:hover span {
    color: var(--white);
}

.theme-btn-4.bg-white:hover i {
    color: var(--header);
    background-color: var(--white);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
    margin: 0px;
    font-weight: 700;
    color: var(--header);
    text-transform: capitalize;
}

h1 {
    font-size: 75px;
    line-height: 110%;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 62px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 32px;
        line-height: 120%;
    }
}

h2 {
    font-size: 48px;
    line-height: 120%;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
    line-height: 145%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 22px;
    line-height: 137%;
}

@media (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    color: var(--text);
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme2);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Urbanist", sans-serif, "Plus Jakarta Sans", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme2);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--theme2);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Urbanist", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme2);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.sub-title {
    color: var(--white);
    margin-bottom: 35px;
    text-align: center;
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .sub-title {
        margin-bottom: 15px;
    }
}

.section-title {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}

.section-title span {
    color: var(--theme2);
    margin-bottom: 8px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}

.section-title span.color-style-2 {
    color: var(--theme2);
}

@media (max-width: 575px) {
    .section-title span {
        font-size: 20px;
    }
}

.section-title h2.active {
    position: relative;
    overflow: hidden;
    display: block;
}

.section-title h2.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--theme2);
    -webkit-animation: a-ltr-after 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
    animation: a-ltr-after 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

.section-title h2.active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--theme2);
    -webkit-animation: a-ltr-before 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
    animation: a-ltr-before 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-title h2.active:nth-of-type(2)::before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.section-title h2.active:nth-of-type(2)::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.section-title .title {
    color: var(--white);
}

@media (max-width: 991px) {
    .section-title {
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin: 0 auto 10px;
    }
}

.section-title.width-style {
    max-width: 1080px;
}

.section-title.section-style-3 h2 {
    margin-top: 5px;
    font-family: "Syne", sans-serif;
}

.section-title.section-style-3 h2.color-style-white {
    color: var(--white);
}

.section-title.section-style-3 span {
    color: var(--theme3);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.section-title.solar-title .section-both {
    margin-bottom: 15px;
}

.section-title.solar-title .section-both span {
    color: var(--theme4);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}

.section-title.solar-title .section-both span::before {
    position: absolute;
    top: -5px;
    left: -45px;
    content: "";
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

.section-title.solar-title .section-both span::after {
    position: absolute;
    top: 5px;
    left: -35px;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

.section-title.solar-title h2 {
    color: var(--white);
}

.section-title-content {
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}

@media (max-width: 1199px) {
    .section-title-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .section-title-content {
        margin-bottom: 15px;
    }
}

.section-title-content span {
    color: var(--theme2);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.section-title-content span.color-style-2 {
    color: var(--theme2);
}

.section-title-content span.text-white {
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .section-title-content span {
        font-size: 20px;
    }
}

.section-title-content.style-3 span {
    font-weight: 600;
    color: var(--theme3);
    font-size: 18px;
    margin-bottom: 0;
}

.section-title-content.style-3 h2 {
    font-family: "Syne", sans-serif;
    margin-top: 10px;
}

.section-title-content .section-both {
    position: relative;
}

.section-title-content .section-both span {
    margin-left: 40px;
    color: var(--theme4);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
}

.section-title-content .section-both::before {
    position: absolute;
    top: -2px;
    content: "";
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

.section-title-content .section-both::after {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--bg2);
}

.section-bg-3 {
    background-color: var(--bg3);
}

.section-bg-4 {
    background-color: var(--bg4);
}

.section-bg-5 {
    background: var(--bg5);
}

.section-bg-6 {
    background: var(--bg6);
}

.section-bg-7 {
    background: var(--theme4);
}

.section-bg-8 {
    background: var(--bg7);
}

.section-bg-9 {
    background: var(--bg8);
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.section-padding-2 {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .section-padding-2 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .section-padding-2 {
        padding: 50px 0;
    }
}

@-webkit-keyframes a-ltr-after {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}

@keyframes a-ltr-after {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}

@-webkit-keyframes a-ltr-before {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@keyframes a-ltr-before {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes video-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes video-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes btb {
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes btb {
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes ring-animation {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes ring-animation {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.ring-animation {
    -webkit-animation: ring-animation 1.5s ease-in-out infinite;
    animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

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

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

.animation__rotate {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

@-webkit-keyframes updown8 {
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes updown8 {
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes lfrt10 {
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes lfrt10 {
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes tpfadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tpfadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.tpfadeLeft {
    -webkit-animation-name: tpfadeLeft;
    animation-name: tpfadeLeft;
}

@-webkit-keyframes tpfadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tpfadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.tpfadeRight {
    -webkit-animation-name: tpfadeRight;
    animation-name: tpfadeRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.main-header-1 {
    position: relative;
}

.main-header-1::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 40%;
    height: 100%;
    background-color: var(--theme2);
    z-index: -1;
}

.main-header-1 .header-top {
    position: relative;
}

@media (max-width: 1600px) {
    .main-header-1 .header-top {
        background-color: var(--theme2);
    }
}

.main-header-1 .header-top .top-header-items {
    background-color: var(--theme2);
    padding: 15px 0;
    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;
}

@media (max-width: 1199px) {
    .main-header-1 .header-top .top-header-items {
        display: none;
    }
}

.main-header-1 .header-top .top-header-items .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    gap: 40px;
}

.main-header-1 .header-top .top-header-items .contact-list li {
    color: var(--white);
}

.main-header-1 .header-top .top-header-items .contact-list li i {
    margin-right: 10px;
    color: var(--white);
}

.main-header-1 .header-top .top-header-items .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.main-header-1 .header-top .top-header-items .header-right .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.main-header-1 .header-top .top-header-items .header-right .social-icon li a {
    color: var(--white);
}

.main-header-1 .main-logo {
    position: absolute;
    top: 55px;
    left: 50px;
    z-index: 9999;
}

@media (max-width: 1899px) {
    .main-header-1 .main-logo {
        display: none;
    }
}

.main-header-1 .main-button {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 9999;
}

@media (max-width: 1899px) {
    .main-header-1 .main-button {
        display: none;
    }
}

.main-header-1 .main-menu ul ul {
    left: -10px !important;
    padding: 16px 25px 15px !important;
}

.main-header-2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: transparent;
}

.main-header-2 .header-2 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 15px 0 !important;
}

@media (max-width: 1199px) {
    .main-header-2 .header-2 {
        padding: 30px 0 !important;
    }
}

.main-header-2 .header-2 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 120px;
}

@media (max-width: 1500px) {
    .main-header-2 .header-2 .menu {
        gap: 75px;
    }
}

@media (max-width: 1399px) {
    .main-header-2 .header-2 .menu {
        gap: 70px;
    }
}

.main-header-2 .header-2 .menu .sticky-logo-2 .normal-logo {
    display: block;
}

@media (max-width: 1199px) {
    .main-header-2 .header-2 .menu .sticky-logo-2 .normal-logo {
        display: none;
    }
}

.main-header-2 .header-2 .menu .sticky-logo-2 .logo-sticky {
    display: none;
}

@media (max-width: 1199px) {
    .main-header-2 .header-2 .menu .sticky-logo-2 .logo-sticky {
        display: block;
    }
}

@media (max-width: 1199px) {
    .main-header-2 .header-2 .menu .sticky-logo-2 {
        height: auto;
    }
}


.main-header-2 .header-2 .menu .main-menu ul {
    position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.main-header-2 .header-2 .menu .main-menu ul li.active {
    position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li.active > a {
    color: var(--white);
}

.main-header-2 .header-2 .menu .main-menu ul li a {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.main-header-2 .header-2 .menu .main-menu ul li a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    position: absolute;
    right: 12px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-header-2 .header-2 .menu .main-menu ul li a:hover {
    color: var(--theme2);
}

.main-header-2 .header-2 .menu .main-menu ul li a:hover:after {
    border-color: var(--theme2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-header-2 .header-2 .menu .main-menu ul li:hover > ul {
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-header-2 .header-2 .menu .main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}

.main-header-2 .header-2 .menu .main-menu ul ul {
    background-color: var(--white);
    left: 4px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    padding: 16px 30px 15px;
    border-radius: 4px;
    border: 1px solid #ebeeee;
}

.main-header-2 .header-2 .menu .main-menu ul ul li {
    float: none;
    width: 210px;
}

.main-header-2 .header-2 .menu .main-menu ul ul li ul {
    visibility: hidden;
}

.main-header-2 .header-2 .menu .main-menu ul ul li i {
    float: right;
}

.main-header-2 .header-2 .menu .main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 0;
    color: var(--header);
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
}

.main-header-2 .header-2 .menu .main-menu ul ul li a:hover {
    color: var(--theme2);
}

.main-header-3 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}

.top-header-2 {
    padding: 15px 0;
    background:  linear-gradient(to right, #002FF5 0%, #FFEB3B 100%);
}

@media (max-width: 1199px) {
    .top-header-2 {
        display: none;
    }
}
 @media (max-width: 768px) {
    .top-header-2 .top-header-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .top-header-2 .top-header-items .contact-list,
    .top-header-2 .top-header-items .header-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .top-header-2 .top-header-items .contact-list li,
    .top-header-2 .top-header-items .header-right .social-icon li {
        margin-bottom: 5px;
    }
}

.top-header-2 .top-header-items {
    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;
}

.top-header-2 .top-header-items .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.top-header-2 .top-header-items .contact-list li {
    color: var(--white);
}

.top-header-2 .top-header-items .contact-list li i {
    margin-right: 10px;
    color: var(--white);
}

.top-header-2 .top-header-items .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.top-header-2 .top-header-items .header-right .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.top-header-2 .top-header-items .header-right .social-icon li a {
    color: var(--white);
}

.top-header-2 .top-header-items .header-right .support-list {
    gap: 30px;
}

.top-header-2 .top-header-items .header-right .support-list li {
    color: var(--white);
}

.top-header-2.top-header-3 {
    background-color: var(--bg6);
}

.top-header-2.top-header-3 .top-header-items .contact-list li i {
    color: var(--theme3);
}

.top-header-2.top-header-3 .top-header-items.header-right .support-list li {
    color: var(--white);
}

.top-header-2.top-header-4 {
    background-color: var(--theme5);
}

.top-header-2.top-header-4 .top-header-items .contact-list li i {
    color: var(--white);
}

.top-header-2.top-header-4 .top-header-items.header-right .support-list li {
    color: var(--white);
}

header-area {
    z-index: 999;
    position: relative;
}

header-area.style-2 {
    margin-bottom: 0;
}

.header-menu-area {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}

@media (max-width: 1199px) {
    .header-menu-area {
        background-color: var(--white);
        overflow: hidden;
    }
}

.header-menu-area .sticky-logo {
    display: none;
}

.header-menu-area.sticky-header {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-menu-area.fixed-header {
    position: fixed;
}

.header-menu-area.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    background:  linear-gradient(to right,#FFEB3B 0%,#002FF5 100%);
}

.header-menu-area.sticky_menu .header-menu-items {
    padding: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .header-menu-area.sticky_menu .header-menu-items {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .header-menu-area.sticky_menu .header-menu-items {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .header-menu-area.sticky_menu .header-menu-items {
        padding: 15px 0;
    }
}

.header-menu-area.sticky_menu .header-menu-items .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo {
    display: block;
}

@media (max-width: 1199px) {
    .header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo {
        display: none;
    }
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo-2 .normal-logo {
    display: none;
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo-2 .logo-sticky {
    display: block;
}

.header-menu-area.sticky_menu .header-2 {
    padding: 0 0 !important;
}

@media (max-width: 1199px) {
    .header-menu-area.sticky_menu .header-2 {
        padding: 30px 0 !important;
    }
}

.header-menu-area.sticky_menu .header-2 .menu .main-menu ul li a {
    color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu .main-menu ul li a:hover {
    color: var(--theme2);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn {
    background-color: var(--theme2) !important;
    color: var(--white);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn::before, .header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn::after {
    background-color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn:hover {
    color: var(--white);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items {
    gap: 15px;
    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;
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .icon i {
    color: var(--theme2);
    
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .content p {
    /* color: var(--text); */
    color: #000;
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .content h6 {
    color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-dots {
    display: none;
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-dots-2 {
    display: block;
}

.header-menu-area.sticky_menu .main-menu > ul > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.header-menu-area .header-menu-items {
    padding: 0 30px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px 0px rgba(167, 167, 167, 0.25);
    background-color: var(--white);
}

@media (max-width: 1600px) {
    .header-menu-area .header-menu-items {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 1199px) {
    .header-menu-area .header-menu-items {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .header-menu-area .header-menu-items {
        padding: 20px 0px;
    }
}

.header-menu-area .header-menu-items .logo-1 {
    display: none;
}

@media (max-width: 1199px) {
    .header-menu-area .header-menu-items .logo-1 {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-menu-area .header-menu-items .logo-1 {
        height: 0;
    }
}

@media (max-width: 767px) {
    .header-menu-area .header-menu-items .logo-3 {
        height: 0;
    }
}

.header-menu-area .header-menu-items .main-menu ul {
    position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.header-menu-area .header-menu-items .main-menu ul li.active {
    position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li.active > a {
    color: var(--header);
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown > a {
    padding-right: 32px;
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown > a:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown .dropdown > a:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul li ul.submenu li.active > a {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.header-menu-area .header-menu-items .main-menu ul li ul.submenu li.active > a:after {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: -1;
}

.header-menu-area .header-menu-items .main-menu ul li a {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    color: var(--header);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.header-menu-area .header-menu-items .main-menu ul li a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 500;
    margin-left: auto;
    position: absolute;
    right: 10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .main-menu ul li a:hover {
    color: var(--theme2);
}

.header-menu-area .header-menu-items .main-menu ul li a:hover:after {
    border-color: var(--theme2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-menu-area .header-menu-items .main-menu ul li:hover > ul {
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-menu-area .header-menu-items .main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}

.header-menu-area .header-menu-items .main-menu ul ul {
    background-color: var(--white);
    left: 4px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    padding: 16px 30px 15px;
    border-radius: 4px;
    border: 1px solid #ebeeee;
}

.header-menu-area .header-menu-items .main-menu ul ul li {
    float: none;
    width: 210px;
}

.header-menu-area .header-menu-items .main-menu ul ul li ul {
    visibility: hidden;
}

.header-menu-area .header-menu-items .main-menu ul ul li i {
    float: right;
}

.header-menu-area .header-menu-items .main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 0;
    color: var(--header);
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:before {
    position: absolute;
    left: 0;
    content: "\f068";
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:hover {
    color: var(--theme2);
    padding-left: 20px;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul ul li:last-child a {
    border-bottom: 0px;
}

.header-menu-area .header-menu-items .main-menu ul ul ul {
    left: 100%;
    opacity: 0;
    border-top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .menu-components {
    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;
}

@media (max-width: 1199px) {
    .header-menu-area .header-menu-items .menu-components {
        display: none;
    }
}

.header-menu-area .header-menu-items .menu-components .contact-info-items {
    gap: 15px;
    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;
}

.header-menu-area .header-menu-items .menu-components .contact-info-items .icon i {
    font-size: 30px;
    color: var(--theme2);
}

.header-menu-area .header-menu-items .menu-components .contact-info-items .content p {
    margin-bottom: 5px;
    font-weight: 500;
}

.header-menu-area .header-menu-items .menu-components .dot-2 {
    display: none;
}

@media (max-width: 1399px) {
    .header-menu-area .header-menu-items .menu-components .button-3 .theme-btn-3 {
        padding: 14px 30px;
        font-size: 14px;
    }
}

.header-menu-area .header-menu-items .menu-components .search-wrp {
    position: relative;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input {
    background-color: transparent;
    outline: none;
    width: 180px;
    font-size: 18px;
    padding: 10px 40px 10px 7px;
    font-weight: 400;
    border: none;
    color: #307343;
    border-radius: 0;
    border-bottom: 1px solid #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::-webkit-input-placeholder {
    color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input:-ms-input-placeholder {
    color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::-ms-input-placeholder {
    color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::placeholder {
    color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp button {
    position: absolute;
    right: 0;
    top: 12px;
}

.header-menu-area .header-menu-items .menu-components .search-wrp button i {
    font-size: 18px;
    color: var(--theme3);
}

@media (max-width: 1399px) {
    .header-menu-area .header-menu-items .menu-components.style-two .contact-info-items {
        display: none !important;
    }
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .icon i {
    color: var(--white);
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .content p {
    color: #FFFFFF8C;
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .content h6 {
    color: var(--white);
}

.header-menu-area .header-menu-items .menu-components.style-two .header-button-2 .theme-btn {
    background-color: var(--white);
    line-height: 1;
    color: var(--header);
}

.header-menu-area .header-menu-items .menu-components.style-two .header-dots-2 {
    display: none;
}

.header-menu-area .header-menu-items .menu__right__components {
    gap: 15px;
}

@media (max-width: 500px) {
    .header-menu-area .header-menu-items .menu__right__components {
        gap: 10px;
    }
}

.header-menu-area .header-menu-items.header-3 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0;
}

@media (max-width: 1199px) {
    .header-menu-area .header-menu-items.header-3 {
        padding: 20px 0;
    }
}

.header-menu-area .header-menu-items.header-3 .menu-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

.header-menu-area .header-menu-items.header-3 .menu-3 .main-menu ul li a:hover {
    color: var(--theme3);
}

.header-menu-area .header-menu-items.header-3 .menu-3 .main-menu ul li a:hover:after {
    border-color: var(--theme3);
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 .main-menu ul li a:hover {
    color: var(--theme4);
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 .main-menu ul li a:hover:after {
    border-color: var(--theme4);
}

@media (max-width: 767px) {
    .mobile-menu-bar {
        margin-top: 5px;
    }
}

.mobile-menu-bar a i {
    color: var(--header);
    font-size: 28px;
}

.menu-sidebar-area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background-color: var(--white);
    overflow-y: scroll;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

@media screen and (max-width: 560px) {
    .menu-sidebar-area {
        width: 375px;
    }
}

@media screen and (max-width: 370px) {
    .menu-sidebar-area {
        width: 320px;
    }
}

.menu-sidebar-area .menu-sidebar-logo {
    display: inline-block;
    width: 180px;
}

.menu-sidebar-area .menu-sidebar-wrapper {
    position: relative;
    padding: 40px;
}

.menu-sidebar-area .menu-sidebar-wrapper .theme-btn {
    display: block !important;
    text-align: center;
    width: 100%;
}

.menu-sidebar-area.active {
    right: 0;
}

.menu-sidebar-area .menu-sidebar-close {
    position: absolute;
    top: 40px;
    right: 32px;
}

.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 20px;
    height: 45px;
    width: 45px;
    background-color: var(--theme2);
    color: var(--white);
    border-radius: 50%;
}

.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.menu-sidebar-area .info-title {
    margin-top: 30px;
    display: inline-block;
}

.menu-sidebar-area .contact-info-items {
    overflow: hidden;
    margin-top: 20px;
    gap: 20px;
}

@media (max-width: 575px) {
    .menu-sidebar-area .contact-info-items {
        -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
        align-items: initial !important;
    }
}

.menu-sidebar-area .contact-info-items .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme2);
    color: var(--white);
    text-align: center;
    border-radius: 100%;
}

@media (max-width: 575px) {
    .menu-sidebar-area .contact-info-items .icon {
        width: initial;
        height: initial;
        line-height: initial;
        background-color: transparent;
        color: var(--theme2);
        font-size: 24px;
    }
}

.menu-sidebar-area .contact-info-items .content p {
    font-weight: 500;
}

.menu-sidebar-area .theme-btn {
    text-transform: capitalize;
    font-size: 16px;
    padding: 18px 40px;
    line-height: 1;
}

.menu-sidebar-area .theme-btn.style-2 {
    background-color: var(--theme2);
}

.menu-sidebar-area .theme-btn.style-2::before, .menu-sidebar-area .theme-btn.style-2::after {
    background-color: var(--text);
}

.menu-sidebar-area .theme-btn.style-3 {
    background-color: var(--theme3);
}

.menu-sidebar-area .theme-btn.style-3::before, .menu-sidebar-area .theme-btn.style-3::after {
    background-color: var(--text);
}

.menu-sidebar-area .theme-btn.style-4 {
    background-color: var(--theme4);
}

.menu-sidebar-area .theme-btn.style-4::before, .menu-sidebar-area .theme-btn.style-4::after {
    background-color: var(--text);
}

.menu-sidebar-area .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
}

.menu-sidebar-area .social-icon li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme2);
}

.menu-sidebar-area .social-icon li i {
    font-size: 16px;
    color: var(--white);
}

.breadcrumb-wrapper {
    padding: 130px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper {
        padding: 150px 0;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper {
        padding: 120px 0;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper {
        padding: 70px 0;
    }
}

.breadcrumb-wrapper .page-heading {
    position: relative;
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 60px;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 32px;
    }
}

.breadcrumb-wrapper .page-heading h1 span {
    font-size: 60px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 span {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 span {
        font-size: 32px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 18px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme2);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-weight: 400;
    font-size: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items .text {
    text-decoration: underline;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 18px 0;
    color: var(--header);
    border-top: 1px solid #dfe2e9;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
    position: relative;
}

.mean-container .mean-nav ul li.dropdown a {
    position: relative;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 14px;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--header);
    line-height: 30px;
    top: 0;
    font-weight: 400;
    position: absolute;
}

.mean-container .mean-nav ul li a.mean-expand:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 16px !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
    background-color: var(--theme2);
    color: var(--white);
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
    color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--white);
}

.hero-1 {
    position: relative;
}

.hero-1 .arry-button {
    position: absolute;
    top: 50%;
    right: 19%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

@media (max-width: 1199px) {
    .hero-1 .arry-button {
        display: none;
    }
}

.hero-1 .arry-button .arry-prev {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--white);
}

.hero-1 .arry-button .arry-prev i {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
}

.hero-1 .arry-button .arry-next {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ffffff33;
}

.hero-1 .arry-button .arry-next i {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.hero-1 .arrow-shape {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 99;
}

@media (max-width: 1199px) {
    .hero-1 .arrow-shape {
        display: none;
    }
}

.hero-1 .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-1 .arrow-shape-2 {
        display: none;
    }
}

.hero-1 .slide-bg {
    position: relative;
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-1 .slide-bg::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: #000;
    z-index: 2;
    opacity: .6;
}

@media (max-width: 1199px) {
    .hero-1 .slide-bg {
        padding: 130px 0;
    }
}

@media (max-width: 991px) {
    .hero-1 .slide-bg {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .hero-1 .slide-bg {
        padding: 80px 0;
    }
}

.hero-1 .slide-bg .hero-content {
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content {
        text-align: center;
    }
}

.hero-1 .slide-bg .hero-content h1 {
    color: var(--white);
    text-transform: initial;
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content h1 {
        font-size: 44px;
    }
}

.hero-1 .slide-bg .hero-content h3 {
    color: var(--white);
    margin-top: 20px;
    display: block;
    border-left: 3px solid var(--white);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content h3 {
        padding-left: 0;
        border: none;
    }
}

.hero-1 .slide-bg .hero-content .hero-button {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .hero-1 .slide-bg .hero-content .hero-button {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .hero-1 .slide-bg .hero-content .hero-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: var(--white);
    color: var(--theme2);
    line-height: 90px;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    font-size: 18px;
}

@media (max-width: 991px) {
    .hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
    font-size: 18px;
    color: var(--white);
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@media (max-width: 991px) {
    .hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
        font-size: 14px;
    }
}

.hero-2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0 103px;
}

@media (max-width: 1199px) {
    .hero-2 {
        padding: 220px 0 140px;
    }
}

@media (max-width: 991px) {
    .hero-2 {
        padding: 200px 0 100px;
    }
}

.hero-2 .circle-shape {
    position: absolute;
    right: 10%;
    top: 38%;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
}

@media (max-width: 1199px) {
    .hero-2 .circle-shape {
        display: none;
    }
}

.hero-2 .hero-content {
    position: relative;
}

@media (max-width: 575px) {
    .hero-2 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-2 .hero-content .head-title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 285px;
    padding: 15px 15px;
    color: var(--white);
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .hero-2 .hero-content .head-title {
        text-align: center;
        margin: 0 auto 30px;
    }
}

.hero-2 .hero-content h1 {
    color: var(--white);
    margin-bottom: 25px;
    text-transform: initial;
}

.hero-2 .hero-content h6 {
    color: var(--white);
}

.hero-2 .hero-content .hero-button {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .hero-2 .hero-content .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
    }
}

.hero-2 .hero-content .hero-button .theme-btn-2 {
    color: var(--white);
    text-decoration: underline;
}

.hero-2 .hero-content .hero-button .theme-btn-2 i {
    color: var(--white);
}

.hero-2 .hero-content .hero-button .theme-btn-2:hover {
    color: var(--theme2);
}

.hero-2 .hero-content .hero-button .theme-btn-2:hover i {
    color: var(--theme2);
}

.hero-2 .hero-image {
    margin-left: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-2 .hero-image {
        margin-left: 0;
    }
}

.hero-2 .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.hero-3 {
    padding: 230px 0 130px;
    background-color: var(--bg5);
    position: relative;
}

@media (max-width: 991px) {
    .hero-3 {
        padding: 190px 0 90px;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .hero-3 {
        padding: 130px 0 65px;
    }
}

.hero-3 .bar-shape {
    position: absolute;
    top: 53%;
    left: 26%;
    -webkit-animation: width 8s linear infinite;
    animation: width 8s linear infinite;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hero-3 .bar-shape {
        top: 50%;
        left: 20%;
    }
}

@media (max-width: 1199px) {
    .hero-3 .bar-shape {
        display: none;
    }
}

.hero-3 .star-shape {
    position: absolute;
    left: 55%;
    top: 30%;
}

@media (max-width: 991px) {
    .hero-3 .star-shape {
        display: none;
    }
}

.hero-3 .line-shape {
    position: absolute;
    left: 45%;
    bottom: 5%;
    -webkit-animation: tpswing 1s forwards infinite alternate;
    animation: tpswing 1s forwards infinite alternate;
}

@media (max-width: 991px) {
    .hero-3 .line-shape {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        text-align: center;
    }
}

.hero-3 .hero-content h1 {
    font-family: "Syne", sans-serif;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        margin-bottom: 15px;
    }
}

.hero-3 .hero-content .hero-button {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content .hero-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.hero-3 .hero-content .hero-button .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: var(--theme3);
    color: var(--white);
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    font-size: 18px;
}

@media (max-width: 991px) {
    .hero-3 .hero-content .hero-button .video-play-btn .play-video {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button .video-play-btn .play-video {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.hero-3 .hero-content .hero-button .video-play-btn span {
    color: var(--header);
    font-weight: 800;
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button .video-play-btn span {
        font-size: 14px;
    }
}

.hero-3 .hero-content .client-item {
    margin-top: 40px;
    gap: 15px;
}

@media (max-width: 575px) {
    .hero-3 .hero-content .client-item {
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-3 .hero-content .client-item p {
    font-weight: 700;
    color: var(--header);
    text-transform: capitalize;
}

.hero-3 .hero-card-image img {
    width: 100%;
    height: 100%;
}

.hero-4 .solar-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 200px 0 200px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-4 .solar-bg {
        padding: 100px 0 200px;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .hero-4 .solar-bg {
        padding: 70px 0 170px;
        overflow: hidden;
    }
}

.hero-4 .solar-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: white;
    opacity: 0.961;
}

.hero-4 .solar-shape {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.hero-4 .hero-content {
    position: relative;
}

@media (max-width: 575px) {
    .hero-4 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-4 .hero-content .section-both {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .hero-4 .hero-content .section-both {
        margin-bottom: 10px;
    }
}

.hero-4 .hero-content .section-both span {
    margin-left: 50px;
    color: var(--theme4);
    font-weight: 600;
}

@media (max-width: 575px) {
    .hero-4 .hero-content .section-both span {
        margin-left: 0;
    }
}

.hero-4 .hero-content .section-both::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

@media (max-width: 575px) {
    .hero-4 .hero-content .section-both::before {
        display: none;
    }
}

.hero-4 .hero-content .section-both::after {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid var(--theme4);
}

@media (max-width: 575px) {
    .hero-4 .hero-content .section-both::after {
        display: none;
    }
}

.hero-4 .hero-content h1 {
    font-size: 70px;
    line-height: 125%;
}

@media (max-width: 1199px) {
    .hero-4 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 36px;
    }
}

.hero-4 .hero-content .hero-button {
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-4 .hero-content .hero-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.hero-4 .solar-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    max-width: 1100px;
}

@media (max-width: 1600px) {
    .hero-4 .solar-image {
        max-width: 900px;
        bottom: 100px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .solar-image {
        max-width: 750px;
        bottom: 95px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .solar-image {
        display: none;
    }
}

.hero-4 .solar-image img {
    width: 100%;
    height: 100%;
}

.feature-section .left-shape {
    position: absolute;
    bottom: 0;
    left: 3%;
}

@media (max-width: 1199px) {
    .feature-section .left-shape {
        display: none;
    }
}

.feature-section .left-shape-2 {
    position: absolute;
    bottom: 0;
    left: 8%;
}

@media (max-width: 1199px) {
    .feature-section .left-shape-2 {
        display: none;
    }
}

.feature-section .right-shape {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    opacity: 0.1;
}

.feature-section .right-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .feature-section .right-shape {
        display: none;
    }
}

.feature-single-box {
    background-color: var(--white);
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .feature-single-box {
        padding: 30px;
    }
}

.feature-single-box .box {
    position: absolute;
    top: -40px;
    right: -45px;
}

.feature-single-box .box h5 {
    font-size: 30px;
    width: 130px;
    height: 130px;
    line-height: 155px;
    border-radius: 50%;
    background-color: var(--theme2);
    padding-left: 35px;
    display: block;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature-single-box .icon {
    font-size: 40px;
    font-weight: 400;
    color: var(--theme2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature-single-box .icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature-single-box .content h4 {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .feature-single-box .content h4 {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .feature-single-box .content h4 {
        padding-bottom: 15px;
    }
}

.feature-single-box .content p {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .feature-single-box .content p {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .feature-single-box .content p {
        padding-top: 15px;
    }
}

.feature-single-box:hover {
    background-color: var(--theme2);
}

.feature-single-box:hover .box h5 {
    background-color: var(--white);
    color: var(--theme2);
}

.feature-single-box:hover .icon {
    color: var(--white);
    -webkit-animation: icon-bounce 0.8s 1;
    animation: icon-bounce 0.8s 1;
}

.feature-single-box:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.feature-single-box:hover .content h4 {
    border-bottom: 1px solid var(--white);
}

.feature-single-box:hover .content h4 a {
    color: var(--white);
}

.feature-single-box:hover .content p {
    color: var(--white);
}

.feature-single-box.active {
    background-color: var(--theme2);
}

.feature-single-box.active .box h5 {
    background-color: var(--white);
    color: var(--theme2);
}

.feature-single-box.active .icon {
    color: var(--white);
}

.feature-single-box.active .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.feature-single-box.active .content h4 {
    border-bottom: 1px solid var(--white);
}

.feature-single-box.active .content h4 a {
    color: var(--white);
}

.feature-single-box.active .content p {
    color: var(--white);
}

.feature-single-wrapper .single-feature-content .section-title-content {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .feature-single-wrapper .single-feature-content .section-title-content {
        text-align: center;
    }
}

.feature-single-wrapper .single-feature-content .feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 35px 50px;
    border: 1px solid var(--border);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature-single-wrapper .single-feature-content .feature-items:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .feature-single-wrapper .single-feature-content .feature-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.feature-single-wrapper .single-feature-content .feature-items.active {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    border: 1px solid transparent;
}

@media (max-width: 575px) {
    .feature-single-wrapper .single-feature-content .feature-items .content {
        text-align: center;
        margin: 0 auto;
    }
}

.feature-single-wrapper .single-feature-content .feature-items .content h3 {
    margin-bottom: 10px;
}

.feature-single-wrapper .single-feature-content .feature-items:hover {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    border: 1px solid transparent;
}

.feature-single-wrapper .single-feature-image {
    margin-left: 40px;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-single-wrapper .single-feature-image {
        margin-top: 140px;
    }
}

@media (max-width: 1199px) {
    .feature-single-wrapper .single-feature-image {
        margin-top: 180px;
    }
}

@media (max-width: 991px) {
    .feature-single-wrapper .single-feature-image {
        margin-left: 0;
        margin-top: 0;
    }
}

.feature-single-wrapper .single-feature-image .quote-img {
    position: absolute;
    bottom: 7%;
    left: 12%;
}

@media (max-width: 991px) {
    .feature-single-wrapper .single-feature-image .quote-img {
        display: none;
    }
}

.feature-single-wrapper .single-feature-image .feature-image {
    max-width: 300px;
}

@media (max-width: 767px) {
    .feature-single-wrapper .single-feature-image .feature-image {
        text-align: center;
        margin: 0 auto;
    }
}

.feature-single-wrapper .single-feature-image .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-single-wrapper .single-feature-image .feature-image-2 {
    max-width: 300px;
    margin-top: 150px;
}

@media (max-width: 767px) {
    .feature-single-wrapper .single-feature-image .feature-image-2 {
        text-align: center;
        margin: 30px auto 0;
    }
}

.feature-single-wrapper .single-feature-image .feature-image-2 img {
    width: 100%;
    height: 100%;
}

.single-feature-icon-box {
    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;
    gap: 30px;
}

@media (max-width: 1199px) {
    .single-feature-icon-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-feature-icon-box .icon-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 991px) {
    .single-feature-icon-box .icon-box-items {
        display: -ms-grid;
        display: grid;
        text-align: center;
        margin: 0 auto;
        gap: 20px;
    }
}

.single-feature-icon-box .icon-box-items .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    background-color: rgba(0, 169, 164, 0.13);
    text-align: center;
}

@media (max-width: 991px) {
    .single-feature-icon-box .icon-box-items .icon {
        text-align: center;
        margin: 0 auto;
    }
}

.single-feature-icon-box .icon-box-items .icon i {
    color: var(--theme3);
}

@media (max-width: 991px) {
    .single-feature-icon-box .icon-box-items .content {
        text-align: center;
    }
}

.single-feature-icon-box .icon-box-items .content h4 {
    font-family: "Syne", sans-serif;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 5px;
}

.single-feature-icon-box .icon-box-items .content p {
    color: var(--it-text);
}

.solar-icon-wrapper {
    border-radius: 10px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.solar-icon-wrapper .solar-icon-items {
    padding: 60px 30px;
    border-right: 1px solid var(--border2);
    position: relative;
}

@media (max-width: 1199px) {
    .solar-icon-wrapper .solar-icon-items {
        border-right: none;
    }
}

@media (max-width: 575px) {
    .solar-icon-wrapper .solar-icon-items {
        padding: 40px 30px;
    }
}

.solar-icon-wrapper .solar-icon-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white);
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}

.solar-icon-wrapper .solar-icon-items .content {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.solar-icon-wrapper .solar-icon-items .content h3 {
    color: var(--white);
    margin-bottom: 15px;
}

.solar-icon-wrapper .solar-icon-items .content p {
    color: #999999;
}

.solar-icon-wrapper .solar-icon-items .text {
    font-size: 200px;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: transparent;
    opacity: .10;
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -25px;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 1;
    letter-spacing: -4px;
}

.solar-icon-wrapper .solar-icon-items.border-none {
    border-right: none;
}

.process-section {
    position: relative;
}

.process-section .flower-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.single-process-box {
    position: relative;
    margin-top: 30px;
}

.single-process-box.border-style {
    position: relative;
}

.single-process-box.border-style::before {
    position: absolute;
    right: -65%;
    top: 35px;
    width: 180px;
    border-bottom: 1px dotted var(--theme3);
    content: "";
}

@media (max-width: 1199px) {
    .single-process-box.border-style::before {
        display: none;
    }
}

.single-process-box .box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: var(--theme3);
    margin: 0 auto;
}

.single-process-box .box h3 {
    font-family: "Syne", sans-serif;
    color: var(--white);
    text-align: center;
    line-height: 60px;
}

.single-process-box .content {
    margin-top: 20px;
}

.single-process-box .content h3 {
    color: var(--white);
    font-family: "Syne", sans-serif;
    margin-bottom: 5px;
}

.single-process-box .content p {
    color: #EDF9F994;
}

.single-about-1 .about-image {
    position: relative;
}

.single-about-1 .about-image img {
    width: 100%;
    height: 100%;
}

.single-about-1 .about-image .client-img {
    position: absolute;
    bottom: -15px;
    right: 20px;
}

@media (max-width: 1199px) {
    .single-about-1 .about-image .client-img {
        right: 20px;
    }
}

@media (max-width: 575px) {
    .single-about-1 .about-image .client-img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .single-about-1 .about-content {
        margin-left: 65px;
    }
}

@media (min-width: 992px) {
    .single-about-1 .about-content {
        margin-left: 45px;
    }
}

.single-about-1 .about-content h3 a {
    color: var(--theme2);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.single-about-1 .about-content .text {
    padding-left: 30px;
    border-left: 5px solid var(--theme2);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .single-about-1 .about-content .text {
        padding-left: 20px;
        margin-top: 25px;
    }
}

.single-about-1 .about-content .about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .single-about-1 .about-content .about-info {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-about-1 .about-content .about-info .customer-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .single-about-1 .about-content .about-info .customer-img {
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-about-1 .about-content .about-info .customer-img h6 {
    font-size: 18px;
    font-weight: 500;
}

.single-about-1 .about-content .counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .single-about-1 .about-content .counter-item {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .single-about-1 .about-content .counter-item {
        margin-top: 35px;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-about-1 .about-content .counter-item .counter-box {
    padding: 30px 40px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
}

@media (max-width: 1199px) {
    .single-about-1 .about-content .counter-item .counter-box {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .single-about-1 .about-content .counter-item .counter-box {
        padding: 25px 30px;
    }
}

.single-about-1 .about-content .counter-item .counter-box h2 {
    color: var(--theme2);
}

@media (max-width: 991px) {
    .single-about-1 .about-content .counter-item .counter-box h2 h2, .single-about-1 .about-content .counter-item .counter-box h2 span {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .single-about-1 .about-content .counter-item .counter-box h2 h2, .single-about-1 .about-content .counter-item .counter-box h2 span {
        font-size: 36px;
    }
}

.single-about-1 .about-content .counter-item .counter-box p {
    font-weight: 600;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .single-about-1 .about-content .counter-item .counter-box p {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .single-about-1 .about-content .counter-item .counter-box p {
        font-size: 18px;
        margin-top: 5px;
    }
}

.about-section .shape {
    position: absolute;
    bottom: -15%;
    right: 0;
}

@media (max-width: 1600px) {
    .about-section .shape {
        display: none;
    }
}

.single-about-wrapper-2 {
    margin-top: 60px;
}

.single-about-wrapper-2 .about-image-item {
    z-index: 9;
}

.single-about-wrapper-2 .about-image-item .about-image-1 {
    max-width: 300px;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .single-about-wrapper-2 .about-image-item .about-image-1 {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .single-about-wrapper-2 .about-image-item .about-image-1 {
        margin: 0 auto 30px;
        text-align: center;
    }
}

.single-about-wrapper-2 .about-image-item .about-image-1 img {
    width: 100%;
    height: 100%;
}

.single-about-wrapper-2 .about-image-item .about-image-2 {
    max-width: 300px;
}

@media (max-width: 575px) {
    .single-about-wrapper-2 .about-image-item .about-image-2 {
        margin: 0 auto;
        text-align: center;
    }
}

.single-about-wrapper-2 .about-image-item .about-image-2 img {
    width: 100%;
    height: 100%;
}

.single-about-wrapper-2 .about-image-item .circle-shape {
    position: absolute;
    top: 25%;
    left: 15%;
    z-index: -1;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
}

@media (max-width: 1199px) {
    .single-about-wrapper-2 .about-image-item .circle-shape {
        display: none;
    }
}

.single-about-wrapper-2 .about-image-item .bg-shape {
    position: absolute;
    top: -20%;
    left: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .single-about-wrapper-2 .about-image-item .bg-shape {
        display: none;
    }
}

.single-about-wrapper-2 .about-content {
    margin-left: 40px;
}

@media (max-width: 1600px) {
    .single-about-wrapper-2 .about-content {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .single-about-wrapper-2 .about-content {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .single-about-wrapper-2 .about-content {
        margin-left: 0;
    }
}

.single-about-wrapper-2 .about-content .text {
    color: var(--header);
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .single-about-wrapper-2 .about-content .text {
        text-align: center;
    }
}

.single-about-wrapper-2 .about-content .text a {
    color: var(--theme2);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 600;
}

.single-about-wrapper-2 .about-content .single-system-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    padding: 30px 40px;
}

.single-about-wrapper-2 .about-content .single-system-item:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .single-about-wrapper-2 .about-content .single-system-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .single-about-wrapper-2 .about-content .single-system-item .content {
        text-align: center;
        margin: 0 auto;
    }
}

.single-about-wrapper-2 .about-content .single-system-item .content h4 {
    margin-bottom: 10px;
}

.bank-about-wrapper .about-image {
    position: relative;
}

.bank-about-wrapper .about-image img {
    width: 100%;
    height: 100%;
}

.bank-about-wrapper .about-image .icon-box {
    position: absolute;
    right: 5%;
    top: 2%;
}

@media (max-width: 1199px) {
    .bank-about-wrapper .about-image .icon-box {
        right: -3%;
        top: -6%;
    }
}

@media (max-width: 991px) {
    .bank-about-wrapper .about-image .icon-box {
        right: 5%;
        top: 2%;
    }
}

@media (max-width: 767px) {
    .bank-about-wrapper .about-image .icon-box {
        right: 0;
        top: -3%;
    }
}

@media (max-width: 575px) {
    .bank-about-wrapper .about-image .icon-box {
        display: none;
    }
}

.bank-about-wrapper .about-image .icon-box img {
    width: initial;
    height: initial;
}

.bank-about-wrapper .about-content {
    margin-left: 50px;
}

@media (max-width: 1399px) {
    .bank-about-wrapper .about-content {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .bank-about-wrapper .about-content {
        margin-left: 0;
    }
}

.bank-about-wrapper .about-content ul {
    margin-top: 30px;
}

.bank-about-wrapper .about-content ul li {
    color: var(--header);
    font-weight: 600;
}

.bank-about-wrapper .about-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bank-about-wrapper .about-content ul li i {
    color: var(--theme3);
    margin-right: 12px;
}

.solar-about-wrapper {
    position: relative;
}

.solar-about-wrapper .solar-dot {
    position: absolute;
    bottom: -10%;
    left: -5%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .solar-about-wrapper .solar-dot {
        display: none;
    }
}

.solar-about-wrapper .about-image img {
    width: 100%;
    height: 100%;
}

.solar-about-wrapper .about-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .solar-about-wrapper .about-content {
        margin-left: 0;
    }
}

.solar-about-wrapper .about-content .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .solar-about-wrapper .about-content .icon-list {
        gap: 10px;
    }
}

.solar-about-wrapper .about-content .icon-list .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme5);
    border-radius: 50%;
    text-align: center;
    color: var(--white);
}

@media (max-width: 575px) {
    .solar-about-wrapper .about-content .icon-list .icon {
        text-align: center;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .solar-about-wrapper .about-content .icon-list h6 {
        font-size: 16px;
    }
}

.solar-about-wrapper .about-content .info-button {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .solar-about-wrapper .about-content .info-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.solar-about-wrapper .about-content .info-button .link {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--theme4);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.solar-about-wrapper .about-content .info-button .link:hover {
    color: var(--theme5);
}

.service-section {
    position: relative;
}

.service-section .bg-shape {
    position: absolute;
    left: 0;
    bottom: -30%;
}

.service-section .bg-shape img {
    width: 100%;
    height: 100%;
}

.service-single-wrapper {
    position: relative;
}

.service-single-wrapper::before {
    position: absolute;
    top: 59%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #DF0A0A0D;
}

.single-service-style-1 {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    margin-top: 30px;
}

.single-service-style-1 .service-image {
    padding: 10px 10px 0px 10px;
}

.single-service-style-1 .service-image img {
    width: 100%;
    height: 100%;
}

.single-service-style-1 .content {
    padding: 30px 40px;
}

@media (max-width: 575px) {
    .single-service-style-1 .content {
        padding: 25px 30px;
    }
}

.single-service-style-1 .content .d-flex {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .single-service-style-1 .content .d-flex {
        padding-bottom: 25px;
    }
}

.single-service-style-1 .content h3:hover a {
    color: var(--theme2);
}

.single-service-style-1 .content p {
    padding-top: 30px;
}

@media (max-width: 575px) {
    .single-service-style-1 .content p {
        padding-top: 20px;
    }
}

.single-service-style-2 {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    margin-top: 30px;
    padding: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .single-service-style-2 {
        padding: 30px 20px;
    }
}

.single-service-style-2 .icon {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service-style-2 .content {
    margin-top: 25px;
}

.single-service-style-2 .content p {
    margin-top: 15px;
}

.single-service-style-2:hover:hover {
    background-color: var(--theme2);
}

.single-service-style-2:hover:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.single-service-style-2:hover:hover .content h3 a {
    color: var(--white);
}

.single-service-style-2:hover:hover .content p {
    color: var(--white);
}

.single-service-style-2:hover:hover .content .theme-btn-2 {
    color: var(--white);
    text-decoration: underline;
}

.single-service-style-2:hover:hover .content .theme-btn-2 i {
    color: var(--white);
}

.single-service-style-2.active {
    background-color: var(--theme2);
}

.single-service-style-2.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.single-service-style-2.active .content h3 a {
    color: var(--white);
}

.single-service-style-2.active .content p {
    color: var(--white);
}

.single-service-style-2.active .content .theme-btn-2 {
    color: var(--white);
    text-decoration: underline;
}

.single-service-style-2.active .content .theme-btn-2 i {
    color: var(--white);
}

.service-provide {
    position: relative;
}

.service-provide::before {
    position: absolute;
    top: 59%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
}

.service-provide .line-shape {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

@media (max-width: 1199px) {
    .service-provide .line-shape {
        display: none;
    }
}

.single-it-service-provide {
    position: relative;
}

.single-it-service-provide .arrow-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

@media (max-width: 1399px) {
    .single-it-service-provide .arrow-shape {
        display: none;
    }
}

.single-it-service-provide .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

@media (max-width: 1399px) {
    .single-it-service-provide .arrow-shape-2 {
        display: none;
    }
}

.single-it-service-provide .service-bg {
    padding: 130px 110px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

@media (max-width: 991px) {
    .single-it-service-provide .service-bg {
        padding: 80px 80px;
    }
}

@media (max-width: 767px) {
    .single-it-service-provide .service-bg {
        padding: 60px 30px;
    }
}

.single-it-service-provide .service-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#002FF5), to(rgba(0, 47, 245, 0)));
    background-image: linear-gradient(90deg, #002FF5 0%, rgba(0, 47, 245, 0) 100%);
}

.single-it-service-provide .service-bg .single-provide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 180px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .single-it-service-provide .service-bg .single-provide-content {
        gap: 100px;
    }
}

@media (max-width: 767px) {
    .single-it-service-provide .service-bg .single-provide-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-it-service-provide .service-bg .single-provide-content .section-content {
    max-width: 550px;
}

@media (max-width: 767px) {
    .single-it-service-provide .service-bg .single-provide-content .section-content {
        text-align: center;
        margin: 0 auto;
    }
}

.single-it-service-provide .service-bg .single-provide-content .section-content span {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.single-it-service-provide .service-bg .single-provide-content .section-content h2 {
    margin-bottom: 25px;
    color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content p {
    margin-bottom: 35px;
    color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::before, .single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::after {
    background-color: var(--theme2);
}

.single-it-service-provide .service-bg .single-provide-content .video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a {
    position: relative;
    color: var(--black);
    font-size: 16px;
    z-index: 1;
    background-color: var(--white);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a i {
    color: var(--theme2);
}

.service-provide-2 {
    position: relative;
}

.service-provide-2 .line-shape-2 {
    position: absolute;
    bottom: -38%;
    right: 0;
}

@media (max-width: 1199px) {
    .service-provide-2 .line-shape-2 {
        display: none;
    }
}

.single-service-provide-card {
    background-color: var(--it-item);
    padding: 40px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service-provide-card::before {
    position: absolute;
    top: 0;
    right: -60%;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/service/item-shape.png);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .single-service-provide-card::before {
        right: -70%;
    }
}

@media (max-width: 767px) {
    .single-service-provide-card::before {
        right: -70%;
    }
}

.single-service-provide-card .content {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.single-service-provide-card .content h4 {
    margin-bottom: 20px;
}

.single-service-provide-card .content h4 a {
    color: var(--white);
}

.single-service-provide-card .content p {
    color: var(--it-text);
}

.single-service-provide-card:hover {
    /* background-color: var(--theme2); */
    background:  linear-gradient(to right, #002FF5 0%, #FFEB3B 100%);
}

.single-service-provide-card:hover::before {
    background-image: url(../../assets/img/service/item-shape2.png);
}

.single-service-provide-card:hover p {
    color: var(--white);
}

.single-service-provide-card.active {
    background-color: var(--theme2);
}

.single-service-provide-card.active::before {
    background-image: url(../../assets/img/service/item-shape2.png);
}

.single-service-provide-card.active p {
    color: var(--white);
}

.bank-single-service-box {
    padding: 40px 50px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
    box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
    border-radius: 10px;
    margin-top: 30px;
}

.bank-single-service-box .content {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .bank-single-service-box .content {
        margin-top: 15px;
    }
}

.bank-single-service-box .content h3 {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .bank-single-service-box .content h3 {
        margin-bottom: 5px;
    }
}

.bank-single-service-box .content h3 a:hover {
    color: var(--theme3);
}

@media (max-width: 575px) {
    .bank-single-service-box {
        padding: 30px 20px;
    }
}

.service-details-content .details-thumb img {
    width: 100%;
    height: 100%;
}

.service-details-content .content {
    margin-top: 30px;
}

.service-details-content .content h2 {
    font-size: 36px;
}

@media (max-width: 991px) {
    .service-details-content .content h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .service-details-content .content h2 {
        font-size: 24px;
    }
}

.service-details-content .content .service-single-items {
    text-align: center;
    -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items .icon {
    font-size: 52px;
    color: var(--theme2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items .icon-content {
    margin-top: 15px;
}

.service-details-content .content .service-single-items .icon-content h5 {
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items:hover {
    background-color: var(--theme2);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.service-details-content .content .service-single-items:hover .icon {
    color: var(--white);
}

.service-details-content .content .service-single-items:hover .icon-content h5 {
    color: var(--white);
}

.service-details-content .content .service-single-items:hover .icon-content p {
    color: var(--white);
}

.service-details-content .content .active {
    background-color: var(--theme2);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.service-details-content .content .active .icon {
    color: var(--white);
}

.service-details-content .content .active .icon-content h5 {
    color: var(--white);
}

.service-details-content .content .active .icon-content p {
    color: var(--white);
}

.service-details-content .content .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    gap: 40px;
}

@media (max-width: 767px) {
    .service-details-content .content .list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.service-details-content .content .list-item .list {
    font-size: 18px;
    color: var(--header);
    font-weight: 600;
}

.service-details-content .content .list-item .list :last-child {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .service-details-content .content .list-item .list {
        font-size: 16px;
    }
}

.service-details-content .content .list-item .list i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: var(--theme2);
    text-align: center;
    color: var(--white);
    font-size: 14px;
    margin-right: 15px;
}

@media (max-width: 1399px) {
    .service-details-content .content .list-item .list i {
        font-size: 15px;
        margin-right: 10px;
    }
}

.service-sidebar .sidebar-widget {
    background-color: #FFEDED;
    padding: 30px 30px 30px 30px;
}

.service-sidebar .sidebar-widget:not(:last-child) {
    margin-bottom: 40px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
    display: inline-block;
    width: 100%;
    padding: 18px 50px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
    font-size: 18px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn i {
    font-size: 18px;
    color: var(--white);
    margin-left: 10px;
    float: right;
    margin-top: 5px;
    position: relative;
}

@media (max-width: 1399px) {
    .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
        padding: 18px 40px;
    }

    .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
        padding: 18px 25px;
    }

    .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
        font-size: 15px;
    }
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button:not(:last-child) {
    margin-bottom: 15px;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn {
    width: 100%;
    padding: 18px 50px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn i {
    font-size: 22px;
    margin-right: 15px;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .service-sidebar .sidebar-widget .download-service-doc .theme-btn {
        font-size: 16px;
        padding: 18px 40px;
    }
}

@media (max-width: 575px) {
    .service-sidebar .sidebar-widget .download-service-doc .theme-btn {
        font-size: 15px;
        padding: 18px 25px;
    }
}

.service-sidebar .sidebar-widget .download-service-doc .active--btn {
    background-color: var(--theme2);
}

.service-sidebar .contact-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 30px 70px 30px;
}

.service-sidebar .contact-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#082F11), to(#DF0A0A));
    background-image: linear-gradient(180deg, #082F11 0%, #DF0A0A 100%);
    opacity: 0.85;
}

.service-sidebar .contact-bg .service-contact {
    position: relative;
    z-index: 9;
}

.service-sidebar .contact-bg .service-contact h6 {
    color: var(--white);
    margin-bottom: 15px;
}

.service-sidebar .contact-bg .service-contact h2 {
    color: var(--white);
}

.service-sidebar .contact-bg .service-contact .icon {
    gap: 20px;
    margin-top: 30px;
    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;
}

@media (max-width: 575px) {
    .service-sidebar .contact-bg .service-contact .icon {
        gap: 15px;
    }
}

.service-sidebar .contact-bg .service-contact .icon i {
    font-size: 42px;
    color: var(--white);
}

.service-sidebar .contact-bg .service-contact .icon span {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px var(--theme2);
    box-shadow: inset 0 0 5px var(--theme2);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme2);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ml-100 {
    margin-left: 100px;
}

.video-pulse::after,
.video-pulse::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid var(--white);
    opacity: 0.7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-dot {
    margin-bottom: -5px;
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #DF0A0A33;
    opacity: 1;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme2);
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #89D7D5;
    opacity: 1;
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme3);
}

.color-style-two .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: var(--bg3);
    opacity: 1;
}

.color-style-two .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.color-style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme2);
}

.color-style-two.border-style .swiper-pagination-bullet {
    border: 2px solid var(--theme2);
    background-color: var(--white);
}

.color-style-two.border-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme2);
}

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

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 0;
    }
}

.mt-40 {
    padding-top: 40px;
}

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

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

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

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

@media (max-width: 575px) {
    br {
        display: none;
    }
}

.nice-select {
    color: var(--it-text);
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    width: unset;
    outline: none;
    padding: 20px 25px;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .nice-select {
        padding: 15px 20px;
    }
}

.nice-select span {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .nice-select span {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .nice-select span {
        font-size: 14px;
    }
}

.nice-select:hover {
    background-color: var(--header);
}

.nice-select:hover span {
    color: var(--white);
}

.nice-select:hover::after {
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
}

.nice-select option {
    color: #7A7A7A;
}

.nice-select .current {
    margin-right: 12px;
}

.nice-select:after {
    right: 23px;
    border-bottom: 1px solid var(--header);
    border-right: 1px solid var(--header);
    width: 10px;
    height: 10px;
}

.nice-select.open .list {
    background: var(--header);
    margin-top: 16px;
    width: 100%;
}

.nice-select .option.selected.focus {
    background: var(--header);
    outline: none;
    color: var(--white);
}

.nice-select .option {
    border: 1px solid var(--border);
}

.nice-select .option:hover {
    background: transparent;
}

.side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: var(--header);
    padding: 40px;
    padding-top: 45px;
    z-index: 999999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side_bar .info .icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side_bar .info .icon__item:not(:last-child) {
    margin-bottom: 30px;
}

.side_bar .info .icon__item .icon {
    color: var(--theme2);
    font-size: 32px;
}

.side_bar .info .icon__item .content p {
    margin-bottom: 5px;
}

.side_bar .info .icon__item .content h6 {
    font-size: 16px;
    color: var(--white);
}

.side_bar button {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: var(--theme2);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side_bar button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side_bar p {
    color: var(--white);
}

.side_bar .single-gallery .gallery-wrap .gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item:not(:last-child) {
    margin-bottom: 15px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme2);
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 28px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
    opacity: 1;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: .55;
}

.side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.container-fluid {
    margin-left: 2%;
    width: 96%;
}

.nice-select li {
    padding: 0px 20px !important;
    padding-bottom: 5px !important;
}

.project-section .dot-shape {
    position: absolute;
    left: 5%;
    top: 10%;
    -webkit-animation: rounded 5s linear infinite;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
    .project-section .dot-shape {
        display: none;
    }
}

.project-section .arrow-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .project-section .arrow-shape {
        display: none;
    }
}

.project-section .arrow-shape-2 {
    position: absolute;
    right: 9%;
    top: 0;
}

@media (max-width: 1199px) {
    .project-section .arrow-shape-2 {
        display: none;
    }
}

.project-section .line-shape {
    position: absolute;
    bottom: -15%;
    right: 0;
    left: 0;
    z-index: 1;
}

.project-section .line-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .project-section .line-shape {
        display: none;
    }
}

.project-wrapper .swiper-dot .swiper-pagination-bullet {
    background-color: var(--white);
}

.project-wrapper .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme2);
}

.single-project-style-1 {
    position: relative;
    z-index: 99;
    margin-top: 30px;
}

.single-project-style-1 .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.single-project-style-1 .project-content {
    background-color: var(--white);
    padding: 40px 45px;
    margin: -90px 80px 0px 80px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1399px) {
    .single-project-style-1 .project-content {
        margin: -60px 40px 0 40px;
    }
}

@media (max-width: 767px) {
    .single-project-style-1 .project-content {
        padding: 35px;
        margin: -50px 30px 0 30px;
    }
}

@media (max-width: 575px) {
    .single-project-style-1 .project-content {
        padding: 30px;
    }
}

.single-project-style-1 .project-content .arrow-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.single-project-style-1 .project-content .icon {
    margin-bottom: 20px;
}

.single-project-style-1 .project-content h3 a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0;
    text-transform: none;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.single-project-style-1 .project-content h3 a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
    background-image: linear-gradient(var(--theme2), var(--theme2));
    color: var(--theme2);
}

.single-project-style-1 .project-content p {
    margin-bottom: 15px;
}

.project-details-wrapper .details-thumb img {
    width: 100%;
    height: 100%;
}

.project-details-wrapper .catagory-wrapper {
    padding: 30px 30px;
    background-color: #FDF6F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .project-details-wrapper .catagory-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.project-details-wrapper .catagory-wrapper .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.project-details-wrapper .catagory-wrapper .icon-items .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    background-color: #F8DDE4;
    font-size: 30px;
    color: var(--theme2);
}

.project-details-wrapper .catagory-wrapper .icon-items .content {
    margin-top: 0;
}

.project-details-wrapper .catagory-wrapper .icon-items .content h6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
}

.project-details-wrapper .content {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .project-details-wrapper .content {
        margin-top: 25px;
    }
}

.project-details-wrapper .content h2 {
    margin-bottom: 20px;
}

.project-details-wrapper .content .heading-title {
    background-color: #FDF6F8;
    padding: 30px;
    margin-top: 30px;
}

.project-details-wrapper .content .heading-title p {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.project-details-wrapper .content .list-items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
}

@media (max-width: 767px) {
    .project-details-wrapper .content .list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.project-details-wrapper .content .list-items ul li {
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.project-details-wrapper .content .list-items ul li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .project-details-wrapper .content .list-items ul li {
        font-size: 14px;
    }
}

.project-details-wrapper .content .list-items ul li i {
    font-size: 22px;
    color: var(--theme2);
}

@media (max-width: 767px) {
    .project-details-wrapper .content .list-items ul li i {
        font-size: 24px;
    }
}

.counter-wrapper {
    position: relative;
}

.counter-wrapper::before {
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 100%;
    content: "";
    background-color: #0d101a;
    z-index: 9;
}

@media (max-width: 1600px) {
    .counter-wrapper::before {
        left: 2%;
        right: 2%;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper::before {
        left: 0;
        right: 0;
    }
}

.counter-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 47%;
    content: "";
    background-color: #1d2027;
}

.counter-wrapper .arrow-shape {
    position: absolute;
    left: 8%;
    bottom: 0;
    z-index: 99;
}

@media (max-width: 1600px) {
    .counter-wrapper .arrow-shape {
        left: 2%;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper .arrow-shape {
        display: none;
    }
}

.counter-wrapper .arrow-shape-2 {
    position: absolute;
    left: 13%;
    bottom: 0;
    z-index: 99;
}

@media (max-width: 1600px) {
    .counter-wrapper .arrow-shape-2 {
        left: 10%;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper .arrow-shape-2 {
        display: none;
    }
}

.counter-wrapper .arrow-shape-3 {
    position: absolute;
    right: 8%;
    top: 0;
    z-index: 99;
}

@media (max-width: 1600px) {
    .counter-wrapper .arrow-shape-3 {
        right: 2%;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper .arrow-shape-3 {
        display: none;
    }
}

.counter-wrapper .arrow-shape-4 {
    position: absolute;
    right: 15%;
    top: 0;
    z-index: 99;
}

@media (max-width: 1199px) {
    .counter-wrapper .arrow-shape-4 {
        display: none;
    }
}

.counter-wrapper .counter-main-items {
    position: relative;
    z-index: 99;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
}

@media (max-width: 767px) {
    .counter-wrapper .counter-main-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 45px;
    }
}

.counter-wrapper .counter-main-items .single-counter-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--theme2);
    text-align: center;
}

@media (max-width: 767px) {
    .counter-wrapper .counter-main-items .single-counter-items .icon {
        margin: 0 auto;
    }
}

.counter-wrapper .counter-main-items .single-counter-items .content {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .counter-wrapper .counter-main-items .single-counter-items .content {
        text-align: center;
    }
}

.counter-wrapper .counter-main-items .single-counter-items .content h2, .counter-wrapper .counter-main-items .single-counter-items .content span {
    font-size: 65px;
    color: var(--white);
}

@media (max-width: 1600px) {
    .counter-wrapper .counter-main-items .single-counter-items .content h2, .counter-wrapper .counter-main-items .single-counter-items .content span {
        font-size: 58px;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper .counter-main-items .single-counter-items .content h2, .counter-wrapper .counter-main-items .single-counter-items .content span {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper .counter-main-items .single-counter-items .content h2, .counter-wrapper .counter-main-items .single-counter-items .content span {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper .counter-main-items .single-counter-items .content h2, .counter-wrapper .counter-main-items .single-counter-items .content span {
        font-size: 32px;
    }
}

.counter-wrapper .counter-main-items .single-counter-items .content h6 {
    color: var(--white);
}

.solar-counter-wrapper {
    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;
    gap: 30px;
}

@media (max-width: 1199px) {
    .solar-counter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.solar-counter-wrapper .solar-counter-items {
    position: relative;
}

.solar-counter-wrapper .solar-counter-items .number {
    font-size: 160px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6cc355;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 75px;
}

@media (max-width: 991px) {
    .solar-counter-wrapper .solar-counter-items .number {
        display: none;
    }
}

.solar-counter-wrapper .solar-counter-items .counter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-left: 50px;
}

.solar-counter-wrapper .solar-counter-items .counter-content h2 {
    font-size: 60px;
    color: var(--white);
}

.solar-counter-wrapper .solar-counter-items .counter-content p {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.single-team-style-1 {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    border-radius: 40px;
    margin-top: 30px;
}

.single-team-style-1 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.single-team-style-1 .team-image .icon-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    background-color: var(--theme2);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-team-style-1 .team-image .icon-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.single-team-style-1 .team-image .icon-list ul li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-team-style-1 .team-image .icon-list ul li a i {
    color: var(--white);
    font-size: 16px;
}

.single-team-style-1 .team-content {
    padding: 30px 0;
}

.single-team-style-1 .team-content h3 {
    position: relative;
}

.single-team-style-1 .team-content h3::before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--theme2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-team-style-1 .team-content h3 a:hover {
    color: var(--theme2);
}

.single-team-style-1 .team-content p {
    margin-top: 35px;
}

.single-team-style-1:hover .team-image .icon-list {
    opacity: 1;
}

.single-team-style-1:hover .team-image .icon-list ul li {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.single-team-style-1.it-single-team-style {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
}

@media (max-width: 991px) {
    .single-team-style-1.it-single-team-style {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .single-team-style-1.it-single-team-style br {
        display: none;
    }
}

.single-team-style-1.it-single-team-style .section-title-content {
    max-width: 470px;
}

@media (max-width: 575px) {
    .single-team-style-1.it-single-team-style .section-title-content {
        text-align: center;
        margin: 0 auto;
    }
}

.single-team-style-1.it-single-team-style .section-title-content h2 {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .single-team-style-1.it-single-team-style .section-title-content h2 {
        margin-bottom: 18px;
    }
}

.single-team-style-1.it-single-team-style .team-image img {
    border-radius: 0;
}

.single-team-style-1.it-single-team-style .team-image .icon-list {
    bottom: 18%;
    background-color: var(--theme2);
}

@media (max-width: 991px) {
    .single-team-style-1.it-single-team-style .team-image .icon-list {
        bottom: 0;
    }
}

.single-team-style-1.it-single-team-style .team-content {
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    padding: 25px 20px;
    margin: -60px 25px;
    position: relative;
    z-index: 9;
    background: var(--white);
}

@media (max-width: 991px) {
    .single-team-style-1.it-single-team-style .team-content {
        margin: 0;
    }
}

.single-team-style-1.it-single-team-style .team-content h3 a:hover {
    color: var(--theme2);
}

.single-team-style-1.it-single-team-style .team-content h3::before {
    display: none;
}

.single-team-style-1.it-single-team-style .team-content p {
    margin-top: 5px;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content p {
    margin-bottom: 25px;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list {
    opacity: 1;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list ul li {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.single-team-active-1 .team-image .icon-list {
    opacity: 1;
}

.single-team-active-1 .team-image .icon-list ul li {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.team-section-2 {
    padding-bottom: 190px;
}

@media (max-width: 1199px) {
    .team-section-2 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .team-section-2 {
        padding-bottom: 80px;
    }
}

.bank-single-team-items {
    margin-top: 30px;
}

.bank-single-team-items .team-image {
    position: relative;
}

.bank-single-team-items .team-image img {
    width: 100%;
    height: 100%;
}

.bank-single-team-items .team-image .social-profile {
    position: absolute;
    right: 40px;
    bottom: -20px;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2;
    display: inline-block;
}

.bank-single-team-items .team-image .social-profile a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: rgba(0, 169, 164, 0.8);
    color: var(--white);
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

.bank-single-team-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--theme3);
    color: var(--white);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bank-single-team-items .team-image .social-profile:hover a {
    opacity: 1;
    visibility: visible;
}

.bank-single-team-items .team-image .social-profile.active a {
    opacity: 1;
    visibility: visible;
}

.bank-single-team-items .team-content {
    margin-top: 30px;
}

.bank-single-team-items .team-content h3 {
    margin-bottom: 5px;
    font-family: "Syne", sans-serif;
}

.bank-single-team-items .team-content h3 a:hover {
    color: var(--theme3);
}

.solar-single-team-items {
    overflow: hidden;
}

.solar-single-team-items .team-image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
    .solar-single-team-items .team-image {
        padding: 10px 20px;
    }
}

.solar-single-team-items .team-image img {
    width: 100%;
    height: 100%;
}

.solar-single-team-items .team-image .tema-main-area {
    position: absolute;
    bottom: -70px;
    left: 40px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 991px) {
    .solar-single-team-items .team-image .tema-main-area {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 575px) {
    .solar-single-team-items .team-image .tema-main-area {
        left: 10px;
        right: 10px;
    }
}

.solar-single-team-items .team-image .tema-main-area .team-content {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white);
}

.solar-single-team-items .team-image .tema-main-area .team-content h3 {
    margin-bottom: 5px;
}

.solar-single-team-items .team-image .tema-main-area .team-content h3 a:hover {
    color: var(--theme4);
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile {
    position: absolute;
    right: 8%;
    bottom: 35%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--white);
    color: var(--header);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile a:hover {
    background-color: var(--theme5);
    color: var(--white);
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background: #f5f5f5;
    color: var(--header);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile:hover a {
    opacity: 1;
    visibility: visible;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile.active a {
    opacity: 1;
    visibility: visible;
}

.solar-single-team-items .team-image .tema-main-area .team-content p {
    text-transform: uppercase;
    color: var(--theme4);
    margin-bottom: 5px;
    font-weight: 500;
}

.solar-single-team-items:hover .tema-main-area {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.solar-single-team-items.active .tema-main-area {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.solar-single-team-items.active .team-image .tema-main-area .team-content .social-profile .active {
    background-color: var(--theme5);
    color: var(--white);
}

.solar-single-team-items.active .team-image .tema-main-area .team-content .social-profile a {
    opacity: 1;
    visibility: visible;
}

.team-details-wrapper .team-details {
    padding: 85px 5px 85px 105px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
    box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details {
        padding: 35px;
    }
}

.team-details-wrapper .team-details .team-details-thumb img {
    width: 100%;
    height: 100%;
}

.team-details-wrapper .team-details .team-details-content {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details .team-details-content .details-header {
    margin-bottom: 20px;
}

.team-details-wrapper .team-details .team-details-content .details-header h3 {
    font-family: 'Urbanist', sans-serif;
}

.team-details-wrapper .team-details .team-details-content .details-header span {
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: var(--theme2);
}

.team-details-wrapper .team-details .team-details-content p {
    margin-bottom: 30px;
}

.team-details-wrapper .team-details .team-details-content .team-details-info {
    position: relative;
}

.team-details-wrapper .team-details .team-details-content .team-details-info:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .team-details .team-details-content .team-details-info span {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.16px;
    color: var(--black);
}

@media (max-width: 575px) {
    .team-details-wrapper .team-details .team-details-content .team-details-info span {
        position: static;
    }
}

.team-details-wrapper .team-details .team-details-content .team-details-info a {
    margin-left: 150px;
    font-size: 16px;
    color: var(--text);
}

@media (max-width: 575px) {
    .team-details-wrapper .team-details .team-details-content .team-details-info a {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
}

.team-details-wrapper .team-details .team-details-content .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.team-details-wrapper .team-details .team-details-content .social-icon li {
    border: 1px solid var(--border);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.team-details-wrapper .team-details .team-details-content .social-icon li a i {
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details .team-details-content .social-icon li:hover {
    background-color: var(--theme2);
}

.team-details-wrapper .team-details .team-details-content .social-icon li:hover a i {
    color: var(--white);
}

.team-details-wrapper .details-info-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .team-details-wrapper .details-info-title {
        font-size: 28px;
    }
}

.team-details-wrapper p:not(:last-child) {
    margin-bottom: 30px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .pro-head {
    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;
    margin-bottom: 10px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .pro-head .point {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .progress {
    background: #ebebeb;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    width: 100%;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .progress-value {
    -webkit-animation: load 3s normal forwards;
    animation: load 3s normal forwards;
    -webkit-box-shadow: 0 10px 40px -10px var(--white);
    box-shadow: 0 10px 40px -10px var(--white);
    border-radius: 100px;
    background: var(--theme2);
    height: 6px;
    width: 0;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .style-two {
    -webkit-animation: load2 3s normal forwards;
    animation: load2 3s normal forwards;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .style-three {
    -webkit-animation: load3 3s normal forwards;
    animation: load3 3s normal forwards;
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@-webkit-keyframes load2 {
    0% {
        width: 0;
    }
    100% {
        width: 55%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }
    100% {
        width: 55%;
    }
}

@-webkit-keyframes load3 {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}

@keyframes load3 {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}

.why-choose-us .dot-shape {
    position: absolute;
    top: 25%;
    left: 3%;
    -webkit-animation: rounded 5s linear infinite;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
    .why-choose-us .dot-shape {
        display: none;
    }
}

.why-choose-us .circle-shape {
    position: absolute;
    bottom: 9%;
    left: 2%;
}

.why-choose-us .line-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .why-choose-us .line-shape {
        display: none;
    }
}

.why-choose-us .arrow-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .why-choose-us .arrow-shape {
        display: none;
    }
}

.why-choose-us .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    right: 4%;
}

@media (max-width: 1199px) {
    .why-choose-us .arrow-shape-2 {
        display: none;
    }
}

.choose-us-wrapper .choose-us-content {
    max-width: 550px;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
    gap: 50px;
    margin-top: 50px;
    position: relative;
}

@media (max-width: 1199px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar {
        text-align: center;
    }
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar span {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .content h5 {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    position: relative;
    height: 120px;
    width: 120px;
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
        text-align: center;
        margin: 0 auto;
    }
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    position: absolute;
    font-size: 22px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    left: 5px;
    top: 5px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--header);
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
    background-color: #DF0A0A33 !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--theme2) !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #f7f7f7 !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
    clip: rect(0 50px 100px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--theme2) !important;
}

.choose-us-wrapper .choose-image {
    text-align: right;
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-image {
        text-align: center;
    }
}

.choose-us-wrapper .choose-image img {
    max-width: 100%;
}

.choose-us-wrapper .choose-image .icon-box {
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-image .icon-box {
        left: 65px;
    }
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-image .icon-box {
        left: -20px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-image .icon-box {
        display: none;
    }
}

.choose-us-wrapper .choose-image .report-image {
    position: absolute;
    bottom: -65px;
    left: -115px;
    -webkit-animation: btb 2s linear infinite;
    animation: btb 2s linear infinite;
}

@media (max-width: 1199px) {
    .choose-us-wrapper .choose-image .report-image {
        bottom: -77px;
        left: -45px;
        width: 300px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-image .report-image {
        bottom: -75px;
        left: -45px;
        width: initial;
    }
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-image .report-image {
        left: -55px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-image .report-image {
        display: none;
    }
}

.choose-us-wrapper-2 {
    position: relative;
}

@media (max-width: 1199px) {
    .choose-us-wrapper-2 {
        padding-top: 0;
    }
}

.choose-us-wrapper-2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 32%;
    background-color: var(--theme2);
    z-index: -1;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-2::before {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .choose-us-wrapper-2::before {
        display: none;
    }
}

.choose-us-wrapper-2 .circle-shape-2 {
    position: absolute;
    left: 5%;
    top: 20%;
}

@media (max-width: 1600px) {
    .choose-us-wrapper-2 .circle-shape-2 {
        left: 2%;
        top: 8%;
        width: 250px;
    }
}

@media (max-width: 1199px) {
    .choose-us-wrapper-2 .circle-shape-2 {
        display: none;
    }
}

.choose-us-wrapper-2 .choose-us-image {
    position: relative;
    z-index: 1;
}

.choose-us-wrapper-2 .choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-2 .choose-us-content {
        margin-left: -40px;
    }
}

@media (max-width: 1199px) {
    .choose-us-wrapper-2 .choose-us-content {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper-2 .choose-us-content {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-us-content {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-us-content .icon-items {
        text-align: center;
    }
}

.choose-us-wrapper-2 .choose-us-content .icon-items .content {
    margin-top: 20px;
}

.choose-us-wrapper-2 .choose-us-content .icon-items h4 {
    margin-bottom: 5px;
}

.choose-us-wrapper-3 .choose-us-image-items {
    gap: 20px;
}

.choose-us-wrapper-3 .choose-us-image-items:not(:last-child) {
    margin-bottom: 20px;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image {
    margin-top: 85px;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image img {
    width: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-2 img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-3 img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-4 img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper-3 .choose-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .choose-us-wrapper-3 .choose-content {
        margin-left: 0;
        text-align: center;
    }
}

.choose-us-wrapper-3 .choose-content .icon-items {
    margin-top: 30px;
    gap: 30px;
}

@media (max-width: 575px) {
    .choose-us-wrapper-3 .choose-content .icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }
}

.choose-us-wrapper-3 .choose-content .icon-items:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .choose-us-wrapper-3 .choose-content .icon-items .content {
        text-align: center;
        margin: 0 auto;
    }
}

.choose-us-wrapper-3 .choose-content .icon-items .content h5 {
    font-weight: 700;
    font-family: "Syne", sans-serif;
    margin-bottom: 5px;
}

.single-testimonial-style-1 .teastimonial-items .quote-img {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .single-testimonial-style-1 .teastimonial-items .quote-img {
        display: none;
    }
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content {
    margin-left: 105px;
}

@media (max-width: 575px) {
    .single-testimonial-style-1 .teastimonial-items .testimonial-content {
        margin-left: 0;
    }
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .text {
    margin-top: 40px;
    position: relative;
    max-width: 470px;
    display: inline-block;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .text::before {
    position: absolute;
    content: "";
    left: -25px;
    top: -10px;
    background-image: url(../../assets/img/testimonial/comma.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .client-info .image {
    width: 85px;
    height: 85px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid var(--theme2);
    text-align: center;
}

.single-testimonial-style-1 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape {
    position: absolute;
    bottom: 0;
    left: -15%;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape img {
    border-radius: initial;
}

@media (max-width: 991px) {
    .single-testimonial-style-1 .testimonial-image .arrow-shape {
        display: none;
    }
}

.single-testimonial-style-1 .testimonial-image .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    left: -28%;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape-2 img {
    border-radius: initial;
}

@media (max-width: 991px) {
    .single-testimonial-style-1 .testimonial-image .arrow-shape-2 {
        display: none;
    }
}

.testimonial-section .shape {
    position: absolute;
    right: 0;
    top: 25%;
}

@media (max-width: 1600px) {
    .testimonial-section .shape {
        display: none;
    }
}

.testimonial-section .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}

.testimonial-section .bg-shape img {
    width: 100%;
    height: 100%;
}

.single-testimonial-style-2 .single-testimonial-items-2 {
    background-color: #F8F8F8;
    padding: 40px 55px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .single-testimonial-style-2 .single-testimonial-items-2 {
        padding: 35px 25px;
    }
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items {
    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;
    margin-bottom: 40px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul li i {
    color: var(--theme2);
}

.single-testimonial-style-2 .single-testimonial-items-2 .text {
    font-size: 20px;
    position: relative;
    margin-left: 25px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .text::before {
    position: absolute;
    content: "";
    left: -25px;
    top: -10px;
    background-image: url(../../assets/img/testimonial/comma.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .single-testimonial-style-2 .single-testimonial-items-2 .client-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info .image {
    width: 85px;
    height: 85px;
    line-height: 78px;
    border-radius: 50%;
    border: 1px solid var(--theme2);
    text-align: center;
}

@media (max-width: 575px) {
    .single-testimonial-style-2 .single-testimonial-items-2 .client-info .content {
        text-align: center;
    }
}

.single-testimonial-style-2 .single-testimonial-items-2:hover {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
}

.testimonial-section-3 {
    position: relative;
}

.testimonial-section-3::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg6);
    overflow: hidden;
}

.testimonial-section-3 .right-shape {
    position: absolute;
    top: -20%;
    right: 0;
}

.single-testimonial-style-3 {
    padding: 50px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
    box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
    border-radius: 10px;
    position: relative;
}

@media (max-width: 575px) {
    .single-testimonial-style-3 {
        padding: 30px;
    }
}

.single-testimonial-style-3 .client-info-items {
    gap: 15px;
}

@media (max-width: 575px) {
    .single-testimonial-style-3 .client-info-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-testimonial-style-3 .client-info-items .content h3 {
    font-family: "Syne", sans-serif;
    font-size: 21px;
}

.single-testimonial-style-3 .text {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .single-testimonial-style-3 .text {
        margin-top: 15px;
    }
}

.single-testimonial-style-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.single-testimonial-style-3 ul li i {
    color: var(--ratting);
}

.single-testimonial-style-3 .quote-image {
    position: absolute;
    bottom: 5%;
    right: 15%;
}

.single-testimonial-style-3 .client-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.solar-testimonial-wrapper .arry-button {
    position: relative;
    z-index: 99;
}

.solar-testimonial-wrapper .arry-button .arry-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    background-color: var(--white);
    margin-right: 20px;
}

@media (max-width: 767px) {
    .solar-testimonial-wrapper .arry-button .arry-prev {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.solar-testimonial-wrapper .arry-button .arry-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    background-color: var(--theme5);
    color: var(--white);
}

.solar-testimonial-section {
    position: relative;
}

.solar-testimonial-section .solar-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.solar-testimonial-section .solar-bg-shape img {
    width: 100%;
    height: 100%;
}

.single-testimonial-style-4 {
    padding: 50px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .single-testimonial-style-4 {
        padding: 25px;
    }
}

.single-testimonial-style-4 .icon-shape {
    position: absolute;
    right: 10%;
    top: 10%;
}

.single-testimonial-style-4 .content {
    border-bottom: 1px solid var(--border);
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}

.single-testimonial-style-4 .client-info-items {
    padding-top: 30px;
    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;
}

@media (max-width: 575px) {
    .single-testimonial-style-4 .client-info-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.single-testimonial-style-4 .client-info-items .client-info {
    gap: 20px;
}

@media (max-width: 575px) {
    .single-testimonial-style-4 .client-info-items .client-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-testimonial-style-4 .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e6e6e6;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.brand-section .arrow-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.single-brand-style-1 h6 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.single-brand-style-1 h6::before {
    position: absolute;
    top: 10px;
    left: 35px;
    content: "";
    height: 2px;
    width: 480px;
    background-color: var(--theme2);
}

@media (max-width: 1600px) {
    .single-brand-style-1 h6::before {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .single-brand-style-1 h6::before {
        width: 325px;
    }
}

@media (max-width: 991px) {
    .single-brand-style-1 h6::before {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .single-brand-style-1 h6::before {
        display: none;
    }
}

.single-brand-style-1 h6::after {
    position: absolute;
    top: 10px;
    right: 35px;
    content: "";
    height: 2px;
    width: 480px;
    background-color: var(--theme2);
}

@media (max-width: 1600px) {
    .single-brand-style-1 h6::after {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .single-brand-style-1 h6::after {
        width: 325px;
    }
}

@media (max-width: 991px) {
    .single-brand-style-1 h6::after {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .single-brand-style-1 h6::after {
        display: none;
    }
}

.single-brand-style-1 .brand-logo {
    text-align: center;
}

.single-brand-style-1.it-single-brand-style h6::before, .single-brand-style-1.it-single-brand-style h6::after {
    background-color: var(--theme2);
}

.solar-brand {
    position: relative;
}

.solar-brand::before {
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme4);
    z-index: -1;
}

.solar-brand-wrapper {
    padding: 60px 50px;
    background-color: var(--white);
    -webkit-box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.solar-brand-wrapper .brand-image {
    text-align: center;
    margin: 0 auto;
}

.faq-section {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #002FF5 20%, #FFEB3B 100%);
}

.faq-section .shadow-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 1199px) {
    .faq-section .shadow-shape {
        display: none;
    }
}

.faq-section .line-shape {
    position: absolute;
    bottom: -17%;
    right: 0;
    z-index: 99;
}

.faq-section .line-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .faq-section .line-shape {
        display: none;
    }
}

.faq-section .faq-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 960px;
    height: 960px;
}

@media (max-width: 1600px) {
    .faq-section .faq-image {
        max-width: 730px;
        height: 850px;
    }
}

@media (max-width: 1399px) {
    .faq-section .faq-image {
        max-width: 630px;
        height: 850px;
    }
}

@media (max-width: 1199px) {
    .faq-section .faq-image {
        max-width: 630px;
        height: 800px;
    }
}

@media (max-width: 991px) {
    .faq-section .faq-image {
        display: none;
    }
}

.faq-section .faq-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-section .faq-image .video-btn {
    position: absolute;
    left: 50%;
    top: 42%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .faq-section .faq-image .video-btn::after, .faq-section .faq-image .video-btn::before {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 1600px) {
    .faq-section .faq-image .video-btn {
        right: 38%;
    }
}

@media (max-width: 1199px) {
    .faq-section .faq-image .video-btn {
        right: 37%;
    }
}

@media (max-width: 767px) {
    .faq-section .faq-image .video-btn {
        right: 35%;
    }
}

.faq-section .faq-image .video-btn a {
    position: relative;
    color: var(--black);
    font-size: 16px;
    z-index: 1;
    background-color: var(--white);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .faq-section .faq-image .video-btn a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.faq-section .faq-image .video-btn a i {
    color: var(--theme2);
}

.it-faq-wrapper .faq-content {
    position: relative;
    z-index: 99;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .it-faq-wrapper .faq-content {
        margin-left: 0;
    }
}

.it-faq-wrapper .faq-content .section-title-content h4 {
    color: var(--white);
}

.it-faq-wrapper .faq-content .section-title-content h2 {
    color: var(--white);
}

.it-faq-wrapper .faq-content .accordion-wrap {
    position: relative;
    z-index: 999;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item {
    border: none;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button {
    background: var(--theme2);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: var(--white);
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button::after {
    background: url(../../assets/img/faq/right.png) no-repeat center center;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: none;
    transform: none;
    background: url(../../assets/img/faq/down.png) no-repeat center center;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-body {
    background-color: var(--theme2);
    border-top: unset;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-body p {
    color: var(--white);
}

.solar-faq-wrapper .faq-content {
    margin-right: 70px;
}

@media (max-width: 1399px) {
    .solar-faq-wrapper .faq-content {
        margin-right: 50px;
    }
}

@media (max-width: 1199px) {
    .solar-faq-wrapper .faq-content {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .solar-faq-wrapper .faq-content {
        margin-right: 0;
    }
}

.solar-faq-wrapper .faq-content .accordion-item {
    border: 0;
    margin-top: 20px;
    border-radius: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    color: var(--header);
    letter-spacing: -.2px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 16px 20px;
    font-size: 18px;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
    padding-top: 5px;
}

.solar-faq-wrapper .faq-accordion-2 .accordion {
    list-style-type: none;
    counter-reset: css-counter 0;
}

@media (max-width: 500px) {
    .solar-faq-wrapper .faq-accordion-2 .accordion {
        padding: 30px 15px;
    }
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item {
    border: 0;
    border-radius: 0;
    counter-increment: css-counter 1;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    background: transparent;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item:first-of-type {
    padding-top: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item::before {
    position: absolute;
    left: 25px;
    top: 0;
    content: "";
    border: 1px dashed red;
    width: 1px;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .5;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    z-index: 1;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header:focus {
    outline: 0;
    border: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 70px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme2);
    overflow: hidden;
    background-color: transparent;
    padding-top: 10px;
}

@media (max-width: 500px) {
    .solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
        padding: 0px;
        padding-left: 60px;
    }
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--theme2);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::before {
    content: counter(css-counter);
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 1px solid #ebedf2;
    border-radius: 50px;
    color: red;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    left: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 70px;
}

@media (max-width: 500px) {
    .solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-left: 60px;
    }
}

.solar-faq-wrapper .faq-image {
    position: relative;
}

.solar-faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
}

.solar-faq-wrapper .faq-image .video-btn {
    position: absolute;
    left: 0%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
    .solar-faq-wrapper .faq-image .video-btn {
        left: 16%;
    }
}

@media (max-width: 1199px) {
    .solar-faq-wrapper .faq-image .video-btn {
        left: 50%;
    }
}

.solar-faq-wrapper .faq-image .video-btn::after, .solar-faq-wrapper .faq-image .video-btn::before {
    border: 1px solid var(--theme5);
}

@media (max-width: 767px) {
    .solar-faq-wrapper .faq-image .video-btn::after, .solar-faq-wrapper .faq-image .video-btn::before {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 1600px) {
    .solar-faq-wrapper .faq-image .video-btn {
        right: 38%;
    }
}

@media (max-width: 1199px) {
    .solar-faq-wrapper .faq-image .video-btn {
        right: 37%;
    }
}

@media (max-width: 767px) {
    .solar-faq-wrapper .faq-image .video-btn {
        right: 35%;
    }
}

.solar-faq-wrapper .faq-image .video-btn a {
    position: relative;
    color: var(--black);
    font-size: 16px;
    z-index: 1;
    background-color: var(--theme5);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 112, 41, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(255, 112, 41, 0.3);
}

@media (max-width: 767px) {
    .solar-faq-wrapper .faq-image .video-btn a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.solar-faq-wrapper .faq-image .video-btn a i {
    color: var(--white);
}

.news-section .arrow-shape {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .news-section .arrow-shape {
        display: none;
    }
}

.news-section .arrow-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .news-section .arrow-shape-2 {
        display: none;
    }
}

.news-section .circle-shape {
    position: absolute;
    top: 15%;
    right: 5%;
}

@media (max-width: 1600px) {
    .news-section .circle-shape {
        right: -5%;
    }
}

@media (max-width: 1199px) {
    .news-section .circle-shape {
        display: none;
    }
}

.single-news-style-1 {
    background-color: var(--white);
    margin-top: 30px;
}

.single-news-style-1 .news-image {
    padding: 10px 10px 0px 10px;
    position: relative;
}

.single-news-style-1 .news-image img {
    width: 100%;
    height: 100%;
}

.single-news-style-1 .news-image .post-cat {
    position: absolute;
    bottom: 0;
    right: 8%;
}

.single-news-style-1 .news-image .post-cat .cat-name {
    color: var(--white);
    font-weight: 500;
    padding: 10px 24px;
    background-color: var(--theme2);
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
}

.single-news-style-1 .news-image .post-cat .cat-name:hover {
    background-color: var(--button);
}

@media (max-width: 575px) {
    .single-news-style-1 .news-image .post-cat .cat-name {
        font-size: 14px;
        padding: 10px 12px;
    }
}

.single-news-style-1 .news-content {
    padding: 30px 35px;
}

.single-news-style-1 .news-content .author-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .single-news-style-1 .news-content .author-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.single-news-style-1 .news-content .author-item ul li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .single-news-style-1 .news-content .author-item ul li {
        font-size: 15px;
    }
}

.single-news-style-1 .news-content .author-item ul li i {
    margin-right: 10px;
}

.single-news-style-1 .news-content .author-item .post-author {
    gap: 12px;
}

.single-news-style-1 .news-content .author-item .post-author p {
    font-weight: 500;
}

.single-news-style-1 .news-content h3 {
    margin-bottom: 15px;
}

.single-news-style-1 .news-content h3 a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0;
    text-transform: none;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.single-news-style-1 .news-content h3 a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
    background-image: linear-gradient(var(--theme2), var(--theme2));
    color: var(--theme2);
}

@media (max-width: 575px) {
    .single-news-style-1 .news-content {
        padding: 25px 30px;
    }
}

.single-news-style-1.it-single-news-style {
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
}

.single-news-style-1.it-single-news-style .news-image {
    padding: 0;
}

.single-news-style-1.it-single-news-style .news-image .post-date {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: var(--theme2);
    padding: 12px 20px;
}

.single-news-style-1.it-single-news-style .news-image .post-date h3, .single-news-style-1.it-single-news-style .news-image .post-date p {
    text-align: center;
    color: var(--white);
}

.single-news-style-1.it-single-news-style .news-image .post-date p {
    font-weight: 600;
}

.single-news-style-1.it-single-news-style .news-content .author-item .post-cat {
    padding: 8px 13px;
    background-color: var(--theme2);
    cursor: pointer;
}

.single-news-style-1.it-single-news-style .news-content .author-item .post-cat a {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
}

.single-news-style-1.it-single-news-style .news-content h3 {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 0;
}

.single-news-style-1.it-single-news-style .news-content h3 a:hover:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
    background-image: linear-gradient(var(--theme2), var(--theme2));
    color: var(--theme2);
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2 {
    font-weight: 700;
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2:hover {
    text-decoration: underline;
    color: var(--theme2);
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2:hover i {
    color: var(--theme2);
}

.bank-single-news {
    margin-top: 30px;
}

.bank-single-news .news-image {
    overflow: hidden;
}

.bank-single-news .news-image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bank-single-news .news-content {
    padding-top: 20px;
    overflow: hidden;
}

.bank-single-news .news-content .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 10px;
}

.bank-single-news .news-content .post-content p {
    text-transform: capitalize;
    color: var(--theme3);
    position: relative;
}

.bank-single-news .news-content .post-content p:not(:last-child)::before {
    position: absolute;
    top: 8px;
    left: 75px;
    content: "";
    height: 10px;
    width: 1px;
    background-color: var(--theme3);
}

.bank-single-news .news-content h3 {
    font-family: "Syne", sans-serif;
}

.bank-single-news .news-content h3 a:hover {
    color: var(--theme3);
}

.bank-single-news .news-content .post-date {
    gap: 40px;
    margin-top: 15px;
}

.bank-single-news .news-content .post-date p {
    color: var(--text);
    position: relative;
}

.bank-single-news .news-content .post-date p:not(:last-child)::before {
    position: absolute;
    top: 8px;
    left: 125px;
    content: "";
    height: 10px;
    width: 1px;
    background-color: var(--header);
}

.bank-single-news .news-content .arrow-btn {
    font-size: 16px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: var(--header);
    margin-top: 15px;
}

.bank-single-news .news-content .arrow-btn i {
    color: var(--theme3);
    font-size: 18px;
}

.bank-single-news .news-content .arrow-btn::before {
    position: absolute;
    content: "Read More";
    font-weight: 700;
    color: var(--theme3);
    font-size: 16px;
    left: -95px;
    top: -2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.bank-single-news:hover .news-image img {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
}

.bank-single-news:hover .arrow-btn {
    -webkit-transform: translateX(95px);
    transform: translateX(95px);
    color: var(--theme3);
}

.bank-single-news:hover .arrow-btn::before {
    opacity: 1;
}

.solar-single-news {
    margin-top: 30px;
    background-color: var(--white);
    overflow: hidden;
}

.solar-single-news .news-image {
    overflow: hidden;
}

.solar-single-news .news-image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.solar-single-news .news-content {
    margin: 30px 30px;
    overflow: hidden;
}

.solar-single-news .news-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.solar-single-news .news-content ul li i {
    margin-right: 5px;
}

.solar-single-news .news-content h3 a:hover {
    color: var(--theme4);
}

.solar-single-news .news-content .arrow-btn {
    font-size: 16px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: var(--header);
    margin-top: 15px;
}

.solar-single-news .news-content .arrow-btn i {
    color: var(--theme4);
    font-size: 18px;
}

.solar-single-news .news-content .arrow-btn::before {
    position: absolute;
    content: "Read More";
    font-weight: 700;
    color: var(--theme4);
    font-size: 16px;
    left: -95px;
    top: -2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.solar-single-news:hover .news-image img {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
}

.solar-single-news:hover .arrow-btn {
    -webkit-transform: translateX(95px);
    transform: translateX(95px);
    color: var(--theme4);
}

.solar-single-news:hover .arrow-btn::before {
    opacity: 1;
}

.border-wrap {
    border: 2px solid #ededed;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    font-weight: 700;
}

.blog-wrapper .border-wrap {
    padding: 50px;
}

@media (max-width: 767px) {
    .blog-wrapper .border-wrap {
        padding: 50px 15px;
    }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
    padding: 0px;
}

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

.blog-wrapper .single-blog-post .video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
    position: relative;
    background: transparent;
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 36px;
    line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
    margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }

    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: var(--theme2);
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
    color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: .1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #282835;
    opacity: .3;
    z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: var(--theme2);
    background-image: url("../img/quotepost.png");
    border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 30px;
    color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
    color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
}

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 230px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
    padding: 50px;
    border: 2px solid #ededed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-wrapper .single-blog-post .post-content h2 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
    color: var(--theme2);
}

.blog-wrapper .single-blog-post .post-content p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 50px 10px;
    }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background-color: var(--theme2);
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Urbanist', sans-serif;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 12px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
    color: var(--text);
    position: relative;
    font-size: 18px;
    padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: var(--theme2);
}

.blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
    margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-top: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 13px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        margin-right: 5px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

@media (min-width: 991px) {
    .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .main-sidebar {
        margin-top: 40px;
    }
}

.main-sidebar .single-sidebar-widget {
    border: 2px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

.main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
}

.main-sidebar .single-sidebar-widget ul > li {
    margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget ul > li a {
    font-size: 18px;
    text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget ul > li a:hover {
    color: var(--theme2);
}

.main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
}

.main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
}

.main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    font-weight: 600;
    font-size: 22px;
}

.main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme2);
}

.main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme2);
}

.main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.search_widget form {
    width: 100%;
    position: relative;
}

.search_widget form input {
    background-color: #f8f8f8;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--header);
}

.search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme2);
    color: var(--white);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search_widget form button:hover {
    background-color: var(--header);
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
    overflow: hidden;
}

.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
    color: var(--theme2);
}

.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
    margin-top: 5px;
    color: var(--theme2);
    font-weight: 700;
    font-size: 14px;
}

.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
}

.widget_categories ul li {
    display: block;
}

.widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.widget_categories ul li a {
    position: relative;
    background: #f8f8f8;
    padding: 17px 30px;
    line-height: 1;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_categories ul li a:hover {
    color: var(--theme2);
}

.widget_categories ul li a span {
    position: absolute;
    width: 60px;
    line-height: 55px;
    height: 100%;
    content: "";
    background-color: var(--theme2);
    right: 0;
    top: 0;
    text-align: center;
    color: var(--white);
}

.tagcloud a {
    display: inline-block;
    padding: 11px 26px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tagcloud a:last-child {
    margin-right: 0;
}

.tagcloud a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}

p.sticky-label {
    position: absolute;
    right: 0;
    background: var(--theme2);
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f6f6f6;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme2);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.social-share a {
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-share a:hover {
    color: var(--theme2);
}

.tag-share-wrap {
    padding-bottom: 50px;
}

.tag-share-wrap h4 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .tag-share-wrap h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.comments-section-wrap {
    overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
    margin-bottom: 15px;
}

.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
    font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
    position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #727475;
    border: 1px solid #ebebeb;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
    background-color: var(--theme2);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
    background: var(--theme2);
    border: 1px solid var(--theme2);
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: var(--theme2);
    font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: #f0f0f0;
    padding: 50px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form label {
    margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    color: var(--header);
}

@media (max-width: 585px) {
    .comment-form input, .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: none;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .theme-btn {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    padding: 20px 60px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .comment-form .theme-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .theme-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .theme-btn i {
    margin-right: 10px;
}

.comment ul {
    list-style-type: disc;
}

.comment ul ol {
    margin-bottom: 0;
}

.comment ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
}

.comment ol ul {
    margin-bottom: 0;
}

.comment ol ol {
    margin-bottom: 0;
}

.comment ol li {
    line-height: 1.5;
    margin-top: 10px;
}

.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
    display: block;
    color: var(--theme2);
}

.site_info_widget .single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    background-color: var(--theme3);
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
    background-color: var(--theme2);
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
    background-color: var(--theme3);
}

.site_info_widget .social-link {
    margin-top: 35px;
}

.site_info_widget .social-link a {
    margin-right: 8px !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.cta-banner-style-1 .cta-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 100px;
    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;
}

@media (max-width: 991px) {
    .cta-banner-style-1 .cta-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .cta-banner-style-1 .cta-banner {
        padding: 50px 40px;
        gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cta-banner-style-1 .cta-banner::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    /* background-color: var(--theme2); */
    background:  linear-gradient(to right, #002FF5 0%, #FFEB3B 100%);
    z-index: 2;
    opacity: 0.9;
    mix-blend-mode: multiply;
}

@media (max-width: 575px) {
    .cta-banner-style-1 .cta-banner .section-title-content {
        text-align: center;
        margin: 0 auto;
    }
}

.cta-banner-style-1 .cta-banner .section-title-content span {
    color: var(--white);
    margin-bottom: 10px;
    display: inline-block;
}

@media (max-width: 575px) {
    .cta-banner-style-1 .cta-banner .section-title-content span {
        font-size: 18px;
    }
}

.cta-banner-style-1 .cta-banner .section-title-content h2 {
    color: var(--white);
}

@media (max-width: 575px) {
    .cta-banner-style-1 .cta-banner .section-title-content h2 {
        font-size: 32px;
    }
}

.cta-banner-style-1.cta-banner-style-2 {
    margin-bottom: -150px;
    position: relative;
    z-index: 99;
}

.cta-banner-style-1.cta-banner-style-2 .cta-banner::before {
    background-color: var(--theme2);
}

.bank-cta-banner-wrapper {
    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;
    padding: 80px;
    position: relative;
}

@media (max-width: 1199px) {
    .bank-cta-banner-wrapper {
        padding: 60px;
    }
}

@media (max-width: 991px) {
    .bank-cta-banner-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .bank-cta-banner-wrapper {
        padding: 50px 40px;
    }
}

.bank-cta-banner-wrapper .section-title-content {
    max-width: 590px;
}

@media (max-width: 575px) {
    .bank-cta-banner-wrapper .section-title-content {
        text-align: center;
        margin: 0 auto;
    }
}

.bank-cta-banner-wrapper .section-title-content h3 {
    font-size: 32px;
    font-family: "Syne", sans-serif;
    color: var(--white);
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .bank-cta-banner-wrapper .section-title-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bank-cta-banner-wrapper .section-title-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .bank-cta-banner-wrapper .section-title-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.bank-cta-banner-wrapper .section-title-content p {
    color: var(--white);
}

@media (max-width: 575px) {
    .bank-cta-banner-wrapper .theme-btn-3 {
        text-align: center;
        margin: 0 auto;
    }
}

.bank-cta-banner-wrapper .shape-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23%;
}

@media (max-width: 1199px) {
    .bank-cta-banner-wrapper .shape-image {
        display: none;
    }
}

.newsletter-section {
    position: relative;
}

.newsletter-section::after {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg7);
    z-index: -1;
}

.newsletter-section::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg8);
    z-index: -1;
}

.solar-newsletter {
    border-radius: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.1);
    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;
    padding: 50px;
    border-bottom: 6px solid var(--theme5);
}

@media (max-width: 1399px) {
    .solar-newsletter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .solar-newsletter {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .solar-newsletter .newsletter-content {
        text-align: center;
        margin: 0 auto;
    }
}

.solar-newsletter .newsletter-content span {
    text-transform: uppercase;
    color: var(--theme4);
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.solar-newsletter .newsletter-content h2 {
    font-size: 40px;
}

@media (max-width: 575px) {
    .solar-newsletter .newsletter-content h2 {
        font-size: 28px;
    }
}

.solar-newsletter .newsletter-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .solar-newsletter .newsletter-single-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.solar-newsletter .newsletter-single-items .form-clt {
    position: relative;
}

.solar-newsletter .newsletter-single-items .form-clt .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
}

@media (max-width: 575px) {
    .solar-newsletter .newsletter-single-items .form-clt .icon {
        top: 15px;
    }
}

.solar-newsletter .newsletter-single-items .form-clt .icon i {
    color: var(--header);
    font-size: 14px;
}

.solar-newsletter .newsletter-single-items .form-clt input {
    width: 100%;
    outline: none;
    border: 1px solid var(--border);
    padding: 20px 25px;
    color: var(--header);
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .solar-newsletter .newsletter-single-items .form-clt input {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .solar-newsletter .newsletter-single-items .form-clt input {
        width: 350px;
    }
}

@media (max-width: 575px) {
    .solar-newsletter .newsletter-single-items .form-clt input {
        font-size: 14px;
        padding: 15px 20px;
    }
}

.solar-newsletter .newsletter-single-items .newsletter-btn {
    display: inline-block;
    background-color: var(--theme4);
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.solar-newsletter .newsletter-single-items .newsletter-btn:hover {
    background-color: var(--theme5);
}

.pricing-section {
    position: relative;
}

.pricing-section .dot-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .pricing-section .dot-shape {
        display: none;
    }
}

.pricing-section .arrow-shape {
    position: absolute;
    left: 0;
    top: 25%;
}

@media (max-width: 1600px) {
    .pricing-section .arrow-shape {
        display: none;
    }
}

.pricing-section .dot-shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .pricing-section .dot-shape-2 {
        display: none;
    }
}

.single-pricing-items {
    padding: 50px 60px;
    background-color: var(--white);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-pricing-items.active-tag {
    position: relative;
}

.single-pricing-items.active-tag::before {
    position: absolute;
    content: "";
    right: -68%;
    top: 13px;
    background-image: url(../../assets/img/pricing/tag.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .single-pricing-items.active-tag::before {
        right: -63%;
    }
}

@media (max-width: 1199px) {
    .single-pricing-items.active-tag::before {
        right: -71%;
    }
}

@media (max-width: 991px) {
    .single-pricing-items.active-tag::before {
        right: -81%;
    }
}

@media (max-width: 767px) {
    .single-pricing-items.active-tag::before {
        right: -76%;
    }
}

@media (max-width: 575px) {
    .single-pricing-items.active-tag::before {
        top: 0;
    }
}

@media (max-width: 450px) {
    .single-pricing-items.active-tag::before {
        right: -70%;
        top: 0;
    }
}

@media (max-width: 575px) {
    .single-pricing-items {
        padding: 40px 30px;
    }
}

.single-pricing-items .content {
    margin-top: 20px;
}

.single-pricing-items .content h3 {
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .single-pricing-items .content {
        margin-top: 15px;
    }
}

.single-pricing-items .price-plan {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .single-pricing-items .price-plan {
        margin-bottom: 20px;
    }
}

.single-pricing-items .price-plan h2 {
    font-size: 60px;
    font-weight: 600;
    color: var(--theme2);
}

@media (max-width: 575px) {
    .single-pricing-items .price-plan h2 {
        font-size: 48px;
    }
}

.single-pricing-items .price-plan h2 sub {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: var(--text);
    bottom: 0;
    margin-left: -10px;
}

.single-pricing-items ul {
    margin-top: 20px;
}

.single-pricing-items ul li {
    font-weight: 500;
}

.single-pricing-items ul li:not(:last-child) {
    margin-bottom: 20px;
}

.single-pricing-items ul .icon {
    color: var(--header);
}

.single-pricing-items ul .icon i {
    color: var(--theme2);
    margin-right: 15px;
}

.single-pricing-items ul .icon-2 {
    color: var(--text);
}

.single-pricing-items ul .icon-2 i {
    color: var(--text);
    margin-right: 15px;
}

.single-pricing-items:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.payment-section {
    position: relative;
}

.payment-section .vector-shape {
    position: absolute;
    top: 25%;
    left: 20%;
}

@media (max-width: 1199px) {
    .payment-section .vector-shape {
        display: none;
    }
}

.bank-single-payment {
    padding: 30px;
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 30px;
}

.bank-single-payment .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 50px;
}

@media (max-width: 575px) {
    .bank-single-payment .icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}

.bank-single-payment .icon-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    background-color: var(--theme3);
    text-align: center;
}

.bank-single-payment .icon-items .content h3 {
    font-family: "Syne", sans-serif;
}

.bank-single-payment .card-item {
    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;
    gap: 35px;
    padding-top: 25px;
}

@media (max-width: 575px) {
    .bank-single-payment .card-item {
        gap: 15px;
    }
}

.bank-single-payment.active {
    background-color: var(--bg6);
}

.bank-single-payment.active .icon-items {
    border-bottom: 1px solid #EDEFF2;
}

.bank-single-payment.active .icon-items .content h3, .bank-single-payment.active .icon-items .content p {
    color: var(--white);
}

.bank-single-payment.active .logo-item {
    padding-top: 25px;
    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;
    gap: 80px;
}

.bank-single-payment .card-icon-item {
    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;
    gap: 30px;
}

.bank-single-payment .card-icon-item .card-icon {
    padding-top: 25px;
    gap: 10px;
}

.bank-single-payment .card-icon-item .card-icon p {
    font-weight: 600;
}

.mobile-app-wrapper .mobile-app-image {
    position: relative;
}

@media (max-width: 575px) {
    .mobile-app-wrapper .mobile-app-image {
        text-align: center;
    }
}

.mobile-app-wrapper .mobile-app-image .app-image {
    position: absolute;
    right: 8%;
    top: 25%;
    -webkit-animation: updown8 2s linear infinite;
    animation: updown8 2s linear infinite;
}

@media (max-width: 1600px) {
    .mobile-app-wrapper .mobile-app-image .app-image {
        top: 12%;
        right: 4%;
    }
}

@media (max-width: 1199px) {
    .mobile-app-wrapper .mobile-app-image .app-image {
        right: -3%;
        top: 20%;
        width: 290px;
    }

    .mobile-app-wrapper .mobile-app-image .app-image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .mobile-app-wrapper .mobile-app-image .app-image {
        right: 25%;
    }
}

@media (max-width: 767px) {
    .mobile-app-wrapper .mobile-app-image .app-image {
        right: 5%;
        top: 15%;
        width: 250px;
    }
}

@media (max-width: 575px) {
    .mobile-app-wrapper .mobile-app-image .app-image {
        display: none;
    }
}

.mobile-app-wrapper .mobile-app-image .text-image {
    position: absolute;
    bottom: 0;
    left: -30%;
    -webkit-animation: lfrt10 2s linear infinite;
    animation: lfrt10 2s linear infinite;
}

@media (max-width: 1600px) {
    .mobile-app-wrapper .mobile-app-image .text-image {
        left: -25%;
    }
}

@media (max-width: 1199px) {
    .mobile-app-wrapper .mobile-app-image .text-image {
        display: none;
    }
}

.mobile-app-wrapper .mobile-app-content {
    margin-left: 25px;
}

.mobile-app-wrapper .mobile-app-content ul {
    margin-top: 30px;
}

.mobile-app-wrapper .mobile-app-content ul li {
    color: var(--header);
    font-weight: 600;
}

.mobile-app-wrapper .mobile-app-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.mobile-app-wrapper .mobile-app-content ul li i {
    color: var(--theme3);
    margin-right: 12px;
}

.mobile-app-wrapper .mobile-app-content .app-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    gap: 20px;
}

@media (max-width: 575px) {
    .mobile-app-wrapper .mobile-app-content .app-store {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
    }
}

.single-case-study-wrapper {
    padding: 0 70px;
    position: relative;
}

.single-case-study-wrapper::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
}

@media (max-width: 767px) {
    .single-case-study-wrapper {
        padding: 0 0;
    }
}

.single-it-case-study .case-study-image {
    position: relative;
}

.single-it-case-study .case-study-image img {
    width: 100%;
    height: 100%;
}

.single-it-case-study .case-study-image .case-study-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    background-color: var(--white);
    padding: 40px 50px;
}

@media (max-width: 575px) {
    .single-it-case-study .case-study-image .case-study-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 25px;
    }
}

.single-it-case-study .case-study-image .case-study-content .arrow-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .single-it-case-study .case-study-image .case-study-content .arrow-shape {
        display: none;
    }
}

.single-it-case-study .case-study-image .case-study-content .icon {
    margin-bottom: 20px;
}

.single-it-case-study .case-study-image .case-study-content .icon img {
    width: initial;
    height: initial;
}

.single-it-case-study .case-study-image .case-study-content h4 a:hover {
    color: var(--theme2);
}

.single-it-case-study .case-study-image .case-study-content p {
    margin-bottom: 15px;
}

.contact-section .dot-shape {
    position: absolute;
    top: 15%;
    left: 4%;
    -webkit-animation: rounded 5s linear infinite;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1600px) {
    .contact-section .dot-shape {
        left: 0;
    }
}

@media (max-width: 1399px) {
    .contact-section .dot-shape {
        display: none;
    }
}

.contact-section .frame-shape {
    position: absolute;
    bottom: 20%;
    left: 4%;
    -webkit-animation: rounded 5s linear infinite;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
    .contact-section .frame-shape {
        display: none;
    }
}

.contact-section .frame-shape-2 {
    position: absolute;
    top: 40%;
    right: 4%;
    -webkit-animation: rounded 5s linear infinite;
    animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
    .contact-section .frame-shape-2 {
        display: none;
    }
}

.single-contact-us {
    position: relative;
    z-index: 9;
}

.single-contact-us .contact-info-item {
    margin-top: 30px;
    gap: 20px;
    padding: 30px 35px;
    border-left: 3px solid var(--theme2);
    background-color: #DF0A0A0D;
    max-width: 430px;
}

@media (max-width: 575px) {
    .single-contact-us .contact-info-item {
        padding: 20px 25px;
    }
}

.single-contact-us .contact-info-item:not(:last-child) {
    margin-bottom: 30px;
}

.single-contact-us .contact-info-item i {
    font-size: 30px;
    color: var(--theme2);
}

.single-contact-us .contact-info-item .content h3 {
    font-weight: 600;
    text-transform: initial;
}

@media (max-width: 575px) {
    .single-contact-us .contact-info-item .content h3 {
        font-size: 20px;
    }
}

.single-contact-us .contact-image {
    margin-top: 10px;
}

.single-contact-us .contact-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .single-contact-us .contact-image {
        margin-top: 40px;
    }
}

.solar-contact-section {
    position: relative;
}

.solar-contact-section .map-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .solar-contact-section .map-item {
        display: none;
    }
}

.solar-contact-section .map-item .google-map iframe {
    width: 860px;
    height: 840px;
}

@media (max-width: 1399px) {
    .solar-contact-section .map-item .google-map iframe {
        width: 550px;
        height: 950px;
    }
}

@media (max-width: 1199px) {
    .solar-contact-section .map-item .google-map iframe {
        width: 465px;
        height: 835px;
    }
}

.contact-right .form-clt {
    position: relative;
}

.contact-right .form-clt .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
}

@media (max-width: 575px) {
    .contact-right .form-clt .icon {
        top: 15px;
    }
}

.contact-right .form-clt .icon i {
    color: var(--header);
    font-size: 14px;
}

.contact-right .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 20px 25px;
    color: var(--header);
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .contact-right .form-clt input {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .contact-right .form-clt input {
        font-size: 14px;
        padding: 15px 20px;
    }
}

.contact-right .form-clt input:hover {
    background-color: var(--header);
    color: var(--white);
}

.contact-right .form-clt input:hover::-webkit-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt input:hover:-ms-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt input:hover::-ms-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt input:hover::placeholder {
    color: var(--white);
}

.contact-right .form-clt-big textarea {
    padding: 20px 25px 105px;
    width: 100%;
    outline: none;
    color: var(--header);
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .contact-right .form-clt-big textarea {
        font-size: 15px;
    }
}

.contact-right .form-clt-big textarea:hover {
    background-color: var(--header);
    color: var(--white);
}

.contact-right .form-clt-big textarea:hover::-webkit-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt-big textarea:hover:-ms-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt-big textarea:hover::-ms-input-placeholder {
    color: var(--white);
}

.contact-right .form-clt-big textarea:hover::placeholder {
    color: var(--white);
}

.support-wrapper {
    padding: 40px 30px;
    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;
}

@media (max-width: 1199px) {
    .support-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .support-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.support-wrapper .support-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 575px) {
    .support-wrapper .support-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.support-wrapper .support-items .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: var(--white);
    border-radius: 100%;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
    text-align: center;
}

@media (max-width: 991px) {
    .support-wrapper .support-items .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width: 575px) {
    .support-wrapper .support-items .icon {
        width: 95px;
        height: 95px;
        line-height: 95px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .support-wrapper .support-items .content {
        text-align: center;
        margin: 0 auto;
    }
}

.support-wrapper .support-items .content span {
    font-weight: 600;
    color: var(--theme2);
    position: relative;
}

.support-wrapper .support-items .content h3 {
    font-family: 'Urbanist', sans-serif;
}

@media (max-width: 991px) {
    .support-wrapper .support-items .content h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .support-wrapper .support-items .content h3 {
        font-size: 22px;
    }
}

.support-wrapper .support-items .content h3 span {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    color: var(--black);
}

@media (max-width: 991px) {
    .support-wrapper .support-items .content h3 span {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .support-wrapper .support-items .content h3 span {
        font-size: 22px;
    }
}

.support-wrapper .icon-box {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background-color: var(--theme2);
    color: var(--white);
    text-align: center;
}

.contact-info-wrapper .contact-image img {
    border-radius: 10px;
}

.contact-info-wrapper .info-right {
    margin-left: 40px;
}

.contact-info-wrapper .info-right .contact-list {
    margin-top: 50px;
}

.contact-info-wrapper .info-right .contact-list .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 575px) {
    .contact-info-wrapper .info-right .contact-list .icon-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contact-info-wrapper .info-right .contact-list .icon-item:not(:last-child) {
    margin-bottom: 30px;
}

.contact-info-wrapper .info-right .contact-list .icon-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme2);
    border-radius: 100%;
    text-align: center;
    color: var(--white);
}

@media (max-width: 575px) {
    .contact-info-wrapper .info-right .contact-list .icon-item .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.contact-info-wrapper .info-right .contact-list .icon-item .content h4 {
    text-transform: initial;
}

.map-section .googpemap iframe {
    width: 100%;
    height: 850px;
}

.footer-wrapper {
    position: relative;
}

.footer-wrapper .dot-shape {
    position: absolute;
    top: -9%;
    right: 0px;
    opacity: 0.1;
}

@media (max-width: 1199px) {
    .footer-wrapper .dot-shape {
        display: none;
    }
}

.footer-wrapper .arrow-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .footer-wrapper .arrow-shape-2 {
        display: none;
    }
}

.footer-wrapper .arrow-shape {
    position: absolute;
    bottom: 10%;
    right: 0;
}

@media (max-width: 1199px) {
    .footer-wrapper .arrow-shape {
        display: none;
    }
}

.footer-wrapper .left-shape {
    position: absolute;
    bottom: 8%;
    left: 5%;
}

@media (max-width: 1399px) {
    .footer-wrapper .left-shape {
        display: none;
    }
}

.footer-wrapper .right-shape {
    position: absolute;
    top: 30%;
    right: 3%;
}

@media (max-width: 1399px) {
    .footer-wrapper .right-shape {
        display: none;
    }
}

.footer-wrapper .footer-top {
    position: relative;
    z-index: 9;
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .footer-wrapper .footer-top {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .footer-top {
        padding-top: 50px;
    }
}

.footer-wrapper .footer-top .single-footer-widget {
    margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head {
    margin-bottom: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head h4 {
    color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget p {
    color: #FFFFFFA6;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF1A;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li:hover {
    background-color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li i {
    font-size: 16px;
    color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .list li {
    font-weight: 16px;
    font-weight: 400;
    color: #FFFFFFA6;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-wrapper .footer-top .single-footer-widget .list li i {
    font-weight: 400;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li a {
    color: #FFFFFFA6;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover {
    margin-left: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a i {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a i {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items:not(:last-child) {
    margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul {
    margin-bottom: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li {
    font-size: 14px;
    color: #FFFFFFA6;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li i {
    color: #FFFFFFA6;
    font-size: 16px;
    margin-right: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a {
    color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a:hover {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content.color-two h6 a:hover {
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter {
    position: relative;
    margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter input {
    background: var(--white);
    padding: 20px 30px;
    font-size: 16px;
    color: #5D666F;
    width: 100%;
    position: relative;
    font-weight: 400;
    border: none;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter button {
    position: absolute;
    right: 5px;
    border: none;
    top: 5px;
    bottom: 5px;
    font-size: 16px;
    background: var(--theme2);
    color: var(--white);
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 700;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button {
    background-color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-wrapper .footer-top .single-footer-widget .input-save {
    margin-top: 25px;
}

.footer-wrapper .footer-top .single-footer-widget .input-save input {
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFFA6;
    background-color: transparent;
    outline: none;
    color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .input-save label {
    margin-left: 10px;
    color: #FFFFFFA6;
    font-weight: 400;
    font-size: 16px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list:not(:last-child) {
    margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme2);
    border-radius: 100%;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon i {
    font-size: 16px;
    color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content p {
    margin-bottom: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 {
    font-size: 16px;
    text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a {
    color: var(--white);
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a:hover {
    color: var(--theme2);
}

.footer-wrapper .footer-top.footer-top-style-2 {
    padding-top: 250px;
}

@media (max-width: 1199px) {
    .footer-wrapper .footer-top.footer-top-style-2 {
        padding-top: 220px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .footer-top.footer-top-style-2 {
        padding-top: 200px;
    }
}

.footer-wrapper .footer-bottom {
    background-color: #000;
    padding: 40px 0;
    position: relative;
}

.footer-wrapper .footer-bottom .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom .footer-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.footer-wrapper .footer-bottom p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom p {
        text-align: center;
    }
}

.footer-wrapper .footer-bottom p a {
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-bottom p a:hover {
    color: var(--theme2);
}

.footer-wrapper .footer-bottom p.color-2 a:hover {
    color: var(--theme2);
}

.footer-wrapper .footer-bottom .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrapper .footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 20px;
}

.footer-wrapper .footer-bottom .footer-menu li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-bottom .footer-menu li:hover a {
    color: var(--theme2);
    text-decoration: underline;
}

.footer-wrapper .footer-bottom .footer-menu.style-2 li:hover a {
    color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: var(--white);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

.footer-wrapper .footer-bottom .scroll-icon i {
    color: var(--theme2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .footer-wrapper .footer-bottom .scroll-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .footer-wrapper .footer-bottom .scroll-icon i {
        font-size: 15px;
    }
}

.footer-wrapper .footer-bottom .scroll-icon:hover {
    background-color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon:hover i {
    color: var(--white);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2 i {
    color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2:hover {
    background-color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2:hover i {
    color: var(--white);
}

.footer-wrapper.bank-wrapper {
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .footer-wrapper.bank-wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper.bank-wrapper {
        padding-top: 50px;
    }
}

.footer-wrapper .bank-footer-top .single-footer-widget {
    margin-top: 30px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .widget-head {
    margin-bottom: 25px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .widget-head h4 {
    color: var(--white);
    font-family: "Syne", sans-serif;
}

.footer-wrapper .bank-footer-top .single-footer-widget p {
    color: var(--text2);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter {
    position: relative;
    margin-top: 30px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input {
    background: transparent;
    padding: 20px 30px;
    font-size: 16px;
    color: var(--text2);
    width: 100%;
    position: relative;
    font-weight: 400;
    border: 2px solid var(--text2);
    border-radius: 70px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::-webkit-input-placeholder {
    color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input:-ms-input-placeholder {
    color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::-ms-input-placeholder {
    color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::placeholder {
    color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter button {
    position: absolute;
    right: 13px;
    border: none;
    top: 13px;
    bottom: 5px;
    font-size: 16px;
    background: var(--theme3);
    color: var(--white);
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    border-radius: 100%;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li a {
    color: var(--text2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:hover {
    margin-left: 5px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:hover a {
    color: var(--theme3);
}

.footer-wrapper .solar-footer-top .single-footer-widget .widget-head {
    margin-bottom: 25px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .widget-head h4 {
    color: var(--white);
    font-family: "Urbanist", sans-serif;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
}

@media (max-width: 575px) {
    .footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
        width: 100px;
    }
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(87, 179, 62, 0.85);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 28px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
    opacity: 1;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: 1;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF1A;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li:hover {
    background-color: var(--theme4);
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li i {
    font-size: 16px;
    color: var(--white);
}

.footer-wrapper .solar-footer-top .single-footer-widget .list li:hover {
    margin-left: 5px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .list li:hover a {
    color: var(--theme4);
}

.footer-wrapper .bank-footer-bottom {
    padding-top: 80px;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .footer-wrapper .bank-footer-bottom {
        text-align: center;
    }
}

.footer-wrapper .bank-footer-bottom p {
    color: var(--it-text);
}

.footer-wrapper .bank-footer-bottom a {
    color: var(--it-text);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-bottom a:hover {
    color: var(--theme3);
}

@media (max-width: 767px) {
    .footer-wrapper .bank-footer-bottom .footer-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.footer-wrapper .bank-footer-bottom .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.footer-wrapper .bank-footer-bottom .footer-menu li a {
    color: var(--it-text);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-bottom .footer-menu li:hover a {
    color: var(--theme3);
}

.footer-wrapper .footer-solar-bottom {
    padding: 30px 0;
    border-top: 1px solid #ffffff1f;
}

.footer-wrapper .footer-solar-bottom p {
    color: var(--it-text);
}

.footer-wrapper .footer-solar-bottom p a {
    color: var(--it-text);
}

.footer-wrapper .footer-solar-bottom p a:hover {
    color: var(--theme4);
}

.single-funfact-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .single-funfact-items .single-circle-bar {
        text-align: center;
    }
}

.single-funfact-items .single-circle-bar span {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.single-funfact-items .single-circle-bar .content {
    text-align: center;
    margin: 0 auto;
}

.single-funfact-items .single-circle-bar .content h6 {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--white);
}

.single-funfact-items .single-circle-bar .circle-bar {
    position: relative;
    height: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .single-funfact-items .single-circle-bar .circle-bar {
        text-align: center;
        margin: 0 auto;
    }
}

.single-funfact-items .single-circle-bar .circle-bar div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.single-funfact-items .single-circle-bar .circle-bar div span {
    position: absolute;
    font-size: 22px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    left: 5px;
    top: 5px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background-color: #232323;
    color: var(--white);
}

.single-funfact-items .single-circle-bar .circle-bar .background {
    background-color: #303030 !important;
}

.single-funfact-items .single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--theme4) !important;
}

.single-funfact-items .single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #303030 !important;
}

.single-funfact-items .single-circle-bar .circle-bar .right {
    clip: rect(0 50px 100px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--theme4) !important;
}

.single-funfact-items .single-circle-bar .circle-bar .right.color-2 {
    background-color: var(--theme5);
}
