﻿/* Landspire - Gardening and Landscaping HTML Template

Template Name: Landspire
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&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("magnific-popup.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1: #FF3131;
    --theme-color2: #141414;
    --theme-color3: #C1121C;
    --theme-color1-rgb: 255, 49, 49;
    --theme-color2-rgb: 20, 20, 20;
    --theme-color3-rgb: 193, 18, 28;
    --theme-color1-text-color: #ffffff;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #0F0B19;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --bg-color: #FAF6F6;
    --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: #6B6B6B;
    --headings-color: #141414;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color2);
    --body-font-family: "Bricolage Grotesque";
    --heading-font-family: "Bricolage Grotesque";
    --body-font-size: 16px;
    --body-line-height: 1.5;
    --body-font-weight: 400;
    --line-height-heading-h1: 100%;
    --line-height-heading: 120%;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 80px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --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, #FF3131 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);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-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-bold);
}

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;
    margin-bottom: 90px;
    position: relative;
    z-index: 99;
}

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

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

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

.pricing-tab-btn .nav .nav-item .nav-link {
    border-radius: 31px;
    border: none;
    color: var(--theme-color2);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 700;
    height: 24px;
    padding: 0;
    width: 24px;
    -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-black);
    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.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(--theme-color-black);
    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(--theme-color-white);
    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(--theme-color-white);
}

.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 {
    position: relative;
}

.payment-method .accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px;
}

.payment-method .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff;
    padding: 8px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment-method .accordion-box .block .acc-btn .icon {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.payment-method .accordion-box .block .acc-btn.active .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

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

.payment-method .accordion-box .block .acc-content .content {
    position: relative;
    margin-top: -2px;
}

.payment-method .accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 11px !important;
}

.payment-method .accordion-box .block .acc-content.current {
    display: block;
}

/***

====================================================================
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
=======================*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    margin-left: -55px;
    margin-top: -70px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--heading-font-family);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

.preloader-loaded {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    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: 9999;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
    color: #000;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
    color: var(--theme-color1);
}

.preloader-loaded.light .preloader-slide {
    background-color: #fff;
}

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

.preloader-loaded.loaded .preloader-slide.slide-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-loaded.loaded .preloader-slide.slide-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-loaded .text-preloader-outer {
    position: absolute;
    z-index: 100;
}

.preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-top: 180px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1199.98px) {
    .preloader-loaded .text-preloader-outer .text-preloading {
        font-size: 40px;
    }
}

.preloader-loaded .text-preloader-outer .text-preloading:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    margin-left: -55px;
    margin-top: -70px;
    height: 70px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: "";
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split {
    color: var(--theme-color2);
    position: relative;
    display: inline-block;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
    color: var(--theme-color1);
    content: attr(data-text);
    -webkit-animation: text-split 4s infinite;
    animation: text-split 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.preloader-loaded .preloader-slide {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader-loaded .preloader-slide.slide-left {
    left: 0;
}

.preloader-loaded .preloader-slide.slide-right {
    right: 0;
}

@-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-main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
}

.theme-btn-main:hover {
    padding-right: 38px;
    padding-left: 10px !important;
    gap: 0;
}

.theme-btn-main:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}

.theme-btn-main:hover .theme-btn-arrow-right {
    scale: 0;
}

.theme-btn-main:hover .theme-btn {
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
    color: var(--theme-color2);
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
}

.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
    rotate: -30deg;
}

.theme-btn-main .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

.theme-btn-main .theme-btn {
    font-weight: 400;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/***

==================================================================
btn-style-one
==================================================================

***/

.btn-style-one {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 24px;
    overflow: hidden;
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
    border-radius: 0;
    text-transform: capitalize;
    z-index: 1;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color2);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left right;
    transform-origin: left right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

.btn-style-one:hover {
    color: var(--theme-color2-text-color);
}

/*** 

====================================================================
  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 {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    left: 0;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-1 .main-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    padding: 0 70px;
}

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

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

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

.header-1 .main-menu .navigation>li>a {
    border-radius: 46px;
    line-height: 1;
    padding: 9px 13px;
}

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

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

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

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

.header-1 .header-contact li .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    color: var(--theme-color3);
}

.header-1 .header-contact li .content .text {
    font-size: 16px;
    color: var(--theme-color2);
}

@media (max-width: 1699.98px) {
    .header-1 .header-contact li .content .text {
        font-size: 14px;
    }
}

.header-1 .header-contact li .content .text a {
    color: var(--theme-color2);
}

.header-1 .header-contact li .line {
    height: 29px;
    width: 1px;
    display: inline-block;
    background-color: rgba(20, 20, 20, 0.2);
}

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

@media (max-width: 1699.98px) {
    .header-1 .ui-btn-outer {
        gap: 15px;
    }
}

.header-1 .contact-btn {
    background-color: var(--theme-color3);
    border-radius: 40px;
    color: var(--theme-color-white);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

@media (max-width: 1699.98px) {
    .header-1 .contact-btn {
        padding: 0 16px;
        font-size: 14px;
    }
}

.header-1 .contact-btn:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

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

.header-1 .mobile-nav-toggler .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.header-1.fixed-header {
    padding-top: 0;
}

.header-1.innerpage-style {
    background-color: var(--theme-color1);
    padding-top: 0;
}

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

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

.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 {
    border-right: 1px solid #C0C0C0;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: 20px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.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 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 75px;
    background-color: var(--theme-color3);
    margin: 0 20px;
    border-radius: 20px;
}

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

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

@media (max-width: 375.98px) {
    .header-2 .main-box {
        padding: 14px 20px;
    }
}

.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: 20px;
}

@media (max-width: 1699.98px) {
    .header-2 .ui-btn-outer {
        gap: 15px;
    }
}

.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: 20px;
}

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

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

.header-2 .mobile-nav-toggler {
    margin-left: 0;
    display: block;
    position: relative;
    width: 26px;
    height: 11px;
}

.header-2 .mobile-nav-toggler span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-color-white);
    overflow: hidden;
}

.header-2 .mobile-nav-toggler span:first-child {
    top: 0;
    background: var(--theme-color-white);
    left: 0;
    width: 26px;
}

.header-2 .mobile-nav-toggler span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    left: initial;
    right: 0;
    background: var(--theme-color-white);
    margin-top: 5px;
}

.header-2 .mobile-nav-toggler span:last-child {
    bottom: -9px;
    background: var(--theme-color-white);
    width: 13px;
    left: initial;
    right: 0;
}

.header-2 .mobile-nav-toggler.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-2 .mobile-nav-toggler.active span:nth-child(2) {
    opacity: 0;
}

.header-2 .mobile-nav-toggler.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-2 .mobile-nav-toggler:hover {
    cursor: pointer;
}

.header-2 .contact-btn {
    color: var(--theme-color2);
    display: inline-block;
    background-color: var(--theme-color1);
    border-radius: 40px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

@media (max-width: 1699.98px) {
    .header-2 .contact-btn {
        padding: 0 16px;
        font-size: 14px;
    }
}

.header-2 .contact-btn:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

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

.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(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--body-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-color3);
}

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

.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(20, 20, 20, 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: 400;
    font-size: 16px;
    color: var(--theme-color2);
    text-align: left;
    font-family: var(--body-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(20, 20, 20, 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: 400;
    font-size: 16px;
    color: var(--theme-color2);
    font-family: var(--body-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;
}

@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: 30px;
    padding: 20px 0;
}

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

.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(--theme-color-white) !important;
    font-size: 22px;
    line-height: 1;
}

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

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

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

.header-2 .sticky-header .mobile-nav-toggler span {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:first-child {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:nth-child(2) {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:last-child {
    background: var(--theme-color2);
}

@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: 90px 0;
    }
}

@media (max-width: 991.98px) {
    .section-padding {
        padding: 70px 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(20, 20, 20, 0.1);
}

.bb-bottom {
    border-bottom: 1px solid rgba(20, 20, 20, 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(#FF3131), to(rgba(82, 153, 25, 0)));
    background: linear-gradient(90deg, #FF3131 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(0, 0, 0, 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-black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/*** 

====================================================================
  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 {
    background-color: var(--bg-color);
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 31px;
    margin-bottom: 15px;
}

.sec-title .sec-sub-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.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 {
    margin: 20px;
    overflow: hidden;
}

.hero-1 .hero-content {
    background-color: var(--theme-color1);
    padding: 100px 0 50px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1699.98px) {
    .hero-1 .hero-content {
        padding-top: 140px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-content {
        text-align: center;
        padding-top: 160px;
    }
}

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

.hero-1 .hero-content .title {
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    font-size: clamp(24px, 5vw, 80px);
    line-height: 1;
}

@media screen and (max-width: 400px) {
    .hero-1 .hero-content .theme-btn-main .theme-btn {
        font-size: 14px;
    }
}

.hero-1 .hero-content .theme-btn-main .theme-btn-arrow-left,
.hero-1 .hero-content .theme-btn-main .theme-btn-arrow-right {
    background-color: var(--theme-color1);
}

.hero-1 .machine-image {
    position: relative;
    z-index: 9;
}

@media (max-width: 1699.98px) {
    .hero-1 .machine-image {
        margin-left: -180px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .machine-image {
        margin-left: 0;
    }
}

.hero-1 .machine-image .vec-shape {
    position: absolute;
    top: 60%;
    left: 67%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1699.98px) {
    .hero-1 .machine-image .vec-shape {
        left: 55%;
    }
}

@media screen and (max-width: 400px) {
    .hero-1 .machine-image img {
        width: 100%;
    }
}

.hero-1 .banner-image {
    border-radius: 40px;
    height: 990px;
    position: relative;
}

@media (max-width: 991.98px) {
    .hero-1 .banner-image {
        height: 1310px;
    }
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image {
        height: 1170px;
    }
}

.hero-1 .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    object-fit: cover;
}

.hero-1 .banner-image .hero-form {
    position: relative;
    background-color: var(--theme-color-white);
    position: absolute;
    right: 74px;
    bottom: 74px;
    max-width: 736px;
    width: 100%;
    padding: 36px 40px;
    border-radius: 33px;
}

@media (max-width: 991.98px) {
    .hero-1 .banner-image .hero-form {
        max-width: initial;
        width: initial;
        left: 30px;
        right: 30px;
        top: initial;
    }
}

@media (max-width: 767.98px) {
    .hero-1 .banner-image .hero-form {
        padding: 40px 30px;
    }
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image .hero-form {
        padding: 30px 25px;
    }
}

@media (max-width: 375.98px) {
    .hero-1 .banner-image .hero-form {
        left: 5px;
        right: 5px;
    }
}

.hero-1 .banner-image .hero-form .book-title {
    font-size: 40px;
    font-size: clamp(26px, 5vw, 40px);
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-1 .banner-image .hero-form form {
    margin-top: 20px;
}

.hero-1 .banner-image .hero-form form .form-clt p {
    color: var(--theme-color2);
    margin-bottom: 16px;
}

.hero-1 .banner-image .hero-form form .form-clt input,
.hero-1 .banner-image .hero-form form .form-clt textarea {
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    background-color: var(--bg-color);
    padding: 20px 24px;
    line-height: 1;
    border-radius: 10px;
    color: var(--text-color);
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image .hero-form form .form-clt input,
    .hero-1 .banner-image .hero-form form .form-clt textarea {
        padding: 16px 20px;
    }
}

.hero-1 .banner-image .hero-form form .form-clt input::-webkit-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-webkit-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::-moz-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input:-ms-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea:-ms-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::-ms-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-ms-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt textarea {
    padding-bottom: 75px;
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image .hero-form form .form-clt textarea {
        padding-bottom: 50px;
    }
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    background-color: var(--bg-color);
    padding: 20px 24px;
    line-height: 1;
    border-radius: 10px;
    color: var(--text-color);
    height: initial;
    line-height: initial;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .current {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select::after {
    border-bottom: 2px solid var(--theme-color2);
    border-right: 2px solid var(--theme-color2);
    width: 8px;
    height: 8px;
    right: 24px;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list {
    width: 100%;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input {
    padding: 14px 24px;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid rgba(20, 20, 20, 0.1);
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid rgba(20, 20, 20, 0.1);
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button:hover {
    background-color: var(--theme-color1);
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button:hover {
    background-color: var(--theme-color1);
}

.hero-2 {
    margin: 0 20px;
    padding: 470px 0 100px;
    border-radius: 30px;
    position: relative;
    z-index: 8;
    margin-top: 20px;
}

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

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

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

.hero-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(111.29deg, #141414 30.35%, rgba(20, 20, 20, 0) 91.12%);
    border-radius: 30px;
    opacity: 0.7;
    z-index: -1;
}

.hero-2 .hero-items {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1699.98px) {
    .hero-2 .hero-items {
        padding: 0 50px;
    }
}

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

@media (max-width: 1199.98px) {
    .hero-2 .hero-items {
        padding: 0 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 320px) {
    .hero-2 .hero-items {
        padding: 0 10px;
    }
}

.hero-2 .hero-items .content .hero-title {
    color: var(--theme-color-white);
    font-size: 80px;
    letter-spacing: -0.02em;
    font-size: clamp(34px, 5vw, 80px);
    line-height: 1;
}

.hero-2 .hero-items .content .hero-title span {
    color: var(--theme-color1);
}

.hero-2 .hero-items .content p {
    color: var(--theme-color-white);
    max-width: 660px;
    margin-top: 14px;
}

.hero-2 .hero-items .content .theme-btn-main {
    background-color: var(--theme-color-white);
    margin-top: 36px;
}

.hero-2 .hero-items .content .theme-btn-main .theme-btn-arrow-right,
.hero-2 .hero-items .content .theme-btn-main .theme-btn-arrow-left {
    background-color: var(--theme-color1);
}

.hero-2 .hero-items .hero-wrap .hero-thumb {
    max-width: 380px;
    margin-left: auto;
    position: relative;
}

.hero-2 .hero-items .hero-wrap .hero-thumb .small-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(20, 20, 20, 0.71);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 22px 30px;
    position: absolute;
    right: 0;
}

@media (max-width: 375.98px) {
    .hero-2 .hero-items .hero-wrap .hero-thumb .small-content {
        padding: 20px 15px;
    }
}

.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .title {
    color: var(--theme-color-white);
    font-size: 24px;
    max-width: 217px;
}

.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon i {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

@media (max-width: 375.98px) {
    .hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

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

.choose-us-block1 {
    margin-top: 30px;
    position: relative;
}

@media (max-width: 767.98px) {
    .choose-us-block1 {
        margin-top: 0;
    }
}

.choose-us-block1 .flower-shape {
    position: absolute;
    bottom: 0;
    display: block;
    right: -98px;
}

@media (max-width: 1399.98px) {
    .choose-us-block1 .flower-shape {
        display: none;
    }
}

.choose-us-block1 .thumb {
    max-width: 580px;
    position: relative;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 575"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 575H83C185.173 575 268 492.173 268 390V0C119.988 0 0 119.988 0 268V575Z M536 575H453C350.827 575 268 492.173 268 390V0C416.012 0 536 119.988 536 268V575Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 575"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 575H83C185.173 575 268 492.173 268 390V0C119.988 0 0 119.988 0 268V575Z M536 575H453C350.827 575 268 492.173 268 390V0C416.012 0 536 119.988 536 268V575Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.choose-us-block1 .thumb img {
    width: 100%;
    height: 100%;
}

.choose-us-block-content1 {
    margin-top: 30px;
    max-width: 536px;
    margin-left: auto;
    border: 1px solid rgba(20, 20, 20, 0.1);
    border-radius: 30px;
    padding: 33px 0 30px;
}

@media (max-width: 1199.98px) {
    .choose-us-block-content1 {
        margin-left: initial;
    }
}

.choose-us-block-content1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 21px 60px 23px;
}

@media (max-width: 1199.98px) {
    .choose-us-block-content1 li {
        padding: 30px 25px;
        padding-bottom: 25px;
        gap: 18px;
    }
}

@media (max-width: 469.98px) {
    .choose-us-block-content1 li {
        display: -ms-grid;
        display: grid;
    }
}

.choose-us-block-content1 li:not(:last-child) {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.choose-us-block-content1 li .icon {
    border-radius: 50%;
    text-align: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--bg-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: 7px;
    z-index: 9;
}

.choose-us-block-content1 li .icon::before {
    background-color: var(--theme-color3);
    border-radius: 50%;
    height: 100%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.choose-us-block-content1 li .icon svg path,
.choose-us-block-content1 li .icon i path,
.choose-us-block-content1 li .icon img path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.choose-us-block-content1 li .content p {
    padding-right: 20px;
    margin-top: 5px;
}

.choose-us-block-content1 li:hover .icon svg,
.choose-us-block-content1 li:hover .icon i,
.choose-us-block-content1 li:hover .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.choose-us-block-content1 li:hover .icon svg path,
.choose-us-block-content1 li:hover .icon i path,
.choose-us-block-content1 li:hover .icon img path {
    fill: var(--theme-color1);
}

.choose-us-block-content1 li:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.benefit-image-1 {
    overflow: hidden;
    border-radius: 23px;
    width: 1580px;
    margin-top: 45px;
    position: relative;
}

@media (max-width: 1899.98px) {
    .benefit-image-1 {
        width: 100%;
        height: 700px;
    }
}

@media (max-width: 767.98px) {
    .benefit-image-1 {
        margin-top: 30px;
    }
}

@media (max-width: 469.98px) {
    .benefit-image-1 {
        height: 750px;
    }
}

.benefit-image-1 .benefit-list-item {
    background-color: var(--theme-color-white);
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 1350px;
    width: 100%;
    padding: 60px 50px 55px;
    border-radius: 23px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1899.98px) {
    .benefit-image-1 .benefit-list-item {
        max-width: initial;
        width: initial;
    }
}

@media (max-width: 1399.98px) {
    .benefit-image-1 .benefit-list-item {
        max-width: initial;
        width: initial;
        padding: 30px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .benefit-image-1 .benefit-list-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.benefit-image-1 .benefit-list-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    max-width: 410px;
}

@media (max-width: 1199.98px) {
    .benefit-image-1 .benefit-list-item li {
        gap: 18px;
    }
}

@media (max-width: 469.98px) {
    .benefit-image-1 .benefit-list-item li {
        display: -ms-grid;
        display: grid;
    }
}

.benefit-image-1 .benefit-list-item li .icon {
    border-radius: 50%;
    text-align: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--bg-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
}

.benefit-image-1 .benefit-list-item li .icon::before {
    background-color: var(--theme-color3);
    border-radius: 50%;
    height: 100%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-image-1 .benefit-list-item li .icon svg path,
.benefit-image-1 .benefit-list-item li .icon i path,
.benefit-image-1 .benefit-list-item li .icon img path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.benefit-image-1 .benefit-list-item li .content h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.benefit-image-1 .benefit-list-item li:hover .icon svg,
.benefit-image-1 .benefit-list-item li:hover .icon i,
.benefit-image-1 .benefit-list-item li:hover .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.benefit-image-1 .benefit-list-item li:hover .icon svg path,
.benefit-image-1 .benefit-list-item li:hover .icon i path,
.benefit-image-1 .benefit-list-item li:hover .icon img path {
    fill: var(--theme-color1);
}

.benefit-image-1 .benefit-list-item li:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.benefit-image-1 img {
    border-radius: 23px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.choose-us-block-list2 {
    margin-top: 30px;
}

.choose-us-block-list2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 400px) {
    .choose-us-block-list2 li {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .choose-us-block-list2 li .icon {
        margin: 0 auto !important;
    }
}

.choose-us-block-list2 li:not(:last-child) {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    margin-bottom: 60px;
    padding-bottom: 50px;
}

@media (max-width: 575.98px) {
    .choose-us-block-list2 li:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.choose-us-block-list2 li .icon {
    max-width: 60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
}

.choose-us-block-list2 li .icon::before {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 100%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.choose-us-block-list2 li .content .text {
    padding-right: 35px;
}

@media (max-width: 1399.98px) {
    .choose-us-block-list2 li .content .text {
        padding-right: 0;
    }
}

.choose-us-block-list2 li:hover .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.choose-us-block-list2 li:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.choose-us-image-2 {
    max-width: 427px;
    position: relative;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 427 427"><path d="M423.124 170.896C426.777 200.909 393.942 345.884 294.992 391.084C368.393 350.208 467.215 158.541 368.393 66.5208C352.74 56.339 336.96 51.6101 323.643 49.2031C467.598 99.4096 346.857 446.829 108.922 400.329C139.718 417.306 174.995 427.019 212.608 427.019C356.074 427.019 447.357 293.952 423.124 170.938V170.896Z" fill="black"/><path d="M91.7715 358.222C88.8831 370.832 78.4125 370.044 51.9706 335.536C-64.3951 184.107 231.946 -19.2747 368.382 66.5044C288.44 -16.889 149.328 -25.7502 61.0819 62.2016C25.6773 97.5187 5.3521 142.272 0 188.623C11.2564 154.882 91.0282 7.84148 255.796 32.6145C158.588 27.3106 80.324 83.6943 39.4399 137.905C-20.1978 216.762 7.92196 319.795 67.7083 370.427C85.1876 380.46 90.2848 369.895 91.7715 358.2V358.222Z" fill="black"/><path d="M82.2376 281.659C84.8074 295.867 95.8302 340.407 91.7312 358.215C90.2657 369.888 85.1685 380.475 67.668 370.442C109.041 404.46 107.511 325.028 160.119 253.052C161.882 250.645 157.762 191.727 159.652 189.341C160.735 187.978 167.765 243.147 168.869 241.784C177.96 230.771 188.473 220.121 200.791 210.237C202.044 209.236 207.948 168.317 209.244 167.337C210.348 166.506 206.801 205.572 207.927 204.763C221.583 194.687 249.724 180.011 267.926 172.385C258.815 177.732 232.479 193.771 220.458 204.145L264.209 201.227C264.209 201.227 213.619 210.131 212.239 211.43C206.653 216.691 187.113 237.971 167.744 269.156C166.554 271.094 230.206 261.274 228.996 263.277C227.721 265.407 161.606 279.38 160.353 281.595C147.78 303.727 136.056 329.8 129.217 358.109C331.833 409.061 333.043 137.92 333.914 72.1641C280.372 150.424 52.801 122.03 82.2588 281.681L82.2376 281.659Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 427 427"><path d="M423.124 170.896C426.777 200.909 393.942 345.884 294.992 391.084C368.393 350.208 467.215 158.541 368.393 66.5208C352.74 56.339 336.96 51.6101 323.643 49.2031C467.598 99.4096 346.857 446.829 108.922 400.329C139.718 417.306 174.995 427.019 212.608 427.019C356.074 427.019 447.357 293.952 423.124 170.938V170.896Z" fill="black"/><path d="M91.7715 358.222C88.8831 370.832 78.4125 370.044 51.9706 335.536C-64.3951 184.107 231.946 -19.2747 368.382 66.5044C288.44 -16.889 149.328 -25.7502 61.0819 62.2016C25.6773 97.5187 5.3521 142.272 0 188.623C11.2564 154.882 91.0282 7.84148 255.796 32.6145C158.588 27.3106 80.324 83.6943 39.4399 137.905C-20.1978 216.762 7.92196 319.795 67.7083 370.427C85.1876 380.46 90.2848 369.895 91.7715 358.2V358.222Z" fill="black"/><path d="M82.2376 281.659C84.8074 295.867 95.8302 340.407 91.7312 358.215C90.2657 369.888 85.1685 380.475 67.668 370.442C109.041 404.46 107.511 325.028 160.119 253.052C161.882 250.645 157.762 191.727 159.652 189.341C160.735 187.978 167.765 243.147 168.869 241.784C177.96 230.771 188.473 220.121 200.791 210.237C202.044 209.236 207.948 168.317 209.244 167.337C210.348 166.506 206.801 205.572 207.927 204.763C221.583 194.687 249.724 180.011 267.926 172.385C258.815 177.732 232.479 193.771 220.458 204.145L264.209 201.227C264.209 201.227 213.619 210.131 212.239 211.43C206.653 216.691 187.113 237.971 167.744 269.156C166.554 271.094 230.206 261.274 228.996 263.277C227.721 265.407 161.606 279.38 160.353 281.595C147.78 303.727 136.056 329.8 129.217 358.109C331.833 409.061 333.043 137.92 333.914 72.1641C280.372 150.424 52.801 122.03 82.2588 281.681L82.2376 281.659Z" fill="black"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    margin-top: 30px;
}

.choose-us-image-2 img {
    width: 100%;
    height: 100%;
}

.choose-us-section-2 {
    position: relative;
    margin: 0 40px;
    border-radius: 30px;
}

@media (max-width: 1699.98px) {
    .choose-us-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .choose-us-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .choose-us-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .choose-us-section-2 {
        margin: 0 16px;
    }
}

.choose-us-section-2 .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: moveLeftRight;
    animation-name: moveLeftRight;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.choose-us-section-2 .shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: moveRightToLeft 10s linear infinite alternate;
    animation: moveRightToLeft 10s linear infinite alternate;
}

.choose-us-section-2 .shape3 {
    position: absolute;
    right: 0;
    top: 52px;
    -webkit-animation: wind-blow 6s linear infinite;
    animation: wind-blow 6s linear infinite;
}

.how-it-block-items-2 {
    margin-top: 30px;
    border-radius: 20px;
    background-color: var(--bg-color);
    padding: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .how-it-block-items-2 {
        padding: 30px;
    }
}

.how-it-block-items-2::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
    background-color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 30px;
}

.how-it-block-items-2 .number-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 11;
}

.how-it-block-items-2 .number-top .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-it-block-items-2 .content {
    position: relative;
    z-index: 11;
}

.how-it-block-items-2 .content .title {
    margin-bottom: 10px;
}

.how-it-block-items-2 .content p {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}

.how-it-block-items-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.how-it-block-items-2:hover .icon svg {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.how-it-block-items-2.active .number-top .number {
    background-color: var(--theme-color3);
    color: var(--theme-color-white);
}

.how-it-block-items-2.active .content p {
    color: var(--theme-color2);
}

.how-it-block-items-2.active::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.how-it-client-wrapper {
    border: 1px solid rgba(20, 20, 20, 0.1);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
    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: 1399.98px) {
    .how-it-client-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.how-it-client-wrapper .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 575.98px) {
    .how-it-client-wrapper .client-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        text-align: center;
    }
}

.how-it-client-wrapper .client-info .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-it-client-wrapper .client-info .client-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--bg-color);
}

.how-it-client-wrapper .client-info .client-image .icon-1 {
    margin-right: -10px;
}

.how-it-client-wrapper .client-info .client-image .icon-2 {
    margin-right: -10px;
}

.how-it-client-wrapper .client-info .client-image .icon-3 {
    margin-right: -10px;
}

.how-it-client-wrapper .client-info .info-title {
    font-size: 20px;
    font-weight: 400;
    max-width: 400px;
}

.how-it-client-wrapper .clieng-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

@media (max-width: 767.98px) {
    .how-it-client-wrapper .clieng-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .experience-speaks-card-items p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .experience-speaks-card-items .count-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.experience-speaks-card-items .count-box {
    font-size: 60px;
    color: var(--theme-color3);
    margin-top: 85px;
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items .count-box {
        margin-top: 30px;
    }
}

.experience-speaks-card-items .count-box.style-2 {
    margin-top: 0;
    margin-bottom: 85px;
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items .count-box.style-2 {
        margin-bottom: 30px;
    }
}

.experience-speaks-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) {
    .experience-speaks-wrapper {
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .experience-speaks-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .experience-speaks-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-wrapper .line-shape {
        display: none;
    }
}

.experience-text {
    text-align: center;
    font-size: 24px;
    color: var(--theme-color2);
    background-color: var(--theme-color-white);
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: 0 auto 60px;
}

@media (max-width: 991.98px) {
    .experience-text {
        margin-bottom: 30px;
    }
}

.experience-speaks-section {
    position: relative;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    padding-bottom: 70px;
}

.experience-speaks-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(20, 20, 20, 0.1);
    top: 23px;
}

.single-how-it-work-items .text {
    margin-top: 20px;
}

.single-how-it-work-items .how-it-box-items {
    margin-top: 55px;
    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: 1399.98px) {
    .single-how-it-work-items .how-it-box-items {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 20px;
    }
}

.single-how-it-work-items .how-it-box-items .thumb {
    max-width: 234px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .single-how-it-work-items .how-it-box-items .thumb {
        max-width: initial;
    }
}

.single-how-it-work-items .how-it-box-items .thumb img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.single-how-it-work-items .how-it-box-items .how-it-box {
    background-color: var(--bg-color);
    text-align: center;
    max-width: 250px;
    padding: 30px 10px;
    border-radius: 20px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .single-how-it-work-items .how-it-box-items .how-it-box {
        max-width: initial;
    }
}

.single-how-it-work-items .how-it-box-items .how-it-box2 {
    background-color: var(--bg-color);
    border-radius: 20px;
    max-width: 143px;
    padding: 30px 10px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .single-how-it-work-items .how-it-box-items .how-it-box2 {
        max-width: initial;
        text-align: center;
    }
}

.how-it-faq-1 {
    max-width: 536px;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .how-it-faq-1 {
        max-width: initial;
    }
}

.how-it-faq-1 .accordion-box {
    position: relative;
}

.how-it-faq-1 .accordion-box .block {
    position: relative;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid rgba(20, 20, 20, 0.1);
}

.how-it-faq-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color2);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 23px 30px;
    line-height: 1;
}

@media (max-width: 375.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn {
        padding: 20px 30px 20px 20px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-btn .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn .title {
        gap: 10px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-btn .title .number {
    color: var(--theme-color3);
}

.how-it-faq-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (max-width: 375.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn .icon {
        right: 15px;
        top: 23px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 1px solid var(--theme-color1);
    padding: 23px 30px;
    line-height: 1;
}

.how-it-faq-1 .accordion-box .block .acc-content .content {
    position: relative;
}

.how-it-faq-1 .accordion-box .block .acc-content .content .text {
    line-height: 175%;
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
}

@media (max-width: 575.98px) {
    .how-it-faq-1 .accordion-box .block .acc-content .content .text {
        font-size: 14px;
    }
}

.how-it-faq-1 .active-block {
    background-color: var(--bg-color) !important;
    border: 1px solid var(--bg-color) !important;
}

.how-it-faq-1 .accordion-box .block .acc-content.current {
    display: block;
}

.how-it-faq-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color3);
}

.how-it-faq-1 .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.how-it-faq-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.about-block-items-1 .about-text {
    max-width: 426px;
    color: #6B6B6B;
}

@media (max-width: 1399.98px) {
    .about-block-items-1 .about-text {
        max-width: 385px;
    }
}

@media (max-width: 991.98px) {
    .about-block-items-1 .about-text {
        max-width: initial;
    }
}

.about-block-items-1 .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1399.98px) {
    .about-block-items-1 .about-wrap {
        gap: 30px;
    }
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

.about-block-items-1 .about-wrap .about-counter {
    margin-top: 26px;
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap .about-counter {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about-block-items-1 .about-wrap .about-counter .count-box {
    font-size: 120px;
    font-weight: 500;
    color: var(--theme-color3);
    min-width: 200px;
    width: 100%;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-counter .count-box {
        font-size: 80px;
    }
}

.about-block-items-1 .about-wrap .about-counter p {
    color: var(--theme-color2);
    margin-top: -6px;
}

.about-block-items-1 .about-wrap .about-counter .theme-btn-main {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-counter .theme-btn-main {
        margin-top: 30px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items {
    background-color: var(--bg-color);
    padding: 33px 40px;
    border-radius: 20px;
    max-width: 730px;
    width: 100%;
    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;
    width: 730px;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        width: initial;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (max-width: 469.98px) {
    .about-block-items-1 .about-wrap .about-icon-items .icon-items {
        display: -ms-grid;
        display: grid;
        gap: 20px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon {
    position: relative;
    top: 7px;
    z-index: 1;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 469.98px) {
    .about-block-items-1 .about-wrap .about-icon-items .icon-items .icon::before {
        left: 25px;
        -webkit-transform: initial;
        transform: initial;
    }
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .content {
    max-width: 230px;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .content p {
    margin-top: 5px;
}

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

.about-block-items-1 .about-wrap .about-right-items {
    margin-top: -20px;
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap .about-right-items {
        margin-top: 0;
    }
}

.about-image-1 {
    position: relative;
    border-radius: 20px;
    width: 536px;
    height: 590px;
}

@media (max-width: 1399.98px) {
    .about-image-1 {
        width: initial;
    }
}

@media (max-width: 767.98px) {
    .about-image-1 {
        height: 500px;
    }
}

@media (max-width: 575.98px) {
    .about-image-1 {
        height: 480px;
    }
}

@media (max-width: 469.98px) {
    .about-image-1 {
        height: 400px;
    }
}

.about-image-1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-block-image-2 {
    position: relative;
    border-right: 1px solid rgba(20, 20, 20, 0.1);
    margin-right: -25px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 {
        border-right: none;
        margin-right: 0;
    }
}

.about-block-image-2 .thumb {
    border-radius: 20px;
    overflow: hidden;
    max-width: 536px;
}

@media (max-width: 1199.98px) {
    .about-block-image-2 .thumb {
        max-width: initial;
    }
}

@media (max-width: 991.98px) {
    .about-block-image-2 .thumb {
        height: 590px;
    }
}

@media (max-width: 575.98px) {
    .about-block-image-2 .thumb {
        height: 450px;
    }
}

.about-block-image-2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-block-image-2 .leaf-shape {
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 28px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .leaf-shape {
        display: none;
    }
}

.about-block-image-2 .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--bg-color);
    padding: 14px 24px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 40px;
    min-width: 295px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box {
        min-width: initial;
    }
}

.about-block-image-2 .count-box .count-text {
    font-size: 80px;
    color: var(--theme-color3);
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box .count-text {
        font-size: 65px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box .count-text {
        font-size: 45px;
    }
}

.about-block-image-2 .count-box .count-title {
    font-size: 80px;
    color: var(--theme-color3);
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box .count-title {
        font-size: 65px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box .count-title {
        font-size: 45px;
    }
}

.about-block-image-2 .count-box .text {
    color: var(--theme-color2);
    max-width: 104px;
    line-height: 1.3;
}

.about-single-content-2 {
    max-width: 575px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .about-single-content-2 {
        margin-left: initial;
    }
}

.about-single-content-2 .about-text {
    margin-top: 12px;
}

.about-single-content-2 .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    margin-top: 25px;
    margin-bottom: 45px;
}

@media (max-width: 1399.98px) {
    .about-single-content-2 .counter-items {
        gap: 60px;
    }
}

@media (max-width: 1199.98px) {
    .about-single-content-2 .counter-items {
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .about-single-content-2 .counter-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 25px;
    }
}

.about-single-content-2 .counter-items .count-box .count-title {
    font-size: 60px;
    color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .about-single-content-2 .counter-items .count-box .count-title {
        font-size: 50px;
    }
}

@media (max-width: 469.98px) {
    .about-single-content-2 .counter-items .count-box .count-title {
        font-size: 42px;
    }
}

.about-section-2 {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.service-section {
    margin: 0 40px;
    border-radius: 20px;
}

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

@media (max-width: 1399.98px) {
    .service-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .service-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .service-section {
        margin: 0 16px;
    }
}

.service-block-1 {
    padding: 40px 0;
    position: relative;
    background-color: var(--bg-color);
}

.service-block-1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(20, 20, 20, 0.1);
}

.service-block-1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: var(--theme-color1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-block-1 .content .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 60px;
    line-height: 1;
}

.service-block-1 .content .icon::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    z-index: -1;
}

.service-block-1 .content .title {
    margin-top: 30px;
}

.service-block-1 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-block-1 .content .title a:hover {
    color: var(--theme-color1);
}

.service-block-1 .service-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.service-block-1 .service-image .number {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 50px;
    color: var(--theme-color-white);
    background: rgba(253, 253, 253, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

.service-block-1 .service-image .number b {
    color: var(--theme-color1);
}

.service-block-1 .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-1 .service-image 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-1 .content-2 {
    max-width: 336px;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .service-block-1 .content-2 {
        margin-left: initial;
        max-width: initial;
    }
}

.service-block-1 .content-2 .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--theme-color2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .service-block-1 .content-2 .link-btn {
        margin-top: 20px;
    }
}

.service-block-1 .content-2 .link-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(20, 20, 20, 0.1);
}

.service-block-1 .content-2 .link-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: var(--theme-color1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-block-1 .content-2 .link-btn i {
    color: var(--theme-color1);
}

.service-block-1 .content-2 .link-btn:hover {
    color: var(--theme-color1);
}

.service-block-1 .content-2 .link-btn:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.service-block-1:hover .service-image 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-1:hover .service-image 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-1:hover .content .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.service-block-1:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.service-block-items-2 {
    margin-top: 30px;
    padding: 40px 30px;
    background-color: var(--bg-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-items-2::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
    background-color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 30px;
}

.service-block-items-2 .content .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

.service-block-items-2 .content .icon::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-items-2 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-block-items-2 .content .title a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
    background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.service-block-items-2 .thumb {
    max-width: 252px;
    position: relative;
    -webkit-mask-image: url("../images/icons/service2-mask1.png");
    mask-image: url("../images/icons/service2-mask1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    margin: 30px auto 0;
}

.service-block-items-2 .thumb img {
    width: 100%;
    height: 100%;
}

.service-block-items-2:hover .content .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.service-block-items-2:hover .thumb {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.service-block-items-2.active::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-block-items-2.active .icon::before {
    background-color: var(--theme-color-white);
}

.faq-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    margin-top: -50px;
}

@media (max-width: 1899.98px) {
    .faq-section {
        margin-top: 0;
    }
}

.faq-section .leaf-shape1 {
    position: absolute;
    left: 0;
    bottom: 100px;
}

@media (max-width: 1399.98px) {
    .faq-section .leaf-shape1 {
        display: none;
    }
}

.faq-section .leaf-shape2 {
    position: absolute;
    right: 0;
    top: 175px;
}

@media (max-width: 1399.98px) {
    .faq-section .leaf-shape2 {
        display: none;
    }
}

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

@media (max-width: 1399.98px) {
    .faq-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .faq-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .faq-section {
        margin: 0 16px;
    }
}

.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: 10px;
    line-height: 1;
    border-radius: 20px;
    padding: 30px 50px;
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .faq-content-1 .accordion-box .block {
        padding-left: 30px;
    }
}

.faq-content-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color2);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: -0.5px;
}

@media (max-width: 991.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 22px;
        padding-right: 40px;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    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-content-1 .accordion-box .block .acc-btn .icon {
        top: -8px;
    }
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn .icon {
        top: 0;
    }
}

.faq-content-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 26px;
}

.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: 400;
    color: rgba(255, 255, 255, 0.6);
    max-width: 945px;
}

.faq-content-1 .active-block {
    background-color: var(--theme-color3) !important;
}

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

.faq-content-1 .accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color1);
}

.faq-content-1 .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.faq-content-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-section-2 {
    margin: 0 40px;
    border-radius: 20px;
}

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

.faq-section-2 .sec-title .sec-sub-title {
    background: rgba(255, 255, 255, 0.2);
}

.faq-section-2 .sec-title .sec-sub-title .sub-title {
    color: var(--theme-color-white);
}

.faq-content-2 {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -60px;
    padding-left: 60px;
}

@media (max-width: 1399.98px) {
    .faq-content-2 {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}

.faq-content-2 .accordion-box {
    position: relative;
}

.faq-content-2 .accordion-box .block {
    position: relative;
    background-color: transparent;
    margin-bottom: 25px;
    line-height: 1;
    border-radius: 20px;
    padding: 25px 40px;
    padding-right: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .faq-content-2 .accordion-box .block {
        padding: 22px 30px;
    }
}

@media (max-width: 991.98px) {
    .faq-content-2 .accordion-box .block {
        padding: 20px 20px;
        margin-bottom: 15px;
    }
}

.faq-content-2 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        padding-right: 40px;
        line-height: 1.5;
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        font-size: 18px;
    }
}

.faq-content-2 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.faq-content-2 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 22px;
}

.faq-content-2 .accordion-box .block .acc-content .content {
    position: relative;
}

.faq-content-2 .accordion-box .block .acc-content .content .text {
    line-height: 175%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    max-width: 575px;
}

.faq-content-2 .active-block {
    background-color: var(--theme-color1) !important;
}

.faq-content-2 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-content-2 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color-white);
}

.faq-content-2 .accordion-box .block .acc-btn.active .icon {
    background-color: #C1121C;
}

.faq-content-2 .accordion-box .block .acc-btn.active {
    color: var(--theme-color2);
}

.faq-content-2 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-left-items-2 {
    max-width: 424px;
}

.faq-left-items-2 .faq-image {
    max-width: 424px;
    margin-top: 40px;
}

.faq-left-items-2 .faq-image img {
    width: 100%;
    -webkit-mask-image: url(../images/icons/faq2-mask1.png);
    mask-image: url(../images/icons/faq2-mask1.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.faq-left-items-2 .faq-text-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .faq-left-items-2 .faq-text-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.faq-left-items-2 .faq-text-items .title {
    font-size: 20px;
    color: var(--theme-color-white);
    max-width: 190px;
    font-weight: 400;
}

/***

====================================================================
    Marquee Section
====================================================================

***/

.marquee-section {
    padding: 25px 0;
    background-color: var(--theme-color1);
}

.marquee-section.style-three {
    position: relative;
    margin-top: 80px;
    background-color: transparent;
}

.marquee-section.style-three .marquee {
    position: relative;
    padding: 20px;
    -webkit-transform: rotate(-4.57deg);
    transform: rotate(-4.57deg);
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .marquee-section.style-three .marquee {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.marquee-section.style-three .marquee.gray-bg {
    position: absolute;
    -webkit-transform: rotate(3.57deg);
    transform: rotate(3.57deg);
    background-color: var(--theme-color-gray);
}

@media (max-width: 1199.98px) {
    .marquee-section.style-three .marquee.gray-bg {
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 20px;
    }
}

.marquee-section.style-three .marquee.gray-bg .text {
    color: var(--theme-color-white);
}

.marquee-section.style-three .marquee.slide-right {
    -webkit-transform: rotate(-4.57deg) scaleX(-1);
    transform: rotate(-4.57deg) scaleX(-1);
}

.marquee-section.style-three .marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    position: relative;
    font-size: 75px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--theme-color-white);
    padding-left: 70px;
    margin-left: 138px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

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

.marquee .text:hover::after {
    background-color: var(--theme-color1);
}

.marquee .text .color1 {
    color: var(--theme-color-white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.marquee .text:after {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 38px;
    width: 38px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/***

====================================================================
    Marquee Section Two
====================================================================

***/

.marquee-section-two {
    position: relative;
    padding: 80px 0 75px;
}

.marquee-two {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee-two .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee-two .text {
    position: relative;
    -webkit-text-fill-color: var(--headings-color);
    -webkit-text-stroke: 1px var(--headings-color);
    padding-left: 70px;
    margin-left: 70px;
    font-weight: 700;
    font-size: 76px;
    line-height: 90px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.marquee-two .text:after {
    position: absolute;
    top: 35px;
    left: 0;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
}

.marquee-two .text.color1 {
    -webkit-text-fill-color: var(--theme-color1);
    -webkit-text-stroke: 1px var(--theme-color1);
}

.marquee-two .text.color1:after {
    background-color: var(--theme-color13);
}

.marquee-two .text.color1:before {
    background-color: var(--theme-color1);
}

.marquee-two .text:before {
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 0px;
    height: 3px;
    content: "";
    background-color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.marquee-two .text:hover:before {
    width: calc(100% - 70px);
}

@media (prefers-reduced-motion: reduce) {
    .marquee-two .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/***

====================================================================
    Marquee Style One
====================================================================

***/

.marquee-style-one {
    position: absolute;
    bottom: 55px;
}

.marquee-style-one .marquee-style {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee-style-one .marquee-style .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee-style-one .marquee-style .text {
    color: var(--theme-color-white);
    font-size: 85px;
    font-weight: 600;
    line-height: 95px;
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
    margin-left: 138px;
    font-family: var(--title-font);
}

@media (max-width: 1199.98px) {
    .marquee-style-one .marquee-style .text {
        font-size: 60px;
        line-height: 1.3;
        padding-left: 10px;
        margin-left: 110px;
    }
}

@media (max-width: 575.98px) {
    .marquee-style-one .marquee-style .text {
        font-size: 40px;
        padding-left: 0;
        margin-left: 90px;
    }
}

.marquee-style-one .marquee-style .text:after {
    background-image: url(../images/icons/theme-flower2.png);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -80px;
    top: 5px;
    height: 85px;
    width: 85px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .marquee-style-one .marquee-style .text:after {
        height: 60px;
        width: 60px;
        background-size: cover;
    }
}

@media (max-width: 575.98px) {
    .marquee-style-one .marquee-style .text:after {
        height: 40px;
        width: 40px;
        left: -60px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-style-one .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee-three {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee-three .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee-three .marquee-group.style-home-3 .text {
    color: var(--headings-color);
}

.marquee-three .marquee-group.style-home-3 .text img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.marquee-three .text {
    font-size: 40px;
    line-height: 1.2;
    color: var(--theme-color-white);
    font-weight: 500;
    margin: 0 40px;
    position: relative;
    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: 24px;
}

@media (prefers-reduced-motion: reduce) {
    .marquee-three .marquee-group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

.testimonial-block-content2 {
    position: relative;
    max-width: 648px;
}

.testimonial-block-content2 .testi-slider-block-2 {
    max-width: 648px;
    margin-top: 65px;
}

@media (max-width: 1399.98px) {
    .testimonial-block-content2 .testi-slider-block-2 {
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-block-content2 .testi-slider-block-2 {
        margin-top: 35px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 .quote-icon {
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-content2 .testi-slider-block-2 .quote-icon {
        margin-bottom: 26px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 133%;
}

@media (max-width: 1199.98px) {
    .testimonial-block-content2 .testi-slider-block-2 p {
        font-size: 20px;
    }
}

@media (max-width: 469.98px) {
    .testimonial-block-content2 .testi-slider-block-2 p {
        font-size: 16px;
        line-height: 135%;
    }
}

.testimonial-block-content2 .testi-slider-block-2 .client-info {
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding-top: 40px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 469.98px) {
    .testimonial-block-content2 .testi-slider-block-2 .client-info {
        padding-top: 22px;
        margin-top: 22px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 .client-info .client-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.testimonial-block-content2 .testi-slider-block-2 .client-info .info-content .name {
    font-size: 20px;
    font-weight: 400;
}

.testimonial-block-content2 .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: 469.98px) {
    .testimonial-block-content2 .array-button {
        position: static;
        margin-top: 20px;
    }
}

.testimonial-block-content2 .array-button .array-prev,
.testimonial-block-content2 .array-button .array-next {
    border: 1px solid rgba(20, 20, 20, 0.1);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    background: transparent;
    color: var(--theme-color2);
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-color-white);
}

.testimonial-block-content2 .array-button .array-prev:hover,
.testimonial-block-content2 .array-button .array-next:hover {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

.tetsimonial-image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .tetsimonial-image-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items {
        display: block;
    }
    .tetsimonial-image-items br {
        display: block;
    }
}

.tetsimonial-image-items .thumb {
    max-width: 398px;
    border-radius: 30px;
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .thumb {
        max-width: initial;
        height: 480px;
    }
}

.tetsimonial-image-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tetsimonial-image-items .testi-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -30px;
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .testi-ratting {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        gap: 30px;
        margin-top: 20px;
        margin-right: 0;
    }
}

@media (max-width: 355.98px) {
    .tetsimonial-image-items .testi-ratting {
        gap: 10px;
    }
}

.tetsimonial-image-items .testi-ratting .rattings .ratting-count {
    font-size: 60px;
    color: var(--theme-color3);
    line-height: 1;
}

.tetsimonial-image-items .testi-ratting .rattings .star {
    color: var(--theme-color1);
}

.tetsimonial-image-items .testi-ratting .testi-line {
    width: 1px;
    height: 76px;
    background-color: rgba(20, 20, 20, 0.1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .testi-ratting .testi-line {
        display: none;
    }
}

.tetsimonial-image-items .testi-ratting p {
    color: var(--theme-color3);
}

.testimonial-left-items-1 .sec-title {
    margin-bottom: 105px;
}

@media (max-width: 1199.98px) {
    .testimonial-left-items-1 .sec-title {
        margin-bottom: 30px;
    }
}

.testimonial-left-items-1 .sec-title .sec-sub-title {
    background-color: rgba(255, 255, 255, 0.2);
}

.ratting-box-items {
    background-color: var(--theme-color1);
    border-radius: 14px;
    text-align: center;
    padding: 90px 50px;
    border-radius: 14px;
    border-bottom-left-radius: 130px;
    border-top-right-radius: 130px;
    position: relative;
    margin-left: 29px;
    margin-right: -35px;
}

@media (max-width: 1199.98px) {
    .ratting-box-items {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .ratting-box-items {
        border-radius: 20px;
        padding: 70px 40px;
    }
}

.ratting-box-items .rating .num {
    font-size: 60px;
    color: var(--theme-color2);
    line-height: 1;
}

.ratting-box-items .rating .star {
    color: var(--theme-color2);
}

.ratting-box-items .rating p {
    color: var(--theme-color3);
    margin-top: 10px;
}

.ratting-box-items .client-image {
    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-top: 15px;
}

.ratting-box-items .client-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--theme-color1);
}

.tetsimonial-right-items .testi-slider-block {
    max-width: 425px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .tetsimonial-right-items .testi-slider-block {
        margin-left: initial;
    }
}

.tetsimonial-right-items .testi-slider-block .quote-icon {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .tetsimonial-right-items .testi-slider-block .quote-icon {
        margin-bottom: 26px;
    }
}

.tetsimonial-right-items .testi-slider-block .star {
    color: var(--theme-color-white);
    margin-bottom: 15px;
}

.tetsimonial-right-items .testi-slider-block .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 155%;
    color: #AEC7B3;
}

@media (max-width: 1199.98px) {
    .tetsimonial-right-items .testi-slider-block .text {
        font-size: 20px;
    }
}

@media (max-width: 469.98px) {
    .tetsimonial-right-items .testi-slider-block .text {
        font-size: 16px;
        line-height: 135%;
    }
}

.tetsimonial-right-items .testi-slider-block .client-info {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 469.98px) {
    .tetsimonial-right-items .testi-slider-block .client-info {
        padding-top: 22px;
        margin-top: 22px;
    }
}

.tetsimonial-right-items .testi-slider-block .client-info .client-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.tetsimonial-right-items .testi-slider-block .client-info .info-content .name {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.tetsimonial-right-items .testi-slider-block .client-info .info-content span {
    color: #AEC7B3;
}

.tetsimonial-right-items {
    position: relative;
}

.tetsimonial-right-items .array-button {
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 991.98px) {
    .tetsimonial-right-items .array-button {
        position: static;
        margin-top: 30px;
    }
}

.tetsimonial-right-items .array-button .array-next,
.tetsimonial-right-items .array-button .array-prev {
    gap: 10px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.testimonial-section {
    margin: 0 40px;
    border-radius: 20px;
    padding-bottom: 170px !important;
}

@media (max-width: 1899.98px) {
    .testimonial-section {
        padding-bottom: 120px !important;
        overflow: hidden;
    }
}

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

@media (max-width: 1399.98px) {
    .testimonial-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section {
        margin: 0 20px;
        padding-bottom: 100px !important;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section {
        padding-bottom: 80px !important;
    }
}

@media (max-width: 469.98px) {
    .testimonial-section {
        margin: 0 16px;
    }
}

.pricing-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
}

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

@media (max-width: 1399.98px) {
    .pricing-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .pricing-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .pricing-section {
        margin: 0 16px;
    }
}

.pricing-section .object-1 {
    position: absolute;
    right: 130px;
    top: 130px;
}

@media (max-width: 1399.98px) {
    .pricing-section .object-1 {
        display: none;
    }
}

.pricing-section .object-2 {
    position: absolute;
    left: 85px;
    bottom: 0;
}

@media (max-width: 1399.98px) {
    .pricing-section .object-2 {
        display: none;
    }
}

.pricing-section .frame-1 {
    position: absolute;
    bottom: 0;
    right: 135px;
}

@media (max-width: 1399.98px) {
    .pricing-section .frame-1 {
        display: none;
    }
}

.pricing-block-items-1 {
    background-color: var(--theme-color-white);
    border-radius: 24px;
    margin-top: 30px;
    padding: 42px 50px 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 {
        padding: 30px;
    }
}

.pricing-block-items-1 .pricing-header {
    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) {
    .pricing-block-items-1 .pricing-header {
        display: -ms-grid;
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 991.98px) {
    .pricing-block-items-1 .pricing-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-items-1 .pricing-header {
        display: -ms-grid;
        display: grid;
        gap: 10px;
    }
}

.pricing-block-items-1 .pricing-header .content .title {
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-header .pricing-title {
        font-size: 40px;
    }
}

.pricing-block-items-1 .pricing-header .pricing-title sub {
    font-size: 16px;
    color: var(--text-color);
    bottom: 0;
    left: -6px;
}

.pricing-block-items-1 .pricing-list-item {
    background-color: var(--bg-color);
    padding: 40px;
    border-radius: 30px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item {
        padding: 25px;
        gap: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-items-1 .pricing-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pricing-block-items-1 .pricing-list-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item ul li {
        font-size: 15px;
        gap: 10px;
    }
}

.pricing-block-items-1 .pricing-list-item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(1) {
    opacity: 0.3;
}

.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(2) {
    opacity: 0.3;
}

.pricing-block-items-1 .pricing-list-item ul li i {
    color: var(--theme-color1);
}

.pricing-block-items-1 .pricing-list-item .line {
    background-color: rgba(20, 20, 20, 0.1);
    width: 1px;
    height: 124px;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item .line {
        display: none;
    }
}

.pricing-block-items-1.active .pricing-list-item {
    background-color: var(--theme-color3);
}

.pricing-block-items-1.active .pricing-list-item ul li {
    color: var(--theme-color-white);
}

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

.project-block-items-2 {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .project-block-items-2 {
        height: 500px;
    }
}

@media (max-width: 575.98px) {
    .project-block-items-2 {
        height: 480px;
    }
}

.project-block-items-2 img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-items-2 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-block-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);
}

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

.project-block-items-2:hover .content {
    clip-path: inset(0 0 0 0);
}

.project-block-items-2 .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: var(--theme-color-white);
    border-radius: 20px;
    padding: 30px;
    z-index: 9;
    padding-right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
}

@media (max-width: 991.98px) {
    .project-block-items-2 .content {
        right: 20px;
    }
}

.project-block-items-2 .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

.project-block-items-2 .content ul li a {
    color: var(--theme-color2);
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .project-block-items-2 .content ul li a {
        font-size: 16px;
    }
}

.project-block-items-2 .content ul li a:hover {
    color: var(--theme-color1);
}

.project-block-items-2 .content ul .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-color1);
}

@media (max-width: 1699.98px) {
    .project-block-items-2 .content .title {
        font-size: 26px;
    }
}

@media (max-width: 1199.98px) {
    .project-block-items-2 .content .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .project-block-items-2 .content .title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .project-block-items-2 .content .title {
        font-size: 20px;
    }
}

.project-block-items-2 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-block-items-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-section-2 .project-slider {
    margin-left: -20.4%;
    margin-right: -20.4%;
}

@media (max-width: 991.98px) {
    .project-section-2 .project-slider {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-section {
    margin: 0 40px;
}

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

@media (max-width: 1399.98px) {
    .project-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .project-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .project-section {
        margin: 0 16px;
    }
}

.project-thumb1 {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .project-thumb1 {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .project-thumb1 {
        height: 400px;
    }
}

.project-thumb1.style-height {
    height: 100%;
}

@media (max-width: 1199.98px) {
    .project-thumb1.style-height {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .project-thumb1.style-height {
        height: 400px;
    }
}

.project-thumb1 img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-thumb1 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-thumb1: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-thumb1: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-thumb1:hover .content {
    clip-path: inset(0 0 0 0);
}

.project-thumb1 .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    z-index: 9;
}

@media (max-width: 1699.98px) {
    .project-thumb1 .content {
        right: 20px;
    }
}

@media (max-width: 1399.98px) {
    .project-thumb1 .content {
        background-color: var(--theme-color-white);
        padding: 20px;
        border-radius: 12px;
    }
}

.project-thumb1 .content .title {
    background-color: var(--theme-color-white);
    font-size: 24px;
    padding: 18px 30px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    padding-bottom: 10px;
}

@media (max-width: 1699.98px) {
    .project-thumb1 .content .title {
        padding: 18px 25px;
        font-size: 22px;
    }
}

@media (max-width: 1399.98px) {
    .project-thumb1 .content .title {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
}

.project-thumb1 .content .title.text-size2 {
    font-size: 32px;
}

@media (max-width: 1399.98px) {
    .project-thumb1 .content .title.text-size2 {
        font-size: 22px;
    }
}

.project-thumb1 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-thumb1 .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-thumb1 .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    background-color: var(--theme-color-white);
    padding: 18px 30px;
    border-radius: 20px;
    padding-top: 0;
    border-top-left-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-top-right-radius: 0;
    position: relative;
}

@media (max-width: 1399.98px) {
    .project-thumb1 .content ul {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
}

.project-thumb1 .content ul li a {
    color: var(--theme-color2);
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .project-thumb1 .content ul li a {
        font-size: 16px;
    }
}

.project-thumb1 .content ul li a:hover {
    color: var(--theme-color1);
}

.project-thumb1 .content ul li .pxl-icon-item {
    position: absolute;
    top: -3px;
    right: -28px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 1399.98px) {
    .project-thumb1 .content ul li .pxl-icon-item {
        display: none;
    }
}

.project-thumb1 .content ul li .pxl-icon-item svg {
    color: var(--theme-color-white);
}

.project-thumb1 .content ul .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-color1);
}

.team-block-items2 {
    margin-top: 30px;
    padding: 10px;
    background-color: var(--theme-color-white);
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

.team-block-items2 .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.team-block-items2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.team-block-items2 .team-content {
    background-color: var(--bg-color);
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
}

.team-block-items2 .team-content .title {
    font-size: 20px;
}

.team-block-items2 .team-content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.team-block-items2 .team-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%);
}

.team-block-items2 .team-content .share-icon {
    background-color: var(--theme-color-white);
    background-size: 200%;
    border-radius: 50%;
    bottom: 19px;
    color: var(--theme-color3);
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .team-block-items2 .team-content .share-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-items2 .team-content .share-icon:hover {
    background-position: 100% 0;
}

.team-block-items2 .team-content .social-links {
    position: absolute;
    right: 20px;
    bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-items2 .team-content .social-links a {
    background: var(--theme-color1);
    background-size: 200%;
    border-radius: 50%;
    color: var(--theme-color3);
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .team-block-items2 .team-content .social-links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-items2 .team-content .social-links a:hover {
    background-position: 100% 0;
}

.team-block-items2: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);
}

.team-block-items2: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);
}

.team-block-items2:hover .team-content .social-links {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.team-block-items2:hover .team-content .share-icon {
    background-color: var(--theme-color1);
}

.team-section-2 {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
}

.team-section-2 .team-shape1 {
    position: absolute;
    left: 25px;
    bottom: 50px;
    -webkit-animation: wind-blow 6s linear infinite;
    animation: wind-blow 6s linear infinite;
}

.team-section-2 .team-shape2 {
    position: absolute;
    right: 45px;
    top: 0;
    -webkit-animation: wind-blow 6s linear infinite;
    animation: wind-blow 6s linear infinite;
}

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

@media (max-width: 1399.98px) {
    .team-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .team-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .team-section-2 {
        margin: 0 16px;
    }
}

.contact-section-2 {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
}

.contact-section-2 .machine-shape {
    position: absolute;
    right: 30px;
    bottom: 0;
}

@media (max-width: 1399.98px) {
    .contact-section-2 .machine-shape {
        display: none;
    }
}

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

@media (max-width: 1399.98px) {
    .contact-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .contact-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .contact-section-2 {
        margin: 0 16px;
    }
}

.single-contact-info-box {
    background-color: var(--theme-color1);
    padding: 60px;
    border-radius: 33px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .single-contact-info-box {
        padding: 48px;
    }
}

@media (max-width: 1199.98px) {
    .single-contact-info-box {
        padding: 44px;
    }
}

@media (max-width: 991.98px) {
    .single-contact-info-box {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .single-contact-info-box {
        padding: 36px;
    }
}

@media (max-width: 575.98px) {
    .single-contact-info-box {
        padding: 32px;
    }
}

@media (max-width: 469.98px) {
    .single-contact-info-box {
        padding: 28px;
    }
}

.single-contact-info-box .vec-shape {
    position: absolute;
    right: 60px;
    bottom: 205px;
}

@media (max-width: 1399.98px) {
    .single-contact-info-box .vec-shape {
        right: 40px;
        bottom: 188px;
    }
}

@media (max-width: 1199.98px) {
    .single-contact-info-box .vec-shape {
        display: none;
    }
}

.single-contact-info-box .contact-text {
    color: var(--theme-color2);
    margin-top: 10px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    padding-bottom: 67px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .single-contact-info-box .contact-text {
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .single-contact-info-box .contact-text {
        padding-bottom: 25px;
    }
}

.single-contact-info-box .icon-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.single-contact-info-box .icon-info .icon {
    max-width: 50px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    font-size: 20px;
    color: var(--theme-color3);
    text-align: center;
}

.single-contact-info-box .icon-info .info a {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1899.98px) {
    .form-column {
        position: relative;
        z-index: 99;
    }
}

.form-column .inner-column {
    background-color: var(--theme-color-white);
    padding: 51px 60px;
    border-radius: 33px;
}

@media (max-width: 1199.98px) {
    .form-column .inner-column {
        padding: 44px;
    }
}

@media (max-width: 991.98px) {
    .form-column .inner-column {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .form-column .inner-column {
        padding: 36px;
    }
}

@media (max-width: 575.98px) {
    .form-column .inner-column {
        padding: 32px;
    }
}

@media (max-width: 469.98px) {
    .form-column .inner-column {
        padding: 28px;
    }
}

.form-column .contact-form {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.form-column .contact-form h6 {
    color: var(--theme-color2);
    margin-bottom: 14.2px;
    font-weight: 400;
}

.form-column .contact-form .nice-select {
    background-color: var(--bg-color);
    border-radius: 10px;
    color: var(--headings-color);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 30px;
}

.form-column .contact-form .nice-select::after {
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid var(--theme-color3);
    border-right: 2px solid var(--theme-color3);
}

.form-column .contact-form .nice-select .list {
    width: 100%;
}

.form-column .contact-form .form-group {
    margin-bottom: 24px;
}

.form-column .contact-form .range-slider2 {
    text-align: right;
}

.form-column .contact-form .range-slider2 h6 {
    text-align: left;
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal {
    height: 8px;
    border: none;
    background-color: var(--bg-color);
    border-radius: 5px;
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color3);
    border: 2px solid var(--bg-color);
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    border: 4px solid var(--theme-color3);
    cursor: pointer;
}

.form-column .contact-form .range-slider2 .property-output {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.form-column .contact-form .bottom-box {
    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;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575.98px) {
    .form-column .contact-form .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 20px;
        margin-top: 15px;
    }
}

.form-column .contact-form .bottom-box .price-box {
    text-align: right;
}

@media (max-width: 575.98px) {
    .form-column .contact-form .bottom-box .price-box {
        text-align: left;
    }
}

.form-column .contact-form .bottom-box .price-box .price {
    color: var(--theme-color2);
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
}

.form-column .contact-form .bottom-box .price-box .price-title {
    color: var(--theme-color2);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.cta-banner-section {
    padding: 100px 0;
    border-radius: 30px;
    background-color: var(--theme-color1);
    margin: 0 40px;
}

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

@media (max-width: 1399.98px) {
    .cta-banner-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-section {
        margin: 0 16px;
    }
}

.cta-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .cta-banner-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.cta-banner-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
}

@media (max-width: 767.98px) {
    .cta-banner-wrapper .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.cta-banner-wrapper .content .title {
    font-size: 30px;
    max-width: 265px;
}

.cta-banner-wrapper .content .text {
    color: var(--theme-color2);
    opacity: 0.6;
    max-width: 385px;
}

.cta-banner-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    max-width: 536px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper form {
        max-width: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cta-banner-wrapper form input {
    max-width: 372px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--theme-color-white);
    padding: 20px 20px;
    line-height: 1;
    border-radius: 71px;
}

.cta-banner-wrapper form .theme-btn-main {
    background-color: var(--theme-color3);
}

.cta-banner-wrapper form .theme-btn-main .theme-btn {
    color: var(--theme-color-white);
}

.cta-banner-section-2 {
    margin: 0 40px;
    padding: 40px 0;
}

@media (max-width: 1699.98px) {
    .cta-banner-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .cta-banner-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-section-2 {
        margin: 0 16px;
    }
}

.cta-banner-image-2 {
    border-radius: 30px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .cta-banner-image-2 {
        height: 620px;
    }
}

@media (max-width: 767.98px) {
    .cta-banner-image-2 {
        height: 550px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-image-2 {
        height: 480px;
    }
}

.cta-banner-image-2 .contenet {
    position: absolute;
    max-width: 770px;
    margin-left: auto;
    background-color: var(--theme-color-white);
    border-radius: 30px;
    padding: 40px;
    z-index: 99;
    bottom: 60px;
    right: 13%;
    text-align: right;
}

@media (max-width: 1399.98px) {
    .cta-banner-image-2 .contenet {
        right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-image-2 .contenet {
        bottom: 30px;
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-image-2 .contenet {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 767.98px) {
    .cta-banner-image-2 .contenet {
        padding: 28px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-image-2 .contenet {
        padding: 22px;
    }
}

@media (max-width: 375.98px) {
    .cta-banner-image-2 .contenet {
        left: 10px;
        right: 10px;
    }
}

.cta-banner-image-2 .contenet .theme-btn-main {
    margin-top: 26px;
}

.cta-banner-image-2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-block-items-1 {
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid rgba(20, 20, 20, 0.1);
}

.news-block-items-1 .thumb {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.news-block-items-1 .thumb .date {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-block-items-1 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-items-1 .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-block-items-1 .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .news-block-items-1 .content {
        padding: 30px 35px;
    }
}

@media (max-width: 991.98px) {
    .news-block-items-1 .content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-block-items-1 .content {
        padding: 28px 30px;
    }
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content {
        padding: 26px 28px;
    }
}

.news-block-items-1 .content .title {
    margin-bottom: 14px;
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content .title {
        margin-bottom: 9px;
    }
}

.news-block-items-1 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-block-items-1 .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-block-items-1 .content .link-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    color: var(--theme-color2);
    text-transform: capitalize;
    margin-top: 30px;
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content .link-btn {
        margin-top: 18px;
    }
}

.news-block-items-1 .content .link-btn i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    background-color: var(--bg-color);
    text-align: center;
    color: var(--theme-color3);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-block-items-1 .content .link-btn:hover i {
    background: var(--theme-color1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.news-block-items-1: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);
}

.news-block-items-1: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);
}

.news-block-items-2 {
    margin-top: 30px;
    border-radius: 20px;
    background-color: var(--bg-color);
    position: relative;
    z-index: 9;
}

.news-block-items-2 .thumb {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.news-block-items-2 .thumb .date {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-block-items-2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.news-block-items-2 .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .news-block-items-2 .content {
        padding: 30px 35px;
    }
}

@media (max-width: 991.98px) {
    .news-block-items-2 .content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-block-items-2 .content {
        padding: 28px 30px;
    }
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content {
        padding: 26px 28px;
    }
}

.news-block-items-2 .content .tag {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-bottom: 7px;
}

.news-block-items-2 .content .tag:hover {
    color: var(--theme-color1);
}

.news-block-items-2 .content .title {
    margin-bottom: 14px;
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content .title {
        margin-bottom: 9px;
    }
}

.news-block-items-2 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-block-items-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%);
}

.news-block-items-2 .content .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    color: var(--theme-color2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    margin-top: 7px;
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content .link-btn {
        margin-top: 18px;
    }
}

.news-block-items-2 .content .link-btn i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    background-color: var(--theme-color-white);
    text-align: center;
    color: var(--theme-color3);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-block-items-2 .content .link-btn:hover i {
    background: var(--theme-color1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

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

.news-section {
    position: relative;
}

.news-section .pic-shape {
    position: absolute;
    left: 32px;
    bottom: 0;
}

.brand-section .brand-text {
    color: var(--theme-color2);
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    padding-bottom: 37px;
    margin-bottom: 40px;
}

.brand-section .brand-text-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .brand-section .brand-text-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.brand-section .brand-text-2 .brand-title {
    color: var(--theme-color2);
    max-width: 305px;
    width: 100%;
}

.brand-section .brand-text-2 .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(20, 20, 20, 0.1);
}

@media (max-width: 767.98px) {
    .brand-section .brand-text-2 .line {
        display: none;
    }
}

.brand-box-1 {
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(20, 20, 20, 0.1);
    text-align: center;
    border-radius: 20px;
    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: 0.5;
}

/***
====================================================================
  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 {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__content-text1 {
    letter-spacing: 0.03em;
}

.product-details .product-info .product-details__content-text2 strong {
    color: var(--headings-color);
}

.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-color2);
    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-color2);
    margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one li {
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one li a {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 12px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:before {
    background-color: var(--theme-color2);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-details .product-info .product-details__social .social-icon-one li a i {
    position: relative;
    z-index: 1;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
    color: var(--theme-color2-text-color);
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    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-color2);
    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: #fff;
    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(--headings-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 {
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    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: #E8E4E4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #E8E4E4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -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: #fff;
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #F6F4F4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

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

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

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.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: #7A7A7A;
    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: #F6EDED;
    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: #7A7A7A;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #F6EDED;
    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.png);
    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.png) 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-color);
}

.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.png) 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: #7A7A7A;
    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: #fff;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -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: 2px solid #e4e1d5;
    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: 2px solid var(--theme-color2);
    -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-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color2);
}

.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: #ffffff;
    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: #F6F4F4;
    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-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
    color: var(--theme-color-white);
}

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

.payment-method .accordion-box .block {
    background: #F6F4F4;
    -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: 375.98px) {
    .payment-method .accordion-box .block .acc-btn {
        padding: 15px 20px;
    }
}

.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: 375.98px) {
    .payment-method .accordion-box .block .acc-btn .icon-outer {
        right: 15px;
    }
}

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

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.payment-method .accordion-box .block .acc-btn.active {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.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-color2);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #fff;
    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-color1);
    border-radius: 3px;
    color: var(--theme-color2);
    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: #fff;
}

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

.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: #ffffff;
    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-color3);
    color: #ffffff;
}

.footer-area {
    border-radius: 30px;
    background-color: var(--theme-color3);
    margin: 0 40px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .footer-area {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .footer-area {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .footer-area {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .footer-area {
        margin: 0 16px;
    }
}

.footer-area .footer-shape1 {
    position: absolute;
    bottom: 110px;
    left: 0;
}

@media (max-width: 1899.98px) {
    .footer-area .footer-shape1 {
        display: none;
    }
}

.footer-area .footer-shape2 {
    position: absolute;
    bottom: 110px;
    right: 0;
}

@media (max-width: 1899.98px) {
    .footer-area .footer-shape2 {
        display: none;
    }
}

.footer-area .footer-widget-wrapper {
    padding: 83px 0 65px;
}

@media (max-width: 1199.98px) {
    .footer-area .footer-widget-wrapper {
        padding-top: 50px;
    }
}

.footer-area .footer-widget-wrapper .footer-single-widget {
    margin-top: 30px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-head {
    margin-bottom: 29px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-head .title {
    font-size: 20px;
    color: var(--theme-color-white);
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-logo {
    margin-bottom: 43px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-content {
    max-width: 312px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-content .text {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 27px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--heading-font-family);
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a i {
    margin-right: 5px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover {
    margin-left: 5px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover a {
    color: var(--theme-color1);
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact {
    margin-left: auto;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .text {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info {
    margin-top: 35px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .info-title {
    font-size: 20px;
    color: var(--theme-color-white);
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .number {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .email {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-middle-wrapper {
    -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;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 29px 0;
}

@media (max-width: 991.98px) {
    .footer-area .footer-middle-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-area .footer-middle-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 170px;
}

@media (max-width: 991.98px) {
    .footer-area .footer-middle-wrapper ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-area .footer-middle-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-area .footer-middle-wrapper ul li {
    -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: 40px;
}

@media (max-width: 375.98px) {
    .footer-area .footer-middle-wrapper ul li {
        gap: 15px;
    }
}

.footer-area .footer-middle-wrapper ul li .week-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area .footer-middle-wrapper ul li .time-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area .footer-middle-wrapper .social-icon-list1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.footer-area .footer-middle-wrapper .social-icon-list1 li a {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-size: 13px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-area .footer-middle-wrapper .social-icon-list1 li a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-black);
}

.footer-area .footer-bottom {
    background-color: rgba(20, 20, 20, 0.2);
    padding: 30px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 60px;
}

.footer-area .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: 991.98px) {
    .footer-area .footer-bottom .footer-bottom-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area .footer-bottom .footer-bottom-wrapper p {
    color: var(--theme-color-white);
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media (max-width: 767.98px) {
    .footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a {
    color: var(--theme-color-white);
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
    color: var(--theme-color1);
}

.footer-section {
    padding-bottom: 45px;
}

.footer-area-2 {
    border-radius: 30px;
    background-color: var(--theme-color3);
    position: relative;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-area-2 .frame-shape {
    position: absolute;
    left: 30px;
    bottom: 90px;
}

@media (max-width: 1699.98px) {
    .footer-area-2 .frame-shape {
        display: none;
    }
}

.footer-area-2 .object-shape {
    position: absolute;
    right: 0;
    bottom: 90px;
}

@media (max-width: 1699.98px) {
    .footer-area-2 .object-shape {
        display: none;
    }
}

.footer-area-2 .footer-widget-wrapper-2 {
    padding: 50px 0 80px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget {
    margin-top: 30px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head {
    margin-bottom: 30px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head .title {
    font-size: 20px;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--heading-font-family);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a i {
    margin-right: 5px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover {
    margin-left: 5px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover a {
    color: var(--theme-color1);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact {
    margin-left: auto;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .number {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .email {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
    max-width: 315px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
        margin-left: initial;
    }
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .title {
    color: var(--theme-color-white);
    font-size: 20px;
    margin-bottom: 35px;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group {
    position: relative;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group input {
    background: var(--theme-color-white);
    border-radius: 40px;
    color: var(--text-color);
    display: block;
    font-size: 14px;
    height: 56px;
    line-height: 30px;
    padding: 20px 65px 20px 22px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-black);
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 6px;
    width: 44px;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-input {
    background-color: transparent;
    border-color: rgba(var(--theme-color-white-rgb), 0.2) !important;
    margin-top: 0;
}

.footer-area-2 .footer-top-wrapper {
    -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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 991.98px) {
    .footer-area-2 .footer-top-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 80px;
    }
}

.footer-area-2 .footer-top-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 130px;
}

@media (max-width: 1199.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        gap: 25px;
    }
}

@media (max-width: 991.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-area-2 .footer-top-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer-area-2 .footer-top-wrapper ul li .week-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color1);
}

.footer-area-2 .footer-top-wrapper ul li .time-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 li a {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-size: 13px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 li a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-black);
}

.footer-area-2 .footer-bottom {
    background-color: rgba(20, 20, 20, 0.2);
    padding: 30px 0;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.footer-area-2 .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: 991.98px) {
    .footer-area-2 .footer-bottom .footer-bottom-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper p {
    color: var(--theme-color-white);
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media (max-width: 767.98px) {
    .footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu li a {
    color: var(--theme-color-white);
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .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 {
    background-color: var(--theme-color1);
    position: relative;
    padding: 0 0 0;
    min-height: 450px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.page-title .title {
    color: var(--theme-color-white);
    font-size: 64px;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    color: var(--theme-color2);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    max-width: 520px;
    position: relative;
}

.page-title .title-outer {
    margin-top: 100px;
}

.page-title:before {
    background-color: rgba(var(--theme-color-black-rgb), 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-breadcrumb {
    margin-top: 5px;
    position: relative;
}

.page-breadcrumb li {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    color: var(--theme-color-white);
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: 1px;
}

.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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.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 ease;
    transition: all 300ms ease;
    -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 ease;
    transition: all 300ms ease;
    -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 ease;
    transition: all 300ms ease;
    -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 ease;
    transition: all 300ms ease;
    -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(--theme-color2-text-color);
    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 {
    padding: 20px 50px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.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 #E8E4E4;
    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(--theme-color2-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--theme-color2-text-color);
}

.services-details__content .feature-list img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.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(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--theme-color2-text-color);
    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 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    color: var(--headings-color);
    border-radius: 15px;
    padding: 19px 40px;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    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;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color2);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2);
}

.service-details-help {
    background-color: var(--theme-color2);
    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-color1);
    color: #000;
}

.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: #fff;
}

/*--------------------------------------------------------------
# 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-bold);
}

.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-color1);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color1);
    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-color2);
    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-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__content .blog-details__text-2 {
    margin-bottom: 20px;
}

.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-color2);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    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: #141414;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: #000;
    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-color2);
    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: #000;
}

.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-color1);
    -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: #141414;
    font-weight: var(--body-font-weight-bold);
    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(--theme-color2-text-color);
}

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

.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 {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--headings-color);
    background-color: var(--theme-color-silver);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color2);
}

.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-color2);
    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(--text-color-bg-theme-color1);
    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(--text-color-bg-theme-color1);
    opacity: 1;
}

@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: var(--headings-color);
    -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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    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: #141414;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    right: 20px;
    top: 50%;
    -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: #141414;
    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: #ffcd1e;
}

.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: #141414;
    -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: #000;
    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-color1);
    color: #000;
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color2);
    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;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.sidebar__comments-text-box p span {
    color: var(--headings-color);
}

.sidebar__comments-text-box h5 {
    color: var(--headings-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 24px;
}

.comment-one .comment-one__content .text {
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: var(--theme-color2-text-color);
}

.comment-one .comment-one__image {
    position: relative;
    display: 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 {
    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 {
    font-size: 16px;
    color: var(--theme-color2);
}

.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;
    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-color2);
    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-color1);
    color: var(--theme-color-black);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color2);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.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 {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color2);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color2);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -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 {
    position: relative;
    display: block;
    margin-top: 41px;
}

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

@media (max-width: 375.98px) {
    .contact-details__info li {
        display: block;
    }
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color2);
    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-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 375.98px) {
    .contact-details__info li .icon {
        margin-bottom: 12px;
    }
}

.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-color1);
    color: #000;
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color2-text-color);
}

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

@media (max-width: 375.98px) {
    .contact-details__info li .text {
        margin-left: 0;
    }
}

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