
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("slick.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("magnific-popup.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-tech.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
    --theme-color1: #FF5424;
    --theme-color2: #FBC93E;
    --theme-color3: #0E6539;
    --theme-color1-rgb: 255, 84, 36;
    --theme-color2-rgb: 251, 201, 62;
    --theme-color3-rgb: 14, 101, 57;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #151515;
    --theme-color3-text-color: #fff;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --bg-color: #FFF8EF;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-color1-rgba: rgba(255, 255, 255, 0.2);
    --border-color2-rgba: rgba(255, 255, 255, 0.13);
    --text-color: #7A7A7A;
    --headings-color: #213B2F;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color2);
    --body-font-family: "Lato", sans-serif;
    --heading-font-family: "Quicksand", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.9;
    --body-font-weight: 500;
    --line-height-heading-h1: 100%;
    --line-height-heading: 120%;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 120px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 400;
    --h4-font-weight: 700;
    --h5-font-weight: 600;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: #7e8596;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 1;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: 50px;
    --sec-title-font-weight: var(--h2-font-weight);
    --container-width: 1320px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --gradient-1: linear-gradient(90deg, #88ff2a 0%, #fff 100%);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

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

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

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

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

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

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

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

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: -0.32px;
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    position: relative;
    font-family: var(--heading-font-family);
    margin: 0;
}

    h1 small,
    h1 .small,
    h2 small,
    h2 .small,
    h3 small,
    h3 .small,
    h4 small,
    h4 .small,
    h5 small,
    h5 .small,
    h6 small,
    h6 .small {
        font-weight: normal;
        line-height: 1;
        color: var(--headings-color);
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        font-weight: inherit;
    }

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

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

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

@media (max-width: 1199.98px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 25px;
    }
}

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

@media (max-width: 469.98px) {
    h3 {
        font-size: 20px;
    }
}

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

@media (max-width: 1399.98px) {
    h4 {
        font-size: 22px;
    }
}

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

@media (max-width: 469.98px) {
    h4 {
        font-size: 19px;
    }
}

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

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

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

p {
    padding: 0;
}

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

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none;
        outline: none;
    }

    a b,
    a strong {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a img {
        border: none;
    }

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

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

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

iframe {
    border: none !important;
}

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

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

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

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

.container-1600 {
    max-width: 1600px;
}

/*=== Default Form ===*/
.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

    .form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
        color: #686a6f;
        opacity: 1;
    }

    .form-control::-moz-placeholder, .input-text::-moz-placeholder {
        color: #686a6f;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
        color: #686a6f;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
        color: #686a6f;
        opacity: 1;
    }

    .form-control::placeholder, .input-text::placeholder {
        color: #686a6f;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
        color: #686a6f;
    }

    .form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
        color: #686a6f;
    }

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

.pricing-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 99;
    margin-bottom: 90px;
}

@media (max-width: 767.98px) {
    .pricing-tab-btn {
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

.pricing-tab-btn span {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
}

.pricing-tab-btn .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 5px 8px;
    line-height: 1;
    background: #151515;
}

    .pricing-tab-btn .nav .nav-item .nav-link {
        font-size: 20px;
        font-weight: 700;
        color: var(--theme-color2);
        border-radius: 31px;
        font-family: var(--heading-font-family);
        padding: 0;
        width: 24px;
        height: 24px;
        border: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .pricing-tab-btn .nav .nav-item .nav-link.active {
            background: var(--theme-color1);
            color: var(--theme-color-white);
        }

.tp-cursor #cursor-outer {
    display: block;
}

#cursor-outer {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0;
}

#cursorDot {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    background-color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: difference;
    color: transparent;
}

    /* cursorDot view 
============= */
    #cursorDot .cursorDot-view {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0 5px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        line-height: 1.3;
        text-align: center;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    /* cursorDot drag 
============= */
    #cursorDot .cursorDot-drag {
        position: absolute;
        display: block;
        width: 100%;
        padding: 0 5px;
        font-size: 15px;
        font-weight: 600;
        color: var(--theme-color-white);
        line-height: 1.2;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        #cursorDot .cursorDot-drag::before,
        #cursorDot .cursorDot-drag::after {
            position: absolute;
            top: 50%;
            margin-top: -5px;
            font-size: 19px;
            color: var(--theme-color-white);
            height: 10px;
            line-height: 10px;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

        #cursorDot .cursorDot-drag::before {
            content: "\f104"; /* Font Awesome */
            left: 0;
            -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

        #cursorDot .cursorDot-drag::after {
            content: "\f105"; /* Font Awesome */
            right: 0;
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

    #cursorDot.with-blur {
        backdrop-filter: blur(18px);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* cursorDot close 
============== */
    #cursorDot.cursorDot-close-enabled {
        opacity: 1 !important;
    }

    #cursorDot .cursorDot-close {
        position: absolute;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 600;
        color: var(--theme-color1);
        line-height: 1;
        text-align: center;
    }

.tp-magnetic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-to-top {
    border-radius: 50% !important;
    background-color: var(--theme-color1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color-white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    .back-to-top:hover {
        background-color: var(--headings-color);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-color1);
    background-color: var(--theme-color1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .cursor-outer.cursor-hover {
        opacity: 0.14;
    }

    .cursor-outer.cursor-big {
        opacity: 0;
    }

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

    .mouseCursor.cursor-big {
        width: 20px;
        height: 20px;
        -webkit-margin-start: -12px;
        margin-inline-start: -12px;
        margin-top: -12px;
    }

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme-color1);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

    .cursor-inner span {
        color: #fff;
        line-height: 60px;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .cursor-inner.cursor-big span {
        opacity: 1;
    }

    .cursor-inner.cursor-hover {
        -webkit-margin-start: -10px;
        margin-inline-start: -10px;
        margin-top: -10px;
        width: 30px;
        height: 30px;
        background-color: var(--theme-color1);
        border: 1px solid #686363;
        opacity: 0;
    }

/*=======================
    Preloader
=======================*/
.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 var(--headings-color);
            border-top-color: var(--theme-color1);
            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 var(--heading-font-family), var(--body-font-family);
    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(--theme-color1);
    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(--headings-color);
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        font-family: var(--heading-font-family);
        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(--headings-color);
}

.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: var(--body-bg);
            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);
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
    background-color: #444;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

    .tm-boxed-layout.layer-overlay:before {
        z-index: -1;
    }

    .tm-boxed-layout .page-wrapper {
        margin: 0 auto;
        overflow: hidden;
    }

@media (min-width: 1200px) {
    .tm-boxed-layout .page-wrapper {
        width: 1170px;
    }
}

.tm-boxed-layout .container .container {
    width: 100%;
}

@media (min-width: 1200px) {
    .tm-boxed-layout .container {
        width: 1140px;
    }
}

@media (min-width: 1000px) {
    .tm-boxed-layout.tm-container-970px .page-wrapper {
        width: 970px;
    }
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-970px .container .container,
    .tm-boxed-layout.tm-container-970px .container .container-fluid,
    .tm-boxed-layout.tm-container-970px .container-fluid .container,
    .tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1300px) {
    .tm-boxed-layout.tm-container-1230px .page-wrapper {
        width: 1230px;
    }
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1230px .container .container,
    .tm-boxed-layout.tm-container-1230px .container .container-fluid,
    .tm-boxed-layout.tm-container-1230px .container-fluid .container,
    .tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1300px .page-wrapper {
        width: 1300px;
    }
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1300px .container .container,
    .tm-boxed-layout.tm-container-1300px .container .container-fluid,
    .tm-boxed-layout.tm-container-1300px .container-fluid .container,
    .tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1340px .page-wrapper {
        width: 1340px;
    }
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1340px .container .container,
    .tm-boxed-layout.tm-container-1340px .container .container-fluid,
    .tm-boxed-layout.tm-container-1340px .container-fluid .container,
    .tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1440px .page-wrapper {
        width: 1440px;
    }
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1440px .container .container,
    .tm-boxed-layout.tm-container-1440px .container .container-fluid,
    .tm-boxed-layout.tm-container-1440px .container-fluid .container,
    .tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1560px) {
    .tm-boxed-layout.tm-container-1500px .page-wrapper {
        width: 1500px;
    }
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1500px .container .container,
    .tm-boxed-layout.tm-container-1500px .container .container-fluid,
    .tm-boxed-layout.tm-container-1500px .container-fluid .container,
    .tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 1660px) {
    .tm-boxed-layout.tm-container-1600px .page-wrapper {
        width: 1600px;
    }
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-boxed-layout.tm-container-1600px .container .container,
    .tm-boxed-layout.tm-container-1600px .container .container-fluid,
    .tm-boxed-layout.tm-container-1600px .container-fluid .container,
    .tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.tm-boxed-layout.tm-container-100pr .page-wrapper {
    width: 95%;
}

    .tm-boxed-layout.tm-container-100pr .page-wrapper .container,
    .tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
        width: 100%;
    }

.tm-boxed-layout.container-shadow .page-wrapper {
    -webkit-box-shadow: 0 0 25px 0 #777;
    box-shadow: 0 0 25px 0 #777;
}

.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
    background-color: #fff;
}

    .tm-boxed-layout .header .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 0;
    }

        .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
            padding: 30px 5px;
        }

        .tm-boxed-layout .header .navbar-default .navbar-collapse {
            background-color: #fff;
            border-color: #fff;
            margin-right: 30px;
        }

    .tm-boxed-layout .header #header-logo {
        margin: 0;
        padding-top: 27px;
    }

.tm-boxed-layout .banner-section .slide-item {
    min-height: 540px;
}

    .tm-boxed-layout .banner-section .slide-item .content-box {
        padding: 150px 0 220px;
    }

.tm-boxed-layout .banner-section-two .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-three .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-four .content-box {
    padding: 130px 0;
}

@media (max-width: 1200px) {
    .tm-boxed-layout {
        padding-top: 15px;
    }

        .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
            padding: 10px;
        }

        .tm-boxed-layout .header .navbar-default .navbar-collapse {
            margin-right: 15px;
        }

        .tm-boxed-layout .navbar-header {
            padding: 15px 0;
        }

        .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
            margin-right: 0;
        }
}

.payment-method .accordion-box {
    border-radius: 30px;
    position: relative;
}

    .payment-method .accordion-box .block {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 20px;
        position: relative;
    }

        .payment-method .accordion-box .block .acc-btn {
            border-bottom: 1px solid var(--theme-color-silver);
            border-radius: 0;
            color: var(--headings-color);
            cursor: pointer;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: -0.04em;
            line-height: 34px;
            padding: 0px 0 30px;
            padding-right: 70px;
            position: relative;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .payment-method .accordion-box .block .acc-btn .icon {
                color: var(--theme-color-silver);
                font-size: 14px;
                height: 35px;
                left: auto;
                line-height: 38px;
                position: absolute;
                right: 0px;
                text-align: center;
                top: 0px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-btn .icon {
        padding: 20px 0px 20px 15px;
    }
}

.payment-method .accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
    background-color: transparent;
    top: 0;
}

    .payment-method .accordion-box .block .acc-btn.active .icon {
        color: var(--bg-theme-color1);
    }

        .payment-method .accordion-box .block .acc-btn.active .icon:before {
            content: "\f106";
        }

.payment-method .accordion-box .block.active-block {
    margin-bottom: 30px;
}

.payment-method .accordion-box .acc-content {
    display: none;
    position: relative;
}

    .payment-method .accordion-box .acc-content .content {
        padding: 0 0 10px;
        position: relative;
    }

        .payment-method .accordion-box .acc-content .content .text {
            color: var(--theme-color-lighter2);
            display: block;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 0;
        }

    .payment-method .accordion-box .acc-content.current {
        display: block;
        margin-bottom: 30px;
    }

.services-details__content .accordion-box {
    position: relative;
}

    .services-details__content .accordion-box .block {
        background: var(--theme-color-silver);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        line-height: 1;
        margin-bottom: 10px;
        padding: 27px 30px;
        position: relative;
    }

        .services-details__content .accordion-box .block:last-child {
            margin-bottom: 0;
        }

        .services-details__content .accordion-box .block .acc-btn {
            color: var(--theme-color3);
            font-size: 20px;
            font-weight: 500;
            position: relative;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .services-details__content .accordion-box .block .acc-btn span {
                color: var(--theme-color1);
            }

@media (max-width: 1199.98px) {
    .services-details__content .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

.services-details__content .accordion-box .block .acc-btn .icon {
    border-radius: 50%;
    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;
    cursor: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    font-size: 18px;
    line-height: 25px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 34px;
    height: 34px;
    background-color: var(--headings-color);
    top: -8px;
}

.services-details__content .accordion-box .block .acc-btn.active {
    color: var(--theme-color1-text-color);
}

    .services-details__content .accordion-box .block .acc-btn.active .icon {
        background-color: var(--theme-color1);
        color: var(--theme-color1-text-color);
    }

        .services-details__content .accordion-box .block .acc-btn.active .icon:before {
            content: "\f068";
        }

.services-details__content .accordion-box .block .acc-content {
    display: none;
    margin-top: 20px;
    padding-right: 20px;
    position: relative;
}

    .services-details__content .accordion-box .block .acc-content .content {
        position: relative;
    }

        .services-details__content .accordion-box .block .acc-content .content .text {
            color: var(--theme-color-white);
            display: block;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 0;
        }

@media (max-width: 767.98px) {
    .services-details__content .accordion-box .block .acc-content .content .text {
        padding: 0;
    }
}

.services-details__content .accordion-box .block .acc-content.current {
    display: block;
}

.services-details__content .accordion-box .block.active-block {
    background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222B1C 0%, #151515 55.18%);
}

/***

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

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

/***

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

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

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

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

.title a {
    color: inherit;
}

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

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

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

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    background-color: var(--body-bg);
}

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

/*=======================
    Preloader
=======================*/
@-webkit-keyframes text-split {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes text-split {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.tabs-box {
    position: relative;
}

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

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

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.fix {
    overflow: hidden;
}

.bb-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.line-shape-animation {
    max-width: 1654px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

    .line-shape-animation span {
        position: relative;
        width: 1px;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.1);
        opacity: 0.5;
    }

        .line-shape-animation span::before,
        .line-shape-animation span::after {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            background: var(--theme-color1);
            -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
            border-top-left-radius: 50px;
            border-top-right-radius: 50px;
            clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
        }

        .line-shape-animation span::after {
            -webkit-animation: dscroll 2s linear infinite;
            animation: dscroll 2s linear infinite;
            width: 2px;
            height: 24px;
            bottom: 0;
            left: 0;
            background: var(--theme-color1);
            -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
            border-top-left-radius: 50px;
            border-top-right-radius: 50px;
            clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
        }

        .line-shape-animation span:nth-child(2)::after {
            -webkit-animation: dscroll 2.1s linear infinite;
            animation: dscroll 2.1s linear infinite;
        }

        .line-shape-animation span:nth-child(3)::after {
            -webkit-animation: dscroll 2.2s linear infinite;
            animation: dscroll 2.2s linear infinite;
        }

        .line-shape-animation span:nth-child(4)::after {
            -webkit-animation: dscroll 2.3s linear infinite;
            animation: dscroll 2.3s linear infinite;
        }

        .line-shape-animation span:nth-child(5)::after {
            -webkit-animation: dscroll 2.4s linear infinite;
            animation: dscroll 2.4s linear infinite;
        }

        .line-shape-animation span:nth-child(6)::after {
            -webkit-animation: dscroll 1s linear infinite;
            animation: dscroll 1s linear infinite;
        }

        .line-shape-animation span:nth-child(7)::after {
            -webkit-animation: dscroll 3.5s linear infinite;
            animation: dscroll 3.5s linear infinite;
        }

        .line-shape-animation span:nth-child(2)::-ms-backdrop {
            animation: dscroll 4.1s linear infinite;
        }

        .line-shape-animation span:nth-child(2)::backdrop {
            -webkit-animation: dscroll 4.1s linear infinite;
            animation: dscroll 4.1s linear infinite;
        }

        .line-shape-animation span:nth-child(3)::before {
            -webkit-animation: dscroll 4.2s linear infinite;
            animation: dscroll 4.2s linear infinite;
        }

        .line-shape-animation span:nth-child(4)::before {
            -webkit-animation: dscroll 4.3s linear infinite;
            animation: dscroll 4.3s linear infinite;
        }

        .line-shape-animation span:nth-child(5)::before {
            -webkit-animation: dscroll 4.4s linear infinite;
            animation: dscroll 4.4s linear infinite;
        }

        .line-shape-animation span:nth-child(6)::before {
            -webkit-animation: dscroll 4s linear infinite;
            animation: dscroll 4s linear infinite;
        }

        .line-shape-animation span:nth-child(7)::before {
            -webkit-animation: dscroll 4.5s linear infinite;
            animation: dscroll 4.5s linear infinite;
        }

@-webkit-keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

@keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

.p-relative {
    position: relative !important;
}

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

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.tp-hero-2-img-box.last-item {
    margin-bottom: 1100px;
}

.tilt_scale {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.theme-btn-main .btn-style-one.transform {
    border: 1px solid transparent;
}

    .theme-btn-main .btn-style-one.transform:hover {
        background-color: var(--theme-color-black);
        border: 1px solid var(--theme-color1);
        color: var(--theme-color1);
    }

.theme-btn-main:hover .transform,
.transform {
    -webkit-transform: none !important;
    transform: none !important;
}

.theme-btn {
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    text-transform: capitalize;
    height: 58px;
    line-height: 58px;
    background-color: var(--theme-color1);
    overflow: hidden;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    font-family: var(--heading-font-family);
    border-radius: 37px;
    text-align: center;
}

    .theme-btn::before {
        content: "";
        position: absolute;
        width: 0;
        top: -10px;
        height: 0;
        background-color: var(--headings-color);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        z-index: -1;
    }

    .theme-btn i {
        margin-right: 5px;
    }

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

        .theme-btn:hover::before {
            width: 800px;
            height: 800px;
            display: inline-block;
        }

/*** 

====================================================================
  Anim Icons
====================================================================

***/
@-webkit-keyframes moveLeftRight {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 210px);
    }
}

@keyframes moveLeftRight {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 210px);
    }
}

@-webkit-keyframes moveRightToLeft {
    0% {
        right: 0;
    }

    100% {
        right: calc(100% - 100px);
    }
}

@keyframes moveRightToLeft {
    0% {
        right: 0;
    }

    100% {
        right: calc(100% - 100px);
    }
}

@-webkit-keyframes wind-blow {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(2deg);
        transform: skewX(2deg);
    }

    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
}

@keyframes wind-blow {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(2deg);
        transform: skewX(2deg);
    }

    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.overlay-anim {
    position: relative;
}

    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }

    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.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);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -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-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*img-animation**********************/
.img-custom-anim-right {
    -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.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);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -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-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

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

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

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

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

@-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);
    }
}

@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(20deg);
        transform: rotate(20deg);
    }

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

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

    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 sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.sway_Y__animation {
    -webkit-animation: sway_Y 3s linear infinite alternate;
    animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.sway_Y__animationY {
    -webkit-animation: sway_YY 3s linear infinite alternate;
    animation: sway_YY 3s linear infinite alternate;
}

@-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 30s linear infinite;
    animation: rotate 30s linear infinite;
}

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

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

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

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

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

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

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@-webkit-keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.animation__rotateAndScale {
    -webkit-animation: rotateAndScale 20s linear infinite;
    animation: rotateAndScale 20s linear infinite;
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.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);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -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-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-bounce {
    animation: icon-bounce 1s infinite ease;
    /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
    -webkit-animation: icon-bounce 1s infinite ease;
}

@-webkit-keyframes icon-bounce {
    0%, 20%, 50%, 80%, 100% {
        -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%, 20%, 50%, 80%, 100% {
        -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 bounce {
    0%, 20%, 53%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/*** 
====================================================================
  Main Header
====================================================================
***/
.header-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

@media (max-width: 991.98px) {
    .header-1 {
        background-color: var(--theme-color1);
    }
}

.header-1 .mobile-nav-toggler {
    color: var(--theme-color-white);
    font-size: 30px;
    margin-left: 0;
}

@media (max-width: 1699.98px) {
    .header-1 .logo {
        display: block !important;
    }

    img.desktop-view {
        max-height: 46px;
    }
}

.header-1 .main-logo {
    position: absolute;
    left: 80px;
    top: 2px;
}

@media (max-width: 1899.98px) {
    .header-1 .main-logo {
        left: 15px;
    }
}

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

.header-1 .link-btn {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    text-decoration: underline;
    text-transform: capitalize;
    position: absolute;
    right: 80px;
    top: 30px;
}

@media (max-width: 1899.98px) {
    .header-1 .link-btn {
        right: 15px;
    }
}

@media (max-width: 1699.98px) {
    .header-1 .link-btn {
        display: none;
    }
}

.header-1::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1e2b1c;
    z-index: -1;
    height: 70%;
}

@media (max-width: 991.98px) {
    .header-1::before {
        display: none;
    }
}

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

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

.header-1 .main-menu .navigation > li {
    margin-right: 35px;
}

@media (max-width: 1699.98px) {
    .header-1 .main-menu .navigation > li {
        margin-right: 20px;
    }
}

.header-1 .header-top-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: 14px 0;
}

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

        .header-1 .header-top-wrapper ul li {
            font-size: 14px;
            font-weight: 600;
            font-family: var(--heading-font-family);
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 8px;
        }

            .header-1 .header-top-wrapper ul li a {
                color: #fffefe;
                font-family: var(--heading-font-family);
            }

            .header-1 .header-top-wrapper ul li i {
                color: var(--theme-color2);
            }

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

        .header-1 .header-top-wrapper .social-icon span {
            font-size: 14px;
            font-weight: 600;
            font-family: var(--heading-font-family);
            display: inline-block;
            margin-right: 20px;
        }

        .header-1 .header-top-wrapper .social-icon a {
            color: var(--theme-color-white);
        }

            .header-1 .header-top-wrapper .social-icon a:hover {
                color: var(--theme-color2);
            }

.header-1 .main-box {
    background-color: #000000;
    padding: 0 45px;
    border-radius: 10px;
    padding-right: 28px;
}

@media only screen and (max-width: 1023px) {
    .header-1 .main-box {
        padding: 10px 30px;
    }
}

@media (max-width: 991.98px) {
    .header-1 .main-box {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }
}

.header-1 .ui-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .header-1 .ui-btn-outer .ui-btn-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .header-1 .ui-btn-outer .theme-btn {
        padding: 0 28px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background-color: var(--theme-color2);
        color: var(--headings-color);
    }

        .header-1 .ui-btn-outer .theme-btn::before {
            background-color: var(--theme-color-white);
        }

@media only screen and (max-width: 1023px) {
    .header-1 .ui-btn-outer .theme-btn {
        display: none;
    }
}

.header-1 .ui-btn-outer .search-btn {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--headings-color);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .header-1 .ui-btn-outer .search-btn:hover {
        background-color: var(--theme-color2);
        color: var(--headings-color);
    }

.header-style-one .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-style-one .main-box .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1699.98px) {
    .header-style-one .main-box .outer-box {
        gap: 25px;
    }
}

.header-style-one .main-box .ui-btn-outer .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    line-height: 1;
}

@media (max-width: 1699.98px) {
    .header-style-one .main-box .ui-btn-outer .header-contact {
        gap: 15px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-one .main-box .ui-btn-outer .header-contact {
        display: none;
    }
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #C0C0C0;
    padding-right: 30px;
}

    .header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
        color: #CFCFCF;
        font-size: 18px;
    }

        .header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover {
            color: var(--headings-color);
        }

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
    font-weight: 600;
    color: var(--theme-color-white);
}

    .header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover {
        color: var(--theme-color1);
    }

.header-style-one .main-box .btn-style-one {
    padding: 20px 38px;
}

@media (max-width: 991.98px) {
    .header-style-one .main-box .btn-style-one {
        display: none;
    }
}

.header-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
    .header-2 {
        padding: 0;
    }
}

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

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

.header-2 .main-menu .navigation > li {
    margin-right: 35px;
}

@media (max-width: 1699.98px) {
    .header-2 .main-menu .navigation > li {
        margin-right: 20px;
    }
}

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

@media (max-width: 1699.98px) {
    .header-2 .main-box {
        padding: 0 30px;
    }
}

@media (max-width: 1199.98px) {
    .header-2 .main-box {
        gap: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-2 .main-box {
        padding: 14px 30px;
        gap: 0;
    }
}

@media only screen and (max-width: 380px) {
    .header-2 .main-box {
        padding: 14px 15px;
    }
}

.header-2 .ui-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .header-2 .ui-btn-outer .ui-btn-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .header-2 .ui-btn-outer .theme-btn {
        padding: 0 28px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

@media only screen and (max-width: 1023px) {
    .header-2 .ui-btn-outer .theme-btn {
        display: none;
    }
}

.header-2 .ui-btn-outer .search-btn {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--headings-color);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .header-2 .ui-btn-outer .search-btn:hover {
        background-color: var(--theme-color1);
        color: var(--theme-color-white);
    }

.header-2 .mobile-nav-toggler {
    color: var(--theme-color-white);
    font-size: 30px;
    margin-left: 0;
}

.main-menu {
    position: relative;
}

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

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

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

        .main-menu .navigation > li {
            float: left;
            margin-right: 30px;
            padding: 25px 0px;
            position: relative;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0;
            }

            .main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
                left: 0;
                width: 100%;
            }

            .main-menu .navigation > li > a {
                color: var(--headings-color);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 16px;
                line-height: 30px;
                font-weight: 700;
                text-transform: capitalize;
                opacity: 1;
                padding: 0;
                position: relative;
                text-align: center;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
                font-family: var(--heading-font-family);
            }

@media (max-width: 1899.98px) {
    .main-menu .navigation > li > a {
        font-size: 15px;
    }
}

.main-menu .navigation > li > a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}

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

.main-menu .navigation > li.current > a {
    font-weight: 700;
}

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

.main-menu .navigation > li > ul {
    background-color: var(--body-bg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0px;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    border-radius: 16px;
    z-index: 100;
}

    .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 0px;
            line-height: 29px;
            font-weight: 700;
            font-size: 16px;
            color: var(--headings-color);
            text-align: left;
            font-family: var(--heading-font-family);
            margin: 0 30px;
            text-transform: capitalize;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
        }

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

        .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            position: absolute;
            right: 0;
            top: 11px;
            display: block;
            line-height: 24px;
            font-size: 11px;
            font-weight: 600;
            z-index: 5;
        }

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

        .main-menu .navigation > li > ul > li > ul {
            background-color: var(--body-bg);
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            display: none;
            left: 100%;
            margin-top: 10px;
            opacity: 0;
            padding: 10px 0 0;
            position: absolute;
            top: 0px;
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            width: 220px;
            z-index: 100;
            border-radius: 16px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                border-bottom: 1px solid rgba(12, 47, 37, 0.1);
                width: 100%;
            }

                .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 0;
                    line-height: 24px;
                    font-weight: 700;
                    font-size: 16px;
                    color: var(--headings-color);
                    font-family: var(--heading-font-family);
                    text-align: left;
                    margin: 0 30px;
                    text-transform: capitalize;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

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

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

.sticky-header {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    left: 0px;
    opacity: 0;
    padding: 0px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

    .sticky-header .mobile-nav-toggler {
        color: var(--headings-color) !important;
    }

@media only screen and (min-width: 1023px) {
    .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

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

.sticky-header .logo {
    padding: 10px 0;
}

    .sticky-header .logo img {
        max-height: 40px;
    }

.sticky-header .nav-outer {
    background: none;
    position: relative;
}

.sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.sticky-header .main-menu .navigation > li {
    margin: 0;
    margin-left: 46px;
    padding: 20px 0;
}

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

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

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

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

.sticky-header .mobile-nav-toggler {
    color: var(--headings-color) !important;
    font-size: 22px;
    line-height: 1;
}

.header-2 .sticky-header .mobile-nav-toggler {
    color: var(--headings-color) !important;
}

@media only screen and (max-width: 1700px) {
    .main-header .header-lower .outer-box .ui-btn-outer {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .header-style-one .header-lower .logo-box {
        margin-right: 30px;
    }

    .main-menu .navigation > li {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1439px) {
    .main-menu .navigation > li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-top {
        margin-left: 0;
        padding: 0;
    }

    .main-header .main-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-header .header-lower .logo-box {
        margin-top: 0;
        min-height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header-top,
    .main-header .main-menu {
        display: none;
    }

    .main-header .logo {
        min-width: auto;
    }

        .main-header .logo img, .sticky-header .main-header .logo img {
            width: auto;
            max-width: none;
            max-height: 45px;
        }

    .main-header .main-box .nav-outer {
        width: auto;
    }

    .main-header .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .title {
        padding: 7px 20px;
    }

        .main-slider .title:before {
            display: none;
        }
}

@media only screen and (max-width: 599px) {
    .main-header .header-lower .logo-box {
        padding-left: 0;
        min-width: auto;
        margin-right: 0px;
        max-width: 140px;
    }

        .main-header .header-lower .logo-box .logo img {
            max-width: 140px;
        }
}
/*** 

====================================================================
		Helping Section
====================================================================

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

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

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

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 767.98px) {
    br {
        display: none;
    }
}

.fix {
    overflow: hidden;
}

.align-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .array-button .array-prev,
    .array-button .array-next {
        border-radius: 50%;
        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;
        cursor: inherit;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer !important;
        width: 50px;
        height: 50px;
        background: var(--theme-color2);
        color: var(--theme-color-white);
        font-size: 18px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .array-button .array-prev:hover,
        .array-button .array-next:hover {
            color: var(--theme-color-black);
            background: var(--theme-color1);
            border: none;
        }

.bb-top {
    border-top: 1px solid rgba(12, 47, 37, 0.1);
}

.bb-bottom {
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

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

.section-bg-2 {
    background-color: var(--theme-color-black) !important;
}

.section-bg-3 {
    background-color: var(--theme-color2) !important;
}

.swiper-dot {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 40px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .swiper-dot {
        margin-top: 30px;
    }
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--border-color1-rgba);
    opacity: 1;
    border-radius: 15px;
}

    .swiper-dot .swiper-pagination-bullet:not(:last-child) {
        margin-right: 10px;
    }

    .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--theme-color1);
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
    }

.tp--hover-item {
    position: relative;
}

.tp--hover-img {
    overflow: hidden;
}

    .tp--hover-img canvas {
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 40px;
        height: 100%;
        position: absolute;
    }

.anim-reveal-line {
    overflow: hidden;
}

.body-bg {
    background-color: #f6f5ef;
}

.sticky-style {
    position: sticky;
    top: 100px;
}

.get-in-touch {
    background-color: var(--theme-color3);
    border-radius: 20px;
    color: var(--theme-color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    gap: 5px;
    line-height: 26px;
    margin-top: 60px;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

    .get-in-touch.style-5 {
        background-color: #0F0B19;
    }

        .get-in-touch.style-5 a {
            font-family: var(--heading-font-family);
        }

@media (max-width: 767.98px) {
    .get-in-touch {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px;
    }
}

.get-in-touch::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: 46px;
    border-radius: 28px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#88ff2a), to(rgba(82, 153, 25, 0)));
    background: linear-gradient(90deg, #88ff2a 0%, rgba(82, 153, 25, 0) 100%);
}

@media (max-width: 767.98px) {
    .get-in-touch::after {
        display: none;
    }
}

.get-in-touch a {
    color: var(--theme-color1);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.circle-box {
    position: relative;
    width: 300px;
    height: 300px;
}

    .circle-box .circle-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
    }

        .circle-box .circle-text svg {
            width: 100%;
            height: 100%;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite;
        }

        .circle-box .circle-text textPath {
            fill: var(--theme-color-white);
            font-size: 17px;
            font-weight: 600;
            letter-spacing: 6px;
        }

        .circle-box .circle-text .highlight {
            fill: var(--theme-color3);
        }

    .circle-box .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .circle-box .highlight-arc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: -1;
    }

.video-icon {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
}

    .video-icon .video-button-ripple::before,
    .video-icon .video-button-ripple::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        -webkit-animation: popupVideo 3s infinite;
        animation: popupVideo 3s infinite;
        border-radius: 50%;
    }

    .video-icon .video-button-ripple::before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .video-icon .video-button-ripple::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

.multiple-section {
    position: relative;
    z-index: 1;
}

    .multiple-section .work-one {
        position: relative;
    }

        .multiple-section .work-one .top-object-1 {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .multiple-section .inner {
        margin: 0 60px;
        border-radius: 40px;
        position: relative;
    }

        .multiple-section .inner .object-cricle {
            position: absolute;
            bottom: 0;
            left: 0;
        }

@media (max-width: 1699.98px) {
    .multiple-section .inner {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .multiple-section .inner {
        margin: 0 25px;
    }
}

@media (max-width: 1199.98px) {
    .multiple-section .inner {
        margin: 0 15px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.multiple-section .inner .shape-1 {
    position: absolute;
    top: -20px;
    right: -20px;
}

.multiple-section .inner .light-shape {
    position: absolute;
    width: 1080px;
    height: 1080px;
    border-radius: 50%;
    opacity: 0.2;
    left: -5%;
    bottom: -100px;
    background: transparent;
    border: 110px solid var(--theme-color1);
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: -1;
}

.multiple-section .inner .light-shape2 {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    opacity: 0.3;
    right: -15%;
    bottom: -10px;
    background: transparent;
    border: 60px solid var(--theme-color1);
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: -1;
}

.multiple-section .inner .bg-image {
    background-color: var(--theme-color3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.1;
    border-radius: 40px;
}

.multiple-section .inner::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color3);
    left: 10px;
    z-index: -1;
    border-radius: 40px;
}

.multiple-section-6 .inner .array-button .array-next, .multiple-section-6 .inner .array-button .array-prev {
    background-color: var(--body-bg);
}

    .multiple-section-6 .inner .array-button .array-next:hover, .multiple-section-6 .inner .array-button .array-prev:hover {
        background-color: var(--theme-color1);
    }

.title-shadow {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
    font-size: 250px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    white-space: nowrap;
    z-index: -1;
}

    .title-shadow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: #0a0a0a;
        -webkit-filter: blur(90px);
        filter: blur(90px);
        opacity: 1;
        left: auto;
        right: -80px;
    }

@media (max-width: 1699.98px) {
    .title-shadow::after {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .title-shadow {
        position: relative;
        right: 0;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        z-index: 1;
        white-space: unset;
    }
}

@media (max-width: 1199.98px) {
    .title-shadow {
        font-size: 220px;
    }
}

@media (max-width: 991.98px) {
    .title-shadow {
        font-size: 180px;
    }
}

@media (max-width: 767.98px) {
    .title-shadow {
        font-size: 150px;
    }
}

@media (max-width: 575.98px) {
    .title-shadow {
        font-size: 120px;
    }
}

@media (max-width: 469.98px) {
    .title-shadow {
        font-size: 100px;
    }
}

.title-shadow.style-2 {
    left: auto;
    right: -30px;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
}

@media (max-width: 1699.98px) {
    .title-shadow.style-2 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
    }
}

.title-shadow.style-2::after {
    right: auto;
    left: -80px;
}

.title-shadow-2 {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -135px;
    color: var(--theme-color1);
    text-align: center;
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .title-shadow-2 {
        top: -102px;
        font-size: 120px;
    }
}

@media (max-width: 991.98px) {
    .title-shadow-2 {
        top: -150px;
        font-size: 105px;
    }
}

@media (max-width: 767.98px) {
    .title-shadow-2 {
        top: -70px;
        font-size: 80px;
    }
}

@media (max-width: 575.98px) {
    .title-shadow-2 {
        top: -115px;
    }
}

@media (max-width: 469.98px) {
    .title-shadow-2 {
        font-size: 60px;
    }
}

.title-shadow-2 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--border-color1-rgba);
}

.bb-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.mt-minus-30px {
    margin-top: -30px;
}

.pb-160 {
    padding-bottom: 160px !important;
}

@media (max-width: 1199.98px) {
    br {
        display: none;
    }
}

.text-body {
    color: #D9D9D9 !important;
}

/*** 

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

***/
.mobile-nav-toggler {
    position: relative;
    cursor: pointer;
    display: none;
    top: 0px;
    margin-left: 25px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

    .mobile-nav-toggler.style-2 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .mobile-nav-toggler.style-2 span {
            display: block;
            width: 40px;
            height: 2px;
            background-color: var(--theme-color-white);
        }

            .mobile-nav-toggler.style-2 span:nth-child(2) {
                width: 30px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .mobile-nav-toggler.style-2 span:nth-child(3) {
                width: 20px;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .mobile-nav-toggler.style-2:hover span:nth-child(2) {
            width: 40px;
        }

        .mobile-nav-toggler.style-2:hover span:nth-child(3) {
            width: 40px;
        }

@media only screen and (max-width: 1023px) {
    .mobile-nav-toggler {
        display: block !important;
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .menu-backdrop {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
    }

    .mobile-menu .upper-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 20px 20px;
    }

    .mobile-menu .close-btn {
        position: relative;
        top: 5px;
        text-align: center;
        font-size: 30px;
        color: var(--theme-color-white);
        cursor: pointer;
        z-index: 10;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

        .mobile-menu .close-btn:hover {
            opacity: 0.5;
        }

    .mobile-menu .nav-logo {
        position: relative;
        text-align: left;
        width: 100%;
    }

        .mobile-menu .nav-logo img {
            max-height: 40px;
        }

    .mobile-menu .menu-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        background: var(--headings-color);
        padding: 0px 0px;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        border-radius: 0px;
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

        .mobile-menu-visible .mobile-menu .menu-backdrop {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .mobile-menu-visible .mobile-menu .menu-box {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.4s ease 200ms;
            transition: all 0.4s ease 200ms;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        .mobile-menu-visible .mobile-menu .close-btn {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

    .mobile-menu-visible .scroll-to-top {
        opacity: 0;
        visibility: hidden;
    }

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .mobile-menu .navigation li > ul > li:last-child {
            border-bottom: none;
        }

        .mobile-menu .navigation li > ul > li:first-child {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 16px;
            color: #ffffff;
            font-weight: 500;
            text-transform: capitalize;
        }

        .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
            color: var(--theme-color1);
        }

        .mobile-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 44px;
            height: 44px;
            text-align: center;
            font-size: 17px;
            line-height: 44px;
            font-weight: 500;
            font-family: var(--title-font);
            color: #ffffff;
            cursor: pointer;
            z-index: 5;
        }

            .mobile-menu .navigation li.dropdown .dropdown-btn:after {
                content: "";
                position: absolute;
                left: 0px;
                top: 10px;
                width: 1px;
                height: 24px;
                border-left: 1px solid rgba(255, 255, 255, 0.1);
            }

            .mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
                content: "\f106";
            }

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

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

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

    .contact-list-one li {
        position: relative;
        margin-bottom: 20px;
    }

        .contact-list-one li:last-child {
            margin-right: 0;
        }

        .contact-list-one li .contact-info-box {
            position: relative;
            padding-left: 54px;
            font-size: 14px;
            line-height: 24px;
            color: #ffffff;
        }

            .contact-list-one li .contact-info-box a {
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .contact-list-one li .contact-info-box .icon {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 34px;
                line-height: 50px;
                color: #fff;
            }

            .contact-list-one li .contact-info-box .title {
                display: block;
                font-size: 12px;
                color: #b2c1c0;
                font-weight: 400;
                text-transform: uppercase;
            }

.mobile-menu .social-links {
    position: relative;
    display: -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;
    background: var(--bg-theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

    .mobile-menu .social-links li {
        position: relative;
        text-align: center;
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

        .mobile-menu .social-links li a {
            position: relative;
            display: block;
            line-height: 50px;
            height: 50px;
            font-size: 14px;
            text-align: center;
            color: var(--theme-color-white);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .mobile-menu .social-links li a:hover {
                color: var(--theme-color-white);
            }

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

    .search-popup .search-back-drop {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: var(--bg-theme-color2);
        opacity: 0.95;
    }

    .search-popup .close-search {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 26px;
        color: var(--theme-color-light);
        z-index: 3;
        border-radius: 50%;
        background-color: transparent;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .search-popup .search-inner {
        position: relative;
        display: block;
        top: 40%;
        height: auto;
        z-index: 1;
        width: calc(100% - 60px);
        max-width: 800px;
        margin: auto;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .search-popup .form-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .search-popup .form-group input[type=search],
        .search-popup .form-group input[type=text] {
            position: relative;
            display: block;
            line-height: 20px;
            font-size: 16px;
            width: 100%;
            height: 50px;
            border: 1px solid #e1e6dc;
            padding: 15px 20px;
            color: #707070;
            background: #ffffff;
            border-radius: 5px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-popup .form-group input[type=search]:focus,
            .search-popup .form-group input[type=text]:focus {
                border-color: var(--border-theme-color2);
            }

        .search-popup .form-group button {
            position: absolute;
            right: 5px;
            top: 5px;
            height: 40px;
            width: 40px;
            display: block;
            font-size: 18px;
            color: var(--theme-color-dark);
            line-height: 40px;
            border-radius: 5px;
            font-weight: normal;
            background: #ffffff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-popup .form-group button:hover {
                color: var(--theme-color-dark);
            }

    .search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
        color: inherit;
    }

    .search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
        color: inherit;
    }

    .search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
        color: inherit;
    }

    .search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
        color: inherit;
    }

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

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}

    .moblie-search-active .search-popup .search-inner {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

/*** 

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

***/
.sec-title {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sec-title {
        margin-bottom: 10px;
    }
}

.sec-title .sec-sub-title {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

    .sec-title .sec-sub-title.color-2 .sub-title {
        font-family: var(--body-font-family);
        color: var(--text-color);
    }

    .sec-title .sec-sub-title .sub-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        position: relative;
        padding-left: 15px;
        color: var(--theme-color3);
        font-family: var(--body-font-family);
    }

        .sec-title .sec-sub-title .sub-title.color-2 {
            color: var(--theme-color2);
        }

        .sec-title .sec-sub-title .sub-title::before {
            position: absolute;
            top: 50%;
            left: 0;
            content: "";
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background-color: var(--theme-color1);
        }

@media (max-width: 1199.98px) {
    .sec-title .title {
        font-size: 44px;
    }
}

@media (max-width: 767.98px) {
    .sec-title .title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .sec-title .title {
        font-size: 36px;
    }
}

@media (max-width: 469.98px) {
    .sec-title .title {
        font-size: 28px;
    }
}

.section-title-area {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

.hero-1 {
    position: relative;
    padding: 210px 0 180px;
    z-index: 9;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .hero-1 {
        padding: 190px 0 140px;
    }
}

@media (max-width: 767.98px) {
    .hero-1 {
        padding: 180px 0 130px;
    }
}

@media (max-width: 575.98px) {
    .hero-1 {
        padding: 170px 0 120px;
    }
}

.hero-1 .circle-left {
    position: absolute;
    top: 12%;
    left: -13%;
}

@media (max-width: 1399.98px) {
    .hero-1 .circle-left {
        display: none;
    }
}

.hero-1 .object-shape {
    position: absolute;
    bottom: 0;
    left: 30%;
}

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

.hero-1 .hero-content {
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1399.98px) {
    .hero-1 .hero-content {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-content {
        margin-top: 0;
    }
}

.hero-1 .hero-content .hero-sub {
    color: var(--theme-color-white);
    color: var(--theme-color2);
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .hero-1 .hero-content .hero-sub {
        font-size: 18px;
    }
}

.hero-1 .hero-content .hero-title {
    color: var(--theme-color-white);
    letter-spacing: -0.04em;
}

@media (max-width: 1699.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 95px;
    }
}

@media (max-width: 1399.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 88px;
    }
}

@media (max-width: 1199.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 78px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 65px;
    }
}

@media (max-width: 767.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 45px;
    }
}

@media (max-width: 469.98px) {
    .hero-1 .hero-content .hero-title {
        font-size: 36px;
    }
}

.hero-1 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-white);
    max-width: 676px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .hero-1 .hero-content p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.hero-1 .hero-image-items {
    position: absolute;
    bottom: 0;
    right: 13%;
}

@media (max-width: 991.98px) {
    .hero-1 .hero-image-items {
        display: none;
    }
}

.hero-1 .hero-image-items .thumb-1 {
    border: 30px solid var(--theme-color-white);
    border-radius: 806.605px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

@media (max-width: 1399.98px) {
    .hero-1 .hero-image-items .thumb-1 {
        max-width: 350px;
    }
}

@media (max-width: 1199.98px) {
    .hero-1 .hero-image-items .thumb-1 {
        border: 10px solid var(--theme-color-white);
        max-width: 270px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-image-items .thumb-1 {
        border: 10px solid var(--theme-color-white);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        max-width: 387px;
        margin: 0 auto;
    }

        .hero-1 .hero-image-items .thumb-1 img {
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 10px;
        }
}

@media (max-width: 575.98px) {
    .hero-1 .hero-image-items .thumb-1 {
        height: 550px;
    }

        .hero-1 .hero-image-items .thumb-1 img {
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 100px;
        }
}

.hero-1 .hero-image-items .thumb-1 img {
    width: 100%;
    height: 100%;
    border-radius: 806.605px;
}

.hero-1 .hero-image-items .thumb-2 {
    border: 30px solid var(--theme-color2);
    border-radius: 806.605px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    bottom: 0;
    right: -39%;
}

@media (max-width: 1399.98px) {
    .hero-1 .hero-image-items .thumb-2 {
        border: 10px solid var(--theme-color2);
        bottom: 0;
        right: -23%;
        height: 385px;
    }
}

@media (max-width: 1199.98px) {
    .hero-1 .hero-image-items .thumb-2 {
        height: 300px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-image-items .thumb-2 {
        display: none;
    }
}

.hero-1 .hero-image-items .thumb-2 img {
    width: 100%;
    height: 100%;
    border-radius: 806.605px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-section {
    position: relative;
}

    .hero-section .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
        transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
        transition: transform 9000ms ease, opacity 1500ms ease-in;
        transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    }

        .hero-section .hero-bg::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#0A7236));
            background: linear-gradient(180deg, #151515 0%, #0A7236 100%);
            mix-blend-mode: normal;
            opacity: 0.8;
            z-index: -1;
        }

    .hero-section .swiper-slide.swiper-slide-active .hero-bg {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        border-radius: 20px;
    }

.hero-2 {
    position: relative;
    z-index: 9;
    padding: 350px 0 120px;
}

@media (max-width: 1699.98px) {
    .hero-2 {
        padding-top: 300px;
    }
}

@media (max-width: 1399.98px) {
    .hero-2 {
        padding: 250px 0 120px;
    }
}

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

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

.hero-2 .shape-1 {
    position: absolute;
    bottom: 0;
    right: 42px;
}

@media (max-width: 1699.98px) {
    .hero-2 .shape-1 {
        max-width: 380px;
    }

        .hero-2 .shape-1 img {
            width: 100%;
            height: 100%;
        }
}

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

.hero-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(47.95deg, #0D0D0D 43.25%, rgba(13, 13, 13, 0) 81.71%);
    mix-blend-mode: normal;
    opacity: 0.78;
    z-index: -1;
}

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

.hero-2 .hero-content .hero-sub-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color1);
    display: inline-block;
}

.hero-2 .hero-content .hero-title {
    color: var(--theme-color-white);
    font-size: 120px;
    font-weight: 400;
    line-height: 108%;
}

@media (max-width: 1699.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 110px;
    }
}

@media (max-width: 1399.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 90px;
    }
}

@media (max-width: 1199.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 80px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 469.98px) {
    .hero-2 .hero-content .hero-title {
        font-size: 40px;
    }
}

.hero-2 .hero-content .content {
    max-width: 500px;
    margin-left: auto;
    margin-top: -95px;
    margin-right: 120px;
}

@media (max-width: 1699.98px) {
    .hero-2 .hero-content .content {
        margin-top: -110px;
        margin-right: 165px;
    }
}

@media (max-width: 1399.98px) {
    .hero-2 .hero-content .content {
        margin-top: -85px;
        margin-right: 70px;
    }
}

@media (max-width: 1199.98px) {
    .hero-2 .hero-content .content {
        margin-right: 0;
        margin: 40px auto 0;
    }
}

@media (max-width: 767.98px) {
    .hero-2 .hero-content .content {
        margin-top: 30px;
    }
}

@media (max-width: 469.98px) {
    .hero-2 .hero-content .content {
        margin-top: 20px;
    }
}

.hero-2 .hero-content .content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-white);
    line-height: 188%;
    margin-bottom: 30px;
}

@media (max-width: 469.98px) {
    .hero-2 .hero-content .content p {
        margin-bottom: 15px;
    }
}

.hero-list-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: 991.98px) {
    .hero-list-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.hero-list-wrap li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 20px;
    font-family: var(--heading-font-family);
    text-transform: capitalize;
}

    .hero-list-wrap li::before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: var(--theme-color1);
    }

.feature-block-1 {
    margin-top: 30px;
    background-color: var(--theme-color-white);
    position: relative;
    padding: 40px;
    padding-bottom: 30px;
    padding-top: 0;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399.98px) {
    .feature-block-1 {
        padding: 30px 25px;
        padding-top: 0;
    }
}

.feature-block-1::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border: 1px solid #F2E6DD;
    top: 40px;
    border-radius: 20px;
    z-index: -1;
    height: initial;
}

.feature-block-1 .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    background-color: #FEECE7;
    text-align: center;
}

    .feature-block-1 .icon.bg-2 {
        background-color: #FFF5E0;
    }

    .feature-block-1 .icon.bg-3 {
        background-color: #D8F1FA;
    }

    .feature-block-1 .icon.bg-4 {
        background-color: #CFF4E3;
    }

.feature-block-1 .content {
    margin-top: 22px;
}

    .feature-block-1 .content p {
        font-weight: 500;
        margin-top: 12px;
    }

.feature-block-1:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

    .feature-block-1:hover .icon img {
        -webkit-animation: wobble 1.5s ease-in-out;
        animation: wobble 1.5s ease-in-out;
    }

.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;
}

@media (max-width: 1199.98px) {
    .counter-wrapper {
        margin-top: -50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .counter-wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.counter-wrapper .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .counter-wrapper .counter-items .icon {
        width: 80px;
        line-height: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: var(--bg-color);
        text-align: center;
    }

    .counter-wrapper .counter-items .count-box {
        font-size: 50px;
        font-weight: 700;
        color: #0B4E3D;
        line-height: 1;
    }

@media (max-width: 1199.98px) {
    .counter-wrapper .counter-items .count-box {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .counter-wrapper .counter-items .count-box {
        font-size: 40px;
    }
}

.counter-wrapper .counter-items p {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .counter-wrapper .counter-items p {
        font-size: 15px;
    }
}

.counter-wrapper .counter-items:hover .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.counter-wrapper .line {
    width: 2px;
    height: 82px;
    background-color: #E9E9E9;
}

@media (max-width: 1199.98px) {
    .counter-wrapper .line {
        display: none;
    }
}

.counter-section {
    border-bottom: 1px solid #CECECE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.choose-us-left-items-2 .text {
    margin-top: 20px;
    max-width: 520px;
}

.choose-us-left-items-2 .choose-list-items {
    margin-top: 30px;
}

    .choose-us-left-items-2 .choose-list-items li {
        font-size: 20px;
        font-weight: 700;
        color: var(--headings-color);
        font-family: var(--heading-font-family);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18px;
    }

        .choose-us-left-items-2 .choose-list-items li:not(:last-child) {
            border-bottom: 1px solid #D9D9D9;
            padding-bottom: 25px;
            margin-bottom: 18px;
        }

.choose-us-left-items-2 .support-mission-items {
    background-color: var(--theme-color1);
    padding: 28px 55px;
    border-radius: 10px;
    padding-right: 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;
    width: 1066px;
    position: relative;
    z-index: 99;
    margin-top: 115px;
}

@media (max-width: 1399.98px) {
    .choose-us-left-items-2 .support-mission-items {
        margin-top: 30px;
        width: 1000px;
    }
}

@media (max-width: 1199.98px) {
    .choose-us-left-items-2 .support-mission-items {
        width: 700px;
    }
}

@media (max-width: 767.98px) {
    .choose-us-left-items-2 .support-mission-items {
        width: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.choose-us-left-items-2 .support-mission-items .support-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-white);
    text-transform: capitalize;
}

.choose-us-left-items-2 .support-mission-items p {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--heading-font-family);
    text-transform: capitalize;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .choose-us-left-items-2 .support-mission-items p a {
        color: var(--theme-color-white);
        text-decoration: underline;
    }

.choose-us-right-image-2 {
    position: relative;
}

    .choose-us-right-image-2 .fix {
        border-radius: 20px;
    }

@media (max-width: 991.98px) {
    .choose-us-right-image-2 .fix {
        height: 550px;
    }
}

.choose-us-right-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.choose-us-right-image-2 .choose-us-counter-wrap {
    background-color: var(--theme-color3);
    padding: 50px;
    border-radius: 30px;
    position: absolute;
    bottom: 130px;
    max-width: 536px;
    width: 100%;
    left: -130px;
}

@media (max-width: 1399.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap {
        left: -30px;
    }
}

@media (max-width: 1199.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap {
        padding: 28px;
        bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap {
        position: static;
    }
}

.choose-us-right-image-2 .choose-us-counter-wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

@media (max-width: 575.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap::before {
        display: none;
    }
}

.choose-us-right-image-2 .choose-us-counter-wrap .bb-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.choose-us-right-image-2 .choose-us-counter-wrap .choose-us-counter-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;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap .choose-us-counter-items {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 575.98px) {
    .choose-us-right-image-2 .choose-us-counter-wrap .choose-us-counter-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.choose-us-right-image-2 .choose-us-counter-wrap .choose-us-counter-items .counter-content .count-box {
    font-size: 50px !important;
    font-weight: 400;
    font-size: var(--heading-font-family);
    color: var(--theme-color-white);
}

.choose-us-right-image-2 .choose-us-counter-wrap .choose-us-counter-items .counter-content p {
    max-width: 165px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 8px;
}

.become-volunteer-wrapper {
    position: relative;
    margin-bottom: 140px;
}

@media (max-width: 991.98px) {
    .become-volunteer-wrapper {
        margin-bottom: 0;
    }
}

.become-volunteer-wrapper .thumb-1 {
    position: absolute;
    top: 30px;
    left: 80px;
}

@media (max-width: 1199.98px) {
    .become-volunteer-wrapper .thumb-1 {
        left: 30px;
    }
}

@media (max-width: 991.98px) {
    .become-volunteer-wrapper .thumb-1 {
        display: none;
    }
}

.become-volunteer-wrapper .thumb-1 img {
    border-radius: 10px;
}

.become-volunteer-wrapper .thumb-2 {
    position: absolute;
    bottom: -110px;
    left: 180px;
}

@media (max-width: 1199.98px) {
    .become-volunteer-wrapper .thumb-2 {
        left: 70px;
    }
}

@media (max-width: 991.98px) {
    .become-volunteer-wrapper .thumb-2 {
        display: none;
    }
}

.become-volunteer-wrapper .thumb-2 img {
    border-radius: 10px;
}

.become-volunteer-wrapper .thumb-3 {
    position: absolute;
    top: -20px;
    right: 50px;
}

@media (max-width: 991.98px) {
    .become-volunteer-wrapper .thumb-3 {
        display: none;
    }
}

.become-volunteer-wrapper .thumb-3 img {
    border-radius: 10px;
}

.become-volunteer-wrapper .thumb-4 {
    position: absolute;
    bottom: -60px;
    right: 140px;
}

@media (max-width: 1199.98px) {
    .become-volunteer-wrapper .thumb-4 {
        right: 40px;
    }
}

@media (max-width: 991.98px) {
    .become-volunteer-wrapper .thumb-4 {
        display: none;
    }
}

.become-volunteer-wrapper .thumb-4 img {
    border-radius: 10px;
}

.become-volunteer-wrapper .content {
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
}

    .become-volunteer-wrapper .content .sub-text {
        font-size: 20px;
        line-height: 150%;
        color: var(--headings-color);
        font-weight: 400;
        max-width: 450px;
        margin: 0 auto 22px;
    }

    .become-volunteer-wrapper .content .counter-content {
        margin-bottom: 38px;
    }

        .become-volunteer-wrapper .content .counter-content .count-box {
            font-size: 120px;
            font-weight: 400;
            color: var(--theme-color3);
            font-family: var(--heading-font-family);
            line-height: 1;
        }

@media (max-width: 767.98px) {
    .become-volunteer-wrapper .content .counter-content .count-box {
        font-size: 80px;
    }
}

@media (max-width: 575.98px) {
    .become-volunteer-wrapper .content .counter-content .count-box {
        font-size: 80px;
    }
}

@media (max-width: 469.98px) {
    .become-volunteer-wrapper .content .counter-content .count-box {
        font-size: 70px;
    }
}

.become-volunteer-wrapper .content .counter-content p {
    font-size: 24px;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    line-height: 1;
}

.about-section {
    margin: 0 40px;
    border-radius: 20px;
}

@media (max-width: 1699.98px) {
    .about-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .about-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .about-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .about-section {
        margin: 0 16px;
    }
}

.about-left-thumb-items .uni-icon {
    text-align: center;
    width: 180px;
    height: 180px;
    line-height: 180px;
    background-color: var(--theme-color-white);
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .about-left-thumb-items .uni-icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

        .about-left-thumb-items .uni-icon img {
            width: 40px;
        }
}

.about-left-thumb-items .uni-icon::before {
    width: 140px;
    height: 140px;
    line-height: 140px;
    content: "";
    right: 0;
    bottom: 0;
    background-color: var(--theme-color3);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .about-left-thumb-items .uni-icon::before {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.about-left-thumb-items .thumb-1 {
    margin-top: 20px;
    max-width: 200px;
}

    .about-left-thumb-items .thumb-1 img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

.about-left-thumb-items .thumb-2 {
    height: 100%;
}

    .about-left-thumb-items .thumb-2 img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.about-right-content {
    margin-left: 60px;
}

@media (max-width: 1699.98px) {
    .about-right-content {
        margin-left: 35px;
    }
}

@media (max-width: 1399.98px) {
    .about-right-content {
        margin-left: 0;
    }
}

.about-right-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 80px;
    margin-top: 32px;
    border-bottom: 1px solid rgb(242, 230, 221);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 400px) {
    .about-right-content .nav {
        gap: 30px;
    }
}

.about-right-content .nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 700;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    padding: 0;
}

@media (max-width: 575.98px) {
    .about-right-content .nav .nav-item .nav-link {
        font-size: 21px;
    }
}

@media screen and (max-width: 400px) {
    .about-right-content .nav .nav-item .nav-link {
        font-size: 19px;
    }
}

.about-right-content .nav .nav-item .nav-link.active {
    position: relative;
}

    .about-right-content .nav .nav-item .nav-link.active::before {
        position: absolute;
        bottom: -21.5px;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: var(--theme-color1);
    }

@media screen and (max-width: 400px) {
    .about-right-content .nav .nav-item .nav-link.active::before {
        display: none;
    }
}

.about-right-content .about-text {
    font-weight: 500;
}

.about-right-content .about-bottom-area {
    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-top: 40px;
    max-width: 536px;
}

@media (max-width: 1199.98px) {
    .about-right-content .about-bottom-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .about-right-content .about-bottom-area {
        margin-top: 22px;
    }
}

.about-right-content .about-bottom-area .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .about-right-content .about-bottom-area .text-area .title {
        font-size: 50px;
        font-weight: 700;
        color: var(--theme-color3);
    }

@media (max-width: 575.98px) {
    .about-right-content .about-bottom-area .text-area .title {
        font-size: 38px;
    }
}

.about-right-content .about-bottom-area .text-area p {
    font-size: 20px;
    font-weight: 600;
    color: var(--headings-color);
    line-height: 1.4;
}

@media (max-width: 575.98px) {
    .about-right-content .about-bottom-area .text-area p {
        font-size: 17px;
        max-width: 130px;
    }
}

.about-section {
    position: relative;
    z-index: 9;
}

    .about-section .object-shape {
        position: absolute;
        bottom: 70px;
        left: 0;
        z-index: -1;
    }

    .about-section .layer-shape1 {
        position: absolute;
        top: 80px;
        right: 80px;
    }

    .about-section .layer-shape2 {
        position: absolute;
        right: 0;
        top: 25%;
    }

@media (max-width: 1699.98px) {
    .about-section .layer-shape2 {
        display: none !important;
    }
}

.about-content-2 {
    position: relative;
    z-index: 9;
}

    .about-content-2 .about-icon-items {
        margin-top: 47px;
        margin-bottom: 45px;
    }

@media (max-width: 1399.98px) {
    .about-content-2 .about-icon-items {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767.98px) {
    .about-content-2 .about-icon-items {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.about-content-2 .about-icon-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
}

@media (max-width: 469.98px) {
    .about-content-2 .about-icon-items li {
        display: -ms-grid;
        display: grid;
        gap: 20px;
    }
}

.about-content-2 .about-icon-items li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.about-content-2 .about-icon-items li .icon {
    width: 100%;
    max-width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--bg-color);
}

.about-content-2 .about-icon-items li .content .title {
    margin-bottom: 5px;
}

.about-image-items-2 {
    margin-right: 35px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about-image-items-2 {
        margin-right: 0;
    }
}

.about-image-items-2 .about-shape1 {
    position: absolute;
    bottom: 5px;
    left: -50px;
}

.about-image-items-2 .thumb-1 {
    height: 399px;
}

@media (max-width: 1199.98px) {
    .about-image-items-2 .thumb-1 {
        height: initial;
    }
}

@media (max-width: 575.98px) {
    .about-image-items-2 .thumb-1 {
        height: 480px;
    }
}

.about-image-items-2 .thumb-1 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .about-image-items-2 .thumb-2 {
        height: 480px;
    }
}

.about-image-items-2 .thumb-2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section-2 {
    position: relative;
}

    .about-section-2 .shape-2 {
        position: absolute;
        bottom: 0;
        right: 88px;
    }

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

.donation-single-block1 {
    margin-top: 30px;
    background-color: var(--bg-color);
    border-radius: 30px;
    position: relative;
}

    .donation-single-block1 .thumb {
        overflow: hidden;
        border-radius: 30px;
        position: relative;
    }

        .donation-single-block1 .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
            display: block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .donation-single-block1 .thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .donation-single-block1 .content {
        padding: 35px 40px;
    }

@media (max-width: 1399.98px) {
    .donation-single-block1 .content {
        padding: 35px;
    }
}

@media (max-width: 991.98px) {
    .donation-single-block1 .content {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .donation-single-block1 .content {
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .donation-single-block1 .content {
        padding: 25px;
    }
}

.donation-single-block1 .content .post-box {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color3);
    font-family: var(--heading-font-family);
    padding: 12px 20px;
    line-height: 1;
    background-color: var(--theme-color-white);
    border-radius: 37px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .donation-single-block1 .content .post-box {
        margin-bottom: 10px;
    }
}

.donation-single-block1 .content .post-box:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.donation-single-block1 .content .title {
    margin-bottom: 16px;
}

    .donation-single-block1 .content .title a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .donation-single-block1 .content .title a:hover {
            color: var(--theme-color1);
            background-size: 100% 2px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
            background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
        }

.donation-single-block1 .content .fundraiser-card {
    margin-top: 28px;
    margin-bottom: -107px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .donation-single-block1 .content .fundraiser-card .progress-wrapper {
        margin-bottom: 10px;
    }

        .donation-single-block1 .content .fundraiser-card .progress-wrapper .progress-track {
            width: 100%;
            height: 7px;
            background-color: var(--theme-color-white);
            border-radius: 10px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: visible;
        }

            .donation-single-block1 .content .fundraiser-card .progress-wrapper .progress-track .progress-fill {
                height: 100%;
                background-color: var(--theme-color3);
                border-radius: 10px;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 0;
                -webkit-animation: fillUp 1.5s ease-in-out forwards;
                animation: fillUp 1.5s ease-in-out forwards;
            }

                .donation-single-block1 .content .fundraiser-card .progress-wrapper .progress-track .progress-fill .progress-knob {
                    width: 16px;
                    height: 16px;
                    background-color: var(--theme-color-white);
                    border: 3px solid var(--theme-color2);
                    border-radius: 50%;
                    position: absolute;
                    right: -8px;
                }

    .donation-single-block1 .content .fundraiser-card .stats-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5px;
    }

        .donation-single-block1 .content .fundraiser-card .stats-row .stat-item {
            font-size: 16px;
        }

            .donation-single-block1 .content .fundraiser-card .stats-row .stat-item .label {
                color: #1A3D2E;
                font-weight: 600;
                font-family: var(--heading-font-family);
            }

            .donation-single-block1 .content .fundraiser-card .stats-row .stat-item .value {
                font-weight: 600;
                font-family: var(--heading-font-family);
            }

.donation-single-block1 .content .theme-btn {
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 35px;
}

@-webkit-keyframes fillUp {
    from {
        width: 0;
    }

    to {
        width: var(--target-width);
    }
}

@keyframes fillUp {
    from {
        width: 0;
    }

    to {
        width: var(--target-width);
    }
}

.donation-single-block1:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.donation-single-block1:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.donation-single-block1.active .content .theme-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.donation-single-block1.active .content .fundraiser-card {
    margin-bottom: 0;
}

.event-block-items1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-white);
    border: 1px solid #F2E6DD;
    border-radius: 40px;
    padding: 40px;
    margin: 30px auto;
    gap: 60px;
    padding-left: 80px;
    margin-top: 60px;
}

@media (max-width: 1399.98px) {
    .event-block-items1 {
        padding: 40px;
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .event-block-items1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 30px;
        padding: 30px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .event-block-items1 {
        padding: 15px;
    }
}

.event-block-items1 .event-date-box {
    background: #fdf7ee;
    border-radius: 100px;
    min-width: 120px;
    padding: 20px 20px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-date-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: auto;
        padding: 10px 25px;
        gap: 15px;
        margin-bottom: 0;
        border-radius: 10px;
    }
}

.event-block-items1 .event-date-box .date-icon {
    background: var(--theme-color1);
    width: 81px;
    height: 81px;
    border-radius: 50%;
    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;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-date-box .date-icon {
        margin-bottom: 0;
        width: 50px;
        height: 50px;
    }

        .event-block-items1 .event-date-box .date-icon img {
            width: 20px;
        }
}

.event-block-items1 .event-date-box .date-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-date-box .date-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }
}

.event-block-items1 .event-date-box .date-info .day {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #213B2F;
    font-family: var(--heading-font-family);
    line-height: 1;
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-date-box .date-info .day {
        font-size: 32px;
    }
}

.event-block-items1 .event-date-box .date-info .month {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #213B2F;
    font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-date-box .date-info .month {
        font-size: 18px;
    }
}

.event-block-items1 .event-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .event-block-items1 .event-content .event-title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

@media (max-width: 1199.98px) {
    .event-block-items1 .event-content .event-title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .event-block-items1 .event-content .event-title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .event-block-items1 .event-content .event-title {
        font-size: 22px;
    }
}

.event-block-items1 .event-content .event-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.event-block-items1 .event-content .event-meta {
    margin-bottom: 20px;
}

    .event-block-items1 .event-content .event-meta p {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--heading-font-family);
        color: var(--headings-color);
    }

        .event-block-items1 .event-content .event-meta p span {
            color: var(--theme-color1);
            display: inline-block;
            margin-right: 4px;
        }

        .event-block-items1 .event-content .event-meta p .label {
            margin-right: 5px;
        }

.event-block-items1 .event-content .theme-btn {
    background-color: var(--bg-color);
    color: var(--theme-color1);
}

    .event-block-items1 .event-content .theme-btn::before {
        background-color: var(--theme-color1);
    }

    .event-block-items1 .event-content .theme-btn:hover {
        color: var(--theme-color-white);
    }

.event-block-items1 .event-thumb {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .event-block-items1 .event-thumb {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

        .event-block-items1 .event-thumb img {
            height: 250px;
        }
}

.event-block-items1 .event-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .event-block-items1 .event-thumb img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.event-block-items1:hover .event-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.event-block-items1:hover .event-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.event-block-items1:hover .event-date-box {
    background-color: var(--theme-color3);
}

    .event-block-items1:hover .event-date-box .date-icon {
        color: var(--theme-color-white);
    }

    .event-block-items1:hover .event-date-box .date-info .day {
        color: var(--theme-color-white);
    }

    .event-block-items1:hover .event-date-box .date-info .month {
        color: var(--theme-color-white);
    }

.service-section-2 {
    border-radius: 40px;
}

    .service-section-2 .container-fluid {
        padding: 0 70px;
    }

@media (max-width: 1899.98px) {
    .service-section-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1699.98px) {
    .service-section-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399.98px) {
    .service-section-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1199.98px) {
    .service-section-2 .container-fluid {
        padding: 0 20px;
    }
}

.service-block-items-2 {
    background-color: var(--theme-color-white);
    border-radius: 30px;
    padding: 30px;
    margin-top: 30px;
}

@media (max-width: 1699.98px) {
    .service-block-items-2 {
        padding: 20px;
    }
}

.service-block-items-2 .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .service-block-items-2 .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .service-block-items-2 .thumb img:first-child {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            -webkit-transform: translateX(50%) scaleX(2);
            transform: translate(50%) scaleX(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px);
        }

.service-block-items-2 .content {
    padding: 0 10px;
    margin-top: 30px;
}

    .service-block-items-2 .content .icon-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

        .service-block-items-2 .content .icon-area .icon {
            max-width: 70px;
            width: 100%;
            height: 70px;
            border-radius: 50%;
            line-height: 70px;
            text-align: center;
            background-color: var(--bg-color);
        }

        .service-block-items-2 .content .icon-area .title {
            font-size: 24px;
            font-weight: 700;
        }

@media (max-width: 1699.98px) {
    .service-block-items-2 .content .icon-area .title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-items-2 .content .icon-area .title {
        max-width: 155px;
    }
}

.service-block-items-2 .content .icon-area .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-block-items-2 .content .icon-area .title a:hover {
        color: var(--theme-color1);
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
        background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
    }

.service-block-items-2 .content p {
    margin-top: 15px;
}

.service-block-items-2 .content .link-btn {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}

    .service-block-items-2 .content .link-btn:hover {
        color: var(--theme-color1);
    }

.service-block-items-2:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-block-items-2:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-items-2:hover .content .icon-area .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.donation-section-2 {
    background-color: #35563A;
    border-radius: 40px;
    margin: 0 40px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .donation-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .donation-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .donation-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .donation-section-2 {
        margin: 0 16px;
    }
}

.donation-section-2 .shape-1 {
    position: absolute;
    top: 40px;
    left: 40px;
}

.donation-single-block2 {
    margin-top: 30px;
    background-color: var(--theme-color-white);
    border-radius: 30px;
    position: relative;
}

    .donation-single-block2 .thumb {
        overflow: hidden;
        border-radius: 30px;
        position: relative;
    }

        .donation-single-block2 .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
            display: block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .donation-single-block2 .thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .donation-single-block2 .content {
        padding: 35px 40px;
    }

@media (max-width: 1399.98px) {
    .donation-single-block2 .content {
        padding: 35px;
    }
}

@media (max-width: 991.98px) {
    .donation-single-block2 .content {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .donation-single-block2 .content {
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .donation-single-block2 .content {
        padding: 25px;
    }
}

.donation-single-block2 .content .post-box {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #564542;
    font-family: var(--heading-font-family);
    padding: 12px 20px;
    line-height: 1;
    background-color: var(--bg-color);
    border-radius: 37px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .donation-single-block2 .content .post-box {
        margin-bottom: 10px;
    }
}

.donation-single-block2 .content .post-box:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.donation-single-block2 .content .title {
    margin-bottom: 16px;
}

    .donation-single-block2 .content .title a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .donation-single-block2 .content .title a:hover {
            color: var(--theme-color1);
            background-size: 100% 2px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
            background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
        }

.donation-single-block2 .content .fundraiser-card {
    margin-top: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575.98px) {
    .donation-single-block2 .content .fundraiser-card {
        margin-top: 20px;
    }
}

.donation-single-block2 .content .fundraiser-card .progress-wrapper {
    margin-bottom: 10px;
}

    .donation-single-block2 .content .fundraiser-card .progress-wrapper .progress-track {
        width: 100%;
        height: 7px;
        background-color: var(--bg-color);
        border-radius: 10px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: visible;
    }

        .donation-single-block2 .content .fundraiser-card .progress-wrapper .progress-track .progress-fill {
            height: 100%;
            background-color: var(--theme-color3);
            border-radius: 10px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 0;
            -webkit-animation: fillUp 1.5s ease-in-out forwards;
            animation: fillUp 1.5s ease-in-out forwards;
        }

            .donation-single-block2 .content .fundraiser-card .progress-wrapper .progress-track .progress-fill .progress-knob {
                width: 16px;
                height: 16px;
                background-color: var(--theme-color-white);
                border: 3px solid var(--theme-color2);
                border-radius: 50%;
                position: absolute;
                right: -8px;
            }

.donation-single-block2 .content .fundraiser-card .stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 400px) {
    .donation-single-block2 .content .fundraiser-card .stats-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.donation-single-block2 .content .fundraiser-card .stats-row img {
    margin-right: 10px;
}

.donation-single-block2 .content .fundraiser-card .stats-row .stat-item {
    font-size: 16px;
}

    .donation-single-block2 .content .fundraiser-card .stats-row .stat-item .label {
        color: var(--theme-color3);
        font-weight: 600;
        font-family: var(--heading-font-family);
    }

    .donation-single-block2 .content .fundraiser-card .stats-row .stat-item .value {
        font-weight: 600;
        font-family: var(--heading-font-family);
    }

.donation-single-block2 .content .theme-btn {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
    background-color: #35563A;
}

    .donation-single-block2 .content .theme-btn::before {
        background-color: var(--theme-color1);
    }

@keyframes fillUp {
    from {
        width: 0;
    }

    to {
        width: var(--target-width);
    }
}

.donation-single-block2.active .content .theme-btn {
    background-color: var(--theme-color1);
}

.donation-single-block2:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.donation-single-block2:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.faq-content-1 {
    margin-top: 30px;
}

    .faq-content-1 .accordion-box {
        position: relative;
    }

        .faq-content-1 .accordion-box .block {
            position: relative;
            background-color: var(--theme-color-white);
            margin-bottom: 20px;
            line-height: 1;
            border-radius: 20px;
        }

            .faq-content-1 .accordion-box .block .acc-btn {
                position: relative;
                font-size: 20px;
                color: var(--headings-color);
                font-weight: 600;
                font-family: var(--heading-font-family);
                cursor: pointer;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                padding: 23px 30px;
                border-radius: 20px;
                border: 1px solid #F2E6DD;
                overflow: hidden;
            }

                .faq-content-1 .accordion-box .block .acc-btn::before {
                    position: absolute;
                    top: 0;
                    left: 77px;
                    width: 1px;
                    height: 100%;
                    content: "";
                    background-color: #F2E6DD;
                }

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn::before {
        display: none;
    }
}

.faq-content-1 .accordion-box .block .acc-btn .number {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    margin-right: 57px;
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn .number {
        margin-right: 8px;
    }
}

@media (max-width: 991.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        padding-right: 40px;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        padding: 20px 25px;
        font-size: 17px;
        padding-right: 60px;
    }
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent;
}

.faq-content-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: var(--bg-color);
    border-radius: 20px;
    padding: 40px;
    padding-left: 100px;
    padding-top: 30px;
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-content {
        padding: 30px;
        padding-left: 25px;
        padding-top: 20px;
    }
}

.faq-content-1 .accordion-box .block .acc-content .content {
    position: relative;
}

    .faq-content-1 .accordion-box .block .acc-content .content .text {
        line-height: 175%;
        font-size: 16px;
        font-weight: 500;
        max-width: 765px;
    }

.faq-content-1 .accordion-box .block .acc-btn.active::before {
    background-color: rgba(255, 255, 255, 0.14);
}

.faq-content-1 .accordion-box .block .acc-btn.active .number {
    color: var(--theme-color2);
}

.faq-content-1 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color2);
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon {
    color: var(--theme-color2);
}

.faq-content-1 .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

.faq-content-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-items-2 {
    margin-top: 30px;
    margin-left: 10px;
}

@media (max-width: 1199.98px) {
    .faq-items-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.faq-items-2 .accordion-box {
    position: relative;
}

    .faq-items-2 .accordion-box .block {
        position: relative;
        background-color: var(--theme-color-white);
        margin-bottom: 20px;
        line-height: 1;
        border-radius: 20px;
        padding: 30px 30px;
    }

        .faq-items-2 .accordion-box .block .acc-btn {
            position: relative;
            font-size: 20px;
            color: var(--headings-color);
            font-weight: 700;
            font-family: var(--heading-font-family);
            cursor: pointer;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

@media (max-width: 991.98px) {
    .faq-items-2 .accordion-box .block .acc-btn {
        padding-right: 40px;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .faq-items-2 .accordion-box .block .acc-btn {
        font-size: 18px;
    }
}

.faq-items-2 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: -6px;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    font-size: 18px;
    background-color: var(--bg-color);
    text-align: center;
    color: var(--headings-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .faq-items-2 .accordion-box .block .acc-btn .icon {
        top: -8px;
    }
}

@media (max-width: 767.98px) {
    .faq-items-2 .accordion-box .block .acc-btn .icon {
        top: 0;
    }
}

.faq-items-2 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 15px;
}

    .faq-items-2 .accordion-box .block .acc-content .content {
        position: relative;
    }

        .faq-items-2 .accordion-box .block .acc-content .content .text {
            line-height: 175%;
            font-size: 16px;
            font-weight: 400;
            max-width: 626px;
        }

.faq-items-2 .active-block {
    background-color: var(--theme-color-white) !important;
}

.faq-items-2 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-items-2 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color-white) !important;
}

.faq-items-2 .accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color1);
}

.faq-items-2 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-left-items-2 .sec-title .title {
    line-height: 120%;
}

.faq-left-items-2 .question-box {
    background-color: var(--theme-color3);
    padding: 50px;
    border-radius: 24px;
    margin-top: 80px;
}

@media (max-width: 1399.98px) {
    .faq-left-items-2 .question-box {
        margin-top: 52px;
    }
}

@media (max-width: 1199.98px) {
    .faq-left-items-2 .question-box {
        padding: 40px;
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .faq-left-items-2 .question-box {
        margin-top: 35px;
        padding: 38px;
    }
}

@media (max-width: 767.98px) {
    .faq-left-items-2 .question-box {
        margin-top: 35px;
        padding: 35px;
    }
}

@media (max-width: 575.98px) {
    .faq-left-items-2 .question-box {
        margin-top: 25px;
        padding: 30px;
    }
}

.faq-left-items-2 .question-box .title {
    color: var(--theme-color-white);
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.faq-left-items-2 .question-box p {
    color: var(--theme-color-white);
    font-weight: 500;
    margin-bottom: 50px;
}

.faq-section-2 {
    border-radius: 40px;
    margin: 0 40px;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .faq-section-2 .faq-shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media (max-width: 1399.98px) {
    .faq-section-2 .faq-shape {
        display: none;
    }
}

.faq-section-2 .faq-shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399.98px) {
    .faq-section-2 .faq-shape2 {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .faq-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .faq-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .faq-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .faq-section-2 {
        margin: 0 16px;
    }
}

.testimonial-block-1 {
    margin-top: 30px;
    background-color: var(--bg-color);
    padding: 40px;
    border-radius: 30px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .testimonial-block-1 {
        padding: 30px;
    }
}

.testimonial-block-1 .quote-icon {
    position: absolute;
    right: 40px;
    bottom: 50px;
}

@media (max-width: 469.98px) {
    .testimonial-block-1 .quote-icon {
        bottom: 30px;
        right: 20px;
    }
}

.testimonial-block-1 .star {
    color: var(--theme-color1);
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .testimonial-block-1 .star {
        margin-bottom: 15px;
    }
}

.testimonial-block-1 p {
    font-size: 16px;
    font-weight: 500;
}

.testimonial-block-1 .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .testimonial-block-1 .client-info {
        margin-top: 25px;
    }
}

.testimonial-block-1 .client-info .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .testimonial-block-1 .client-info .client-img img {
        border-radius: 50%;
    }

.testimonial-block-1 .client-info .info-content .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .testimonial-block-1 .client-info .info-content .name {
        font-size: 18px;
    }
}

.testimonial-block-1 .client-info .info-content span {
    font-weight: 500;
}

.testimonial-section {
    position: relative;
}

    .testimonial-section .testi-text {
        max-width: 572px;
        margin: 40px auto 0;
        text-align: center;
    }

        .testimonial-section .testi-text .testi-title {
            font-size: 20px;
            font-weight: 600;
        }

@media (max-width: 1199.98px) {
    .testimonial-section .testi-text .testi-title {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section .testi-text .testi-title {
        font-size: 16px;
    }
}

.testimonial-section .testi-text .testi-title a {
    color: var(--theme-color1);
    text-decoration: underline;
}

.testimonial-section .array-button {
    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;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11%;
    right: 11%;
}

@media (max-width: 1699.98px) {
    .testimonial-section .array-button {
        left: 2%;
        right: 2%;
        z-index: 99;
    }
}

@media (max-width: 1399.98px) {
    .testimonial-section .array-button {
        display: none;
    }
}

.testimonial-section .array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #F3F3F3;
}

    .testimonial-section .array-button .array-prev:hover {
        background-color: #0B4E3D;
    }

        .testimonial-section .array-button .array-prev:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.testimonial-section .array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #F3F3F3;
}

    .testimonial-section .array-button .array-next:hover {
        background-color: #0B4E3D;
    }

        .testimonial-section .array-button .array-next:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.testimonial-section-2 {
    border-radius: 40px;
    margin: 0 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .testimonial-section-2 {
        padding-bottom: 80px;
    }
}

.testimonial-section-2 .layer-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

    .testimonial-section-2 .layer-shape img {
        height: 100%;
    }

@media (max-width: 1699.98px) {
    .testimonial-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .testimonial-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .testimonial-section-2 {
        margin: 0 16px;
    }
}

.testimonial-left-image-2 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

@media (max-width: 1699.98px) {
    .testimonial-left-image-2 {
        height: 698px;
    }

        .testimonial-left-image-2 img {
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (max-width: 767.98px) {
    .testimonial-left-image-2 {
        height: 550px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-left-image-2 {
        height: 480px;
    }
}

.testimonial-left-image-2 img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.testimonial-content-2 {
    margin-left: 50px;
    position: relative;
    max-width: 605px;
}

@media (max-width: 1199.98px) {
    .testimonial-content-2 {
        margin-left: 0;
        max-width: initial;
        margin-right: 25px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-content-2 {
        margin: 25px;
        margin-bottom: 0;
        max-width: 620px;
    }
}

.testimonial-content-2 .testimonial-content-items-2 {
    margin-top: 32px;
    max-width: 592px;
}

    .testimonial-content-2 .testimonial-content-items-2 .title {
        color: var(--theme-color1);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .testimonial-content-2 .testimonial-content-items-2 .client-info {
        border-top: 1px solid rgb(217, 217, 217);
        padding-top: 37px;
        margin-top: 37px;
    }

    .testimonial-content-2 .testimonial-content-items-2 .client-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }

@media (max-width: 767.98px) {
    .testimonial-content-2 .testimonial-content-items-2 .client-info {
        margin-top: 25px;
    }
}

.testimonial-content-2 .testimonial-content-items-2 .client-info .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .testimonial-content-2 .testimonial-content-items-2 .client-info .client-img img {
        border-radius: 50%;
    }

.testimonial-content-2 .testimonial-content-items-2 .client-info .info-content .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .testimonial-content-2 .testimonial-content-items-2 .client-info .info-content .name {
        font-size: 18px;
    }
}

.testimonial-content-2 .testimonial-content-items-2 .client-info .info-content span {
    font-weight: 500;
}

.testimonial-content-2 .array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 575.98px) {
    .testimonial-content-2 .array-button {
        position: static;
        margin-top: 35px;
    }
}

.testimonial-content-2 .array-button .array-next, .testimonial-content-2 .array-button .array-prev {
    background-color: var(--theme-color-white);
}

    .testimonial-content-2 .array-button .array-next:hover, .testimonial-content-2 .array-button .array-prev:hover {
        background-color: var(--theme-color3);
    }

.gallery-section {
    margin-bottom: -140px;
}

    .gallery-section .container {
        max-width: 1680px;
    }

.gallery-card-item .gallery-image {
    position: relative;
}

    .gallery-card-item .gallery-image img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }

    .gallery-card-item .gallery-image::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        content: "";
        position: absolute;
        background: rgba(244, 91, 30, 0.68);
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        border-radius: 24px;
    }

    .gallery-card-item .gallery-image .icon {
        position: absolute;
        font-size: 38px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
        color: var(--theme-color-white);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.gallery-card-item:hover .gallery-image::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.gallery-card-item:hover .gallery-image .icon {
    opacity: 1;
}

.project-top-items-2 {
    margin-top: 30px;
}

    .project-top-items-2 .project-image-2 {
        overflow: hidden;
        border-radius: 30px;
        position: relative;
        z-index: 9;
    }

@media (max-width: 1199.98px) {
    .project-top-items-2 .project-image-2 {
        height: 400px;
    }

        .project-top-items-2 .project-image-2 img {
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (max-width: 767.98px) {
    .project-top-items-2 .project-image-2 {
        height: 480px;
    }

        .project-top-items-2 .project-image-2 img {
            -o-object-fit: cover;
            object-fit: cover;
        }
}

.project-top-items-2 .project-image-2 .hover-img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .project-top-items-2 .project-image-2 .hover-img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.project-top-items-2 .project-image-2::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#0D0D0D), to(rgba(13, 13, 13, 0)));
    background: linear-gradient(360deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 100%);
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 30px;
}

.project-top-items-2 .project-image-2 .content {
    position: absolute;
    bottom: -100px;
    left: 40px;
    z-index: 11;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199.98px) {
    .project-top-items-2 .project-image-2 .content {
        left: 20px;
        right: 20px;
    }
}

.project-top-items-2 .project-image-2 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--theme-color-white);
}

    .project-top-items-2 .project-image-2 .content .title a:hover {
        color: var(--theme-color1);
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
        background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
    }

.project-top-items-2 .project-image-2 .content p {
    color: var(--theme-color-white);
}

    .project-top-items-2 .project-image-2 .content p img {
        width: initial;
        height: initial;
        margin-right: 10px;
    }

.project-top-items-2 .project-image-2:hover .hover-img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-top-items-2 .project-image-2:hover .hover-img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-top-items-2 .project-image-2:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.project-top-items-2 .project-image-2:hover .content {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199.98px) {
    .project-top-items-2 .project-image-2:hover .content {
        bottom: 20px;
    }
}

.volunteer-banner-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

    .volunteer-banner-section .vec-shape {
        position: absolute;
        top: 100px;
        left: 0;
    }

@media (max-width: 1699.98px) {
    .volunteer-banner-section .vec-shape {
        display: none;
    }
}

.volunteer-banner-section .frame-shape {
    position: absolute;
    top: 0;
    left: 14%;
}

@media (max-width: 1699.98px) {
    .volunteer-banner-section .frame-shape {
        display: none;
    }
}

.volunteer-banner-section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color3);
    border-radius: 20px;
    height: 85%;
}

.volunteer-banner-section .volunteer-image {
    border-radius: 30px;
    max-width: 1628px;
    margin: 60px auto 0;
}

@media (max-width: 1699.98px) {
    .volunteer-banner-section .volunteer-image {
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .volunteer-banner-section .volunteer-image {
        margin-top: 30px;
        padding: 0 20px;
    }
}

.volunteer-banner-section .volunteer-image .fix {
    border-radius: 30px;
}

.volunteer-banner-section .volunteer-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

@media (max-width: 575.98px) {
    .volunteer-banner-section .volunteer-image img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.volunteer-banner-section .shape-1 {
    position: absolute;
    right: -20px;
    top: -24px;
}

@media (max-width: 1699.98px) {
    .volunteer-banner-section .shape-1 {
        right: -20px;
        max-width: 800px;
        top: -20px;
    }

        .volunteer-banner-section .shape-1 img {
            width: 100%;
            height: 100%;
        }
}

@media (max-width: 1399.98px) {
    .volunteer-banner-section .shape-1 {
        max-width: 610px;
    }
}

@media (max-width: 1199.98px) {
    .volunteer-banner-section .shape-1 {
        max-width: 500px;
    }
}

@media (max-width: 991.98px) {
    .volunteer-banner-section .shape-1 {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .volunteer-banner-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .volunteer-banner-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .volunteer-banner-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .volunteer-banner-section {
        margin: 0 16px;
    }
}

.volunteer-banner-section .sec-title .sub-title {
    color: var(--theme-color2);
}

.volunteer-banner-section .counter-items {
    text-align: right;
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .volunteer-banner-section .counter-items {
        text-align: left;
    }
}

.volunteer-banner-section .counter-items .count-box {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .volunteer-banner-section .counter-items .count-box {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .volunteer-banner-section .counter-items .count-box {
        color: var(--theme-color-white);
    }
}

@media (max-width: 575.98px) {
    .volunteer-banner-section .counter-items .count-box {
        font-size: 40px;
    }
}

.volunteer-banner-section .counter-items p {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .volunteer-banner-section .counter-items p {
        color: var(--theme-color-white);
    }
}

.volunteer-banner-section .volunteer-btn {
    text-align: center;
    margin-top: -33px;
}

.team-block {
    margin-bottom: 30px;
}

    .team-block .inner-block {
        position: relative;
    }

        .team-block .inner-block:hover .image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .team-block .inner-block:hover .content {
            background: var(--theme-color1);
        }

            .team-block .inner-block:hover .content .social-icon {
                margin-bottom: 0;
                opacity: 1;
                visibility: visible;
            }

        .team-block .inner-block .image {
            border-radius: 10px;
            position: relative;
            height: 385px;
            overflow: hidden;
        }

@media (max-width: 1199.98px) {
    .team-block .inner-block .image {
        height: 618px;
    }
}

@media (max-width: 991.98px) {
    .team-block .inner-block .image {
        height: 418px;
    }
}

@media (max-width: 767.98px) {
    .team-block .inner-block .image {
        height: 500px;
    }
}

.team-block .inner-block .image img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content {
    background: var(--theme-color1);
    backdrop-filter: blur(60px);
    border-radius: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    padding: 22px 25px 25px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .team-block .inner-block .content {
        padding: 22px 15px 25px;
    }
}

.team-block .inner-block .content .title {
    color: #fff;
    margin-bottom: 0;
}

.team-block .inner-block .content .designation {
    color: rgba(var(--theme-color-white-rgb), 0.65);
}

.team-block .inner-block .content .social-icon {
    margin-top: 18px;
    margin-bottom: -60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .team-block .inner-block .content .social-icon li {
        display: inline-block;
        margin: 0 3.5px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .team-block .inner-block .content .social-icon li a {
            background-color: transparent;
            border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
            border-radius: 14px;
            display: inline-block;
            color: var(--theme-color1-text-color);
            height: 36px;
            line-height: 36px;
            text-align: center;
            width: 36px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .team-block .inner-block .content .social-icon li a:hover {
                background-color: var(--theme-color2);
                border-color: var(--theme-color2);
                color: var(--theme-color2-text-color);
            }

.donation-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
}

    .donation-section .shape-1 {
        position: absolute;
        bottom: 0;
        left: 30px;
    }

    .donation-section .shape-2 {
        position: absolute;
        top: 70px;
        right: 95px;
    }

    .donation-section .shape-3 {
        position: absolute;
        bottom: 0;
        right: 30px;
    }

    .donation-section .donation-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 908px;
        width: 100%;
        right: 0;
        border-radius: 40px;
    }

@media (max-width: 1699.98px) {
    .donation-section .donation-image {
        max-width: 740px;
    }
}

@media (max-width: 1399.98px) {
    .donation-section .donation-image {
        max-width: 640px;
    }
}

@media (max-width: 991.98px) {
    .donation-section .donation-image {
        display: none;
    }
}

.donation-section .donation-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#0A7236));
    background: linear-gradient(180deg, #151515 0%, #0A7236 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
    border-radius: 40px;
}

.donation-section .donation-image img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1699.98px) {
    .donation-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .donation-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .donation-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .donation-section {
        margin: 0 16px;
    }
}

.donation-content-items {
    border-radius: 30px;
    background-color: var(--theme-color3);
    padding: 70px;
    padding-right: 38px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .donation-content-items {
        padding: 35px;
    }
}

.donation-content-items .hand-shape {
    position: absolute;
    top: 70px;
    right: 55px;
}

@media (max-width: 1399.98px) {
    .donation-content-items .hand-shape {
        display: none;
    }
}

.donation-content-items .text {
    color: var(--theme-color-white);
    margin-top: 30px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .donation-content-items .text {
        margin-top: 22px;
    }
}

.donation-content-items .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .donation-content-items .client-image img {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 2px solid var(--theme-color3);
    }

    .donation-content-items .client-image .icon-1 {
        margin-right: -8px;
    }

    .donation-content-items .client-image .icon-2 {
        margin-right: -8px;
    }

    .donation-content-items .client-image .icon-3 {
        margin-right: -8px;
    }

    .donation-content-items .client-image .icon-4 {
        margin-right: -8px;
    }

    .donation-content-items .client-image .plus-icon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
        background-color: var(--theme-color1);
        color: var(--theme-color-white);
        text-align: center;
    }

.donation-content-items .price {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color2);
}

.donation-content-items .supporter-text {
    color: var(--theme-color-white);
    font-size: 14px;
    font-weight: 600;
}

.donation-content-items .client-info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 20px 25px;
    border-radius: 87px;
    margin-top: 37px;
}

@media (max-width: 767.98px) {
    .donation-content-items .client-info-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
        border-radius: 20px;
        margin-top: 28px;
    }
}

.donation-form-box-items {
    background-color: #ffffff;
    padding: 60px 56px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
}

@media (max-width: 1199.98px) {
    .donation-form-box-items {
        padding: 40px 30px;
    }
}

@media (max-width: 991.98px) {
    .donation-form-box-items {
        margin-top: 25px;
    }
}

@media (max-width: 767.98px) {
    .donation-form-box-items {
        padding: 30px 20px;
    }
}

.donation-form-box-items .donation-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

.donation-form-box-items form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

    .donation-form-box-items form .input-group-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

@media (max-width: 1199.98px) {
    .donation-form-box-items form .input-group-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.donation-form-box-items form .input-group-row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.donation-form-box-items form input {
    background-color: var(--bg-color);
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    color: rgba(12, 47, 37, 0.6);
}

@media (max-width: 1199.98px) {
    .donation-form-box-items form input {
        padding: 15px 25px;
    }
}

.donation-form-box-items form input.full-width {
    width: 100%;
}

.donation-form-box-items form input::-webkit-input-placeholder {
    color: rgba(12, 47, 37, 0.6);
}

.donation-form-box-items form input::-moz-placeholder {
    color: rgba(12, 47, 37, 0.6);
}

.donation-form-box-items form input:-ms-input-placeholder {
    color: rgba(12, 47, 37, 0.6);
}

.donation-form-box-items form input::-ms-input-placeholder {
    color: rgba(12, 47, 37, 0.6);
}

.donation-form-box-items form input::placeholder {
    color: rgba(12, 47, 37, 0.6);
}

.donation-form-box-items form .amount-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .donation-form-box-items form .amount-selection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 767.98px) {
    .donation-form-box-items form .amount-selection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 469.98px) {
    .donation-form-box-items form .amount-selection {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.donation-form-box-items form .amount-selection .amount-item {
    background-color: #fff9f1;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headings-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .donation-form-box-items form .amount-selection .amount-item.active {
        background-color: #fbcb4c;
    }

.donation-form-box-items form .theme-btn {
    margin-top: 30px;
}

.donation-form-box-items2 {
    background-color: var(--theme-color-white);
    padding: 60px 56px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
}

@media (max-width: 1399.98px) {
    .donation-form-box-items2 {
        padding: 30px 48px;
    }
}

@media (max-width: 1199.98px) {
    .donation-form-box-items2 {
        padding: 40px 30px;
    }
}

@media (max-width: 991.98px) {
    .donation-form-box-items2 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .donation-form-box-items2 {
        padding: 30px 20px;
    }
}

.donation-form-box-items2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

    .donation-form-box-items2 form .input-group-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

@media (max-width: 1199.98px) {
    .donation-form-box-items2 form .input-group-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.donation-form-box-items2 form .input-group-row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.donation-form-box-items2 form input {
    background-color: var(--bg-color);
    border: none;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    color: rgba(12, 47, 37, 0.6);
}

    .donation-form-box-items2 form input.full-width {
        width: 100%;
    }

    .donation-form-box-items2 form input::-webkit-input-placeholder {
        color: rgba(12, 47, 37, 0.6);
    }

    .donation-form-box-items2 form input::-moz-placeholder {
        color: rgba(12, 47, 37, 0.6);
    }

    .donation-form-box-items2 form input:-ms-input-placeholder {
        color: rgba(12, 47, 37, 0.6);
    }

    .donation-form-box-items2 form input::-ms-input-placeholder {
        color: rgba(12, 47, 37, 0.6);
    }

    .donation-form-box-items2 form input::placeholder {
        color: rgba(12, 47, 37, 0.6);
    }

.donation-form-box-items2 form .amount-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .donation-form-box-items2 form .amount-selection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 767.98px) {
    .donation-form-box-items2 form .amount-selection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 469.98px) {
    .donation-form-box-items2 form .amount-selection {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.donation-form-box-items2 form .amount-selection .amount-item {
    background-color: var(--bg-color);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headings-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .donation-form-box-items2 form .amount-selection .amount-item:hover {
        background-color: var(--theme-color3);
        color: var(--theme-color-white);
    }

.donation-form-box-items2 form .theme-btn {
    margin-top: 30px;
}

.help-donation-image {
    border-radius: 30px;
    height: 100%;
}

    .help-donation-image img {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.help-donation-section-2 {
    position: relative;
    border-radius: 40px;
    margin: 0 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 9;
}

@media (max-width: 1699.98px) {
    .help-donation-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .help-donation-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .help-donation-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .help-donation-section-2 {
        margin: 0 16px;
    }
}

.help-donation-section-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-color);
    z-index: -1;
    top: 60%;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

    .news-section .news-shape-1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .news-section .news-shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-section .news-shape-3 {
        position: absolute;
        top: 0;
        right: 40px;
    }

    .news-section .news-shape-4 {
        position: absolute;
        z-index: -1;
        bottom: 60px;
        right: 20px;
    }

@media (max-width: 1699.98px) {
    .news-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .news-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .news-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .news-section {
        margin: 0 16px;
    }
}

.news-box-items {
    background-color: var(--theme-color-white);
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .news-box-items .news-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .news-box-items .news-thumb img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
            display: block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-box-items .news-thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .news-box-items .news-content {
        padding: 40px;
        padding-top: 32px;
    }

@media (max-width: 1399.98px) {
    .news-box-items .news-content {
        padding: 35px;
    }
}

@media (max-width: 767.98px) {
    .news-box-items .news-content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-box-items .news-content {
        padding: 28px;
    }
}

@media (max-width: 469.98px) {
    .news-box-items .news-content {
        padding: 25px;
    }
}

.news-box-items .news-content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-box-items .news-content .title a:hover {
        color: var(--theme-color1);
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
        background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
    }

.news-box-items .news-content p {
    margin-top: 5px;
    font-weight: 500;
}

.news-box-items .news-content .link-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color3);
    margin-top: 15px;
    display: inline-block;
}

    .news-box-items .news-content .link-btn:hover {
        color: var(--theme-color1);
    }

.news-box-items:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-box-items:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-box-items-2 {
    background-color: var(--theme-color-white);
    margin-top: 30px;
    position: relative;
    z-index: 9;
    border: 1px solid rgba(53, 86, 58, 0.15);
    border-radius: 30px;
}

    .news-box-items-2 .news-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

        .news-box-items-2 .news-thumb img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
            display: block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-box-items-2 .news-thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .news-box-items-2 .news-content {
        padding: 40px;
        padding-top: 32px;
    }

@media (max-width: 1399.98px) {
    .news-box-items-2 .news-content {
        padding: 32px;
    }
}

@media (max-width: 1199.98px) {
    .news-box-items-2 .news-content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-box-items-2 .news-content {
        padding: 28px;
    }
}

@media (max-width: 469.98px) {
    .news-box-items-2 .news-content {
        padding: 25px;
    }
}

.news-box-items-2 .news-content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-box-items-2 .news-content .title a:hover {
        color: var(--theme-color1);
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
        background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
    }

.news-box-items-2 .news-content p {
    margin-top: 10px;
    font-weight: 500;
}

.news-box-items-2 .news-content .link-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--headings-color);
    margin-top: 15px;
    display: inline-block;
    font-family: var(--theme-color1);
}

    .news-box-items-2 .news-content .link-btn svg {
        margin-left: 5px;
    }

        .news-box-items-2 .news-content .link-btn svg path {
            fill: var(--theme-color1);
        }

    .news-box-items-2 .news-content .link-btn:hover {
        color: var(--theme-color1);
    }

.news-box-items-2:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-box-items-2:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.brand-section {
    border-top: 1px solid #EAE4E1;
    border-bottom: 1px solid #EAE4E1;
}

.brand-box-1 {
    height: 140px;
    line-height: 140px;
    border-right: 1px solid #EAE4E1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .brand-box-1 .brand-img-1 {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .brand-box-1 .brand-img-1 img {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .brand-box-1 .brand-img-1:last-child img {
            -webkit-transform: translateY(-350%);
            transform: translateY(-350%);
            opacity: 0;
        }

    .brand-box-1:hover .brand-img-1:first-child img {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    .brand-box-1:hover .brand-img-1:last-child img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

.brand-box-2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .brand-box-2 .brand-img-1 {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .brand-box-2 .brand-img-1 img {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .brand-box-2 .brand-img-1:last-child img {
            -webkit-transform: translateY(-350%);
            transform: translateY(-350%);
            opacity: 0;
        }

    .brand-box-2:hover .brand-img-1:first-child img {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    .brand-box-2:hover .brand-img-1:last-child img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

.brand-section-2 {
    background-color: var(--theme-color2);
    padding: 100px 0;
    padding-top: 160px;
    border-radius: 40px;
    margin: 0 40px;
    margin-top: -60px;
}

@media (max-width: 1699.98px) {
    .brand-section-2 {
        margin: 0 35px;
        margin-top: -60px;
    }
}

@media (max-width: 1399.98px) {
    .brand-section-2 {
        margin: 0 28px;
        margin-top: -60px;
    }
}

@media (max-width: 1199.98px) {
    .brand-section-2 {
        margin: 0 20px;
        margin-top: -60px;
    }
}

@media (max-width: 469.98px) {
    .brand-section-2 {
        margin: 0 16px;
        margin-top: -60px;
    }
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

    .product-details .bxslider .image-box img {
        width: 100%;
    }

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

    .product-details .bxslider .thumb-box li:last-child {
        margin: 0px !important;
    }

    .product-details .bxslider .thumb-box li a {
        position: relative;
        display: inline-block;
    }

        .product-details .bxslider .thumb-box li a:before {
            position: absolute;
            content: "";
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .product-details .bxslider .thumb-box li a img {
            width: 100%;
        }

        .product-details .bxslider .thumb-box li a.active:before {
            opacity: 1;
        }

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

    .product-details .product-info .product-details__title span {
        position: relative;
        display: inline-block;
        color: var(--theme-color3);
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-left: 20px;
        letter-spacing: 0;
    }

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

    .product-details .product-info .product-details__reveiw i {
        font-size: 16px;
        color: #ffc737;
    }

        .product-details .product-info .product-details__reveiw i + i {
            margin-left: 4px;
        }

    .product-details .product-info .product-details__reveiw span {
        position: relative;
        top: 1px;
        line-height: 1;
        font-size: 16px;
        color: var(--theme-color3);
        margin-left: 18px;
    }

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
    color: var(--headings-color);
    text-transform: capitalize;
    font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

    .product-details .product-info .product-details__buttons-2 .thm-btn {
        background-color: var(--theme-color2);
    }

        .product-details .product-info .product-details__buttons-2 .thm-btn:before {
            background-color: var(--theme-color1);
        }

        .product-details .product-info .product-details__buttons-2 .thm-btn:after {
            background-color: var(--theme-color1);
        }

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-details .product-info .product-details__social .social-icon-one {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product-details .product-info .product-details__social .social-icon-one li {
            position: relative;
            margin-left: 20px;
        }

            .product-details .product-info .product-details__social .social-icon-one li:first-child {
                margin-left: 0;
            }

            .product-details .product-info .product-details__social .social-icon-one li a {
                position: relative;
                display: block;
                font-size: 12px;
                line-height: 30px;
                color: var(--theme-color3);
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .product-details .product-info .product-details__social .social-icon-one li a:hover {
                    color: var(--theme-color1);
                }

    .product-details .product-info .product-details__social .title {
        position: relative;
        display: block;
    }

        .product-details .product-info .product-details__social .title h3 {
            color: #222;
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
        }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 30px;
    }

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

        .product-details .product-info .product-details__social .social-icon-one {
            margin-left: 0;
        }
}

.product-details__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
}

    .product-details__quantity .quantity-box {
        border-radius: 10px;
        height: 60px;
        position: relative;
        width: 98px;
    }

        .product-details__quantity .quantity-box input {
            border: 1px solid #e0e4e8;
            border-radius: 10px;
            color: var(--theme-color1);
            font-size: 18px;
            font-weight: 500;
            height: 60px;
            outline: none;
            padding-left: 30px;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            width: 98px;
        }

        .product-details__quantity .quantity-box button {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: none;
            border-left: 1px solid #e0e4e8;
            border-top-right-radius: 10px;
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
            font-size: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 29px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            outline: none;
            position: absolute;
            right: 1px;
            top: 1px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            width: 29px;
        }

            .product-details__quantity .quantity-box button:hover {
                background-color: var(--theme-color1);
                color: var(--theme-color1-text-color);
            }

            .product-details__quantity .quantity-box button.sub {
                bottom: 1px;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 10px;
                top: auto;
            }

.product-discription {
    display: block;
    position: relative;
}

    .product-discription .product-description__title {
        font-size: 30px;
        margin-bottom: 27px;
    }

    .product-discription .product-description__text1 {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }

    .product-discription .product-description__list {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }

        .product-discription .product-description__list ul {
            display: block;
            position: relative;
        }

            .product-discription .product-description__list ul li {
                display: block;
                margin-bottom: 2px;
                position: relative;
            }

                .product-discription .product-description__list ul li:last-child {
                    margin-bottom: 0px;
                }

                .product-discription .product-description__list ul li p {
                    color: var(--headings-color);
                    font-weight: 600;
                    margin: 0;
                }

                    .product-discription .product-description__list ul li p span:before {
                        color: var(--theme-color1);
                        display: inline-block;
                        font-size: 17px;
                        line-height: 17px;
                        margin-right: 11px;
                        position: relative;
                        top: 2px;
                    }

    .product-discription .tabs-content .text p {
        margin-bottom: 17px;
    }

        .product-discription .tabs-content .text p:last-child {
            margin-bottom: 0px;
        }

    .product-discription .tab-btn-box {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }

        .product-discription .tab-btn-box:before {
            position: absolute;
            content: "";
            background-color: #e1e8e4;
            width: 100%;
            height: 1px;
            left: 0px;
            top: 28px;
        }

        .product-discription .tab-btn-box .tab-btns li {
            background-color: #fff;
            border: 1px solid #e1e8e4;
            color: #1e2434;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            margin: 0px 8.5px;
            margin-bottom: 15px;
            padding: 14px 30px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .product-discription .tab-btn-box .tab-btns li.active-btn {
                background-color: var(--theme-color2);
                color: var(--theme-color2-text-color);
            }

            .product-discription .tab-btn-box .tab-btns li:last-child {
                margin-bottom: 0;
            }

    .product-discription .single-comment-box .inner-box {
        background-color: #f4f5f4;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        padding: 30px;
        position: relative;
    }

        .product-discription .single-comment-box .inner-box .comment-thumb {
            width: 80px;
        }

            .product-discription .single-comment-box .inner-box .comment-thumb img {
                border-radius: 50%;
                width: 100%;
            }

        .product-discription .single-comment-box .inner-box .rating {
            display: block;
            margin-bottom: 2px;
            position: relative;
        }

            .product-discription .single-comment-box .inner-box .rating li {
                color: #fdc009;
                display: inline-block;
                font-size: 12px;
                float: left;
                margin-right: 4px;
                position: relative;
            }

                .product-discription .single-comment-box .inner-box .rating li:last-child {
                    margin: 0px !important;
                }

        .product-discription .single-comment-box .inner-box h5 {
            display: block;
            font-size: 16px;
            line-height: 26px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

            .product-discription .single-comment-box .inner-box h5 span {
                font-weight: 400;
                text-transform: capitalize;
            }

    .product-discription .customer-comment {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .product-discription .comment-box {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 51px 60px 60px 60px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 575.98px) {
    .product-discription .comment-box {
        padding: 40px 30px;
    }
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

    .product-discription .comment-box .form-group label {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #707582;
        margin-bottom: 8px;
    }

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

    .product-discription .comment-box .review-box .rating li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        float: left;
        margin-right: 4px;
        color: #fdc009;
    }

        .product-discription .comment-box .review-box .rating li:last-child {
            margin: 0px !important;
        }

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }

    .product-details__title span {
        margin-left: 0;
        display: block;
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

    .categories-section .bg-pattern {
        position: absolute;
        left: 0;
        top: -220px;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(../images/icons/pattern-7.html);
        background-repeat: no-repeat;
        background-position: left top;
        z-index: -1;
    }

    .categories-section:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 300px;
        width: 100%;
        background: var(--theme-color3);
        content: "";
        z-index: 1;
    }

    .categories-section:after {
        position: absolute;
        left: 0;
        bottom: -50px;
        height: 70px;
        width: 100%;
        z-index: 2;
        content: "";
        background-image: url(../images/icons/pattern-3.html);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

    .category-block .inner-box {
        position: relative;
        text-align: center;
        background: #ffffff;
        padding: 40px 30px 30px;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .category-block .inner-box:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 190px;
            background-repeat: no-repeat;
            background-position: center bottom;
            content: "";
        }

        .category-block .inner-box:hover {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

            .category-block .inner-box:hover .image img {
                -webkit-transform: rotate(10deg) scale(1.2);
                transform: rotate(10deg) scale(1.2);
            }

        .category-block .inner-box.cat-bg-1:before {
            background-image: url(../images/icons/cat-1-bg.html);
        }

        .category-block .inner-box.cat-bg-2:before {
            background-image: url(../images/icons/cat-2-bg.html);
        }

        .category-block .inner-box.cat-bg-3:before {
            background-image: url(../images/icons/cat-3-bg.html);
        }

        .category-block .inner-box.cat-bg-4:before {
            background-image: url(../images/icons/cat-4-bg.html);
        }

    .category-block .image {
        position: relative;
        display: inline-block;
        height: 180px;
        width: 180px;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: 15px;
    }

        .category-block .image img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .category-block h4 {
        font-size: 20px;
        color: var(--theme-color3);
        font-weight: 700;
        margin-bottom: 10px;
    }

        .category-block h4 a {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .category-block h4 a:hover {
                color: var(--theme-color1);
            }

    .category-block p {
        font-size: 14px;
        color: #797f7d;
        line-height: 26px;
        margin-bottom: 0px;
    }

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

    .category-block-two .inner-box {
        position: relative;
        text-align: center;
        background: #ffffff;
        border-radius: 10px;
        margin: 0 auto;
        padding: 18px;
    }

        .category-block-two .inner-box:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 60px;
            width: 100%;
            border-radius: 10px;
            background: #e3eee5;
            content: "";
        }

        .category-block-two .inner-box:hover .image:before {
            left: 100%;
            -webkit-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

        .category-block-two .inner-box:hover .image img {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        .category-block-two .inner-box:hover h4 a {
            color: var(--theme-color1);
        }

    .category-block-two .content {
        position: relative;
        background: #ffffff;
        border-radius: 10px;
        padding: 0 40px 40px;
        z-index: 1;
        -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    }

        .category-block-two .content:before {
            position: absolute;
            top: -88px;
            left: 0;
            width: 180px;
            height: 180px;
            right: 0;
            margin: 0 auto;
            border-radius: 50%;
            background: #e3eee5;
            content: "";
        }

        .category-block-two .content:after {
            position: absolute;
            left: 0;
            bottom: 0px;
            width: 100%;
            font-size: 30px;
            line-height: 1em;
            color: #e8f3ea;
            height: 15px;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            content: attr(data-text);
        }

    .category-block-two .image {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: -70px;
    }

        .category-block-two .image img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .category-block-two .image:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 120%;
            width: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
            content: "";
            opacity: 0.3;
            left: -100%;
            pointer-events: none;
            z-index: 1;
        }

    .category-block-two h4 {
        font-size: 22px;
        color: var(--theme-color3);
        font-weight: 700;
        margin-bottom: 15px;
    }

        .category-block-two h4 a {
            color: var(--theme-color3);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .category-block-two p {
        font-size: 16px;
        color: #797f7d;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .category-block-two .link {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #e8f3ea;
        border-radius: 50%;
        line-height: 50px;
        margin-top: 25px;
        color: #608174;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .category-block-two .link:hover {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

    .category-block-two.child-two .link {
        background: #f0e2e3;
    }

    .category-block-two.child-two .inner-box:before {
        background: #f0e2e3;
    }

    .category-block-two.child-two .inner-box:hover h4 a {
        color: #e69da2;
    }

    .category-block-two.child-two .content:before {
        background: #f0e2e3;
    }

    .category-block-two.child-two .content:after {
        color: #f0e2e3;
    }

    .category-block-two.child-three .link {
        background: #f1ede1;
    }

    .category-block-two.child-three .inner-box:before {
        background: #f1ede1;
    }

    .category-block-two.child-three .inner-box:hover h4 a {
        color: #c9b579;
    }

    .category-block-two.child-three .content:before {
        background: #f1ede1;
    }

    .category-block-two.child-three .content:after {
        color: #f1ede1;
    }

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
    position: relative;
    padding: 120px 0;
}

    .products-section .bg-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 670px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

        .products-section .bg-image:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #113629;
            opacity: 0.7;
            content: "";
        }

        .products-section .bg-image:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 50px;
            width: 100%;
            background-image: url(../images/icons/pattern-8.html);
            background-position: center bottom;
            content: "";
        }

    .products-section .sec-title h2 {
        font-size: 60px;
    }

    .products-section .sec-title .theme-btn {
        margin-top: 30px;
    }

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

    .products-box:before {
        position: absolute;
        left: -90px;
        bottom: 0;
        height: 70%;
        width: 100%;
        background: url(../images/icons/shape-7.html) top left no-repeat;
        content: "";
    }

    .products-box .sec-title {
        margin-bottom: 30px;
    }

    .products-box .outer-box {
        position: relative;
        padding-right: 400px;
    }

        .products-box .outer-box .banner-box-two {
            position: absolute;
            right: 0;
            top: 0;
        }

.banner-box-two {
    position: relative;
}

    .banner-box-two .inner-box:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
        background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );
        content: "";
    }

    .banner-box-two .inner-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 370px;
        background: var(--theme-color3);
        border-radius: 10px;
        min-height: 440px;
        text-align: center;
        overflow: hidden;
        padding: 20px 20px;
    }

    .banner-box-two .title {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .banner-box-two .title strong {
            font-size: 60px;
            line-height: 1em;
            color: var(--theme-color2);
            font-weight: 400;
        }

    .banner-box-two h4 {
        font-size: 30px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

    .product-block-two .inner-box {
        position: relative;
        border: 2px solid transparent;
        border-radius: 10px;
        background: #ffffff;
        padding: 20px 20px;
        padding-left: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 150px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .product-block-two .inner-box:hover {
            border: 2px solid var(--theme-color1);
        }

    .product-block-two .image {
        position: absolute;
        left: 20px;
        top: 20px;
        border-radius: 50%;
        overflow: hidden;
        height: 110px;
        width: 110px;
        border: 1px solid #e4e1d6;
        margin-bottom: 0px;
    }

        .product-block-two .image img {
            width: auto;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .product-block-two .inner-box:hover .image img {
        -webkit-transform: scale(-1) rotate(180deg);
        transform: scale(-1) rotate(180deg);
    }

    .product-block-two h4 {
        display: block;
        font-size: 22px;
        color: var(--theme-color3);
        font-weight: 700;
        margin-bottom: 5px;
    }

        .product-block-two h4 a {
            color: var(--theme-color3);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .product-block-two .price {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: var(--theme-color1);
        font-weight: 600;
    }

        .product-block-two .price del {
            display: inline-block;
            margin-left: 15px;
            font-size: 16px;
            color: #ff0000;
            line-height: 27px;
            opacity: 0.3;
        }

    .product-block-two .rating {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #ffc737;
    }

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .products-carousel .owl-dot.active {
        background: var(--theme-color3);
    }

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

    .featured-products .bg-shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: url(../images/icons/pattern-7.html) left bottom no-repeat;
        background-size: 700px;
    }

    /*=== Mixitup Gallery ===*/
    .featured-products .filters {
        margin-bottom: 40px;
        text-align: center;
    }

        .featured-products .filters .filter-tabs {
            position: relative;
            display: inline-block;
        }

        .featured-products .filters li {
            position: relative;
            display: inline-block;
            line-height: 24px;
            padding: 0px 2px 10px;
            cursor: pointer;
            color: #797f7d;
            font-weight: 500;
            font-size: 18px;
            margin: 0 5px 0;
            padding: 5px 12px 10px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .featured-products .filters li:last-child {
                margin-right: 0;
            }

        .featured-products .filters .filter.active,
        .featured-products .filters .filter:hover {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

        .featured-products .filters li:before {
            position: absolute;
            left: 0;
            bottom: 8px;
            height: 2px;
            width: 100%;
            content: "";
            background-color: var(--theme-color2-text-color);
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: top right;
            transform-origin: top right;
            -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
            -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
            transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
            -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
        }

        .featured-products .filters li.active:before,
        .featured-products .filters li:hover:before {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
        }

.product-block {
    position: relative;
    margin-bottom: 30px;
}

    .product-block.mix {
        display: none;
    }

    .product-block .inner-box {
        position: relative;
        border: 1px solid var(--theme-color2);
        border-radius: 10px;
        text-align: center;
        background: #ffffff;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .product-block .inner-box:hover {
            border: 1px solid var(--theme-color1);
            -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        }

    .product-block .image {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 0px;
    }

        .product-block .image:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
            content: "";
            opacity: 0.3;
            left: -100%;
            pointer-events: none;
            z-index: 1;
        }

    .product-block .inner-box:hover .image:before {
        left: 100%;
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .product-block .image img {
        width: auto;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .product-block .inner-box:hover .image img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .product-block .content {
        position: relative;
        padding: 30px 30px 30px;
    }

    .product-block h4 {
        display: block;
        font-size: 22px;
        color: var(--theme-color2);
        font-weight: 700;
        margin-bottom: 5px;
    }

        .product-block h4 a {
            color: var(--theme-color3);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .product-block h4 a:hover {
                color: var(--theme-color1);
            }

    .product-block .price {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: var(--text-gray-silver);
        font-weight: 600;
    }

        .product-block .price del {
            display: inline-block;
            margin-left: 15px;
            font-size: 16px;
            color: #ff0000;
            line-height: 27px;
            opacity: 0.3;
        }

    .product-block .rating {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        color: #ffc737;
    }

    .product-block .tag {
        position: absolute;
        top: 30px;
        left: 20px;
        font-size: 14px;
        line-height: 23px;
        color: #ffffff;
        background: #FD5F5C;
        font-weight: 400;
        padding: 0 12px;
        border-radius: 3px;
        z-index: 9;
        font-style: italic;
        text-transform: uppercase;
    }

    .product-block .icon-box {
        position: absolute;
        right: 20px;
        top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .product-block .inner-box:hover .icon-box {
        top: 20px;
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .product-block .ui-btn {
        background-color: var(--theme-color2);
        border-radius: 50px;
        color: var(--theme-color2-text-color);
        cursor: pointer;
        display: block;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 9;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .product-block .ui-btn:hover {
            background-color: var(--theme-color1);
            color: var(--theme-color1-text-color);
        }

    .product-block .cat {
        display: block;
        font-size: 18px;
        color: #707070;
        font-style: italic;
        font-family: "Jost", sans-serif;
        margin-bottom: 5px;
    }

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img, table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
        background-color: var(--theme-color1);
    }

        table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
            color: var(--theme-color1-text-color);
        }

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
    color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

    .payment-method .accordion-box .block:last-child {
        margin-bottom: 0px;
    }

    .payment-method .accordion-box .block .acc-btn {
        padding: 19px 30px 22px 30px;
    }

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-btn {
        padding: 20px 0px 20px 15px;
    }
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-btn .icon-outer {
        right: 10px;
    }
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color2-text-color);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.checkout-faq-box .accordion-box {
    position: relative;
}

    .checkout-faq-box .accordion-box .block .acc-btn {
        position: relative;
        color: var(--headings-color);
        font-family: var(--title-font);
        font-weight: var(--h4-font-weight);
        font-size: 20px;
        cursor: pointer;
        padding: 20px 30px;
        padding-right: 70px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-bottom: 1px solid rgba(4, 18, 31, 0.08);
    }

        .checkout-faq-box .accordion-box .block .acc-btn .icon {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: var(--headings-color);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 18px;
            height: 35px;
            line-height: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .checkout-faq-box .accordion-box .block .acc-btn.active .icon {
            color: var(--theme-color2);
        }

            .checkout-faq-box .accordion-box .block .acc-btn.active .icon:before {
                content: "\f068";
            }

    .checkout-faq-box .accordion-box .block .acc-content {
        display: none;
        position: relative;
    }

        .checkout-faq-box .accordion-box .block .acc-content .content {
            padding: 25px 30px;
            position: relative;
        }

            .checkout-faq-box .accordion-box .block .acc-content .content .text {
                display: block;
                font-family: var(--text-font);
                font-size: 16px;
                font-weight: 500;
                line-height: 28px;
                color: #6B7280;
                margin-bottom: 0;
            }

        .checkout-faq-box .accordion-box .block .acc-content.current {
            display: block;
        }

.shop-sidebar {
    display: block;
    position: relative;
}

    .shop-sidebar .sidebar-search .search-form .form-group {
        margin: 0px;
        position: relative;
    }

        .shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
            background-color: var(--theme-color-silver);
            border: 1px solid var(--theme-light-background);
            border-radius: 5px;
            color: #646578;
            height: 52px;
            padding: 10px 60px 10px 20px;
            position: relative;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 100%;
        }

        .shop-sidebar .sidebar-search .search-form .form-group button {
            background-color: var(--theme-color2);
            border-radius: 3px;
            color: var(--theme-color2-text-color);
            cursor: pointer;
            display: inline-block;
            font-size: 18px;
            height: 42px;
            line-height: 42px;
            position: absolute;
            right: 5px;
            text-align: center;
            top: 5px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 42px;
        }

            .shop-sidebar .sidebar-search .search-form .form-group button:hover {
                background-color: var(--theme-color1);
                color: var(--theme-color1-text-color);
            }

    .shop-sidebar .sidebar-search {
        margin-bottom: 30px;
    }

    .shop-sidebar .sidebar-widget {
        background-color: var(--theme-color-silver);
        border-radius: 5px;
        display: block;
        margin-bottom: 30px;
        padding: 35px 30px 37px 30px;
        position: relative;
    }

        .shop-sidebar .sidebar-widget:last-child {
            margin-bottom: 0px;
        }

        .shop-sidebar .sidebar-widget .widget-title {
            display: block;
            margin-bottom: 16px;
            position: relative;
        }

    .shop-sidebar .category-widget .category-list li {
        display: block;
        margin-bottom: 14px;
        position: relative;
    }

        .shop-sidebar .category-widget .category-list li:last-child {
            margin-bottom: 0px;
        }

        .shop-sidebar .category-widget .category-list li a {
            color: #646578;
            display: inline-block;
            font-weight: 400;
            padding-left: 20px;
            position: relative;
        }

            .shop-sidebar .category-widget .category-list li a:before {
                position: absolute;
                content: "\f0da";
                font-family: "Font Awesome 6 Pro";
                left: 0px;
                top: 0px;
                font-size: 16px;
                font-weight: 600;
                color: var(--theme-color2);
            }

            .shop-sidebar .category-widget .category-list li a:hover {
                color: var(--theme-color2);
            }

    .shop-sidebar .price-filters .widget-title {
        margin-bottom: 28px;
    }

    .shop-sidebar .post-widget .post {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 23px;
        min-height: 108px;
        padding-left: 90px;
        padding-bottom: 24px;
        position: relative;
    }

        .shop-sidebar .post-widget .post:last-child {
            margin-bottom: 0px;
            border-bottom: none;
        }

        .shop-sidebar .post-widget .post .post-thumb {
            border: 1px solid #d0d4dd;
            border-radius: 5px;
            height: 70px;
            left: 0px;
            position: absolute;
            top: 7px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 70px;
        }

            .shop-sidebar .post-widget .post .post-thumb img {
                width: 100%;
                border-radius: 5px;
            }

        .shop-sidebar .post-widget .post a {
            color: #646578;
            display: inline-block;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 7px;
            position: relative;
        }

        .shop-sidebar .post-widget .post .price {
            color: #0a267a;
            display: block;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            position: relative;
        }

        .shop-sidebar .post-widget .post:hover .post-thumb {
            border-color: var(--theme-color1);
        }

        .shop-sidebar .post-widget .post:hover a {
            color: var(--theme-color1);
        }

    .shop-sidebar .post-widget {
        padding-bottom: 9px;
    }

.range-slider {
    position: relative;
}

    .range-slider .title {
        display: inline-block;
        line-height: 26px;
        margin-right: 4px;
        position: relative;
    }

        .range-slider .title:before {
            color: #646578;
            content: "$";
            font-size: 18px;
            left: -5px;
            position: absolute;
            top: -19px;
        }

    .range-slider p {
        color: #646578;
        display: inline-block;
        margin-right: 10px !important;
        position: relative;
    }

    .range-slider .input {
        color: #646578;
        display: inline-block;
        font-size: 18px;
        margin-top: 5px;
        max-width: 75px;
        position: relative;
    }

        .range-slider .input input {
            background: none;
            color: #646578;
            font-size: 15px;
            text-align: left;
        }

    .range-slider .ui-widget.ui-widget-content {
        background-color: #d0d4dd;
        border-radius: 2px;
        border: none;
        height: 4px;
        margin-bottom: 14px;
    }

    .range-slider .ui-slider .ui-slider-range {
        background-color: var(--theme-color2);
        top: 0px;
        height: 4px;
    }

    .range-slider .ui-state-default {
        background-color: var(--theme-color2);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        height: 14px;
        margin-left: 0px;
        position: absolute;
        top: -5px;
        width: 14px;
    }

        .range-slider .ui-state-default:before {
            background-color: #ffffff;
            border-radius: 50%;
            content: "";
            height: 6px;
            left: 4px;
            position: absolute;
            top: 4px;
            width: 6px;
        }

    .range-slider .ui-widget-content .ui-state-default {
        background-color: var(--theme-color2);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        height: 14px;
        margin-left: 0px;
        top: -5px;
        width: 14px;
    }

        .range-slider .ui-widget-content .ui-state-default:before {
            background-color: #ffffff;
            border-radius: 50%;
            content: "";
            position: absolute;
            height: 6px;
            left: 4px;
            top: 4px;
            width: 6px;
        }

    .range-slider input[type=submit] {
        background: var(--theme-color2);
        border: none;
        border-radius: 10px;
        color: var(--theme-color2-text-color);
        cursor: pointer;
        display: block;
        float: right;
        font-size: 14px;
        font-weight: 500;
        margin-top: 0;
        padding: 7px 20px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .range-slider input[type=submit]:hover {
            background-color: var(--theme-color1);
            color: var(--theme-color1-text-color);
        }

.footer-widget-wrapper {
    padding: 147px 0 50px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.14); */
    /* color: #fff; */
}

    .footer-widget-wrapper .footer-content {
        max-width: 330px;
    }

        .footer-widget-wrapper .footer-content .footer-logo {
            display: inline-block;
            margin-bottom: 20px;
        }

        .footer-widget-wrapper .footer-content p {
            color: var(--theme-color-white);
            font-weight: 500;
        }

        .footer-widget-wrapper .footer-content .theme-btn {
            margin-top: 40px;
        }

    .footer-widget-wrapper .footer-contact-info .contact-info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

@media (max-width: 767.98px) {
    .footer-widget-wrapper .footer-contact-info .contact-info {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.footer-widget-wrapper .footer-contact-info .contact-info .number {
    font-size: 30px;
    color: var(--theme-color-white);
    font-weight: 700;
}

.footer-widget-wrapper .footer-contact-info .contact-info .email a {
    color: var(--theme-color2);
    font-weight: 500;
}

.footer-widget-wrapper .footer-contact-info .location-title {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 600;
}

.footer-widget-wrapper .footer-menu-list {
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .footer-widget-wrapper .footer-menu-list {
        margin-left: 0;
    }
}

.footer-widget-wrapper .footer-menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 18px;
}

    .footer-widget-wrapper .footer-menu-list li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-widget-wrapper .footer-menu-list li a {
        color: var(--theme-color-white);
        font-weight: 500;
        font-size: 16px;
        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;
    }

        .footer-widget-wrapper .footer-menu-list li a .icon svg {
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .footer-widget-wrapper .footer-menu-list li a:hover {
            color: var(--theme-color2);
        }

            .footer-widget-wrapper .footer-menu-list li a:hover .icon svg {
                -webkit-transform: rotate(32deg);
                transform: rotate(32deg);
            }

.let-connect-wrapper {
    padding: 60px 0 60px;
    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: 991.98px) {
    .let-connect-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.let-connect-wrapper .title {
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .let-connect-wrapper .title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .let-connect-wrapper .title {
        font-size: 35px;
    }
}

.let-connect-wrapper .title span {
    color: var(--theme-color2);
}

.let-connect-wrapper .form-items {
    width: 100%;
    max-width: 532px;
}

@media (max-width: 1199.98px) {
    .let-connect-wrapper .form-items {
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .let-connect-wrapper .form-items {
        max-width: initial;
    }
}

.let-connect-wrapper .form-items p {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    color: var(--theme-color-white);
}

.let-connect-wrapper .form-items form {
    position: relative;
    margin-top: 10px;
}

    .let-connect-wrapper .form-items form input {
        width: 100%;
        border: none;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 22px 30px;
        border-radius: 32px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6);
    }

        .let-connect-wrapper .form-items form input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .let-connect-wrapper .form-items form input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .let-connect-wrapper .form-items form input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .let-connect-wrapper .form-items form input::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .let-connect-wrapper .form-items form input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

    .let-connect-wrapper .form-items form .email-btn {
        background: var(--theme-color2);
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        border-radius: 50%;
        color: #151414;
        position: absolute;
        top: 6px;
        right: 6px;
        bottom: 6px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .let-connect-wrapper .form-items form .email-btn:hover {
            background-color: var(--theme-color1);
            color: var(--theme-color-white);
        }

.footer-bottom {
    background-color: var(--theme-color2);
    padding: 30px 0;
}

    .footer-bottom .footer-bottom-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;
    }

@media (max-width: 767.98px) {
    .footer-bottom .footer-bottom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: #213B2F;
}

.footer-bottom .footer-bottom-wrapper .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

@media (max-width: 469.98px) {
    .footer-bottom .footer-bottom-wrapper .social-icon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-bottom .footer-bottom-wrapper .social-icon a {
    display: inline-block;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #213B2F;
}

    .footer-bottom .footer-bottom-wrapper .social-icon a:hover {
        background-color: var(--theme-color1);
        color: var(--theme-color-white);
    }

.footer-section-2 {
    background-color: #263d2d;
    padding: 170px 0 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .footer-section-2 {
        padding-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .footer-section-2 {
        padding-top: 80px;
    }
}

.footer-section-2 .shape-2 {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .footer-section-2 .shape-2 {
        display: none;
    }
}

.footer-section-2 .shape-2 img {
    height: 100%;
}

.footer-section-2 .flower-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .footer-section-2 .flower-shape {
        display: none;
    }
}

.footer-widget-wrapper-2 {
    position: relative;
}

    .footer-widget-wrapper-2 .shape-1 {
        position: absolute;
        left: 40%;
        top: -53px;
    }

@media (max-width: 1199.98px) {
    .footer-widget-wrapper-2 .shape-1 {
        display: none;
    }
}

.footer-widget-wrapper-2 .footer-content {
    max-width: 436px;
}

    .footer-widget-wrapper-2 .footer-content .footer-logo {
        margin-bottom: 24px;
        display: inline-block;
    }

    .footer-widget-wrapper-2 .footer-content p {
        color: rgba(255, 255, 255, 0.6);
    }

.footer-widget-wrapper-2 .footer-right-items {
    text-align: right;
}

@media (max-width: 991.98px) {
    .footer-widget-wrapper-2 .footer-right-items {
        text-align: left;
    }
}

.footer-widget-wrapper-2 .footer-right-items .footer-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .footer-widget-wrapper-2 .footer-right-items .footer-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.footer-widget-wrapper-2 .footer-right-items .footer-list li {
    font-family: var(--heading-font-family);
    line-height: 1;
}

    .footer-widget-wrapper-2 .footer-right-items .footer-list li a {
        color: var(--theme-color-white);
    }

.footer-widget-wrapper-2 .footer-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 40px 0;
    margin-top: 50px;
    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: 991.98px) {
    .footer-widget-wrapper-2 .footer-info-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-widget-wrapper-2 .footer-info-wrapper .info-content .title {
    color: var(--theme-color-white);
    font-size: 20px;
}

.footer-widget-wrapper-2 .footer-info-wrapper .info-content p {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

    .footer-widget-wrapper-2 .footer-info-wrapper .info-content p a {
        color: rgba(255, 255, 255, 0.6);
    }

.footer-widget-wrapper-2 .footer-info-wrapper .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

    .footer-widget-wrapper-2 .footer-info-wrapper .social-icon a {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        text-align: center;
        color: var(--theme-color-white);
        font-size: 14px;
    }

        .footer-widget-wrapper-2 .footer-info-wrapper .social-icon a:hover {
            background-color: var(--theme-color-white);
            color: var(--theme-color1);
        }

.footer-bottom-2 {
    padding: 30px 0;
}

    .footer-bottom-2 .footer-bottom-wrapper-2 {
        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: 991.98px) {
    .footer-bottom-2 .footer-bottom-wrapper-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 p {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
}

.footer-bottom-2 .footer-bottom-wrapper-2 .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .footer-bottom-2 .footer-bottom-wrapper-2 .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 .footer-menu li {
    font-family: var(--heading-font-family);
}

    .footer-bottom-2 .footer-bottom-wrapper-2 .footer-menu li a {
        color: var(--theme-color-white);
    }

        .footer-bottom-2 .footer-bottom-wrapper-2 .footer-menu li a:hover {
            color: var(--theme-color1);
        }

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes

"ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes

"ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    padding: 80px 0 0;
    position: relative;
}

    .page-title:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: #0F352D;
        opacity: 0.78;
    }

    .page-title .title {
        font-size: 75px;
        color: #ffffff;
        margin-bottom: 17px;
    }

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 12px;
        padding-right: 13px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .page-breadcrumb li:after {
            position: absolute;
            content: "\f105";
            right: -6px;
            top: 5px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            color: #ffffff;
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .page-breadcrumb li a {
            color: var(--theme-color1);
            font-weight: 500;
            text-transform: capitalize;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .page-breadcrumb li a:hover {
                color: #ffffff;
            }

.page-title.style-two {
    background-position: center center;
}

    .page-title.style-two .page-breadcrumb-outer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 8;
    }

    .page-title.style-two .page-breadcrumb li {
        color: rgb(7, 7, 16);
        font-weight: 600;
    }

        .page-title.style-two .page-breadcrumb li:after {
            color: rgb(7, 7, 16);
        }

        .page-title.style-two .page-breadcrumb li a {
            color: rgba(7, 7, 16, 0.6);
        }

            .page-title.style-two .page-breadcrumb li a:hover {
                color: rgb(7, 7, 16);
            }

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

    .error-page__inner .error-page__title-box {
        position: relative;
        display: block;
    }

    .error-page__inner .error-page__title {
        position: relative;
        display: inline-block;
        font-size: 280px;
        line-height: 280px;
        margin-bottom: 0;
        color: var(--theme-color1);
    }

    .error-page__inner .error-page__sub-title {
        font-size: 40px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        line-height: 50px;
        margin-top: -16px;
    }

    .error-page__inner .error-page__text {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .error-page__inner .error-page__form {
        position: relative;
        display: block;
        margin: 42px auto 20px;
    }

        .error-page__inner .error-page__form input[type=search] {
            height: 60px;
            width: 100%;
            border: none;
            outline: none;
            background-color: #f5f5f5;
            font-size: 14px;
            color: #333;
            padding-left: 50px;
            padding-right: 75px;
            border-radius: 7px;
        }

        .error-page__inner .error-page__form button[type=submit] {
            background-color: transparent;
            font-size: 22px;
            position: absolute;
            top: 0;
            right: 0px;
            bottom: 0;
            width: 72px;
            outline: none;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
        }

    .error-page__inner .error-page__form-input {
        position: relative;
        display: block;
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
    }

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder {
    color: #cccccc;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

    .service-sidebar .service-sidebar-single {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .service-sidebar .service-sidebar-single-services {
        position: relative;
        display: block;
        background: #f6f4ec;
        border-radius: 10px;
        padding: 35px 30px 25px;
    }

        .service-sidebar .service-sidebar-single-services .title {
            position: relative;
            display: block;
            margin-bottom: 12px;
            padding-left: 20px;
        }

            .service-sidebar .service-sidebar-single-services .title h3 {
                color: var(--headings-color);
                font-size: 20px;
                line-height: 30px;
                letter-spacing: -0.02em;
            }

        .service-sidebar .service-sidebar-single-services ul {
            position: relative;
            display: block;
            margin-top: 10px;
        }

            .service-sidebar .service-sidebar-single-services ul li {
                position: relative;
                display: block;
                margin-bottom: 5px;
                margin-top: -10px;
            }

                .service-sidebar .service-sidebar-single-services ul li:last-child {
                    margin-bottom: 0;
                }

                .service-sidebar .service-sidebar-single-services ul li a {
                    position: relative;
                    display: block;
                    color: var(--agriox-color-1, #687469);
                    font-size: 18px;
                    padding: 22px 20px 22px;
                    border-radius: 10px;
                    background: transparent;
                    -webkit-transition: all 300ms linear;
                    transition: all 300ms linear;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    z-index: 1;
                    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;
                }

                    .service-sidebar .service-sidebar-single-services ul li a:hover {
                        color: var(--headings-color);
                    }

                        .service-sidebar .service-sidebar-single-services ul li a:hover::before {
                            opacity: 1;
                            -webkit-transform: perspective(400px) rotateX(0deg);
                            transform: perspective(400px) rotateX(0deg);
                            -webkit-transition: all 300ms linear;
                            transition: all 300ms linear;
                            -webkit-transition-delay: 0.1s;
                            transition-delay: 0.1s;
                        }

                        .service-sidebar .service-sidebar-single-services ul li a:hover i {
                            color: var(--theme-color1);
                        }

                    .service-sidebar .service-sidebar-single-services ul li a::before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        content: "";
                        z-index: -1;
                        opacity: 1;
                        -webkit-transform: perspective(400px) rotateX(90deg);
                        transform: perspective(400px) rotateX(90deg);
                        -webkit-transform-origin: bottom;
                        transform-origin: bottom;
                        -webkit-transition: all 300ms linear;
                        transition: all 300ms linear;
                        -webkit-transition-delay: 0.1s;
                        transition-delay: 0.1s;
                        background: #ffffff;
                        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
                        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
                        border-radius: 10px;
                    }

                    .service-sidebar .service-sidebar-single-services ul li a i {
                        font-size: 16px;
                    }

                .service-sidebar .service-sidebar-single-services ul li.current a::before {
                    opacity: 1;
                    -webkit-transform: perspective(400px) rotateX(0deg);
                    transform: perspective(400px) rotateX(0deg);
                    -webkit-transition: all 300ms linear;
                    transition: all 300ms linear;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                }

                .service-sidebar .service-sidebar-single-services ul li.current a i {
                    color: var(--theme-color1);
                }

                .service-sidebar .service-sidebar-single-services ul li.current:first-child {
                    margin-top: 20px;
                }

                .service-sidebar .service-sidebar-single-services ul li.current:last-child {
                    margin-bottom: 35px;
                }

    .service-sidebar .service-sidebar-single-contact-box {
        position: relative;
        display: block;
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        padding: 50px 0px 44px;
        z-index: 1;
    }

        .service-sidebar .service-sidebar-single-contact-box::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(109, 140, 84, 0.93);
            border-radius: 10px;
            content: "";
            z-index: -1;
        }

        .service-sidebar .service-sidebar-single-contact-box .icon {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 60px;
            text-align: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border-radius: 50%;
            background: var(--theme-color2);
        }

            .service-sidebar .service-sidebar-single-contact-box .icon:hover {
                background-color: var(--headings-color);
            }

                .service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
                    color: #fff;
                }

            .service-sidebar .service-sidebar-single-contact-box .icon span::before {
                position: relative;
                display: inline-block;
                color: var(--headings-color);
                font-size: 30px;
                line-height: 60px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        .service-sidebar .service-sidebar-single-contact-box .title {
            position: relative;
            display: block;
            margin-top: 20px;
            margin-bottom: 42px;
        }

            .service-sidebar .service-sidebar-single-contact-box .title h2 {
                color: #ffffff;
                font-size: 36px;
            }

        .service-sidebar .service-sidebar-single-contact-box .phone {
            font-size: 24px;
            line-height: 34px;
        }

            .service-sidebar .service-sidebar-single-contact-box .phone a {
                color: #ffffff;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .service-sidebar .service-sidebar-single-contact-box .phone a:hover {
                    color: var(--theme-color1);
                }

        .service-sidebar .service-sidebar-single-contact-box p {
            color: #ffffff;
            font-size: 14px;
            line-height: 22px;
        }

    .service-sidebar .service-sidebar-single-btn {
        position: relative;
        display: block;
    }

        .service-sidebar .service-sidebar-single-btn .thm-btn {
            font-size: 16px;
            padding: 13px 50px 28px;
        }

            .service-sidebar .service-sidebar-single-btn .thm-btn span::before {
                position: relative;
                display: inline-block;
                top: 13px;
                color: #334b35;
                font-size: 40px;
                padding-right: 25px;
                -webkit-transition: all 600ms ease;
                transition: all 600ms ease;
                font-weight: 500;
            }

            .service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
                color: #ffffff;
            }

    .service-sidebar .banner-widget {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    }

        .service-sidebar .banner-widget .widget-content {
            position: relative;
            display: block;
            width: 100%;
            padding: 45px 30px 40px 30px;
            background-size: cover;
            background-repeat: no-repeat;
        }

            .service-sidebar .banner-widget .widget-content .shape {
                position: absolute;
                left: 0px;
                top: 0px;
                height: 100%;
                width: 278px;
                background-repeat: no-repeat;
                background-size: cover;
            }

        .service-sidebar .banner-widget .content-box {
            position: relative;
            max-width: 200px;
            width: 100%;
        }

            .service-sidebar .banner-widget .content-box .icon-box {
                position: relative;
                display: inline-block;
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 40px;
                background-color: var(--theme-color2);
                color: var(--text-color-bg-theme-color2);
                text-align: center;
                border-radius: 5px;
                margin-bottom: 23px;
            }

                .service-sidebar .banner-widget .content-box .icon-box .icon-shape {
                    position: absolute;
                    top: -15px;
                    right: -38px;
                    width: 32px;
                    height: 32px;
                    background-repeat: no-repeat;
                }

            .service-sidebar .banner-widget .content-box h3 {
                display: block;
                font-size: 24px;
                line-height: 32px;
                color: #ffffff;
                font-weight: 600;
                text-transform: uppercase;
                margin-bottom: 22px;
            }

            .service-sidebar .banner-widget .content-box .theme-btn-two:hover {
                background: #0a267a;
            }

    .service-sidebar .service-sidebar-single-btn .theme-btn {
        background-color: var(--theme-color1);
        color: var(--theme-color1-text-color);
        line-height: 40px;
        padding: 0px 30px;
    }

        .service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
            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;
        }

        .service-sidebar .service-sidebar-single-btn .theme-btn span::before {
            position: relative;
            display: inline-block;
            font-size: 36px;
            padding-right: 25px;
            margin-top: 7px;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
            font-weight: 500;
        }

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

    .services-details__content .feature-list .single-item .icon-box {
        color: var(--theme-color1);
        position: absolute;
        left: 20px;
        top: 16px;
        font-size: 18px;
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .services-details__content .feature-list .single-item .title {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .services-details__content .feature-list .single-item:hover {
        background-color: var(--theme-color2);
        color: var(--text-color-bg-theme-color2);
    }

        .services-details__content .feature-list .single-item:hover .icon-box {
            color: var(--text-color-bg-theme-color2);
        }

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .service-list li:last-child {
        margin-bottom: 0px;
    }

    .service-list li a {
        position: relative;
        display: block;
        font-size: 18px;
        color: var(--headings-color);
        font-weight: 600;
        background-color: #fff;
        padding: 17px 20px 17px 50px;
        -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    }

        .service-list li a:hover, .service-list li a.current {
            color: var(--theme-color1-text-color);
            background-color: var(--theme-color1);
            padding-left: 80px;
        }

            .service-list li a:hover i, .service-list li a.current i {
                width: 60px;
                color: var(--text-color-bg-theme-color2);
                background-color: var(--theme-color2);
            }

    .service-list li i {
        position: absolute;
        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;
        left: 0px;
        top: 0px;
        width: 30px;
        height: 100%;
        background-color: #f6f4ec;
        text-align: center;
        font-size: 16px;
        color: #707582;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.sidebar-service-list {
    margin: 0;
}

    .sidebar-service-list li + li {
        margin-top: 10px;
    }

    .sidebar-service-list li a {
        background-color: #f5faff;
        border-radius: 15px;
        color: var(--headings-color);
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 19px 40px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .sidebar-service-list li a:hover {
            color: var(--theme-color1);
        }

            .sidebar-service-list li a:hover i {
                background-color: var(--theme-color1);
                color: #fff;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .sidebar-service-list li a i {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff;
            border-radius: 15px;
            color: #191825;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            height: 32px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            right: 20px;
            top: 50%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 45px;
        }

    .sidebar-service-list li.current a {
        color: var(--theme-color1);
    }

        .sidebar-service-list li.current a i {
            background-color: var(--theme-color1);
            color: #fff;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-details-help {
    background-color: var(--theme-color1);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    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;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .help-icon:hover {
        background-color: var(--theme-color2);
        color: var(--theme-color2-text-color);
    }

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

    .help-contact p {
        font-size: 14px;
        color: #fff;
        margin: 0;
        line-height: 32px;
        font-weight: 600;
        opacity: 0.7;
    }

    .help-contact a {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .help-contact a:hover {
            color: #000;
        }

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    display: block;
    position: relative;
}

    .project-details__img img {
        border-radius: 10px;
        width: 100%;
    }

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}

    .project-details__details-list li {
        display: block;
        position: relative;
    }

        .project-details__details-list li + li {
            margin-top: 24px;
        }

.project-details-btn .theme-btn {
    position: relative;
}

    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 100px;
        height: 70px;
        border-radius: 100px;
        background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
        background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
        color: var(--theme-color-white);
    }

@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }

        .project-details-btn .theme-btn.btn-style-one .icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            right: 10px;
            top: 8px;
        }

            .project-details-btn .theme-btn.btn-style-one .icon svg {
                width: 15px;
                height: 15px;
            }
}

@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

    .project-details__client a {
        text-decoration: underline;
    }

        .project-details__client a:hover {
            color: var(--link-color);
        }

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .project-details__social a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: var(--theme-color2);
        border-radius: 50%;
        color: var(--theme-color1-text-color);
        font-size: 15px;
        height: 40px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 40px;
        z-index: 1;
    }

        .project-details__social a:hover {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

        .project-details__social a + a {
            margin-left: 10px;
        }

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

    .project-details__pagination li a {
        font-size: 16px;
        color: #696969;
        font-family: var(--body-font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-details__pagination li a:hover {
            color: var(--theme-color1);
        }

            .project-details__pagination li a:hover i {
                background-color: var(--theme-color2);
                color: var(--theme-color2-text-color);
                border: 2px solid var(--theme-color2);
            }

    .project-details__pagination li .content {
        position: relative;
        display: block;
    }

    .project-details__pagination li .title,
    .project-details__pagination li .title a {
        color: #0A1222;
        font-family: var(--body-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .project-details__pagination li .title:hover,
        .project-details__pagination li .title a:hover {
            text-decoration-line: underline;
        }

    .project-details__pagination li.next {
        float: left;
        position: relative;
    }

        .project-details__pagination li.next .content {
            text-align: left;
            font-weight: var(--body-font-weight);
        }

    .project-details__pagination li.previous {
        position: relative;
        float: right;
    }

        .project-details__pagination li.previous .content {
            text-align: right;
        }

.room-facility-list {
    position: relative;
}

    .room-facility-list .icon {
        border: 1px solid var(--theme-color1);
        border-radius: 50%;
        display: block;
        font-size: 22px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        width: 64px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .room-facility-list .list-one:hover .icon {
        background-color: var(--theme-color1);
        color: #fff;
    }

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}

    .product-details.rd-page .bx-wrapper .thumb-box li {
        height: auto;
    }

@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }

    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }

    .rooms-section {
        padding: 80px 0;
    }
}

.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

    .project-list li {
        color: #0A1222;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.03em;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .project-list i {
        color: var(--theme-color2);
        margin-right: 10px;
    }

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

    .blog-details__img img {
        width: 100%;
        border-radius: 10px;
    }

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .blog-details__date .day {
        font-size: 16px;
        color: #fff;
        font-weight: var(--body-font-weight);
        line-height: 16px;
    }

    .blog-details__date .month {
        position: relative;
        display: block;
        font-size: 10px;
        font-weight: var(--body-font-weight);
        color: #fff;
        line-height: 12px;
        text-transform: uppercase;
    }

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__meta li + li {
        margin-left: 18px;
    }

    .blog-details__meta li a {
        font-size: 15px;
        color: #777;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-details__meta li a:hover {
            color: var(--theme-color2);
        }

        .blog-details__meta li a i {
            color: var(--theme-color1);
            margin-right: 6px;
        }

.blog-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
}

.blog-details__bottom {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

    .blog-details__tags a:hover {
        background-color: var(--theme-color3);
        color: var(--theme-color3-text-color);
        text-decoration: none;
    }

    .blog-details__tags a + a {
        margin-left: 6px;
    }

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__social-list a {
        position: relative;
        height: 43px;
        width: 43px;
        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;
        text-align: center;
        color: var(--theme-color-white);
        background-color: var(--theme-color1);
        font-size: 15px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .blog-details__social-list a:hover {
            color: var(--theme-color2-text-color);
        }

            .blog-details__social-list a:hover:after {
                opacity: 1;
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

        .blog-details__social-list a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--theme-color2);
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .blog-details__social-list a + a {
            margin-left: 10px;
        }

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

    .blog-details__pagenation li {
        position: relative;
        float: left;
        font-size: 20px;
        color: #0e2207;
        font-weight: var(--body-font-weight);
        color: var(--theme-light-background-text-color);
        background-color: var(--theme-light-background);
        line-height: 30px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        max-width: 370px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 52px;
        padding-bottom: 52px;
        border-radius: 10px;
    }

        .blog-details__pagenation li:hover {
            background-color: var(--theme-color2);
            color: var(--text-color-bg-theme-color2);
        }

        .blog-details__pagenation li + li {
            margin-left: 30px;
        }

/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links > div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}

    .nav-links > div .thumb {
        display: inline-block;
        min-width: 60px;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

        .nav-links > div .thumb a {
            display: inline-block;
        }

    .nav-links > div > a {
        background-color: var(--theme-color-silver);
        border-radius: 10px;
        color: var(--text-color);
        display: inline-block;
        font-size: 20px;
        font-weight: var(--body-font-weight);
        line-height: 1.637;
        padding: 52px 50px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        word-wrap: break-word;
        white-space: -moz-pre-wrap;
        white-space: pre-wrap;
        width: 100%;
    }

@media only screen and (max-width: 767px) {
    .nav-links > div > a {
        padding: 30px;
    }
}

.nav-links > div > a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.room-heading {
    position: relative;
}

    .room-heading .title {
        line-height: 1;
        margin-top: 0;
    }

    .room-heading .kodelisting-room-basic-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0 30px;
    }

@media (max-width: 575.98px) {
    .room-heading .kodelisting-room-basic-info {
        display: inline-block;
    }
}

.room-heading .kodelisting-room-basic-info li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px;
    padding: 5px 0;
    margin-right: 30px;
}

    .room-heading .kodelisting-room-basic-info li i {
        color: var(--theme-color2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 25px;
        margin-right: 10px;
    }

    .room-heading .kodelisting-room-basic-info li .csrbi-text {
        font-size: 14px;
        white-space: nowrap;
    }

.kodelisting-room-booking {
    background-color: var(--theme-color-white);
    position: relative;
}

    .kodelisting-room-booking .kodelisting-room-booking-wrap {
        background: transparent;
        border-radius: 8px;
        border: 1px solid var(--theme-color2);
        padding: 50px 45px 55px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

@media (max-width: 575.98px) {
    .kodelisting-room-booking .kodelisting-room-booking-wrap {
        padding: 40px 15px;
    }
}

.kodelisting-room-booking .room-booking-title {
    margin-bottom: 32px;
}

    .kodelisting-room-booking .room-booking-title .title {
        font-size: 24px;
        font-size: 1.875rem;
        line-height: 1.2;
        margin: 0;
    }

    .kodelisting-room-booking .room-booking-title .base-price {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
    }

.kodelisting-room-booking .reservation-form .checkbox-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    padding: 10px 0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.kodelisting-room-booking .reservation-form {
    /* Hide default checkbox */
}

    .kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        width: 17px;
        height: 17px;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
        background-color: var(--theme-color-white);
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
    }

.kodelisting-room-booking .reservation-form {
    /* Checked style */
}

    .kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 9px;
        height: 9px;
        background-color: var(--theme-color2); /* brownish color */
    }

    .kodelisting-room-booking .reservation-form .checkbox-label {
        color: var(--text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .kodelisting-room-booking .reservation-form .checkbox-price {
        color: var(--text-color);
        font-size: 14px;
    }

    .kodelisting-room-booking .reservation-form .total-base-price .summary {
        padding: 15px 0;
    }

    .kodelisting-room-booking .reservation-form .total-base-price .price-content {
        color: var(--text-color);
        border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
        border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
        padding-bottom: 5px;
        padding-top: 8px;
    }

        .kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 14px;
        }

        .kodelisting-room-booking .reservation-form .total-base-price .price-content i {
            font-size: 12px;
            border: 1px solid #ccc;
            border-radius: 50%;
            cursor: pointer;
            height: 16px;
            font-style: normal;
            line-height: 16px;
            margin-left: 5px;
            text-align: center;
            width: 16px;
        }

        .kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
            font-size: 14px;
        }

    .kodelisting-room-booking .reservation-form .total-base-price .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        font-size: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }

    .kodelisting-room-booking .reservation-form .btn-style-one {
        background-color: var(--theme-color2);
        color: var(--theme-color-white);
    }

        .kodelisting-room-booking .reservation-form .btn-style-one:hover {
            color: var(--theme-color-dark);
        }

        .kodelisting-room-booking .reservation-form .btn-style-one:before {
            background: var(--theme-color1);
        }

.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
    background: none;
    border-color: rgba(var(--theme-color2-rgb), 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: var(--text-color);
    font-size: 0.875rem;
    height: 48px;
    line-height: 35px;
}

    .kodelisting-room-booking .form-select::-webkit-input-placeholder, .kodelisting-room-booking .form-control::-webkit-input-placeholder {
        font-size: 14px;
        color: #000;
    }

    .kodelisting-room-booking .form-select::-moz-placeholder, .kodelisting-room-booking .form-control::-moz-placeholder {
        font-size: 14px;
        color: #000;
    }

    .kodelisting-room-booking .form-select:-ms-input-placeholder, .kodelisting-room-booking .form-control:-ms-input-placeholder {
        font-size: 14px;
        color: #000;
    }

    .kodelisting-room-booking .form-select::-ms-input-placeholder, .kodelisting-room-booking .form-control::-ms-input-placeholder {
        font-size: 14px;
        color: #000;
    }

    .kodelisting-room-booking .form-select::placeholder,
    .kodelisting-room-booking .form-control::placeholder {
        font-size: 14px;
        color: #000;
    }

    .kodelisting-room-booking .form-select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.kodelisting-room-booking .nice-select::before {
    top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

    .sidebar__search-form input[type=search] {
        display: block;
        border: none;
        outline: none;
        background-color: var(--theme-color1);
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding-left: 50px;
        height: 74px;
        width: 100%;
        padding-right: 80px;
        border-radius: 10px;
    }

        .sidebar__search-form input[type=search]::-webkit-input-placeholder {
            color: var(--theme-color1-text-color);
            opacity: 1;
        }

        .sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
            color: var(--theme-color1-text-color);
            opacity: 1;
        }

        .sidebar__search-form input[type=search]::-webkit-input-placeholder {
            color: var(--theme-color1-text-color);
        }

        .sidebar__search-form input[type=search]::-moz-placeholder {
            color: var(--theme-color1-text-color);
        }

        .sidebar__search-form input[type=search]:-ms-input-placeholder {
            color: var(--theme-color1-text-color);
        }

        .sidebar__search-form input[type=search]::-ms-input-placeholder {
            color: var(--theme-color1-text-color);
        }

        .sidebar__search-form input[type=search]::placeholder {
            color: var(--theme-color1-text-color);
        }

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

    .sidebar__post .sidebar__post-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 20px 17px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li + li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

    .sidebar__post .sidebar__post-list .sidebar__post-image > img {
        width: 80px;
        border-radius: 10px;
    }

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

    .sidebar__post .sidebar__post-list .sidebar__post-content h3 {
        font-size: 18px;
        margin: 0;
        line-height: 26px;
        letter-spacing: 0;
    }

        .sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
            color: #0e2207;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            display: block;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
        }

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
        color: var(--theme-color1);
        font-size: 14px;
        padding-right: 3px;
    }

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

    .sidebar__category-list li + li {
        margin-top: 4px;
    }

    .sidebar__category-list li a {
        color: #757873;
        font-size: 16px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        background: none;
        padding: 12px 20px;
        font-weight: 500;
        border-radius: 10px;
    }

        .sidebar__category-list li a:hover {
            background-color: rgb(255, 255, 255);
            -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
            color: #0e2207;
            text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
        }

            .sidebar__category-list li a:hover span {
                color: var(--theme-color1);
                -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
            }

        .sidebar__category-list li a span {
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            color: var(--theme-color2);
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 16px;
        }

    .sidebar__category-list li.active a {
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        color: #0e2207;
        border-radius: 10px;
        text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
    }

        .sidebar__category-list li.active a span {
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
            color: var(--theme-color1);
        }

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

    .sidebar__tags-list a {
        font-size: 14px;
        color: #0e2207;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: #ffffff;
        display: inline-block;
        padding: 5px 28px 5px;
        margin-left: 5px;
        border-radius: 30px;
    }

        .sidebar__tags-list a:hover {
            color: var(--theme-color1-text-color);
            background: var(--theme-color1);
        }

        .sidebar__tags-list a + a {
            margin-left: 5px;
            margin-top: 10px;
        }

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

    .sidebar__comments-list li {
        position: relative;
        display: block;
        padding-left: 65px;
    }

        .sidebar__comments-list li:hover .sidebar__comments-icon {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

        .sidebar__comments-list li + li {
            margin-top: 23px;
        }

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    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;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

    .sidebar__comments-text-box p span {
        color: #0e2207;
    }

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
    font-weight: 700;
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .comment-one .comment-one__single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.comment-one .comment-one__content {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
    }
}

.comment-one .comment-one__content h5 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    color: var(--theme-color1-text-color);
    font-size: 14px;
    line-height: inherit;
    max-height: 40px;
    padding: 6px 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.comment-one .comment-one__image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

    .comment-one .comment-one__image img {
        border-radius: 50%;
    }

.comment-form .comment-form__title {
    font-weight: 700;
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

    .team-details-shape-1 img {
        width: auto;
    }

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

    .team-details__top-img img {
        width: 100%;
        border-radius: 30px;
    }

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

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

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

    .team-details__social a {
        position: relative;
        height: 40px;
        width: 40px;
        line-height: 40px;
        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;
        text-align: center;
        background-color: var(--theme-color1);
        color: #fff;
        font-size: 15px;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .team-details__social a:hover {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

        .team-details__social a + a {
            margin-left: 10px;
        }

.team-details__top-text-1 {
    color: var(--headings-color);
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-bottom: 35px;
    padding-top: 23px;
}

.team-details__bottom {
    border-top: 1px solid #e4e5ea;
    display: block;
    padding-top: 110px;
    position: relative;
}

.team-details__bottom-left {
    display: block;
    margin-right: 70px;
    position: relative;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    display: block;
    margin-left: 70px;
    margin-top: 1px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    display: block;
    position: relative;
    width: 100%;
}

    .team-details__progress .bar {
        background-color: #eef0f6;
        border-radius: 7px;
        height: 13px;
        margin-bottom: 22px;
        position: relative;
        width: 100%;
    }

    .team-details__progress .bar-inner {
        position: relative;
        display: block;
        width: 0px;
        height: 13px;
        border-radius: 7px;
        background-color: var(--theme-color1);
        -webkit-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .team-details__progress .count-text {
        bottom: 21px;
        color: var(--theme-color3);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        opacity: 0;
        position: absolute;
        right: 0px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .team-details__progress .bar-inner.counted .count-text {
        opacity: 1;
    }

    .team-details__progress .bar.marb-0 {
        margin-bottom: 0;
    }

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

    .team-contact-form input[type=text],
    .team-contact-form input[type=email] {
        background-color: #fff;
        color: #111;
    }

        .team-contact-form input[type=text]::-webkit-input-placeholder, .team-contact-form input[type=email]::-webkit-input-placeholder {
            color: #111;
        }

        .team-contact-form input[type=text]::-moz-placeholder, .team-contact-form input[type=email]::-moz-placeholder {
            color: #111;
        }

        .team-contact-form input[type=text]:-ms-input-placeholder, .team-contact-form input[type=email]:-ms-input-placeholder {
            color: #111;
        }

        .team-contact-form input[type=text]::-ms-input-placeholder, .team-contact-form input[type=email]::-ms-input-placeholder {
            color: #111;
        }

        .team-contact-form input[type=text]::placeholder,
        .team-contact-form input[type=email]::placeholder {
            color: #111;
        }

    .team-contact-form textarea {
        background-color: #fff;
        height: 180px;
    }

        .team-contact-form textarea::-webkit-input-placeholder {
            color: #111;
        }

        .team-contact-form textarea::-moz-placeholder {
            color: #111;
        }

        .team-contact-form textarea:-ms-input-placeholder {
            color: #111;
        }

        .team-contact-form textarea::-ms-input-placeholder {
            color: #111;
        }

        .team-contact-form textarea::placeholder {
            color: #111;
        }

    .team-contact-form .sec-title .sub-title {
        color: var(--text-color);
    }

    .team-contact-form .sec-title .section-title__title {
        color: var(--headings-color);
    }

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
    display: block;
    margin-top: 40px;
    position: relative;
}

    .contact-details__info li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .contact-details__info li .icon {
            height: 80px;
            width: 80px;
            background-color: var(--theme-color1);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .contact-details__info li .icon span {
                color: var(--theme-color-white);
                font-size: 25px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        .contact-details__info li:hover .icon {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

            .contact-details__info li:hover .icon span {
                color: var(--text-color-bg-theme-color2);
            }

        .contact-details__info li:hover .text a {
            color: var(--notech-base);
        }

            .contact-details__info li:hover .text a span {
                color: var(--notech-gray);
            }

        .contact-details__info li .text {
            margin-left: 30px;
        }

            .contact-details__info li .text p {
                font-size: 14px;
                line-height: 24px;
            }

            .contact-details__info li .text a {
                font-size: 18px;
                color: var(--notech-black);
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .contact-details__info li .text span {
                font-size: 20px;
                color: var(--notech-black);
            }

        .contact-details__info li + li {
            margin-top: 19px;
        }

.map {
    height: 550px;
}

/*new css*/
img.logo {
    max-height: 90px;
}

.text-white {
    color: #fff !important;
}
