@charset "UTF-8";
/* Cleanify | Cleaning Services HTML Template

Template Name: cleanify
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-digitaal.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("nice-select.css");

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

:root {
    --r: 30px;
    /* radius */
    --s: 50px;
    /* size of the inner curve*/
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    --theme-color1: #993221;
    --theme-color2: #b16725;
    --theme-color3: #0e0b06;
    --theme-color1-rgb: 66, 153, 14;
    --theme-color2-rgb: 253, 128, 1;
    --theme-color3-rgb: 242, 215, 1;
    --theme-color1-text-color: #ffffff;
    --theme-color2-text-color: #ffffff;
    --theme-color3-text-color: #ffffff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-lighter: #f7f1da;
    --theme-color-silver: #F5F5F5;
    --review-color: #FFAA18;
    --theme-color1-rgb: 33, 38, 33;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-dark: #212621;
    --theme-color-gray: #505050;
    --gradient-1: linear-gradient(181deg, #993221 1%, #b16725 99%);
    --gradient-2: linear-gradient(180deg, #99312134 15%, #b16625ea 100%);
    --gradient-3: linear-gradient(180deg, #993221 15%, #b16725 100%);
    --gradient-4: linear-gradient(90deg, rgba(255, 193, 138, 0.507) 0%, #ffffff 100%);
    --gradient-5: linear-gradient(90deg, #993221 0%, #b16725 100%);
    --gradient-6: linear-gradient(90deg, rgba(255, 193, 138, 0.507) 42%, #ffffff 116%);
    --gradient-7: linear-gradient(180deg, #993221 0%, #b16725 100%);
    --gradient-8: linear-gradient(90deg, rgba(255, 193, 138, 0.507) 0%, #ffffff 100%);
    --gradient-9: linear-gradient(180deg, #993221 44%, #b16725 97%);
    --gradient-10: linear-gradient(229deg, #993221 31%, #b16725 67%);
    --gradient-11: linear-gradient(90deg, #993221    -2%, #b16725 100%);
    --text-color: rgb(33, 38, 33, .6);
    --headings-color: #212621;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --body-font-family: "Manrope", sans-serif;
    --heading-font-family: "Manrope", sans-serif;
    --body-bg: #f8f9fa;
    --body-font-size: 16px;
    --body-line-height: 1.5;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2625em;
    --line-height-heading-h2: 1.2em;
    --line-height-heading: 1em;
    --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: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color-white);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--heading-font-family);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 24px;
    --sec-title-color: var(--theme-color-white);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--heading-font-family);
    --sec-title-font-weight: 700;
    --sec-title-title-line-height: var(--line-height-heading-h2);
    --theme-light-background: #133241;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1350px;
    --small-container-width: 1000px;
    --large-container-width: 1750px;
}

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

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

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

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

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

[data-tm-layout=lemon] body {
    background-color: var(--dark-color1);
}

p,
.text {
    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);
}

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

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

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

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

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

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading-h2);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.2;
}

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

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

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

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

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

p {
    margin-bottom: 20px;
}

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

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    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;
}

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

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
    --bs-gutter-x: 30px;
}

.gx-100 {
    --bs-gutter-x: 100px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-24 {
    --bs-gutter-x: 24px;
}

.gx-12 {
    --bs-gutter-x: 12px;
}

.container .container {
    width: 100%;
}

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

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

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

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

.form-control::-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;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
    background-color: var(--theme-color-dark) !important;
    --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: var(--theme-color-light);
}

.dark-layout .preloader {
    background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
    background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
    background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/***

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

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

/***

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

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

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

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

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

.title a {
    color: inherit;
}

.page-wrapper-shape .anim-icons {
    pointer-events: none;
}

.page-wrapper-shape .anim-icons .image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.page-wrapper-shape .anim-icons .image-2 {
    position: absolute;
    bottom: 400px;
    left: 0;
    width: 100%;
    z-index: -1;
}

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

[data-tm-layout=lemon] .color1 {
    color: var(--dark-color2);
}

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

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

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

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

.sticky-section {
    position: sticky;
    top: 120px;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    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-color1);
    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: #fff;
    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);
    }
}

/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--theme-color1);
    -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--theme-color1-text-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: var(--theme-color1-text-color);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*=== Link Style One ===*/
.link-style-one {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    color: var(--theme-color-dark);
}

.link-style-one:before {
    position: absolute;
    left: 0;
    right: 18px;
    bottom: 2px;
    height: 1px;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.link-style-one i {
    position: relative;
    top: 1px;
    display: block;
    font-size: 14px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-style-one:hover {
    color: var(--theme-color1);
}

.link-style-one:hover:before {
    right: 100%;
}

/*=== List Style One ===*/
.list-style-one {
    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;
    padding: 0;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 575.98px) {
    .list-style-one li {
        gap: 6px;
    }
}

.list-style-one li:last-child {
    margin-right: 0 !important;
}

.list-style-one li i {
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 1;
}

.list-style-one.light li {
    color: var(--theme-color-light);
}

.list-style-one.light li a {
    color: var(--theme-color-light);
}

.list-style-one.light li a:hover {
    color: var(--theme-color1);
}

.list-style-one.light i {
    color: var(--theme-color-light);
}

/*=== List Style Two ===*/
.list-style-two {
    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;
    padding: 0;
}

.list-style-two li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 11px;
}

.list-style-two li:last-child {
    margin-right: 0 !important;
}

.list-style-two li i {
    color: #121212;
    font-size: 13px;
    line-height: 1;
}

.list-style-two li img {
    width: 25px;
    height: 25px;
}

.list-style-two.light li {
    color: var(--theme-color-light);
}

.list-style-two.light li a {
    color: var(--theme-color-light);
}

.list-style-two.light li a:hover {
    color: var(--theme-color1);
}

.list-style-two.light i {
    color: var(--theme-color-light);
}

/*Social Icon One*/
.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    position: relative;
    margin-left: 21px;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.social-icon-one.light li a {
    color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
    color: var(--theme-color1);
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.html);
}

.bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.html);
}

.bg-pattern-3 {
    background-image: url(../images/icons/pattern-3.html);
}

.bg-pattern-4 {
    background-image: url(../images/icons/pattern-4.html);
}

.bg-pattern-5 {
    background-image: url(../images/icons/pattern-5.html);
}

.bg-pattern-6 {
    background-image: url(../images/icons/pattern-6.html);
}

.devider {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .devider {
        width: 100%;
    }
}

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

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

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

.play-btn {
    position: relative;
}

.play-btn:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark);
}

.play-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

.play-btn-two {
    position: relative;
}

.play-btn-two:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark);
}

.play-btn-two .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 122px;
    width: 122px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn-two .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

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

.play-now:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #ffffff;
    color: var(--theme-color-dark);
    z-index: 1;
    font-size: 22px;
    display: block;
    border-radius: 50%;
    -webkit-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-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .ripple,
.play-now .ripple:before,
.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(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light:before,
.play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

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

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

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    }
}

.play-now-two {
    height: 150px;
    width: 150px;
    background-color: rgba(21, 21, 21, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}

.play-now-two:hover {
    color: #ff9205;
    background-color: #ffffff;
}

/*======================
    Contact Info Button
======================*/
.info-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    font-size: 15px;
    padding-left: 70px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
    .info-btn {
        padding-left: 70px;
    }
}

.info-btn:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.info-btn small {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color-dark);
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .info-btn small {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.info-btn strong {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .info-btn strong {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .info-btn strong {
        font-size: 20px;
    }
}

.info-btn .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .info-btn .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

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

.info-btn-two {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 74px;
    padding: 0 42px;
    padding-left: 90px;
    border-radius: 50px;
    background-color: var(--theme-color-light);
    font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
    .info-btn-two {
        padding-left: 70px;
    }
}

.info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-dark);
    margin-bottom: 0;
}

.info-btn-two strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-dark);
}

.info-btn-two .icon {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.info-btn-two:hover {
    color: var(--theme-color1);
}

.styled-pagination {
    position: relative;
    max-width: 356px;
    margin: 12px auto;
    width: 100%;
    margin-top: 60px;
    background-color: transparent;
}

.styled-pagination .swiper-pagination-progressbar-fill {
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.styled-pagination .swiper-pagination-progressbar-fill:before {
    position: absolute;
    top: -7px;
    height: 15px;
    width: 15px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
}

.swiper-horizontal {
    padding-bottom: 70px;
}

.swiper-horizontal>.styled-scrollbar {
    border-radius: 2px;
    height: 3px;
    width: 356px;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal>.styled-scrollbar>.swiper-scrollbar-drag {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 15px;
    max-width: 15px;
    top: -6px;
    cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
    position: relative;
}

.skills .skill-item {
    position: relative;
    margin-bottom: 35px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 6px;
    margin-top: 31px;
}

.skills .skill-item .skill-header .skill-title {
    font-size: 14px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-family: var(--body-font-family);
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 6px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: var(--theme-color2);
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
    border: 1px solid #d7d7d7;
    content: "";
    top: -4px;
    left: -3px;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 8px;
    bottom: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--theme-color2);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 26px;
    text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
    border: 1px solid #eee;
}

.select2-results__option {
    padding: 0 10px;
    color: #7c858c;
    border: 0;
}

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 40px;
    display: -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: 12px;
    color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
}

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

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

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    margin: 0px 5px;
    height: 65px;
    width: 65px;
    color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    font-size: 16px;
    line-height: 63px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-navs .owl-next span,
.default-navs .owl-prev span {
    display: inline-block;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid var(--theme-color2);
}

.custom-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 87px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: var(--theme-color1);
    opacity: 0.1;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
    padding: 0 17px;
}

.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
    width: 100%;
}

.custom-navs .owl-nav .owl-next {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom-navs .owl-nav .owl-next:before {
    left: auto;
    right: 0;
}

.custom-navs-two .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-navs-two .owl-nav:before {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    left: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%;
}

.custom-navs-two .owl-nav:after {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    right: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%;
}

.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
    background-color: #F9F6F1;
    color: var(--theme-color-dark);
    font-size: 8px;
    position: relative;
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.custom-navs-two .owl-nav .owl-next {
    margin-left: 4px;
    padding-left: 0;
    padding-right: 0;
}

.disable-navs .owl-nav {
    display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
    margin-right: 38px;
    padding: 18px 25px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
    position: relative;
    display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
    position: absolute;
    top: 0;
    margin-top: -20px;
    right: -25px;
    height: 52px;
    width: 52px;
    border: 1px dotted #fff;
    border-radius: 100px;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
    background-color: rgba(255, 255, 255, 0.15);
    width: 125px;
}

.nav-style-one .prev {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 0;
}

.nav-style-one .prev .icon:before {
    left: -25px;
    right: auto;
}

.nav-style-one .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
    border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons {
    position: relative;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 35px;
    color: var(--theme-color1);
    line-height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
    margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
    background: var(--gradient-1);
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
}

.blockquote-style-one {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color-dark);
    padding: 0 0 0 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--heading-font-family);
    font-weight: 600;
    margin-bottom: 30px;
}

.blockquote-style-one:before {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    z-index: 2;
    background-color: var(--theme-color1);
    content: "";
}

.box-shadow-none,
.box_shadow_none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.button-circle {
    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;
    padding-bottom: 30px;
}

.button-circle .inner {
    width: 140px;
    height: 140px;
    line-height: 153px;
    text-align: center;
}

.button-circle .inner .shape-circle1 {
    position: absolute;
    top: 0;
    left: 0;
}

.button-circle .inner .icon {
    width: 106px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    border-radius: 50%;
    color: var(--theme-color-dark);
    background-color: var(--theme-color1);
    font-size: 34px;
}

.button-circle .inner .text-circle-box {
    position: relative;
}

.button-circle .inner .text-circle-box svg {
    fill: #fff;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 12px;
    text-transform: uppercase;
}

/***

==================================================================
theme-btn
==================================================================

***/
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

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

***/
.btn-style-one {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-style-one .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 52px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #FED35B;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one .left-arrow:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color-white);
}

.btn-style-one .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-style-one .left-arrow img {
    width: 19px;
    height: 12px;
}

.btn-style-one .btn-text {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 21.3px;
    border-radius: 40px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color-dark);
    border: 1px solid rgba(30, 30, 30, 0.28);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one .right-arrow {
    position: relative;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color1);
    background-color: #FED35B;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-style-one .right-arrow:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color-white);
}

.btn-style-one .right-arrow img {
    width: 19px;
    height: 12px;
}

.btn-style-one:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-style-one:hover .btn-text {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.btn-style-one:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/***

==================================================================
btn-style-two
==================================================================

***/
.btn-style-two {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 17.5px;
    overflow: hidden;
    color: var(--theme-color2-text-color);
    background: var(--theme-color2);
    border-radius: 40px;
    text-transform: capitalize;
    z-index: 1;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color1);
    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-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

.btn-style-two:hover {
    color: var(--theme-color1-text-color);
}

/***

==================================================================
Read More BTN
==================================================================

***/
.read-more-btn {
    color: var(--theme-color-dark);
    font-weight: 600;
    gap: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.read-more-btn .icon {
    background-color: #b16725;
    color: var(--theme-color1);
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.read-more-btn:hover {
    color: var(--theme-color1);
}

.read-more-btn:hover .icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/***

==================================================================
btn style four
==================================================================

***/
.btn-style-three:hover {
    color: var(--theme-color-white);
}

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

.btn-style-three:hover .btn-arrow-right {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.btn-style-three {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    border-radius: 40px;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
}

.btn-style-three:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top 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-three .btn-arrow-right {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color-lighter);
    color: var(--theme-color-black);
    position: relative;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

==================================================================
Btn Style Header
==================================================================

***/
.btn-style-header {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 17px;
    overflow: hidden;
    color: var(--theme-color2-text-color);
    background: var(--theme-color2);
    border-radius: 40px;
    text-transform: capitalize;
    z-index: 1;
}

.btn-style-header:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color1);
    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-header:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

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

/***

==================================================================
btn-style-four
==================================================================

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

.btn-style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color1);
    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-four:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

.btn-style-four:hover {
    color: var(--theme-color1-text-color);
}

.accordion-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.accordion-box .block {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.accordion-box .block:last-child .acc-btn {
    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.1);
}

.accordion-box .block .acc-btn {
    border-top: 1px solid rgba(var(--theme-color1-rgb), 0.1);
    border-radius: 0;
    color: var(--headings-color);
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    padding: 28px 0 26px;
    padding-right: 70px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-btn {
        padding-right: 25px;
    }
}

.accordion-box .block .acc-btn .icon {
    color: var(--headings-color);
    background-color: var(--theme-color-lighter);
    border-radius: 50%;
    font-size: 14px;
    height: 26px;
    width: 26px;
    left: auto;
    line-height: 26px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: calc(50% - 13px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: var(--headings-color);
}

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

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

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

.accordion-box .acc-content {
    display: none;
    position: relative;
    background-color: var(--theme-color-lighter);
    border-radius: 20px;
    padding: 24px 30px 26px;
}

@media (max-width: 767.98px) {
    .accordion-box .acc-content {
        overflow: hidden;
    }
}

.accordion-box .acc-content:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color2);
    height: 3px;
    width: 700px;
    left: 27px;
    top: -1px;
}

@media (max-width: 767.98px) {
    .accordion-box .acc-content:before {
        left: 0;
        width: 100%;
    }
}

.accordion-box .acc-content .content {
    padding: 0;
    position: relative;
}

.accordion-box .acc-content .content .text {
    color: var(--text-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

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

.accordion-style-two .accordion-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-style-two .accordion-box .block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    margin-bottom: 20px;
    border-radius: 20px;
}

.accordion-style-two .accordion-box .block .acc-btn {
    color: var(--theme-color-white);
    padding: 21px 40px 22px;
}

@media (max-width: 575.98px) {
    .accordion-style-two .accordion-box .block .acc-btn {
        padding: 20px 40px 20px 20px;
    }
}

.accordion-style-two .accordion-box .block .acc-btn .icon {
    color: var(--theme-color-white);
    right: 40px;
    background-color: rgba(var(--theme-color-white-rgb), 0.2);
}

@media (max-width: 575.98px) {
    .accordion-style-two .accordion-box .block .acc-btn .icon {
        right: 20px;
    }
}

.accordion-style-two .accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color2);
}

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

.accordion-style-two .accordion-box .acc-content {
    background-color: transparent;
    margin-top: -7px;
    padding: 0 40px 26px;
}

.accordion-style-two .accordion-box .acc-content:before {
    display: none;
}

.accordion-style-two .accordion-box .acc-content .text {
    color: var(--theme-color-white);
}

.accordion-style-two .active-block {
    background-color: rgba(var(--theme-color-white-rgb), 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@-webkit-keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/***

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

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

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

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.anim-icons .shape-leaf1 {
    position: absolute;
    left: 39px;
    bottom: 0;
}

@media (max-width: 1599.98px) {
    .anim-icons .shape-leaf1 {
        display: none;
    }
}

.anim-icons .shape-leaf2 {
    position: absolute;
    right: 39px;
    bottom: 0;
}

@media (max-width: 1599.98px) {
    .anim-icons .shape-leaf2 {
        display: none;
    }
}

.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
    bottom: auto;
    top: 0;
}

[text-split] {
    opacity: 0;
}

.word {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: -0.1em;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.anim-icons.full-width {
    max-width: 100%;
    pointer-events: none;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-wheel-1 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-1.html);
}

.icon-wheel-2 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-2.html);
}

.icon-wheel-3 {
    width: 149px;
    height: 147px;
    background-image: url(../images/icons/icon-wheel-3.html);
}

.icon-wheel-5 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-5.html);
}

.icon-wheel-compass-1 {
    width: 171px;
    height: 176px;
    background-image: url(../images/icons/icon-wheel-compass-1.html);
}

.icon-wheel-compass-2 {
    width: 97px;
    height: 99px;
    background-image: url(../images/icons/icon-wheel-compass-2.html);
}

.icon-wheel-compass-3 {
    width: 103px;
    height: 106px;
    background-image: url(../images/icons/icon-wheel-compass-3.html);
}

.icon-anchor-1 {
    width: 138px;
    height: 136px;
    background-image: url(../images/icons/icon-anchor-1.html);
}

.icon-sailboat-line-1 {
    width: 431px;
    height: 705px;
    background-image: url(../images/icons/icon-sailboat-line-1.html);
}

.icon-sailboat-line-3 {
    width: 242px;
    height: 250px;
    background-image: url(../images/icons/icon-sailboat-line-3.html);
}

.icon-sailboat-line-4 {
    width: 369px;
    height: 728px;
    background-image: url(../images/icons/icon-sailboat-line-4.html);
}

.icon-big-boat-1 {
    width: 800px;
    height: 464px;
    background-image: url(../images/icons/icon-big-boat-1.html);
}

.icon-big-boat-2 {
    width: 229px;
    height: 739px;
    background-image: url(../images/icons/icon-big-boat-2.html);
}

.icon-big-boat-3 {
    width: 373px;
    height: 126px;
    background-image: url(../images/icons/icon-big-boat-3.html);
}

.icon-big-boat-5 {
    width: 229px;
    height: 739px;
    background-image: url(../images/icons/icon-big-boat-5.html);
}

.icon-pattern1 {
    width: 494px;
    height: 465px;
    background-image: url(../images/background/footer1-pattern1.html);
}

.icon-pattern2 {
    width: 247px;
    height: 477px;
    background-image: url(../images/background/footer1-pattern2.html);
}

.icon-plane-1 {
    width: 350px;
    height: 349px;
    background-image: url(../images/icons/icon-plane-1.html);
}

.icon-plane-2 {
    width: 106px;
    height: 640px;
    background-image: url(../images/icons/icon-plane-2.html);
}

.icon-plane-3 {
    width: 455px;
    height: 420px;
    background-image: url(../images/icons/icon-plane-3.html);
}

.icon-plane-4 {
    width: 301px;
    height: 336px;
    background-image: url(../images/icons/icon-plane-4.html);
}

.icon-plane-5 {
    width: 313px;
    height: 253px;
    background-image: url(../images/icons/icon-plane-5.html);
}

.icon-plane-6 {
    width: 188px;
    height: 110px;
    background-image: url(../images/icons/icon-plane-6.html);
}

.icon-plane-7 {
    width: 256px;
    height: 255px;
    background-image: url(../images/icons/icon-plane-7.html);
}

.icon-plane-8 {
    width: 374px;
    height: 194px;
    background-image: url(../images/icons/icon-plane-8.html);
}

.icon-plane-9 {
    width: 313px;
    height: 253px;
    background-image: url(../images/icons/icon-plane-9.html);
}

.icon-big-arrow {
    width: 1279px;
    height: 250px;
    background-image: url(../images/banner/icon-big-arrow.html);
}

.icon-arrow {
    width: 42px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.html);
}

.icon-arrow-2 {
    width: 92px;
    height: 35px;
    background-image: url(../images/icons/icon-arrow-2.html);
}

.icon-big-bus {
    width: 807px;
    height: 621px;
    background-image: url(../images/icons/icon-big-bus.html);
}

.icon-bus {
    width: 623px;
    height: 432px;
    background-image: url(../images/icons/icon-bus.html);
}

.icon-bus-2 {
    width: 218px;
    height: 198px;
    background-image: url(../images/icons/icon-bus-2.html);
}

.icon-bus-3 {
    width: 800px;
    height: 502px;
    background-image: url(../images/icons/icon-bus-3.html);
}

.overlay-1 {
    width: 200px;
    height: 204px;
    background-image: url(../images/icons/overlay-1.html);
}

.overlay-2 {
    width: 860px;
    height: 621px;
    background-image: url(../images/icons/overlay-2.html);
}

.overlay-3 {
    width: 491px;
    height: 500px;
    background-image: url(../images/icons/overlay-3.html);
}

.overlay-4 {
    width: 1078px;
    height: 621px;
    background-image: url(../images/icons/overlay-4.html);
}

.overlay-5 {
    width: 379px;
    height: 297px;
    background-image: url(../images/icons/overlay-5.html);
}

.overlay-6 {
    width: 1706px;
    height: 780px;
    background-image: url(../images/icons/overlay-6.html);
}

.icon-shapes {
    width: 92px;
    height: 144px;
    background-image: url(../images/icons/icon-box.html);
}

.icon-box-2 {
    width: 233px;
    height: 194px;
    background-image: url(../images/icons/icon-box-2.html);
}

.icon-border-3 {
    width: 137px;
    height: 18px;
    background-image: url(../images/icons/icon-border-3.html);
}

.icon-quote {
    width: 92px;
    height: 66px;
    background-image: url(../images/icons/icon-quote.html);
}

.icon-quote-2 {
    width: 137px;
    height: 99px;
    background-image: url(../images/icons/icon-quote-2.html);
}

.icon-container {
    width: 615px;
    height: 396px;
    background-image: url(../images/icons/icon-container.html);
}

.icon-dots {
    width: 730px;
    height: 565px;
    background-image: url(../images/icons/icon-dots.html);
}

.icon-dots-2 {
    width: 679px;
    height: 676px;
    background-image: url(../images/icons/icon-dots-2.html);
}

.icon-dots-3 {
    width: 611px;
    height: 547px;
    background-image: url(../images/icons/icon-dots-3.html);
}

.icon-dots-4 {
    width: 810px;
    height: 666px;
    background-image: url(../images/icons/icon-dots-4.html);
}

.icon-dots-5 {
    width: 580px;
    height: 376px;
    background-image: url(../images/icons/icon-dots-5.html);
}

.icon-dotted-map {
    width: 987px;
    height: 478px;
    background-image: url(../images/icons/icon-dotted-map.html);
}

.icon-dotted-map-2 {
    width: 987px;
    height: 478px;
    background-image: url(../images/icons/icon-dotted-map-2.html);
}

.icon-city {
    width: 919px;
    height: 348px;
    background-image: url(../images/icons/icon-city.html);
}

.icon-city-2 {
    width: 541px;
    height: 205px;
    background-image: url(../images/icons/icon-city-2.html);
}

.bg-lines {
    width: 1532px;
    height: 100%;
    background-image: url(../images/icons/bg-lines.html);
}

.icon-city-3 {
    width: 541px;
    height: 205px;
    background-image: url(../images/icons/icon-city-3.html);
}

.bounce-y {
    -webkit-animation: bounce-y 5s infinite linear;
    animation: bounce-y 5s 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;
}

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear;
}

.zoom-three {
    -webkit-animation: zoom-three 5s infinite linear;
    animation: zoom-three 5s infinite linear;
}

.reveal-left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.reveal-left.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.reveal-right.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-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 zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

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

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

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

@-webkit-keyframes round-shape-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
        box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
        box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
    }
}

@keyframes round-shape-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
        box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
        box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 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;
}

.overlay-anim-two {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.overlay-anim-two:hover:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.overlay-anim-two:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@-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 rotateY {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

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

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

.animation__rotateY {
    -webkit-animation: rotateY 30s linear infinite;
    animation: rotateY 30s linear infinite;
}

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

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

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

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

.animation__rotateX {
    -webkit-animation: rotateX 30s linear infinite;
    animation: rotateX 30s linear infinite;
}

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

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

.rotateX {
    -webkit-animation: rotateX 30s linear infinite;
    animation: rotateX 30s linear infinite;
}

.circle {
    position: fixed;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle {
        background-color: white;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle {
        display: none !important;
    }
}

.circleZoom {
    -webkit-animation: circlezoomrotate 15s infinite linear;
    animation: circlezoomrotate 15s infinite linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.circle-follow {
    position: fixed;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle-follow {
        border: 1px solid #fff;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle-follow {
        display: none !important;
    }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-carousel .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

/***

====================================================================
  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(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .search-back-drop {
    background-color: var(--dark-color1);
}

.search-popup .search-back-drop {
    opacity: 0.95;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
}

[data-tm-layout=lemon] .search-popup .close-search {
    color: var(--headings-color);
}

.search-popup .close-search {
    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;
}

[data-tm-layout=lemon] .search-popup .form-group input[type=search],
[data-tm-layout=lemon] .search-popup .form-group input[type=text] {
    background: var(--dark-color2);
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    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 {
    background: #ffffff;
    border-radius: 5px;
    color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button {
    background: var(--dark-color1);
    color: var(--dark-color2);
}

.search-popup .form-group button {
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

[data-tm-layout=lemon] .search-popup .form-group button:hover {
    color: var(--dark-color2);
}

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

/***

====================================================================
Main Header
====================================================================

***/
.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top .inner-container {
    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-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1439.98px) {
    .header-top .top-center {
        display: none;
    }
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.header-top .useful-links li {
    position: relative;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #bdbdbd;
    line-height: 20px;
    font-family: var(--heading-font-family);
}

.header-top .useful-links li a {
    color: #bdbdbd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .useful-links li a:hover {
    color: var(--theme-color1);
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-header .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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023.98px) {
    .main-header .main-box .nav-outer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

.main-menu {
    position: relative;
}

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

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

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

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

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

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

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    color: var(--theme-color1);
    left: 0;
    width: 100%;
}

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

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--theme-color2);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    display: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    line-height: 24px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 234px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: var(--theme-color-dark);
    margin-top: 30px;
    opacity: 0;
    display: none;
    -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);
}

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

.main-menu .navigation>li>ul>li {
    border-bottom: 1px solid var(--theme-color-gray);
    position: relative;
    width: 100%;
}

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

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

.main-menu .navigation>li>ul>li>a .badge-menu {
    background-color: #336AEA;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3.5px 5px 4.5px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 0 4px;
    position: relative;
    top: -3px;
    text-align: center;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-red {
    background-color: #ff3838;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-yellow {
    background-color: #ffaa17;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-dark {
    background-color: #222429;
}

.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 6 Pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5;
}

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

.main-menu .navigation>li>ul>li>ul {
    background-color: var(--theme-color-dark);
    -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;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    top: 0px;
    width: 220px;
    z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
    border-bottom: 1px solid var(--theme-color-gray);
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    color: var(--theme-color-white);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 25px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    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 {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid var(--theme-color-light);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5;
    display: none;
}

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

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

.main-header .info-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 15px;
    padding-left: 70px;
    color: var(--theme-color-dark);
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--heading-font-family);
}

.main-header .info-btn small {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #868686;
    margin-bottom: 0px;
}

.main-header .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background-color: var(--theme-color1);
}

.main-header .info-btn i:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background-color: var(--theme-color1);
    opacity: 0.1;
    border-radius: 50%;
    content: "";
}

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

.contact-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-list li {
    position: relative;
    padding-left: 65px;
    margin-left: 35px;
}

.contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    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: 20px;
    color: var(--theme-color1);
}

.contact-list li .title {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--body-font-family);
    margin-bottom: 2px;
}

.contact-list li .text {
    font-size: 16px;
    line-height: 24px;
    color: #cecece;
}

.contact-list li .text a {
    color: inherit;
}

.main-header .cart-btn {
    background-color: var(--theme-color1);
    position: relative;
    color: var(--theme-color-light);
    font-size: 30px;
    padding: 38.5px 10px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .main-header .cart-btn {
        padding: 28px 10px;
        width: 90px;
    }
}

.main-header .cart-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark);
}

.main-header .cart-btn .count {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn-two {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn-two:hover {
    color: var(--theme-color1);
}

.main-header .cart-btn-two .count {
    position: absolute;
    top: -7px;
    right: -12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    color: var(--theme-color-white);
    background-color: var(--theme-color-dark);
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-search {
    position: relative;
    width: 160px;
}

.header-search .form-group {
    position: relative;
}

.header-search .form-group .icon {
    position: absolute;
    top: 0px;
    right: 0;
    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;
    line-height: 20px;
    font-size: 20px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.6);
    background: none;
}

.main-header .search-btn {
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    text-align: center;
}

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

[data-tm-layout=lemon] .main-header .search-btn:hover {
    color: var(--dark-color2);
}

.main-header .search-btn:hover strong {
    color: var(--theme-color1);
}

/***

====================================================================
    Header Style One
====================================================================

***/
.header-style-one {
    /* background-color: rgba(246, 248, 243, 0.58); */
    background-color: rgb(255, 255, 255);
    /* position: absolute; */
}

.header-style-one .outer-box {
    max-width: 1790px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-style-one .inner-container {
    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: 1023.98px) {
    .header-style-one .inner-container {
        padding: 12px 0;
    }
}

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

@media (max-width: 1199.98px) {
    .header-style-one .main-box {
        gap: 100px;
    }
}

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

@media (max-width: 1199.98px) {
    .header-style-one .right-box {
        gap: 0;
    }
}

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

@media (max-width: 1399.98px) {
    .header-style-one .header-phone_box {
        display: none;
    }
}

.header-style-one .header-phone_box:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-one .header-phone_box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    display: inline-block;
    text-align: center;
}

.header-style-one .header-phone_box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-one .header-phone_box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-style-one .header-phone_box .text {
    font-size: 14px;
    font-weight: 600;
}

.header-style-one .header-phone_box .number {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 600;
}

.header-style-one .header-phone_box .text {
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .header-style-one .btn-franchise {
        display: none;
    }

    .btn-style-header {
        font-size: 11px;
        left: 20px;
    }
}

@media (max-width: 1023.98px) {
    .header-style-one .sticky-header .inner-container {
        padding: 0;
    }
}

/***

====================================================================
    Header Style One
====================================================================

***/
.header-style-two {
    padding: 0 15px;
    margin-top: 17px;
}

.header-style-two .outer-box {
    background-color: var(--theme-color-lighter);
    max-width: 1840px;
    margin: 0 auto;
    padding: 19px 24px 19px 50px;
    border-radius: 20px;
}

@media (max-width: 575.98px) {
    .header-style-two .outer-box {
        padding-left: 24px;
    }
}

.header-style-two .inner-container {
    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: 1023.98px) {
    .header-style-two .inner-container {
        padding: 12px 0;
    }
}

.header-style-two .nav-outer {
    background-color: var(--theme-color-white);
    padding: 0 65px 0 37px;
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .header-style-two .nav-outer {
        padding: 0 20px;
    }
}

.header-style-two .nav-outer .main-menu .navigation>li {
    padding: 18px 0;
}

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

@media (max-width: 1599.98px) {
    .header-style-two .main-box {
        gap: 80px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-two .main-box {
        gap: 60px;
    }
}

.header-style-two .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1199.98px) {
    .header-style-two .right-box {
        gap: 0;
    }
}

.header-style-two .header-phone_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

@media (max-width: 1399.98px) {
    .header-style-two .header-phone_box {
        display: none;
    }
}

.header-style-two .header-phone_box:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-two .header-phone_box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
    display: inline-block;
    text-align: center;
}

.header-style-two .header-phone_box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .header-phone_box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-style-two .header-phone_box .text {
    font-size: 14px;
    font-weight: 600;
}

.header-style-two .header-phone_box .number {
    color: var(--theme-color-dark);
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .header-style-two .theme-btn {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    .header-style-two .sticky-header .inner-container {
        padding: 0;
    }
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
    background: var(--theme-color-white);
}

[data-tm-layout=lemon] .sticky-header {
    background: var(--theme-color2);
}

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

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

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

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

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

.sticky-header .inner-container {
    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;
}

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

.sticky-header .main-menu .navigation.onepage-nav>li {
    margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav>li {
    margin-right: 10px;
}

@media (max-width: 1499.98px) {

    .main-menu .navigation.onepage-nav>li,
    .sticky-header .main-menu .navigation.onepage-nav>li {
        margin-right: 28px;
    }
}

[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-dark);
}

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

[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li.current>a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color-dark);
}

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

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

@media (max-width: 1023.98px) {
    .sticky-header .mobile-nav-toggler {
        display: inline-block;
    }
}

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

/***

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

***/
.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color-black);
    display: none;
    top: 0;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

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

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

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

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

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    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(--theme-color-white);
    border-left: 1px solid var(--theme-color1);
    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 var(--theme-color1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid var(--theme-color1);
}

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid var(--theme-color1);
}

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

.mobile-menu .navigation li>a .badge-menu {
    background-color: #336AEA;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3.5px 5px 4.5px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 0 4px;
    position: relative;
    top: -3px;
    text-align: center;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-red {
    background-color: #ff3838;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-yellow {
    background-color: #ffaa17;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-dark {
    background-color: #222429;
}

.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: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

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

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\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;
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

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

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

.contact-list-one li a:hover {
    color: var(--theme-color1);
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color1);
}

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

.contact-list-one li .text {
    color: var(--theme-color-light);
}

.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(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

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

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

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

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
    position: relative;
    height: 24px;
    min-width: 38px;
}

.toggle-hidden-bar .line {
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
}

.toggle-hidden-bar .line:nth-child(1) {
    width: 24px;
    top: 0;
}

.toggle-hidden-bar .line:nth-child(3) {
    width: 24px;
    left: auto;
    right: 0;
    top: 21px;
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
    width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-color: var(--theme-color-dark);
    height: 100%;
}

.hidden-bar .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: 30px 30px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
    opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
    max-height: 40px;
}

.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px 25px;
}

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

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

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

.contact-list-two li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color1);
}

.contact-list-two li .contact-info-box a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-two li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color-light);
}

.contact-list-two li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color-light);
    font-weight: 700;
    text-transform: uppercase;
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .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(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}

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

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

.hidden-bar .social-links li a:hover {
    color: var(--theme-color1);
}

/***

==================================================================
gellary-section-h1
==================================================================

***/
/***

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

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

.sec-title .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--theme-color1);
    text-transform: capitalize;
    margin-bottom: 17px;
    border: 2px solid var(--theme-color1);
    border-radius: 50px;
    padding: 6px 19px 6px 36px;
    position: relative;
}

.sec-title .sub-title:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 20px;
    top: calc(50% - 4px);
}

.sec-title .sub-title .icon-img {
    min-width: 14px;
}

[data-tm-layout=lemon] .sec-title .sub-title .icon-img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.sec-title .sub-title .icon {
    color: var(--theme-color-white);
    margin-right: 8px;
    font-size: 16px;
}

.sec-title.text-center .sub-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-title h1 {
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 400;
    line-height: 1.211em;
}

.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--theme-color1);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    line-height: var(--sec-title-title-line-height);
    margin-bottom: 0;
    letter-spacing: -1px;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.2;
}

.sec-title h2 span {
    font-weight: 700;
    color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .sec-title h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .sec-title h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .sec-title h2 br {
        display: none;
    }
}

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

[data-tm-layout=lemon] .sec-title .text {
    color: var(--body-color);
}

.sec-title .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
}

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

    .sec-title .text br {
        display: none;
    }
}

.sec-title .text2 {
    color: var(--theme-color-lighter2);
}

.sec-title.black .sub-title,
.sec-title.black h2,
.sec-title.black h1 {
    color: var(--theme-color1);
}

.sec-title.black span {
    font-weight: 700;
    color: var(--theme-color-gray);
}

.sec-title.black .sub-title {
    border-color: rgb(0, 0, 0);
}

.sec-title.black .text {
    color: var(--theme-color-black);
}

/***

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section:before {
    content: "";
    position: absolute;
    background: var(--gradient-3);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.banner-section .content-box {
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section .content-box {
        text-align: center;
    }
}

.banner-section .title {
    font-size: 140px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: -8px;
    max-width: 1200px;
    margin-bottom: 27px;
}

@media (max-width: 1399.98px) {
    .banner-section .title {
        font-size: 110px;
        line-height: 130px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .title {
        font-size: 100px;
        line-height: 130px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .title {
        font-size: 46px;
        line-height: 1.1;
        letter-spacing: normal;
    }
}

.banner-section .title span {
    color: #f7f1da;
}

.banner-section .bottom-box {
    max-width: 495px;
    margin-left: 112px;
}

@media (max-width: 1399.98px) {
    .banner-section .bottom-box {
        margin-left: 60px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .bottom-box {
        margin: 0 auto;
    }
}

.banner-section .bottom-box .text {
    color: #f7f1da;
    font-weight: 500;
    margin-bottom: 35px;
}

.banner-section .bg-shape {
    position: absolute;
    top: -50px;
    left: 0;
    pointer-events: none;
}

.banner-section .bg-shape2 {
    position: absolute;
    left: 0;
    bottom: -15px;
    pointer-events: none;
}

@media (max-width: 1799.98px) {
    .banner-section .bg-shape2 {
        display: none;
    }
}

.banner-section .bg-shape3 {
    position: absolute;
    left: 67px;
    bottom: 455px;
}

.banner-section .hero-thumb {
    position: absolute;
    right: -10px;
    bottom: 0;
}

@media (max-width: 1399.98px) {
    .banner-section .hero-thumb {
        max-width: 700px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .hero-thumb {
        display: none;
    }
}

.banner-section .hero-thumb .image1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 1799.98px) {
    .banner-section .hero-thumb .image1 {
        z-index: 0;
    }
}

.banner-section .hero-thumb .image1 img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .hero-thumb .image1:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.banner-section .hero-thumb .shape1 {
    position: absolute;
    top: 30px;
    right: 65px;
    pointer-events: none;
}

@media (max-width: 1799.98px) {
    .banner-section .hero-thumb .shape1 {
        display: none;
    }
}

.banner-section .hero-thumb .bubble-shape1 {
    position: absolute;
    left: -50px;
    bottom: 300px;
    z-index: 1;
}

@media (max-width: 1799.98px) {
    .banner-section .hero-thumb .bubble-shape1 {
        display: none;
    }
}

.banner-section .hero-thumb .bubble-shape2 {
    position: absolute;
    left: 0;
    bottom: 200px;
}

@media (max-width: 1799.98px) {
    .banner-section .hero-thumb .bubble-shape2 {
        display: none;
    }
}

/***

====================================================================
    Banner Section Layout 2
====================================================================

***/
.banner-section-layout2 {
    margin-top: 20px;
}

.banner-section-layout2 .inner-container {
    max-width: 1840px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.banner-section-layout2 .inner-container .shape-one {
    position: absolute;
    bottom: 120px;
    right: 400px;
    pointer-events: none;
}

.banner-section-layout2 .inner-container .shape-two {
    position: absolute;
    bottom: 47px;
    right: 73px;
    pointer-events: none;
}

.banner-section-layout2 .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-section-layout2 .bg-image:before {
    content: "";
    position: absolute;
    background: var(--gradient-10);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.banner-section-layout2 .content-box {
    padding: 371px 15px 98px 116px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner-section-layout2 .content-box {
        padding: 200px 15px 100px 50px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-layout2 .content-box {
        padding: 150px 15px 100px 20px;
    }
}

.banner-section-layout2 .title {
    color: var(--theme-color-white);
    font-size: 100px;
    font-weight: 800;
    line-height: 118px;
    letter-spacing: -6px;
    max-width: 965px;
    margin-bottom: 46px;
}

@media (max-width: 1199.98px) {
    .banner-section-layout2 .title {
        line-height: 100px;
        font-size: 80px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-layout2 .title {
        line-height: 83px;
        font-size: 67px;
        letter-spacing: normal;
    }
}

@media (max-width: 575.98px) {
    .banner-section-layout2 .title {
        line-height: 60px;
        font-size: 42px;
    }
}

.banner-section-layout2 .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 44px;
}

.banner-section-layout2 .features-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 17px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    display: inline-block;
}

.banner-section-layout2 .features-btn {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border-radius: 17px;
    backdrop-filter: blur(131px);
    padding: 40px 38px 38px 30px;
}

@media (max-width: 1199.98px) {
    .banner-section-layout2 .features-btn {
        padding: 25px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-layout2 .features-btn {
        padding: 19px;
        font-size: 16px;
    }
}

.banner-section-layout2 .features-btn.active,
.banner-section-layout2 .features-btn:hover {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
}

/***

====================================================================
    Projects Section
====================================================================

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

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

.projects-block .inner-block {
    border-radius: 41px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .projects-block .inner-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .projects-block .inner-block {
        border-radius: 20px;
        height: 400px;
    }
}

.projects-block .inner-block:hover:before {
    opacity: 0;
}

.projects-block .inner-block:hover:after {
    opacity: 1;
}

.projects-block .inner-block:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.projects-block .inner-block:hover .content-box .sub-title .text {
    background-color: #f7f1da;
    color: var(--theme-color2);
}

.projects-block .inner-block:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63.93%, rgba(255, 255, 255, 0)), color-stop(104.63%, #212621));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 63.93%, #212621 104.63%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-block .inner-block:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63.93%, rgba(255, 255, 255, 0)), color-stop(104.63%, #993221));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 63.93%, #993221 104.63%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .projects-block .image {
        width: 100%;
        height: 100%;
    }
}

.projects-block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-block .content-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .projects-block .content-box {
        right: 0;
        bottom: 0;
        padding: 10px;
    }
}

.projects-block .content-box .inner-box {
    background-color: var(--theme-color-white);
    border-radius: 20px;
    max-width: 613px;
    overflow: hidden;
    padding: 40px 30px 40px 40px;
}

@media (max-width: 767.98px) {
    .projects-block .content-box .inner-box {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .projects-block .content-box .inner-box {
        padding: 20px;
    }
}

.projects-block .content-box .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.projects-block .content-box .sub-title .text {
    background-color: #b16725;
    border-radius: 14px;
    color: var(--headings-color);
    font-weight: 500;
    display: inline-block;
    padding: 3px 9.2px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-block .content-box .title {
    margin-bottom: 19px;
}

@media (max-width: 575.98px) {
    .projects-block .content-box .title {
        font-size: 24px;
    }
}

.projects-block .content-box .title:hover a {
    background-size: 100% 1px;
}

.projects-block .content-box .title a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.projects-block .content-box .text {
    margin-bottom: 23px;
}

.projects-block .content-box .button-box {
    position: relative;
    text-align: right;
}

.projects-block .content-box .button-box:before {
    content: "";
    background-color: rgba(33, 38, 33, 0.1);
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
    width: 73%;
    height: 1px;
}

.projects-block .content-box .theme-btn {
    background-color: var(--theme-color1);
}

.projects-block .content-box .theme-btn:before {
    background-color: var(--theme-color2);
}

/***

====================================================================
    Projects Section Layout 2
====================================================================

***/
.projects-section-layout2 .outer-box {
    padding: 120px 15px 150px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.48%, #212621), to(#993221));
    background: linear-gradient(180deg, #212621 55.48%, #993221 100%);
    border-radius: 40px;
    max-width: 1840px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .projects-section-layout2 .outer-box {
        padding: 80px 15px;
    }
}

.projects-section-layout2 .outer-box .border-style {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .projects-section-layout2 .outer-box .border-style {
        display: none;
    }
}

.projects-section-layout2 .outer-box .border-style:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    top: 371px;
    left: 0;
    position: absolute;
}

@media (max-width: 1399.98px) {
    .projects-section-layout2 .outer-box .border-style:before {
        top: 321px;
    }
}

@media (max-width: 1199.98px) {
    .projects-section-layout2 .outer-box .border-style:before {
        top: 301px;
    }
}

.projects-section-layout2 .outer-box .border-style:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    bottom: 150px;
    left: 0;
    position: absolute;
}

.projects-section-layout2 .outer-box .border-style2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .projects-section-layout2 .outer-box .border-style2 {
        display: none;
    }
}

.projects-section-layout2 .outer-box .border-style2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    top: 996px;
    left: 0;
    position: absolute;
}

@media (max-width: 1599.98px) {
    .projects-section-layout2 .outer-box .border-style2:before {
        top: 925px;
    }
}

@media (max-width: 1399.98px) {
    .projects-section-layout2 .outer-box .border-style2:before {
        top: 763px;
    }
}

@media (max-width: 1199.98px) {
    .projects-section-layout2 .outer-box .border-style2:before {
        top: 705px;
    }
}

.projects-section-layout2 .outer-box .border-style2:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    bottom: 770px;
    left: 0;
    position: absolute;
}

@media (max-width: 1599.98px) {
    .projects-section-layout2 .outer-box .border-style2:after {
        bottom: 703px;
    }
}

@media (max-width: 1599.98px) {
    .projects-section-layout2 .outer-box .border-style2:after {
        bottom: 589px;
    }
}

@media (max-width: 1199.98px) {
    .projects-section-layout2 .outer-box .border-style2:after {
        bottom: 550px;
    }
}

.projects-section-layout2 .outer-box .bg-image {
    width: 100%;
    height: 100%;
}

@media (max-width: 1599.98px) {
    .projects-section-layout2 .outer-box .bg-image {
        display: none;
    }
}

.projects-section-layout2 .outer-box .bg-image img {
    width: 100%;
    height: 100%;
}

.projects-section-layout2 .sec-title {
    margin-bottom: 75px;
}

@media (max-width: 1399.98px) {
    .projects-section-layout2 .sec-title {
        margin-bottom: 30px;
    }
}

.projects-section-layout2 .inner-container {
    max-width: 1500px;
    margin: 0 auto;
}

.projects-section-layout2 .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-block-layout2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-bottom: 0;
    padding: 50px;
}

@media (max-width: 1599.98px) {
    .project-block-layout2 {
        padding: 15px;
    }
}

@media (max-width: 1399.98px) {
    .project-block-layout2 {
        max-width: 500px;
    }
}

@media (max-width: 1199.98px) {
    .project-block-layout2 {
        max-width: 440px;
    }
}

@media (max-width: 991.98px) {
    .project-block-layout2 {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.project-block-layout2 .inner-block {
    background-color: #b16725;
    position: relative;
    border-radius: 20px;
    padding: 8px;
    overflow: hidden;
    max-width: 648px;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-layout2 .inner-block:hover {
    background-color: var(--theme-color1);
}

.project-block-layout2 .inner-block:hover .title {
    color: var(--theme-color1-text-color);
}

.project-block-layout2 .inner-block:hover .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-block-layout2 .inner-block:hover .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);
}

.project-block-layout2 .inner-block:hover .sub-title .text {
    background-color: var(--theme-color3);
}

.project-block-layout2 .image {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.project-block-layout2 .image img {
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-layout2 .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-layout2 .content {
    text-align: center;
}

.project-block-layout2 .title {
    margin-bottom: 12px;
    margin-top: 26px;
}

@media (max-width: 767.98px) {
    .project-block-layout2 .title {
        font-size: 24px;
    }
}

.project-block-layout2 .title:hover a {
    background-size: 100% 1px;
}

.project-block-layout2 .title a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.project-block-layout2 .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-block-layout2 .sub-title .text {
    background-color: var(--theme-color-lighter);
    border-radius: 14px;
    color: var(--headings-color);
    font-weight: 500;
    display: inline-block;
    padding: 3px 9.2px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

==================================================================
    Pricing Section
==================================================================

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

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

.price-block .inner-block {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(33, 38, 33, 0.1);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .inner-block:hover:before,
.price-block .inner-block.active:before {
    height: 100%;
    opacity: 1;
}

.price-block .inner-block:hover .pricing-header .title-outer,
.price-block .inner-block.active .pricing-header .title-outer {
    border-color: rgba(var(--theme-color-white-rgb), 0.2);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .sub-title,
.price-block .inner-block.active .pricing-header .title-outer .title-box .sub-title {
    color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .title,
.price-block .inner-block.active .pricing-header .title-outer .title-box .title {
    color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .offer,
.price-block .inner-block.active .pricing-header .title-outer .offer {
    background: rgba(var(--theme-color-white-rgb), 0.2);
    color: var(--theme-color2);
}

.price-block .inner-block:hover .pricing-header .price,
.price-block .inner-block.active .pricing-header .price {
    color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .price-text,
.price-block .inner-block.active .pricing-header .price-text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.price-block .inner-block:hover .pricing-bottom,
.price-block .inner-block.active .pricing-bottom {
    background: rgba(255, 255, 255, 0.1490196078);
}

.price-block .inner-block:hover .features ul li,
.price-block .inner-block.active .features ul li {
    color: var(--theme-color-white);
}

.price-block .inner-block:hover .features ul li.disabled,
.price-block .inner-block.active .features ul li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.price-block .inner-block:hover .features ul li.disabled .icon,
.price-block .inner-block.active .features ul li.disabled .icon {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    background-color: rgba(var(--theme-color-white-rgb), 0.2);
}

.price-block .inner-block:hover .theme-btn,
.price-block .inner-block.active .theme-btn {
    color: var(--theme-color-dark);
}

.price-block .inner-block:hover .theme-btn:before,
.price-block .inner-block.active .theme-btn:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

.price-block .inner-block:before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#993221), color-stop(44.52%, #212621));
    background: linear-gradient(0deg, #993221 0%, #212621 44.52%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-header {
    padding: 35px 40px 24px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .price-block .pricing-header {
        padding: 35px 20px 24px;
    }
}

.price-block .pricing-header .title-outer {
    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;
    border-bottom: 1px solid rgba(33, 38, 33, 0.1019607843);
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .price-block .pricing-header .title-outer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.price-block .pricing-header .title-outer .title-box .sub-title {
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-header .title-outer .title-box .title {
    color: var(--theme-color2);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .price-block .pricing-header .title-outer .title-box .title {
        font-size: 24px;
    }
}

.price-block .pricing-header .title-outer .offer {
    background-color: #b16725;
    border-radius: 45px;
    color: var(--theme-color1);
    display: inline-block;
    padding: 8px 19px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-header .price {
    color: var(--headings-color);
    font-size: 60px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-header .price-text {
    font-weight: 600;
    margin-top: -7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-bottom {
    padding: 40px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#b16725), color-stop(96.24%, #f7f1da));
    background: linear-gradient(180deg, #b16725 0%, #f7f1da 96.24%);
    margin: 0 10px 10px 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .price-block .pricing-bottom {
        padding: 20px 15px;
    }
}

.price-block .pricing-bottom .theme-btn {
    width: 100%;
    padding: 20px 17px;
    margin-top: 33px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .pricing-bottom .theme-btn:hover {
    color: var(--theme-color-dark);
}

.price-block .pricing-bottom .theme-btn:before {
    background-color: var(--theme-color-white);
}

.price-block .features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: var(--headings-color);
    margin-bottom: 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .features ul li .icon {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block .features ul li.disabled {
    color: rgba(33, 38, 33, 0.4);
}

.price-block .features ul li.disabled .icon {
    background-color: rgba(33, 38, 33, 0.1);
}

/***

====================================================================
    Feature Block
====================================================================

***/
/***

====================================================================
   About Section
====================================================================

***/
.about-section {
    position: revert;
    padding: 40px 0;
}

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

.about-section .sec-title {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .about-section .sec-title {
        margin-bottom: 30px;
    }
}

.about-section .sec-title .text {
    border-bottom: 1px solid var(--theme-color1);
    padding-bottom: 20px;
}

.about-section .image-column .inner-column {
    padding-right: 44px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section .image-column .inner-column {
        border-radius: 20px;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .about-section .image-column .inner-column {
        height: 300px;
    }
}

.about-section .image-column .image {
    -webkit-mask-image: url(../images/resource/about-mask1.png);
    mask-image: url(../images/resource/about-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;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .about-section .image-column .image {
        -webkit-mask-size: unset;
        mask-size: unset;
    }
}

.about-section .image-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .image-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767.98px) {
    .about-section .image-column .bottom-box {
        background-color: var(--theme-color-white);
        border-radius: 20px;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-section .image-column .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;
    }
}

@media (max-width: 575.98px) {
    .about-section .image-column .bottom-box {
        gap: 15px;
    }
}

.about-section .image-column .customer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}

@media (max-width: 575.98px) {
    .about-section .image-column .customer-info {
        gap: 10px;
    }
}

.about-section .image-column .customer-info .count-box {
    color: var(--theme-color-dark);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .about-section .image-column .customer-info .count-box {
        font-size: 32px;
    }
}

.about-section .image-column .customer-info .review i {
    color: var(--theme-color2);
    font-size: 12px;
}

.about-section .image-column .customer-info .text {
    color: var(--theme-color-dark);
    font-size: 16px;
    font-weight: 500;
}

.about-section .experience-column .inner-column {
    border: 1px solid #993221;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .about-section .experience-column .inner-column {
        margin-top: 30px;
        max-width: 500px;
    }
}

@media (max-width: 767.98px) {
    .about-section .experience-column .inner-column {
        max-width: 100%;
    }
}

.about-section .funfact-block-two .inner-box {
    background: var(--gradient-4);
    position: relative;
    border-radius: 30px;
    padding: 48px 15px 32px 50px;
    overflow: hidden;
}

.about-section .funfact-block-two .inner-box .shape1 {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 575.98px) {
    .about-section .funfact-block-two .inner-box .shape1 {
        display: none;
    }
}

.about-section .experience {
    text-align: center;
    padding: 46px 15px 6px;
}

@media (max-width: 575.98px) {
    .about-section .experience {
        padding: 20px 15px 10px;
    }
}

.about-section .experience .title {
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    line-height: 30px;
}

@media (max-width: 575.98px) {
    .about-section .experience .title {
        margin-bottom: 10px;
        line-height: 22px;
        font-size: 16px;
    }
}

.about-section .experience .count-box {
    color: var(--theme-color1);
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    margin-top: -12px;
}

@media (max-width: 575.98px) {
    .about-section .experience .count-box {
        font-size: 110px;
    }
}

/***

====================================================================
   About Section Layout 2
====================================================================

***/
.about-section-layout2 .outer-box {
    background: var(--gradient-11);
    padding: 120px 0 60px;
    max-width: 1840px;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
}

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

.about-section-layout2 .outer-box .sec-title {
    z-index: 1;
}

.about-section-layout2 .outer-box .shape-one {
    position: absolute;
    bottom: -20px;
    left: -30px;
    pointer-events: none;
}

@media (max-width: 1699.98px) {
    .about-section-layout2 .outer-box .shape-one {
        display: none;
    }
}

.about-section-layout2 .experience-box .inner-box {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25.04%, #FFFFFF), color-stop(108.78%, #993221));
    background: linear-gradient(360deg, #FFFFFF 25.04%, #993221 108.78%);
    padding: 20px 20px;
    border-radius: 40px;
    overflow: hidden;
}

.about-section-layout2 .experience-box .inner-box .image {
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .about-section-layout2 .experience-box .inner-box .image {
        height: 300px;
    }
}

.about-section-layout2 .experience-box .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section-layout2 .experience-box .inner-box .experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 43px;
}

@media (max-width: 991.98px) {
    .about-section-layout2 .experience-box .inner-box .experience {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

@media (max-width: 575.98px) {
    .about-section-layout2 .experience-box .inner-box .experience {
        margin-top: 15px;
        gap: 15px;
    }
}

.about-section-layout2 .experience-box .inner-box .experience .count-box {
    margin-bottom: 0;
    line-height: 1;
}

.about-section-layout2 .experience-box .inner-box .experience .title {
    color: rgba(var(--theme-color1-rgb), 0.6);
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-layout2 .service-column .inner-column {
    background-color: var(--theme-color-white);
    backdrop-filter: blur(147px);
    border-radius: 30px;
    padding: 20px 0 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .about-section-layout2 .service-column .inner-column {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-section-layout2 .service-column .inner-column {
        padding: 15px 0 30px;
    }
}

.about-section-layout2 .service-column .bottom-box {
    padding: 40px 0 0 60px;
}

.about-section-layout2 .experience-box2 .inner-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    bottom: 0;
    padding: 30px 0;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .about-section-layout2 .experience-box2 .inner-box {
        display: none;
    }
}

.about-section-layout2 .experience-box2 .experience2 {
    position: absolute;
    bottom: 34px;
    right: 0;
    -webkit-mask-image: url(../images/resource/about-mask2.png);
    mask-image: url(../images/resource/about-mask2.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;
    width: 240px;
    height: 250px;
    background-color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 21px;
}

.about-section-layout2 .experience-box2 .experience2 .title {
    color: var(--theme-color-white);
    line-height: 18px;
    text-align: right;
    margin-bottom: 5px;
}

.about-section-layout2 .experience-box2 .experience2 .count-box {
    color: var(--theme-color-white);
    font-size: 70px;
    margin-bottom: 0;
}

.about-section-layout2 .experience-box2 .image {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    -webkit-mask-image: url(../images/resource/about2-mask.png);
    mask-image: url(../images/resource/about2-mask.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;
}

.about-section-layout2 .experience-box2 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/***

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

***/
/* Second marquee section Two */
.marquee-section {
    position: relative;
    padding: 70px 0 77px;
}

.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:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--theme-color1);
    left: 0;
    bottom: 40px;
}

@media (max-width: 1199.98px) {
    .marquee:before {
        bottom: 19px;
    }
}

.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;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    font-size: 120px;
    color: var(--theme-color-dark);
    font-weight: 700;
    margin: 0 35px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .marquee .text {
        font-size: 60px;
    }
}

.marquee .text:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    right: -48px;
    bottom: 70px;
}

@media (max-width: 1199.98px) {
    .marquee .text:before {
        bottom: 30px;
    }
}

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

/* Global keyframes — declared only once */
@-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)));
    }
}

/***

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.service-section .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .service-section .bg-shape {
        display: none;
    }
}

.service-section .outer-box {
    background: var(--gradient-5);
    max-width: 1840px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 60px 0 90px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .service-section .outer-box {
        padding: 60px 0 50px;
    }
}

.service-section .features-list-box {
    padding: 0 0 0 30px;
}

@media (max-width: 1199.98px) {
    .service-section .features-list-box {
        padding: 0;
    }
}

.service-section .features-box {
    background-color: var(--theme-color-white);
    padding: 40px 10px 0;
    border-radius: 20px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .service-section .features-box {
        padding: 40px 15px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .service-section .features-box {
        display: block;
        padding: 40px 15px 0;
    }
}

.service-section .features-box:hover .image-box .image1 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-section .features-box .image-box {
    background-color: var(--theme-color-lighter);
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .service-section .features-box .image-box {
        margin-top: 0;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .service-section .features-box .image-box {
        margin-top: 44px;
    }
}

.service-section .features-box .image-box .image1 {
    max-width: 267px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.service-section .features-box .image-box .image1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-section .features-box .image-box .image2 {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.service-section .features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color-dark);
    gap: 10px;
    margin-bottom: 9px;
}

.service-section .features-list li:last-child {
    margin-bottom: 0;
}

.service-block .inner-block {
    border: 1px solid #b16725;
    border-radius: 30px;
    background-color: var(--theme-color-white);
    overflow: hidden;
    padding: 48px 50px 50px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .service-block .inner-block {
        padding: 30px 20px;
    }
}

.service-block .inner-block:hover .icon {
    background-color: #b16725;
}

.service-block .inner-block:hover .icon i,
.service-block .inner-block:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.service-block .inner-block .icon {
    margin-bottom: 35px;
    display: inline-block;
    background-color: var(--theme-color-lighter);
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block .inner-block .icon {
        margin-bottom: 20px;
    }
}

.service-block .inner-block .icon i,
.service-block .inner-block .icon img {
    font-size: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-block .title {
    margin-bottom: 21px;
}

.service-block .inner-block .title:hover a {
    background-size: 100% 1px;
}

.service-block .inner-block .title a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.5s, background-size 0.8s;
    transition: all 0.5s, background-size 0.8s;
}

.service-block .inner-block .text {
    margin-bottom: 24px;
    max-width: 510px;
}

.service-block .inner-block .image-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .service-block .inner-block .image-box {
        display: none;
    }
}

.service-block .inner-block .image {
    -webkit-mask-image: url(../images/resource/service-mask1.png);
    mask-image: url(../images/resource/service-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;
    height: 100%;
}

.service-block .inner-block .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-block {
    background-color: var(--theme-color2);
    border-radius: 30px;
    padding: 50px 40px;
    position: relative;
}

.service-block-two .service-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .service-block-two .service-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.service-block-two .service-box .inner-box:hover .icon {
    background-color: rgba(var(--theme-color-white-rgb), 1);
}

.service-block-two .service-box .inner-box:hover .icon i,
.service-block-two .service-box .inner-box:hover .icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block-two .service-box .icon {
    max-width: 127px;
    width: 100%;
    height: 127px;
    line-height: 127px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(var(--theme-color-white-rgb), 0.17);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .service-box .icon i,
.service-block-two .service-box .icon img {

    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .service-box .content .title {
    color: var(--theme-color-white);
    margin-bottom: 15px;
}

.service-block-two .service-box .content .text {
    color: var(--theme-color-white);
}

/***

====================================================================
    Services Section Layout 2
====================================================================

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

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

.service-section-layout2 .sec-title {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .service-section-layout2 .sec-title {
        margin-bottom: 30px;
    }
}

.service-section-layout2 .sec-title .text {
    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.1);
    padding-bottom: 20px;
}

.service-section-layout2 .swiper-outer {
    margin-right: -900px;
}

@media (max-width: 1399.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: -200px;
    }
}

@media (max-width: 1299.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: -267px;
    }
}

@media (max-width: 1199.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: -360px;
    }
}

@media (max-width: 1099.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: -440px;
    }
}

@media (max-width: 1023.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: -473px;
    }
}

@media (max-width: 991.98px) {
    .service-section-layout2 .swiper-outer {
        margin-right: 0;
    }
}

.service-block-layout2 .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 46px;
    position: relative;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .service-block-layout2 .inner-block {
        border: 1px solid rgba(33, 38, 33, 0.1019607843);
        border-radius: 30px;
        overflow: hidden;
    }
}

@media (max-width: 767.98px) {
    .service-block-layout2 .inner-block {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-layout2 .inner-block {
        padding: 20px 15px;
        border-radius: 40px;
    }
}

.service-block-layout2 .inner-block:hover .hover-color {
    width: 100%;
    opacity: 1;
}

.service-block-layout2 .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-layout2 .inner-block:hover .number {
    background-color: var(--theme-color-white);
    border-color: #f7f1da;
}

.service-block-layout2 .inner-block:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    width: 99.6%;
    height: 100%;
    -webkit-mask-image: url(../images/resource/service-mask2.png);
    mask-image: url(../images/resource/service-mask2.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;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 991.98px) {
    .service-block-layout2 .inner-block:after {
        display: none;
    }
}

.service-block-layout2 .inner-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/resource/service-mask2.png);
    mask-image: url(../images/resource/service-mask2.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;
    background-color: rgba(33, 38, 33, 0.1019607843);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 991.98px) {
    .service-block-layout2 .inner-block:before {
        display: none;
    }
}

.service-block-layout2 .inner-block .hover-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/resource/service-mask2.png);
    mask-image: url(../images/resource/service-mask2.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;
    background: -webkit-gradient(linear, left top, right top, from(#b16725), to(#f7f1da));
    background: linear-gradient(90deg, #b16725 0%, #f7f1da 100%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 991.98px) {
    .service-block-layout2 .inner-block .hover-color {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.service-block-layout2 .image-box {
    max-width: 280px;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .service-block-layout2 .image-box {
        max-width: 100%;
        max-height: 400px;
    }
}

.service-block-layout2 .image-box .image {
    height: 100%;
    width: 100%;
}

.service-block-layout2 .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-layout2 .content-box {
    position: relative;
    z-index: 1;
}

.service-block-layout2 .content-box .title {
    margin-bottom: 10px;
}

.service-block-layout2 .content-box .text {
    margin-bottom: 33px;
}

@media (max-width: 767.98px) {
    .service-block-layout2 .content-box .text {
        margin-bottom: 20px;
    }
}

.service-block-layout2 .content-box .list-box {
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .service-block-layout2 .content-box .list-box {
        margin-bottom: 15px;
    }
}

.service-block-layout2 .content-box .list-box .list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.service-block-layout2 .number {
    font-size: 50px;
    font-weight: 700;
    color: var(--theme-color1);
    background-color: #f7f1da;
    border-radius: 14px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block-layout2 .number {
        font-size: 24px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.service-box-layout2 .inner-box {
    position: relative;
    border: 1px solid rgba(33, 38, 33, 0.1019607843);
    background: #f7f1da;
    border-radius: 30px;
    padding: 50px 50px 44px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .service-box-layout2 .inner-box {
        padding: 50px 30px 44px;
    }
}

@media (max-width: 575.98px) {
    .service-box-layout2 .inner-box {
        padding: 30px 20px;
    }
}

.service-box-layout2 .inner-box:hover .shape-1 {
    background-color: var(--theme-color1);
}

.service-box-layout2 .inner-box:hover .icon i,
.service-box-layout2 .inner-box:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-box-layout2 .inner-box .icon {
    margin-bottom: 100px;
}

@media (max-width: 575.98px) {
    .service-box-layout2 .inner-box .icon {
        margin-bottom: 30px;
    }
}

.service-box-layout2 .inner-box .icon i,
.service-box-layout2 .inner-box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-box-layout2 .inner-box .title {
    margin-bottom: 20px;
}

.service-box-layout2 .inner-box .shape-1 {
    -webkit-mask-image: url(../images/resource/service-mask3.png);
    mask-image: url(../images/resource/service-mask3.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;
    width: 154px;
    height: 95px;
    background-color: #b16725;
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block2 .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    border-bottom: 1px solid rgba(33, 38, 33, 0.1019607843);
    padding: 40px 59px 34px;
}

@media (max-width: 575.98px) {
    .service-block2 .inner-box {
        padding: 20px 15px 20px;
    }
}

.service-block2 .inner-box .icon {
    background-color: #b16725;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .service-block2 .inner-box .icon {
        min-width: 40px;
        min-height: 40px;
        line-height: 40px;
    }
}

.service-block2 .inner-box .title {
    margin-bottom: 9px;
}

/***

====================================================================
    properties-section
====================================================================

***/
/***

====================================================================
    Rooms Section-h3
====================================================================

***/
/***

==================================================================
 video-section
==================================================================

***/
.video-section {
    padding-top: 5px;
}

@media (max-width: 991.98px) {
    .video-section {
        padding-top: 20px;
    }
}

.video-section .outer-box {
    position: relative;
    max-width: 1840px;
    margin: 0 auto;
    padding: 240px 0 215px;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .video-section .outer-box {
        padding: 200px 0 200px;
    }
}

@media (max-width: 767.98px) {
    .video-section .outer-box {
        padding: 160px 0;
    }
}

.video-section .outer-box .bg-image {
    -webkit-mask-image: url(../images/resource/video1-mask.png);
    mask-image: url(../images/resource/video1-mask.png);
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.video-section .outer-box .bg-image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: var(--gradient-9);
    position: absolute;
    z-index: 1;
}

.video-section .outer-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-section .video-box {
    text-align: center;
}

.video-section .video-box .play-now {
    margin-bottom: 43px;
}

@media (max-width: 767.98px) {
    .video-section .video-box .play-now {
        margin-bottom: 30px;
    }
}

.video-section .video-box .play-now .icon {
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .video-section .video-box .play-now .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.video-section .video-box .play-now .icon:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.video-section .video-box .play-now .ripple {
    width: 150px;
    height: 150px;
}

@media (max-width: 767.98px) {
    .video-section .video-box .play-now .ripple {
        width: 100px;
        height: 100px;
    }
}

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

@media (max-width: 991.98px) {
    .video-section .video-box .title {
        font-size: 60px;
        margin-bottom: 0;
    }
}

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

@media (max-width: 575.98px) {
    .video-section .video-box .title {
        font-size: 30px;
    }
}

/***

====================================================================
   contact-section-h1
====================================================================

***/
.contact-section .inner-container {
    max-width: 1840px;
    margin: 0 auto;
    position: relative;
    padding: 346px 0 120px;
    background: var(--theme-color-white);
    border: 1px solid #b16725;
    border-radius: 40px;
}

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

@media (max-width: 1199.98px) {
    .contact-section .inner-container .offer-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .contact-section .inner-container .offer-column {
        display: block;
    }
}

.contact-section .inner-container .bg-shape {
    top: auto;
    bottom: 0;
    height: 497px;
}

.contact-section .form-column .inner-column {
    background-color: var(--body-bg);
    border: 1px solid var(--theme-color1);
    backdrop-filter: blur(20px);
    padding: 60px 80px 57px;
    border-radius: 34px;
}

@media (max-width: 1399.98px) {
    .contact-section .form-column .inner-column {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .contact-section .form-column .inner-column {
        padding: 30px 20px;
    }
}

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

.contact-section .form-column .contact-form h6 {
    color: var(--theme-color-black);
    margin-bottom: 12px;
}

.contact-section .form-column .contact-form .nice-select {
    border-color: rgba(var(--theme-color-white-rgb), 0.5);
    border-radius: 10px;
    background-color: var(--theme-color-white);
    color: var(--headings-color);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 30px;
}

.contact-section .form-column .contact-form .nice-select::before {
    content: "";
    background-image: url(../images/icons/angle-down-arrow.svg);
    width: 10px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 22px;
}

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

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

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

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

.contact-section .form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color2);
}

.contact-section .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-color2);
    cursor: pointer;
}

.contact-section .form-column .contact-form .range-slider2 .property-output {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
}

.contact-section .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: 24px;
}

@media (max-width: 575.98px) {
    .contact-section .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;
    }
}

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

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

.contact-section .form-column .contact-form .bottom-box .price-box .price {
    color: var(--theme-color-white);
    margin-bottom: 15px;
}

.contact-section .form-column .contact-form .bottom-box .price-box .price-title {
    color: var(--theme-color-white);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .contact-section .offer-box {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .contact-section .offer-box {
        width: 100%;
    }
}

.contact-section .offer-box .inner-box {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), color-stop(74.95%, rgba(0, 0, 0, 0.15)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 74.95%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 34px;
    padding: 20px;
    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) {
    .contact-section .offer-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
}

.contact-section .offer-box .inner-box .image {
    border-radius: 14px;
    overflow: hidden;
    max-width: 243px;
}

@media (max-width: 575.98px) {
    .contact-section .offer-box .inner-box .image {
        max-width: none;
        width: 100%;
        height: 200px;
    }
}

.contact-section .offer-box .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-section .offer-box .inner-box .content .icon {
    margin-bottom: 13px;
}

.contact-section .offer-box .inner-box .content .sub-title {
    color: var(--theme-color2);
    margin-bottom: 11px;
}

.contact-section .offer-box .inner-box .content .title {
    color: var(--theme-color-white);
    font-size: 40px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .contact-section .offer-box2 {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .contact-section .offer-box2 {
        width: 100%;
    }
}

.contact-section .offer-box2 .inner-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    backdrop-filter: blur(20px);
    background: rgba(var(--theme-color-white-rgb), 0.06);
    text-align: center;
    padding-bottom: 23px;
    border-radius: 34px;
    margin-top: 30px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .contact-section .offer-box2 .inner-box {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .contact-section .offer-box2 .inner-box {
        overflow: hidden;
    }
}

.contact-section .offer-box2 .inner-box:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.48%, #212621), to(#993221));
    background: linear-gradient(180deg, #212621 55.48%, #993221 100%);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 383px;
    clip-path: polygon(0% 80%, 90% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
    border-radius: 34px;
}

.contact-section .offer-box2 .inner-box .image {
    position: relative;
}

/***

====================================================================
   contact-section-h2
====================================================================

***/
.contact-section-layout2 .inner-container {
    max-width: 1840px;
    margin: 0 auto;
    position: relative;
    padding: 120px 15px;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .contact-section-layout2 .inner-container {
        padding: 80px 15px;
    }
}

.contact-section-layout2 .inner-container .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-section-layout2 .outer-box {
    max-width: 1406px;
    margin: 0 auto;
    position: relative;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(49.16%, #b16725), to(#f7f1da));
    background: linear-gradient(90deg, #b16725 49.16%, #f7f1da 100%);
    padding: 10px 86px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399.98px) {
    .contact-section-layout2 .outer-box {
        padding: 20px;
    }
}

@media (max-width: 1199.98px) {
    .contact-section-layout2 .outer-box {
        padding: 30px 20px;
        max-width: 100%;
    }
}

.contact-section-layout2 .outer-box .image-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .contact-section-layout2 .outer-box .image-box {
        display: none;
    }
}

.contact-section-layout2 .outer-box .image-box .image {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/resource/contact2-mask.png);
    mask-image: url(../images/resource/contact2-mask.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;
}

.contact-section-layout2 .outer-box .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-section-layout2 .outer-box .image-box .title-box {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    backdrop-filter: blur(131px);
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 628px;
    padding: 37px 30px 40px 59px;
}

@media (max-width: 1399.98px) {
    .contact-section-layout2 .outer-box .image-box .title-box {
        max-width: 470px;
        padding: 30px;
    }
}

.contact-section-layout2 .outer-box .image-box .title-box .title {
    color: var(--theme-color-white);
    margin-bottom: 16px;
}

.contact-section-layout2 .outer-box .image-box .title-box .sub-title {
    color: var(--theme-color-white);
    background-color: rgba(var(--theme-color-white-rgb), 0.08);
    margin-bottom: 0;
    border-radius: 38px;
    display: inline-block;
    padding: 7px 20px;
}

.contact-section-layout2 .contact-form {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 601px;
    margin: 0 0 0 auto;
}

@media (max-width: 1199.98px) {
    .contact-section-layout2 .contact-form {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }
}

.contact-section-layout2 .contact-form h6 {
    color: var(--headings-color);
    margin-bottom: 12px;
}

.contact-section-layout2 .contact-form .nice-select {
    border-color: rgba(var(--theme-color-white-rgb), 0.5);
    border-radius: 10px;
    background-color: var(--theme-color-white);
    color: var(--headings-color);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 30px;
}

.contact-section-layout2 .contact-form .nice-select::before {
    content: "";
    background-image: url(../images/icons/angle-down-arrow.svg);
    width: 10px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 22px;
}

.contact-section-layout2 .contact-form .form-group {
    margin-bottom: 8px;
}

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

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

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

.contact-section-layout2 .contact-form .range-slider2 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color2);
}

.contact-section-layout2 .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-color2);
    cursor: pointer;
}

.contact-section-layout2 .contact-form .range-slider2 .property-output {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
}

.contact-section-layout2 .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: 24px;
}

@media (max-width: 575.98px) {
    .contact-section-layout2 .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;
    }
}

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

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

.contact-section-layout2 .contact-form .bottom-box .price-box .price {
    color: var(--theme-color2);
    margin-bottom: 15px;
}

.contact-section-layout2 .contact-form .bottom-box .price-box .price-title {
    color: var(--headings-color);
    margin-bottom: 0;
}

/***

====================================================================
   cta-section-h1
====================================================================

***/
.cta-section .outer-box {
    position: relative;
    background-color: #b16725;
    border-radius: 40px;
    margin-bottom: -226px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .cta-section .outer-box {
        overflow: hidden;
    }
}

.cta-section .outer-box:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/card1-2.png);
    width: 854px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px 0 0 40px;
}

.cta-section .content-column .inner-column {
    position: relative;
    padding: 86px 77px 100px;
}

@media (max-width: 575.98px) {
    .cta-section .content-column .inner-column {
        padding: 30px 20px 30px;
    }
}

.cta-section .content-column .inner-column .title {
    max-width: 525px;
    color: var(--theme-color1-text-color);
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .cta-section .content-column .inner-column .title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.cta-section .content-column .inner-column .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .cta-section .content-column .inner-column .shape-2 {
        display: none;
    }
}

.cta-section .image-column .inner-column {
    position: relative;
    margin-left: -179px;
}

@media (max-width: 991.98px) {
    .cta-section .image-column .inner-column {
        display: none;
    }
}

.cta-section .image-column .inner-column .image {
    position: absolute;
    top: -48px;
    right: 50px;
}

.cta-section .image-column .inner-column .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

/***

====================================================================
   rating-section-layout2
====================================================================

***/
.rating-section-layout2 {
    padding: 40px 0;
}

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

.rating-section-layout2 .outer-box {
    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(33, 38, 33, 0.1019607843);
    border-bottom: 1px solid rgba(33, 38, 33, 0.1019607843);
    padding: 59px 0 50px;
}

@media (max-width: 1199.98px) {
    .rating-section-layout2 .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.rating-section-layout2 .rating-title {
    max-width: 360px;
    line-height: 40px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .rating-section-layout2 .rating-title {
        margin-bottom: 25px;
    }
}

.rating-section-layout2 .rating-title span {
    color: var(--theme-color1);
}

.rating-section-layout2 .rating-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}

@media (max-width: 1199.98px) {
    .rating-section-layout2 .rating-outer {
        gap: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.rating-section-layout2 .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.rating-section-layout2 .rating-box:hover .icon img,
.rating-section-layout2 .rating-box:hover .icon i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rating-section-layout2 .rating-box .icon {
    background-color: var(--theme-color-lighter);
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
    border-radius: 60%;
    text-align: center;
}

.rating-section-layout2 .rating-box .icon img,
.rating-section-layout2 .rating-box .icon i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.rating-section-layout2 .rating-box .content .title {
    margin-bottom: 10px;
}

/***

====================================================================
    FAQ's Section
====================================================================

***/
.faqs-section {
    padding: 40px 0;
    position: relative;
}

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

.faqs-section .accordion .acc-btn .number {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--theme-color2);
    position: relative;
    display: inline-block;
    top: -4px;
    margin-right: 8px;
}

.faqs-box .inner-box {
    position: relative;
    padding: 50px 15px 0;
    background: var(--gradient-7);
    text-align: center;
    border-radius: 30px;
    margin-right: 46px;
}

@media (max-width: 1199.98px) {
    .faqs-box .inner-box {
        margin-bottom: 50px;
        margin-right: 0;
    }
}

.faqs-box .inner-box .image {
    margin-top: 42px;
}

.faqs-section-layout2 .outer-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41.92%, #212621), color-stop(115.91%, #993221));
    background: linear-gradient(180deg, #212621 41.92%, #993221 115.91%);
    padding: 40px 0;
    position: relative;
    border-radius: 40px;
    max-width: 1840px;
    margin: 0 auto;
}

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

.faqs-section-layout2 .sec-title {
    margin-bottom: 68px;
}

@media (max-width: 991.98px) {
    .faqs-section-layout2 .sec-title {
        margin-bottom: 30px;
    }
}

.faqs-section-layout2 .image-column .inner-column {
    margin-left: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199.98px) {
    .faqs-section-layout2 .image-column .inner-column {
        margin-left: 0;
        margin-top: 40px;
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .faqs-section-layout2 .image-column .inner-column {
        height: 400px;
    }
}

.faqs-section-layout2 .image-column .inner-column .image {
    width: 100%;
    height: 100%;
}

.faqs-section-layout2 .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faqs-section-layout2 .image-column .bottom-box {
    max-width: 341px;
    margin: 0 0 0 auto;
    text-align: right;
    background-color: var(--theme-color1);
    border-radius: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 36px 38px 40px 15px;
}

.faqs-section-layout2 .image-column .bottom-box .title {
    color: var(--theme-color-white);
    margin-bottom: 15px;
}

/***

====================================================================
Funfact Block
====================================================================

***/
.funfact-block .inner-box .count-box {
    color: var(--theme-color-black);
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.funfact-block .inner-box .count-title {
    color: var(--theme-color2);
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 19px;
}

/***

====================================================================
Funfact Block Two
====================================================================

***/
.funfact-block-two .inner-box .count-box {
    color: var(--theme-color1);
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}

.funfact-block-two .inner-box .count-title {
    max-width: 150px;
    margin-bottom: 0;
    margin-top: 6px;
    color: var(--theme-color1);
}

/***

====================================================================
  Testimonial Section
====================================================================

***/
.testimonial-section .outer-box {
    background: var(--gradient-8);
    position: relative;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1840px;
    border-radius: 40px;
    overflow: hidden;
}

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

.testimonial-section .outer-box .bg-image {
    top: auto;
    bottom: 0;
    max-height: 586px;
    height: 100%;
    opacity: 0.1;
}

@media (max-width: 1699.98px) {
    .testimonial-section .outer-box .bg-image {
        display: none;
    }
}

.testimonial-section .outer-box .shape-one {
    position: absolute;
    left: 94px;
    bottom: 389px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .testimonial-section .outer-box .shape-one {
        display: none;
    }
}

.testimonial-section .outer-box .shape-two {
    position: absolute;
    left: 358px;
    bottom: 38px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .testimonial-section .outer-box .shape-two {
        display: none;
    }
}

.testimonial-section .outer-box .shape-three {
    position: absolute;
    right: 122px;
    bottom: 319px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .testimonial-section .outer-box .shape-three {
        display: none;
    }
}

.testimonial-section .funfact-area {
    margin-top: 40px;
}

.testimonial-section .funfact-area .funfact-block .inner-box {
    border: 1px solid var(--theme-color1);
    padding: 60px 15px;
    text-align: center;
}

.testimonial-block .inner-block {
    border: 1px solid var(--theme-color1);
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    padding: 68px 60px 77px 53px;
}

@media (max-width: 1199.98px) {
    .testimonial-block .inner-block {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-block {
        padding: 30px 20px;
    }
}

.testimonial-block .inner-block .swiper-slide-thumb-active .image:before {
    background: var(--gradient-2);
    opacity: 1;
}

.testimonial-block .inner-block .swiper-slide-thumb-active .image:after {
    opacity: 1;
}

.testimonial-block .swiper-pagination {
    right: 0;
    left: auto;
    bottom: 0;
    width: auto;
}

@media (max-width: 575.98px) {
    .testimonial-block .swiper-pagination {
        display: none;
    }
}

.testimonial-block .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    /* background-color: rgba(var(--theme-color-white-rgb), 0.2); */
    margin: 0 0 0 18px !important;
}

.testimonial-block .swiper-pagination-bullet-active {
    background-color: var(--theme-color2);
}

.testimonial-block .content-box .inner-box {
    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .testimonial-block .content-box .inner-box {
        padding-left: 0;
        margin-top: 40px;
    }
}

.testimonial-block .content-box .inner-box .review {
    margin-bottom: 14px;
}

.testimonial-block .content-box .inner-box .review i,
.testimonial-block .content-box .inner-box .review img {
    color: var(--theme-color1);
    font-size: 18px;
}

.testimonial-block .content-box .inner-box .text2 {
    color: var(--theme-color1);
    margin-bottom: 51px;
}

@media (max-width: 1199.98px) {
    .testimonial-block .content-box .inner-box .text2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block .content-box .inner-box .text2 {
        font-size: 18px;
    }
}

.testimonial-block .content-box .inner-box .text {
    color: var(--theme-color-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 28px;
    padding-bottom: 43px;
    border-bottom: 1px solid var(--theme-color1);
}

@media (max-width: 991.98px) {
    .testimonial-block .content-box .inner-box .text {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block .content-box .inner-box .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonial-block .swiper-horizontal {
    padding-bottom: 0;
}

.testimonial-block .swiper-pagination-thumbs {
    height: 100%;
}

/* Image container */
.testimonial-block .swiper-pagination-thumbs .image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    /* perfect square thumbnails */
    width: 100%;
    max-width: 140px;
    /* desktop size */
    transition: all 0.5s ease;
}

/* Tablet */
@media (max-width: 991.98px) {
    .testimonial-block .swiper-pagination-thumbs .image {
        max-width: 110px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .testimonial-block .swiper-pagination-thumbs .image {
        max-width: 85px;
        border-radius: 10px;
    }
}

/* Overlay */
.testimonial-block .swiper-pagination-thumbs .image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Quote Icon */
.testimonial-block .swiper-pagination-thumbs .image:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 24px;
    background: url(../images/icons/quote2.svg) center/contain no-repeat;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

/* Image */
.testimonial-block .swiper-pagination-thumbs .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* no stretching */
    display: block;
    /* removes bottom gap */
    transition: transform 0.5s ease;
}

/* Hover Effects */
.testimonial-block .swiper-pagination-thumbs .image:hover:before {
    opacity: 1;
}

.testimonial-block .swiper-pagination-thumbs .image:hover:after {
    opacity: 1;
    bottom: 18px;
}

.testimonial-block .swiper-pagination-thumbs .image:hover img {
    transform: scale(1.08);
}

.testimonial-block .info .name {
    color: var(--theme-color1);
    margin-bottom: 4px;
}

.testimonial-block .info .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    margin-bottom: 0;
}

/***

====================================================================
  Testimonial Section Layout 2
====================================================================

***/
.testimonial-section-layout2 {
    padding: 40px 0;
    position: relative;
}

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

.testimonial-section-layout2 .swiper-container {
    margin: 0 -36px;
}

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

.testimonial-section-layout2 .swiper-horizontal {
    padding-bottom: 0;
}

.testimonial-block-layout2 .inner-block {
    background-color: var(--theme-color-lighter);
    border-radius: 20px;
    padding: 50px 60px 60px 60px;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout2 .inner-block {
        padding: 30px 20px 30px;
    }
}

.testimonial-block-layout2 .quote-icon {
    margin-bottom: 34px;
}

.testimonial-block-layout2 .text {
    color: rgba(33, 38, 33, 0.6);
    font-size: 20px;
    font-weight: 600;
}

.testimonial-block-layout2 .author-info {
    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: 42px;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout2 .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        gap: 20px;
    }
}

.testimonial-block-layout2 .author-info .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.testimonial-block-layout2 .author-info .info-box .thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-layout2 .author-info .info-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block-layout2 .author-info .info-box .info .name {
    margin-bottom: 4px;
}

.testimonial-block-layout2 .author-info .info-box .info .designation {
    margin-bottom: 0;
}

.testimonial-block-layout2 .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.testimonial-block-layout2 .review i {
    color: var(--theme-color1);
    font-size: 18px;
}

/***

====================================================================
  Testimonial Block 3
====================================================================

***/
.testimonial-block-style3 .inner-box {
    background: linear-gradient(168.16deg, #FFFFFF -0.39%, #E1E7FD 96.18%);
    border: 1px solid rgba(0, 0, 71, 0.1);
    border-radius: 20px;
    max-width: 648px;
    padding: 40px 40px 30px;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-style3 .inner-box {
        padding: 30px;
    }
}

@media (max-width: 475.98px) {
    .testimonial-block-style3 .inner-box {
        padding: 25px 15px;
    }
}

.testimonial-block-style3 .inner-box .icon2 {
    display: none;
    position: absolute;
    right: 40px;
    top: 0px;
}

@media (max-width: 475.98px) {
    .testimonial-block-style3 .inner-box .icon2 {
        display: block;
    }
}

.testimonial-block-style3 .inner-box .icon2 span {
    color: var(--theme-color3);
    font-size: 50px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-block-style3 .inner-box .stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5E89F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 23px;
}

.testimonial-block-style3 .inner-box .testi-text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    margin-bottom: 33px;
}

.testimonial-block-style3 .inner-box .bottom-box {
    border-radius: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-style3 .inner-box .bottom-box {
        background: var(--theme-color-white);
    }
}

.testimonial-block-style3 .inner-box .bottom-box .author-box {
    background: var(--theme-color-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 30px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-image: url("../images/resource/author-box.png");
    mask-image: url("../images/resource/author-box.png");
    -webkit-mask-position: right;
    mask-position: right;
    mask-repeat: no-repeat;
    margin-right: 19%;
}

@media (max-width: 575.98px) {
    .testimonial-block-style3 .inner-box .bottom-box .author-box {
        mask-image: none;
        -webkit-mask-image: none;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.testimonial-block-style3 .inner-box .bottom-box .author-box .thumb {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.testimonial-block-style3 .inner-box .bottom-box .author-box .author-info .name {
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.testimonial-block-style3 .inner-box .bottom-box .author-box .author-info .desig {
    font-weight: 500;
    letter-spacing: -0.02em;
}

.testimonial-block-style3 .inner-box .bottom-box .quote-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #001773;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-image: url("../images/resource/quote-box.png");
    mask-image: url("../images/resource/quote-box.png");
    -webkit-mask-position: left;
    mask-position: left;
    mask-repeat: no-repeat;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 194px;
}

@media (max-width: 575.98px) {
    .testimonial-block-style3 .inner-box .bottom-box .quote-box {
        mask-image: none;
        -webkit-mask-image: none;
        max-width: 134px;
    }
}

@media (max-width: 475.98px) {
    .testimonial-block-style3 .inner-box .bottom-box .quote-box {
        display: none;
    }
}

.testimonial-block-style3 .inner-box .bottom-box .quote-box .icon {
    display: inline-block;
    margin-left: calc(100% - 130px);
}

.testimonial-block-style3 .inner-box .bottom-box .quote-box .icon span {
    color: var(--theme-color3);
    font-size: 50px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-block-style3 .inner-box .bottom-box:hover .icon span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-style3 .inner-box:hover .icon2 span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/***

====================================================================
Process Section
====================================================================

***/
/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/
.team-section-layout2 {
    padding: 40px 0;
}

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

.team-block .inner-box {
    position: relative;
    margin-bottom: 20px;
    background-color: #f7f1da;
    border-radius: 30px;
    padding: 0 10px 10px;
    overflow: hidden;
}

.team-block .inner-box:hover .image-box .shape-team1 img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.team-block .inner-box:hover .image-box .image img {
    left: calc(0% + 15px);
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 55px;
    opacity: 1;
}

.team-block .inner-box:hover .social-icon-style .share-icon {
    color: var(--theme-color2);
}

.team-block .inner-box:hover .content-box .inner:before {
    background: var(--theme-color1);
}

.team-block .inner-box:hover .name {
    color: var(--theme-color-white);
}

.team-block .inner-box:hover .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.team-block .inner-box .image-box {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.team-block .inner-box .image-box .image {
    display: block;
    margin-bottom: 0;
    max-width: 286px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image-box .image img {
    position: relative;
    left: 0;
    max-width: 286px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image-box .shape-team1 {
    top: 25px;
    position: absolute;
    top: 0;
    left: calc(50% - 122px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image-box .shape-team1 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .content-box {
    position: relative;
    margin: 0;
}

.team-block .content-box .inner {
    width: 100%;
    margin-top: -30px;
    position: relative;
    padding: 34px 20px 15px 29px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .content-box .inner:before {
    content: "";
    -webkit-mask-image: url(../images/resource/team-mask1.png);
    mask-image: url(../images/resource/team-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;
    position: absolute;
    background: #b16725;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .team-block .content-box .inner:before {
        border-radius: 30px;
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: revert-layer;
        mask-position: revert-layer;
    }
}

.team-block .content-box .name {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.team-block .content-box .designation {
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-icon-style {
    position: relative;
}

.team-block .social-icon-style .share-icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--theme-color1);
    cursor: pointer;
    background-color: var(--theme-color-white);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-icon-style .social-links {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    bottom: -50px;
    left: 4px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .social-icon-style .social-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--theme-color-white);
    color: var(--theme-color-dark);
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-icon-style .social-links li a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.1);
}

.clients-section .swiper-horizontal {
    padding: 0;
}

.clients-section .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-section.style-two {
    border-top: 1px solid rgba(var(--theme-color1-rgb), 0.1);
}

.client-block .inner-box {
    border-right: 1px solid rgba(var(--theme-color1-rgb), 0.1);
    padding: 35px 0;
}

.client-block .inner-box:hover .image-box .image img:nth-child(1) {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.client-block .inner-box:hover .image-box .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);
}

.client-block .inner-box .image-box .image {
    margin-bottom: 0;
    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;
}

.client-block .inner-box .image-box .image img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.client-block .inner-box .image-box .image img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.client-block .inner-box .image-box .image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/***

====================================================================
    why-choose-us-section
====================================================================

***/
.why-choose-us-section .outer-box {
    padding: 40px 0;
    background: var(--gradient-6);
    position: relative;
    max-width: 1870px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .why-choose-us-section .outer-box {
        padding: 80px 0;
    }
}

.why-choose-us-section .outer-box .bg-shape {
    pointer-events: none;
}

.why-choose-us-section .outer-box .bg-shape img {
    width: 100%;
    height: 100%;
}

.why-choose-us-section .outer-box .shape1 {
    position: absolute;
    left: 110px;
    bottom: 255px;
    pointer-events: none;
}

.why-choose-us-section .outer-box .shape2 {
    position: absolute;
    left: 105px;
    bottom: 160px;
    pointer-events: none;
}

.why-choose-us-section .outer-box .shape3 {
    position: absolute;
    top: 81px;
    right: 208px;
    pointer-events: none;
}

.why-choose-us-section .outer-box .shape4 {
    position: absolute;
    top: 126px;
    right: 92px;
    pointer-events: none;
}

.why-choose-us-section .image-column .inner-column {
    border-radius: 40px;
    overflow: hidden;
    margin-left: 59px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section .image-column .inner-column {
        margin-left: 0;
        margin-top: 30px;
        height: 500px;
    }
}

.why-choose-us-section .image-column .inner-column:before {
    position: absolute;
    content: "";
    right: 0;
    width: 587px;
    height: 255px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(30px);
    border-radius: 40px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section .image-column .inner-column:before {
        width: 100%;
    }
}

.why-choose-us-section .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us-section .image-column .bottom-box {
    position: absolute;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section .image-column .bottom-box {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-section .image-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.why-choose-us-section .image-column .bottom-box .text2 {
    font-size: 22px;
    line-height: 39.6px;
    font-weight: 600;
    color: var(--theme-color-white);
    display: inline-block;
    background-color: var(--theme-color2);
    border-radius: 28px;
    padding: 34px 30px 38px;
    max-width: 238px;
}

@media (max-width: 575.98px) {
    .why-choose-us-section .image-column .bottom-box .text2 {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px 15px 20px;
        max-width: 100%;
    }
}

/***

====================================================================
    why-choose-us-layout2
====================================================================

***/
.why-choose-us-layout2 {
    padding: 40px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .why-choose-us-layout2 {
        padding: 80px 0;
    }
}

.why-choose-us-layout2 .bg-shape {
    pointer-events: none;
    z-index: -1;
}

.why-choose-us-layout2 .sec-title {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .why-choose-us-layout2 .sec-title {
        margin-bottom: 30px;
    }
}

.why-choose-us-layout2 .sec-title .text {
    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.1);
    padding-bottom: 20px;
}

.why-choose-us-layout2 .service-box-layout2 .image2 {
    border-radius: 30px;
    overflow: hidden;
}

.why-choose-us-layout2 .service-box-layout2 .image2 img {
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us-layout2 .service-box-layout2 .inner-box {
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .why-choose-us-layout2 .experience-box .inner-box {
        margin: 15px 0 40px;
    }
}

.why-choose-us-layout2 .experience-box .inner-box .image {
    -webkit-mask-image: url(../images/resource/why-choose2-max.png);
    mask-image: url(../images/resource/why-choose2-max.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;
    width: 218px;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .why-choose-us-layout2 .experience-box .inner-box .image {
        margin-bottom: 25px;
    }
}

.why-choose-us-layout2 .experience-box .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us-layout2 .experience-box .inner-box .experience .count-box {
    margin-bottom: 8px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -5px;
}

.why-choose-us-layout2 .experience-box .inner-box .experience .title {
    margin-bottom: 0;
}

/***

====================================================================
    Work Section
====================================================================

***/
.work-section .shape-one {
    position: absolute;
    top: 98px;
    left: 93px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .work-section .shape-one {
        display: none;
    }
}

.work-section .shape-two {
    position: absolute;
    top: 86px;
    right: 97px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .work-section .shape-two {
        display: none;
    }
}

.work-section .shape-three {
    position: absolute;
    bottom: 68px;
    right: 92px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .work-section .shape-three {
        display: none;
    }
}

.work-section .inner-container {
    padding: 40px 0;
    background: var(--gradient-2);
    position: relative;
    max-width: 1870px;
    margin: 0 auto;
    border-radius: 30px;
}

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

.work-section .outer-box {
    border: 2px solid var(--theme-color-white);
    border-radius: 40px;
    padding: 50px 44px 100px 60px;
    position: relative;
    margin-top: 65px;
}

@media (max-width: 991.98px) {
    .work-section .outer-box {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .work-section .outer-box {
        padding: 50px 20px 100px 20px;
    }
}

.work-section .outer-box:before {
    background-color: var(--theme-color1);
    content: "";
    width: 75%;
    height: 1px;
    position: absolute;
    top: -65px;
    left: 65px;
}

@media (max-width: 991.98px) {
    .work-section .outer-box:before {
        display: none;
    }
}

.work-section .sec-title {
    margin-bottom: 117px;
}

@media (max-width: 991.98px) {
    .work-section .sec-title {
        margin-bottom: 30px;
    }
}

.work-section .bottom-box {
    background-color: var(--theme-color-white);
    border-radius: 55px;
    padding: 10px 10px;
    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;
    max-width: 923px;
    margin: 0 auto;
    margin-top: -38px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .work-section .bottom-box {
        padding: 25px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.work-section .bottom-box .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.work-section .bottom-box .images img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid var(--theme-color-white);
    margin-left: -20px;
}

.work-block .inner-block {
    position: relative;
}

@media (max-width: 991.98px) {
    .work-block .inner-block {
        margin-bottom: 50px;
    }
}

.work-block .inner-block:hover .step-count {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.work-block .inner-block:hover .icon {
    background-color: var(--theme-color1);
}

.work-block .inner-block:hover .icon img,
.work-block .inner-block:hover .icon i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: var(--theme-color-white);
}

.work-block .icon {
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 15px;
    background-color: var(--theme-color-white);
    margin-bottom: 36px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .icon img,
.work-block .icon i {
    color: var(--theme-color1);
    font-size: 42px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .title {
    margin-bottom: 18px;
    color: var(--theme-color-black);
}

.work-block .text {
    max-width: 330px;
    color: var(--theme-color-black);

}

.work-block .step-count {
    background-color: var(--theme-color-white);
    border-radius: 29px;
    color: var(--headings-color);
    display: inline-block;
    font-weight: 500;
    padding: 4px 19px;
    position: absolute;
    top: -130px;
    left: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .work-block .step-count {
        top: 0;
        left: auto;
        right: 30px;
    }
}

@media (max-width: 575.98px) {
    .work-block .step-count {
        right: 0;
    }
}

/***

====================================================================
    Work Section Layout 2
====================================================================

***/
.work-section-layout2 {
    padding: 40px 0;
}

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

.work-block-layout2 .inner-block {
    border: 1px solid rgba(33, 38, 33, 0.1019607843);
    border-radius: 30px;
    padding: 34px 40px;
    position: relative;
    margin-bottom: 46px;
}

@media (max-width: 767.98px) {
    .work-block-layout2 .inner-block {
        padding: 34px 20px;
    }
}

.work-block-layout2 .inner-block:hover:before {
    opacity: 1;
}

.work-block-layout2 .inner-block:hover .icon {
    background-color: var(--theme-color-white);
}

.work-block-layout2 .inner-block:hover .icon i,
.work-block-layout2 .inner-block:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.work-block-layout2 .inner-block:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.work-block-layout2 .inner-block:before {
    background: -webkit-gradient(linear, left top, right top, from(#f7f1da), to(#b16725));
    background: linear-gradient(90deg, #f7f1da 0%, #b16725 100%);
    border-radius: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block-layout2 .step-count {
    background-color: var(--theme-color-white);
    border-radius: 29px;
    color: var(--theme-color2);
    display: inline-block;
    font-weight: 500;
    padding: 4px 9px;
    position: absolute;
    top: -16px;
    left: calc(50% - 43.5px);
    text-transform: capitalize;
}

.work-block-layout2 .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
}

@media (max-width: 991.98px) {
    .work-block-layout2 .title-box {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .work-block-layout2 .title-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.work-block-layout2 .icon {
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 15px;
    background-color: #f7f1da;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block-layout2 .icon i,
.work-block-layout2 .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block-layout2 .title {
    margin-bottom: 0;
    line-height: 34px;
}

.work-block-layout2 .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .work-block-layout2 .image-box {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .work-block-layout2 .image-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.work-block-layout2 .image {
    max-width: 274px;
    max-height: 98px;
    border-radius: 0;
    overflow: hidden;
}

.work-block-layout2 .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .work-block-layout2 .text {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .work-block-layout2 .text {
        text-align: center;
    }
}

/***

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
    position: relative;
    padding: 40px 0;
}

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

.blog-block .inner-block {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(33, 38, 33, 0.1019607843);
    margin-bottom: 20px;
}

.blog-block .inner-block:hover .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-block .inner-block:hover .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);
}

.blog-block .image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.blog-block .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-block .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-block .image .post-meta {
    font-size: 30px;
    font-weight: 600;
    color: #f7f1da;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--theme-color1);
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.blog-block .content-box .inner-box {
    padding: 26px 40px 36px;
}

@media (max-width: 575.98px) {
    .blog-block .content-box .inner-box {
        padding: 25px 15px 25px;
    }
}

.blog-block .content-box .title {
    margin-bottom: 18px;
    line-height: 30px;
}

.blog-block .content-box .title:hover a {
    background-size: 100% 1px;
}

.blog-block .content-box .title a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.blog-block .bottom-box {
    margin-top: 32px;
}

/***

====================================================================
    Blog Section Layout 2
====================================================================

***/
.blog-section-layout2 {
    position: relative;
    padding: 40px 0;
}

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

.blog-section-layout2 .outer-box {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-block-layout2 .inner-block {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .blog-block-layout2 .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-block-layout2 .inner-block:hover .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-block-layout2 .inner-block:hover .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);
}

.blog-block-layout2 .image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-width: 424px;
}

@media (max-width: 1599.98px) {
    .blog-block-layout2 .image {
        min-width: 224px;
    }
}

.blog-block-layout2 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-block-layout2 .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-block-layout2 .image .post-meta {
    font-size: 30px;
    font-weight: 600;
    color: #f7f1da;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--theme-color1);
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.blog-block-layout2 .content-box .inner-box {
    padding: 33px 40px 40px;
    border: 1px solid rgba(33, 38, 33, 0.1019607843);
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .blog-block-layout2 .content-box .inner-box {
        padding: 33px 20px 40px;
    }
}

@media (max-width: 575.98px) {
    .blog-block-layout2 .content-box .inner-box {
        padding: 25px 15px 25px;
    }
}

.blog-block-layout2 .content-box .title {
    margin-bottom: 18px;
    line-height: 30px;
}

.blog-block-layout2 .content-box .title:hover a {
    background-size: 100% 1px;
}

.blog-block-layout2 .content-box .title a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.blog-block-layout2 .bottom-box {
    margin-top: 65px;
}

@media (max-width: 991.98px) {
    .blog-block-layout2 .bottom-box {
        margin-top: 30px;
    }
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
    background-color: var(--headings-color);
    padding-top: 120px;
    position: relative;
    /* Widget Section */
}

.main-footer .widgets-section {
    border-radius: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .main-footer .footer-column {
        margin-bottom: 0;
    }
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-widget.news-widget .form-group input {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
    border-radius: 6px;
    color: rgba(var(--theme-color-white-rgb), 0.7);
    backdrop-filter: blur(20px);
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.main-footer .footer-widget.news-widget .form-group button {
    background-color: var(--theme-color1);
    border-radius: 6px;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    right: 5px;
    width: 40px;
}

.main-footer .footer-widget.news-widget .form-check {
    margin-top: 20px;
}

.main-footer .footer-widget.news-widget .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-footer .footer-widget.news-widget .form-check .form-check-label {
    color: var(--theme-color-white);
}

.main-footer .widget-title {
    color: var(--theme-color-white);
    margin-bottom: 21px;
    position: relative;
}

.main-footer .widget-content {
    position: relative;
}

.main-footer .widget-content .text {
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 18px;
    color: rgba(var(--theme-color-white-rgb), 0.7);
    max-width: 413px;
}

.footer-style-one {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.footer-style-one .shape-one {
    position: absolute;
    right: 64px;
    bottom: 210px;
    pointer-events: none;
}

@media (max-width: 1599.98px) {
    .footer-style-one .shape-one {
        display: none;
    }
}

.footer-style-one .widgets-section {
    padding: 60px 0 0;
}

.footer-style-one .footer-link-btn {
    position: absolute;
    right: 0;
    top: -15px;
}

.footer-style-one .footer-link-btn a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: var(--theme-color1);
}

.footer-style-one .footer-link-btn a:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.footer-style-one .footer-link-btn a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    font-size: 12px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-one .footer-outer {
    position: relative;
    padding: 40px 0 25px;
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-outer {
        margin-top: 50px;
    }
}

.footer-style-one .footer-outer:before {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-color1);
    width: 685px;
    height: 100%;
    border-radius: 20px 0 0 0;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
}

@media (max-width: 1199.98px) {
    .footer-style-one .footer-outer:before {
        left: -14px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-outer:before {
        border-left: 0;
        border-radius: 0;
    }
}

.footer-style-one .marquee-section {
    padding-bottom: 0;
}

.footer-style-one .marquee-section .text {
    color: var(--theme-color-white);
}

.footer-style-one .marquee-section .marquee .text:before {
    background-color: var(--theme-color-white);
}

.footer-style-one .widget-contact {
    background-color: var(--body-bg);
    padding: 49px 20px 22px 40px;
    border-radius: 30px;
    position: relative;
    border: 1px solid var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .footer-style-one .widget-contact {
        padding: 49px 20px 22px 20px;
    }
}

.footer-style-one .widget-contact:before {
    content: "";
    background-color: var(--theme-color1);
    width: 4px;
    height: 131px;
    left: 0;
    bottom: 35px;
    border-radius: 28px;
    position: absolute;
}

.footer-style-one .widget-contact .logo {
    margin-bottom: 53px;
    max-width: 168px;
}

.footer-style-one .widget-contact .contact-info li {
    margin-bottom: 12px;
}

.footer-style-one .widget-contact .contact-info i {
    margin-right: 15px;
    font-size: 20px;
    color: var(--theme-color2);
    width: 20px;
}

.footer-style-one .widget-contact .contact-info a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 500;
    color: var(--theme-color-black);
    word-break: break-all;
}

@media (max-width: 767.98px) {
    .footer-style-one .footer-widget {
        margin-bottom: 30px;
    }
}

.footer-style-one .widget-title {
    color: var(--theme-color1);
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .footer-style-one .widget-title {
        margin-bottom: 15px;
    }
}

.footer-style-one .user-links li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-style-one .user-links li a {
    color: var(--theme-color-black);
    position: relative;
}

.footer-style-one .user-links li a:hover:before {
    width: 100%;
    opacity: 1;
}

.footer-style-one .user-links li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color1);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-one .date-widget .widget-date li {
    color: var(--theme-color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

@media (max-width: 1439.98px) {
    .footer-style-one .date-widget .widget-date li {
        gap: 30px;
    }
}

.footer-style-one .date-widget .widget-date li .day {
    /* width: 80px; */
}

.footer-style-one .footer-bottom {
    border-top: 1px solid var(--theme-color1);
    padding: 30px 0 30px;
}

.footer-style-one .footer-bottom .inner-container {
    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-style-one .footer-bottom .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer-style-one .footer-bottom .copyright-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-black);
    margin-bottom: 0;
}

.footer-style-one .social-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .footer-style-one .social-icon-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-one .social-icon-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-style-one .social-icon-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--theme-color1);
    border-radius: 30px;
    background-color: var(--body-bg);
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 8.5px 22px;
    font-size: 14px;
    font-weight: 400;
}

.footer-style-one .social-icon-list li a:hover {
    border-color: transparent;
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    background-color: var(--theme-black);
}

.footer-style-two {
    background-color: #0B160C;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.footer-style-two:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    left: 0;
    bottom: 97px;
}

@media (max-width: 767.98px) {
    .footer-style-two:before {
        bottom: 124px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two:before {
        bottom: 145px;
    }
}

.footer-style-two .shape-1 {
    position: absolute;
    left: 100px;
    bottom: 220px;
}

.footer-style-two .widgets-section {
    padding: 107px 0 0;
}

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

.footer-style-two .widget-contact {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    padding: 40px 35px 40px 50px;
    border-radius: 30px 30px 0 0;
    position: relative;
    overflow: hidden;
    margin-right: 38px;
}

@media (max-width: 1199.98px) {
    .footer-style-two .widget-contact {
        margin-right: 0;
        border-radius: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two .widget-contact {
        padding: 20px;
    }
}

.footer-style-two .widget-contact:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.82%, rgba(33, 38, 33, 0)), color-stop(75.98%, rgba(65, 150, 14, 0.8)), to(#993221));
    background: linear-gradient(180deg, rgba(33, 38, 33, 0) 53.82%, rgba(65, 150, 14, 0.8) 75.98%, #993221 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.footer-style-two .widget-contact .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-style-two .widget-contact .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-style-two .widget-contact .logo {
    margin-bottom: 302px;
    max-width: 168px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .footer-style-two .widget-contact .logo {
        margin-bottom: 50px;
    }
}

.footer-style-two .widget-contact .contact-info {
    position: relative;
    z-index: 2;
}

.footer-style-two .widget-contact .contact-info .text {
    color: var(--theme-color-white);
}

.footer-style-two .widget-contact .social-icon-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    margin-top: 23px;
}

.footer-style-two .widget-contact .social-icon-list2 li a {
    color: var(--theme-color-dark);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-white);
}

.footer-style-two .widget-contact .social-icon-list2 li a:hover {
    color: var(--theme-color2);
}

.footer-style-two .widget-title {
    color: var(--theme-color1);
    margin-bottom: 35px;
}

.footer-style-two .user-links li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-two .user-links li a {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    position: relative;
}

.footer-style-two .user-links li a:hover:before {
    width: 100%;
    opacity: 1;
}

.footer-style-two .user-links li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color1);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .date-widget .widget-date li {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.footer-style-two .date-widget .widget-date li .day {
    width: 80px;
}

.footer-style-two .footer-bottom {
    padding: 37px 0 40px;
    margin-top: 55px;
}

.footer-style-two .footer-bottom .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .footer-style-two .footer-bottom .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.footer-style-two .footer-bottom .copyright-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-white);
    margin-bottom: 0;
}

.footer-style-two .footer-bottom .policy-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
}

@media (max-width: 575.98px) {
    .footer-style-two .footer-bottom .policy-link {
        gap: 10px;
    }
}

.footer-style-two .footer-bottom .policy-link li {
    font-size: 16px;
    font-weight: 600;
}

.footer-style-two .footer-bottom .policy-link li a {
    color: var(--theme-color-white);
}

.footer-style-two .social-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .footer-style-two .social-icon-list {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two .social-icon-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-style-two .social-icon-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 8.5px 22px;
    font-size: 14px;
    font-weight: 400;
}

.footer-style-two .social-icon-list li a:hover {
    border-color: transparent;
    color: var(--theme-color1);
    font-weight: 500;
}

.footer-style-two .subscribe-widget {
    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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 54px;
    margin-bottom: 52px;
}

@media (max-width: 767.98px) {
    .footer-style-two .subscribe-widget {
        -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: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 20px;
    }
}

.footer-style-two .subscribe-widget .title {
    color: var(--theme-color-white);
    line-height: 40px;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-two .subscribe-widget .title {
        line-height: 35px;
        font-size: 26px;
    }
}

.footer-style-two .subscribe-form .form-group input {
    color: var(--theme-color-white);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    height: 56px;
    line-height: 56px;
    width: 312px;
    border-radius: 33px;
    padding: 0 21px;
}

@media (max-width: 575.98px) {
    .footer-style-two .subscribe-form .form-group input {
        width: 100%;
        margin-bottom: 10px;
    }
}

.footer-style-two .subscribe-form .form-group .theme-btn {
    padding: 20px 34px;
}

.nice-select {
    width: 100%;
    border-radius: 5px;
    height: 65px;
    line-height: 30px;
    margin-bottom: 10px;
}

.nice-select::after {
    display: none;
}

.nice-select::before {
    font-family: "Font Awesome 6 pro";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    top: 13px;
    right: 15px;
    color: var(--theme-color-black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nice-select.open::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select:focus {
    border: 1px solid var(--theme-color1);
}

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

.nice-select .current {
    font-size: 16px;
    color: #686a6f;
}

/***
====================================================================
  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.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-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;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
    color: var(--headings-color);
    text-transform: capitalize;
    font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details .product-info .product-details__social .social-icon-one li {
    position: relative;
    margin-left: 20px;
}

.product-details .product-info .product-details__social .social-icon-one li:first-child {
    margin-left: 0;
}

.product-details .product-info .product-details__social .social-icon-one li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
    color: var(--theme-color2);
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
}

.product-details__quantity .quantity-box {
    border-radius: 10px;
    height: 60px;
    position: relative;
    width: 98px;
}

.product-details__quantity .quantity-box input {
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    color: var(--theme-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 {
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.product-discription .product-description__list ul {
    display: block;
    position: relative;
}

.product-discription .product-description__list ul li {
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    color: var(--headings-color);
    font-weight: 600;
    margin: 0;
}

.product-discription .product-description__list ul li p span:before {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    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 #e1e8e4;
    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: #f4f5f4;
    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.html);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.html);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.html);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
    position: relative;
    padding: 40px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.html);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.html) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5', GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-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.html) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color2);
    color: #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: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    background-color: var(--theme-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 30px 10px 30px;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

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

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

.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-color-gray);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    height: 52px;
    padding: 10px 60px 10px 20px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    background-color: var(--theme-color2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
    background-color: var(--theme-color-lighter);
    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-color1);
    color: var(--theme-color1-text-color);
}

/***

====================================================================
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-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 0;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.6117647059)));
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.6117647059));
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: var(--theme-color2);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder {
    color: #cccccc;
}

/***

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

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

.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: var(--theme-color1-text-color);
}

.contact-details__info li:hover .icon span {
    color: var(--text-color-bg-theme-color2);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
    background-color: var(--theme-color2);
    color: var(--theme-color1-text-color);
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--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(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    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: #000;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    display: block;
    position: relative;
}

.project-details__img img {
    border-radius: 10px;
    width: 100%;
}

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}

.project-details__details-list li {
    display: block;
    position: relative;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details-btn .theme-btn {
    position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }

    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }

    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.project-details__client a {
    text-decoration: underline;
}

.project-details__client a:hover {
    color: var(--link-color);
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-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-color2);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-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__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;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-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: var(--theme-color1-text-color);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-color-white);
    background-color: var(--theme-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: var(--theme-color1-text-color);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-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: #0e2207;
    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(--text-color-bg-theme-color2);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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(--theme-light-background-text-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;
   