@charset "UTF-8";
/* Homeify | Single Property HTML Template

Template Name: Homeify
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=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&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");
@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: #C9F31D;
    --theme-color2: #092837;
    --theme-color3: #AE5935;
    --theme-color1-rgb: 201, 243, 29;
    --theme-color2-rgb: 9, 40, 55;
    --theme-color3-rgb: 174, 89, 53;
    --theme-color4-rgb: 255, 233, 0;
    --theme-color1-text-color: #092837;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #fff;
    --theme-color4-text-color: #fff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-lighter: #F8F8F8;
    --theme-color-lighter2: #cccccc;
    --theme-color-silver: #F5F5F5;
    --review-color: #FFAA18;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-dark: #051A25;
    --theme-color-gray: #222222;
    --gradient-1: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);
    --text-color: rgba(33, 29, 29, 0.6);
    --headings-color: #211D1D;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --body-font-family: "Jost", sans-serif;
    --heading-font-family: "Marcellus", serif;
    --body-bg: #ffffff;
    --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: 1.41667em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 80px;
    --h2-font-size: 50px;
    --h3-font-size: 32px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --sec-title-subtitle-color: var(--theme-color-white);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--heading-font-family);
    --sec-title-subtitle-font-weight: 700;
    --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: 400;
    --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: 1320px;
    --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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    position: relative;
    line-height: var(--line-height-heading-);
}

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

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

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

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

h2,
.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,
.h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

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

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

h6,
.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:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

.before-none:before {
    display: none;
}

.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;
    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: 20px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-size: 14px;
    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);
}

/*=== List 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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.list-style-one li {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: var(--theme-color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

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

.list-style-one li i {
    margin-right: 10px;
    color: var(--theme-color-dark);
    font-size: 16px;
    line-height: 27px;
}

.list-style-one li a {
    display: block;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-style-two li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    font-weight: 600;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 15px;
}

.list-style-two li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-two li a {
    display: inline-block;
    font-weight: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.list-style-two.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-style-two.two-column li {
    width: 50%;
}

@media (max-width: 767.98px) {
    .list-style-two.two-column li {
        width: 100%;
    }
}

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

/*Social Icon Two*/

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

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

.social-icon-two li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a i {
    position: relative;
}

.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px;
}

.social-icon-two li a:hover {
    color: #fff;
}

.social-icon-two li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

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

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

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

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

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

.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: 7px;
    -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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    border-radius: 0;
    color: var(--theme-color1-text-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 17px 32px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-one:before {
    background-color: var(--theme-color-white);
    border-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -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);
    z-index: -1;
}

.btn-style-one .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-one .icon {
    color: #000;
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.btn-style-one:hover .icon,
.btn-style-one:focus .icon,
.btn-style-one:active .icon {
    color: var(--theme-color-dark);
}

.btn-style-one.btn-hover-light:hover .btn-title {
    color: var(--theme-color1);
}

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

/***

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

***/

.btn-style-two {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    padding: 17px 34.5px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two:before {
    background-color: var(--theme-color-white);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -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);
    z-index: -1;
}

.btn-style-two .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two .icon {
    color: var(--theme-color-black);
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two:hover,
.btn-style-two:active,
.btn-style-two:focus {
    color: var(--theme-color-dark);
}

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

.btn-style-two:hover .icon,
.btn-style-two:active .icon,
.btn-style-two:focus .icon {
    color: var(--theme-color-dark);
}

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

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

/***

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

***/

.btn-style-three {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.btn-style-three:hover .btn-arrow-left {
    scale: 1;
}

.btn-style-three:hover .btn-arrow-right {
    scale: 0;
}

.btn-style-three:hover .btn-title {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}

.btn-style-three .btn-title {
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    padding: 8px 45.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 100px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-style-three .btn-title:before {
    display: none;
}

.btn-style-three .btn-title:after {
    display: none;
}

.btn-style-three .btn-arrow-left {
    width: 44px;
    height: 44px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border-radius: 50%;
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
}

.btn-style-three .btn-arrow-right {
    width: 44px;
    height: 44px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
}

/***

==================================================================
btn-style-four
==================================================================
***/

.btn-style-four {
    background: var(--theme-color1);
    backdrop-filter: blur(10px);
    color: var(--theme-color1-text-color);
    padding: 17px 34.3px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four:before {
    background-color: var(--theme-color2);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -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);
    z-index: -1;
}

.btn-style-four .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .icon {
    color: var(--theme-color-black);
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four:hover,
.btn-style-four:focus,
.btn-style-four:active {
    color: var(--theme-color2-text-color);
}

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

.btn-style-four:hover .icon,
.btn-style-four:focus .icon,
.btn-style-four:active .icon {
    color: var(--theme-color-dark);
}

/***

==================================================================
btn-style-five
==================================================================

***/

.btn-style-five {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: var(--theme-color-white);
    padding: 17px 34.3px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-five:before {
    background-color: var(--theme-color-white);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -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);
    z-index: -1;
}

.btn-style-five .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-five .icon {
    color: var(--theme-color-black);
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-five:hover,
.btn-style-five:focus,
.btn-style-five:active {
    color: var(--theme-color-dark);
}

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

.btn-style-five:hover .icon,
.btn-style-five:focus .icon,
.btn-style-five:active .icon {
    color: var(--theme-color-dark);
}

.btn-style-five.btn-hover-light:hover .btn-title {
    color: var(--theme-color1);
}

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

/***

==================================================================
btn style six
==================================================================

***/

.btn-style-six {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.btn-style-six:hover .btn-arrow-left {
    scale: 1;
}

.btn-style-six:hover .btn-arrow-right {
    scale: 0;
}

.btn-style-six:hover .btn-title {
    -webkit-transform: translateX(67px);
    transform: translateX(67px);
}

.btn-style-six .btn-title {
    background: var(--theme-color1);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 18px 36.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-style-six .btn-arrow-left {
    width: 65px;
    height: 52px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color1);
    color: #fff;
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
}

.btn-style-six .btn-arrow-right {
    width: 65px;
    height: 52px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color1);
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
}

/***

==================================================================
btn style seven
==================================================================

***/

.btn-style-seven:hover,
.btn-style-seven:focus,
.btn-style-seven:acitve {
    color: var(--theme-color-white);
}

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

.btn-style-seven {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1411764706);
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font2);
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding: 4px 5px 4px 26px;
    border-radius: 25px;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 31px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
}

.btn-style-seven: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-seven .btn-arrow-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
    position: relative;
    z-index: 1;
}

/***

==================================================================
btn-style-eight
==================================================================

***/

.btn-style-eight {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    border-radius: 0;
    color: var(--theme-color2-text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    gap: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 22px;
    overflow: hidden;
    padding: 17px 32px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-eight:before {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -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);
    z-index: -1;
}

.btn-style-eight .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-eight .icon {
    color: var(--theme-color-black);
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-eight:hover,
.btn-style-eight:focus,
.btn-style-eight:active {
    color: var(--theme-color-dark);
}

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

.btn-style-eight:hover .icon,
.btn-style-eight:focus .icon,
.btn-style-eight:active .icon {
    color: var(--theme-color-dark);
}

.btn-style-eight.btn-hover-light:hover .btn-title {
    color: var(--theme-color1);
}

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

/***

==================================================================
btn-style-nine
==================================================================

***/

.btn-style-nine {
    background-color: transparent;
    color: #fff;
    padding: 17px 32px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 0;
    gap: 21px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-nine:before {
    background-color: var(--theme-color1);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -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);
    z-index: -1;
}

.btn-style-nine .btn-title {
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-nine .icon {
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-nine:hover,
.btn-style-nine:focus,
.btn-style-nine:active {
    color: var(--theme-color1-text-color);
}

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

.btn-style-nine:hover .icon,
.btn-style-nine:hover .btn-title,
.btn-style-nine:focus .icon,
.btn-style-nine:focus .btn-title,
.btn-style-nine:active .icon,
.btn-style-nine:active .btn-title {
    color: var(--theme-color1-text-color);
}

/***

==================================================================
btn-style-ten
==================================================================

***/

.btn-style-ten {
    background-color: transparent;
    border: 1px solid rgba(4, 6, 24, 0.1);
    color: #211D1D;
    padding: 17px 32px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 0;
    gap: 21px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-ten:before {
    background-color: var(--theme-color1);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -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);
    z-index: -1;
}

.btn-style-ten .btn-title {
    color: #211D1D;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-ten .icon {
    color: #211D1D;
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-ten:hover,
.btn-style-ten:focus,
.btn-style-ten:acitve {
    border: 1px solid var(--theme-color1);
    color: #fff;
}

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

.btn-style-ten:hover .icon,
.btn-style-ten:hover .btn-title,
.btn-style-ten:focus .icon,
.btn-style-ten:focus .btn-title,
.btn-style-ten:acitve .icon,
.btn-style-ten:acitve .btn-title {
    color: #fff;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    position: relative;
}

.accordion-box .block .acc-btn {
    border-bottom: 1px solid #fff;
    color: var(--headings-color);
    cursor: pointer;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: var(--h4-font-weight);
    padding: 20px 30px;
    padding-right: 70px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    height: 35px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
    color: var(--theme-color-dark);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: var(--bg-theme-color1);
    color: #fff;
}

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

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

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

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 25px 30px;
}

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

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

.accordion-box.home7-style {
    position: relative;
}

.accordion-box.home7-style .block {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(24, 24, 32, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.accordion-box.home7-style .block .acc-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--headings-color);
    cursor: pointer;
    font-family: var(--heading-font-family);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    padding: 20px 30px;
    padding-right: 70px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box.home7-style .block .acc-btn .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(24, 24, 32, 0.1);
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 30px;
}

.accordion-box.home7-style .block .acc-btn.active {
    background-color: var(--headings-color);
    color: #fff;
}

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

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

.accordion-box.home7-style .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box.home7-style .block .acc-content .content {
    position: relative;
    padding: 25px 30px;
}

.accordion-box.home7-style .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0;
}

.accordion-box.home7-style .block .acc-content .content .acrdn-list {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-transform: capitalize;
}

.accordion-box.home7-style .block .acc-content .content .acrdn-list .list {
    margin-bottom: 15px;
    margin-left: 15px;
    list-style-type: disc;
}

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

.accordion-box.home7-style .block.active-block {
    background-color: var(--headings-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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: 32.5px 0;
    margin-right: 59px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

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

@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-color-white);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 234px;
    z-index: 100;
    padding: 0;
    background-color: var(--theme-color-white);
    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:hover>a {
    color: var(--theme-color1);
}

.main-menu .navigation>li>ul>li {
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li>a {
    color: var(--headings-color);
    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(--headings-color);
}

.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: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 30px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms ease;
}

.main-header .cart-btn-two {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 22px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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);
}

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

/*** 

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

***/

.header-style-one {
    padding: 5px 0;
}

@media (max-width: 1023px) {
    .header-style-one {
        padding: 17px 0;
    }
}

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

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

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

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

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

.header-style-one .main-box .right-box .header-phone_box:hover .info {
    color: var(--theme-color1);
}

.header-style-one .main-box .right-box .header-phone_box:hover .icon {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.header-style-one .main-box .right-box .header-phone_box .info {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    line-height: 1;
}

.header-style-one .main-box .right-box .header-phone_box .icon {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-one .main-box .right-box .theme-btn {
    padding: 14px 32px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2392156863);
}

.header-style-one .main-box .mobile-nav-toggler {
    display: none;
}

@media (max-width: 1023px) {
    .header-style-one .main-box .mobile-nav-toggler {
        display: block;
    }
}

.header-style-one .main-menu .navigation>li {
    padding: 30px 0;
}

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

.header-style-one.fixed-header .main-menu {
    margin-right: 0px;
}

.header-style-one.fixed-header .main-menu .navigation>li {
    padding: 30px 0;
}

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

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

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

.header-style-one .info-call {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .info-call:last-child {
    margin-right: 0;
}

.header-style-one .info-call span {
    color: var(--theme-color6);
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.header-style-one .info-call .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    margin-right: 8px;
    height: 41px;
    line-height: 41px;
    width: 41px;
    margin-right: 10px;
    text-align: center;
}

.header-style-one .mobile-nav-toggler {
    color: var(--theme-color-white);
    display: inline-block;
    margin-left: 4px;
}

.header-style-one .mobile-nav-toggler:hover .shape-line {
    background-color: var(--theme-color1);
}

.header-style-one .mobile-nav-toggler:hover .shape-line:before {
    background-color: var(--theme-color1);
}

.header-style-one .mobile-nav-toggler:hover .shape-line:after {
    background-color: var(--theme-color1);
}

.header-style-one .mobile-nav-toggler:hover .shape-line-img .icon-img {
    -webkit-filter: none;
    filter: none;
}

.header-style-one .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    margin: 7px 5px 7px 28px;
    height: 1px;
    width: 16.5px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-one .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-one .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-one .mobile-nav-toggler .shape-line-img {
    margin: 7px 5px 7px 27px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-one .mobile-nav-toggler .shape-line-img .icon-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
}

@media (min-width: 1024px) {
    .header-style-one .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

/*** 

====================================================================
    Header Style two
====================================================================

***/

.header-style-two {
    padding: 5px 0;
}

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

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

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

@media (max-width: 1023px) {
    .header-style-two .main-box .right-box {
        display: none;
    }
}

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

.header-style-two .main-box .right-box .header-phone_box:hover .info {
    color: var(--theme-color1);
}

.header-style-two .main-box .right-box .header-phone_box:hover .icon {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.header-style-two .main-box .right-box .header-phone_box .info {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .main-box .right-box .header-phone_box .icon {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .main-box .right-box .theme-btn {
    padding: 15px 34.3px 13px;
}

.header-style-two .main-box .mobile-nav-toggler {
    display: none;
}

@media (max-width: 1023px) {
    .header-style-two .main-box .mobile-nav-toggler {
        display: block;
    }
}

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

.header-style-two .main-menu .navigation>li ul {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.header-style-two .main-menu .navigation>li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .main-menu .navigation>li ul li:hover {
    padding-left: 5px;
}

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

.header-style-two.fixed-header .main-menu {
    margin-right: 0px;
}

.header-style-two.fixed-header .main-menu .navigation>li {
    padding: 30px 0;
}

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

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

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

.header-style-two .info-call {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-two .info-call:last-child {
    margin-right: 0;
}

.header-style-two .info-call span {
    color: var(--theme-color6);
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.header-style-two .info-call .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    margin-right: 8px;
    height: 41px;
    line-height: 41px;
    width: 41px;
    margin-right: 10px;
    text-align: center;
}

.header-style-two .mobile-nav-toggler {
    color: var(--theme-color-white);
    display: inline-block;
    margin-left: 4px;
}

.header-style-two .mobile-nav-toggler:hover .shape-line {
    background-color: var(--theme-color1);
}

.header-style-two .mobile-nav-toggler:hover .shape-line:before {
    background-color: var(--theme-color1);
}

.header-style-two .mobile-nav-toggler:hover .shape-line:after {
    background-color: var(--theme-color1);
}

.header-style-two .mobile-nav-toggler:hover .shape-line-img .icon-img {
    -webkit-filter: none;
    filter: none;
}

.header-style-two .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    margin: 7px 5px 7px 28px;
    height: 1px;
    width: 16.5px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .mobile-nav-toggler .shape-line-img {
    margin: 7px 5px 7px 27px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-two .mobile-nav-toggler .shape-line-img .icon-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
}

.header-style-two .sticky-header {
    background-color: var(--theme-color2);
}

@media (min-width: 1024px) {
    .header-style-two .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

/*** 

====================================================================
    Header Style three
====================================================================

***/

.header-style-three {
    padding: 15px 0;
}

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

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

@media (max-width: 1023px) {
    .header-style-three .main-box .right-box {
        display: none;
    }
}

.header-style-three .main-box .right-box .header-phone_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color2-text-color);
}

.header-style-three .main-box .right-box .header-phone_box:hover .info {
    color: var(--theme-color1);
}

.header-style-three .main-box .right-box .header-phone_box:hover .icon {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.header-style-three .main-box .right-box .header-phone_box .info {
    font-size: 14px;
    font-weight: 600;
    color: var(--headings-color);
    opacity: 0.8;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    line-height: 1;
}

.header-style-three .main-box .right-box .header-phone_box .icon {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-three .main-box .right-box .header-phone_box .icon img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

.header-style-three .main-box .right-box .theme-btn {
    padding: 15px 34.3px 13px;
}

.header-style-three .main-box .mobile-nav-toggler {
    display: none;
}

.header-style-three .main-box .mobile-nav-toggler span {
    color: var(--theme-color-black);
}

@media (max-width: 1023px) {
    .header-style-three .main-box .mobile-nav-toggler {
        display: block;
    }
}

.header-style-three .main-menu .navigation>li {
    padding: 30px 0;
}

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

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

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

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

.header-style-three.fixed-header .main-menu {
    margin-right: 0px;
}

.header-style-three.fixed-header .main-menu .navigation>li {
    padding: 30px 0;
}

.header-style-three.fixed-header .main-menu .navigation>li>a {
    color: var(--theme-color1-text-color);
}

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

.header-style-three .action-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header-style-three .info-call {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-three .info-call:last-child {
    margin-right: 0;
}

.header-style-three .info-call span {
    color: var(--theme-color6);
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.header-style-three .info-call .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    margin-right: 8px;
    height: 41px;
    line-height: 41px;
    width: 41px;
    margin-right: 10px;
    text-align: center;
}

.header-style-three .mobile-nav-toggler {
    color: var(--theme-color-white);
    display: inline-block;
    margin-left: 4px;
}

.header-style-three .mobile-nav-toggler:hover .shape-line {
    background-color: var(--theme-color1);
}

.header-style-three .mobile-nav-toggler:hover .shape-line:before {
    background-color: var(--theme-color1);
}

.header-style-three .mobile-nav-toggler:hover .shape-line:after {
    background-color: var(--theme-color1);
}

.header-style-three .mobile-nav-toggler:hover .shape-line-img .icon-img {
    -webkit-filter: none;
    filter: none;
}

.header-style-three .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    margin: 7px 5px 7px 28px;
    height: 1px;
    width: 16.5px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-three .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-three .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-three .mobile-nav-toggler .shape-line-img {
    margin: 7px 5px 7px 27px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-three .mobile-nav-toggler .shape-line-img .icon-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
}

@media (min-width: 1024px) {
    .header-style-three .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

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

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

/*** 

====================================================================
    Header Style four
====================================================================

***/

.header-style-four {
    left: 0;
    position: absolute;
    top: 20px;
}

.header-style-four .outer-box {
    background-color: rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 1630px) {
    .header-style-four .outer-box {
        margin: 0 15px;
    }
}

@media (max-width: 1023px) {
    .header-style-four .outer-box {
        padding: 31px 0;
    }
}

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

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

@media (max-width: 1023px) {
    .header-style-four .main-box .right-box {
        display: none;
    }
}

.header-style-four .main-box .right-box .header-phone_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.header-style-four .main-box .right-box .header-phone_box:hover .info {
    color: var(--theme-color1);
}

.header-style-four .main-box .right-box .header-phone_box:hover .icon {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.header-style-four .main-box .right-box .header-phone_box .info {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    line-height: 1;
}

.header-style-four .main-box .right-box .header-phone_box .icon {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-four .main-box .right-box .theme-btn {
    padding: 15px 34.3px 13px;
}

.header-style-four .main-box .mobile-nav-toggler {
    display: none;
}

@media (max-width: 1023px) {
    .header-style-four .main-box .mobile-nav-toggler {
        display: block !important;
    }
}

.header-style-four .main-menu .navigation>li {
    padding: 44px 0;
}

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

.header-style-four.fixed-header .main-menu {
    margin-right: 0px;
}

.header-style-four.fixed-header .main-menu .navigation>li {
    padding: 30px 0;
}

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

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

.header-style-four .action-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header-style-four .info-call {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-four .info-call:last-child {
    margin-right: 0;
}

.header-style-four .info-call span {
    color: var(--theme-color6);
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.header-style-four .info-call .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    margin-right: 8px;
    height: 41px;
    line-height: 41px;
    width: 41px;
    margin-right: 10px;
    text-align: center;
}

.header-style-four .mobile-nav-toggler {
    color: var(--theme-color-white);
    display: inline-block;
    margin-left: 4px;
}

.header-style-four .mobile-nav-toggler:hover .shape-line {
    background-color: var(--theme-color1);
}

.header-style-four .mobile-nav-toggler:hover .shape-line:before {
    background-color: var(--theme-color1);
}

.header-style-four .mobile-nav-toggler:hover .shape-line:after {
    background-color: var(--theme-color1);
}

.header-style-four .mobile-nav-toggler:hover .shape-line-img .icon-img {
    -webkit-filter: none;
    filter: none;
}

.header-style-four .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    margin: 7px 5px 7px 28px;
    height: 1px;
    width: 16.5px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-four .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-four .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color-white);
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 24.75px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-four .mobile-nav-toggler .shape-line-img {
    margin: 7px 5px 7px 27px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-style-four .mobile-nav-toggler .shape-line-img .icon-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
}

@media (min-width: 1024px) {
    .header-style-four .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

/***

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

***/

.sticky-header {
    background: var(--theme-color-dark);
    -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: 40px;
}

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

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

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

.sticky-header .mobile-nav-toggler {
    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-color2);
    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: #ffffff;
    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-dark);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

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

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

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

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

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

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

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

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

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

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

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 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
==================================================================

***/

.gellary-section-h1 {
    padding: 0 0 80px;
}

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

.gellary-section-h1 .outer-box {
    max-width: 1888px;
    margin: 0 auto;
    padding: 0 15px;
}

.gellary-section-h1 .outer-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 575.98px) {
    .gellary-section-h1 .outer-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.gellary-section-h1 .outer-box .inner-box .image {
    margin-bottom: 30px;
    overflow: hidden;
}

.gellary-section-h1 .outer-box .inner-box .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .gellary-section-h1 .outer-box .inner-box .image {
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h1 .outer-box .inner-box .image {
        height: 200px;
        margin-bottom: 0;
    }
}

.gellary-section-h1 .outer-box .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .gellary-section-h1 .outer-box .inner-box .image img {
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h1 .outer-box .inner-box .image img {
        height: 200px;
    }
}

/***

==================================================================
gellary-section-h3
==================================================================

***/

.gellary-section-h3 {
    padding-top: 10px;
}

.gellary-section-h3 .outer-box {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
}

@media (max-width: 991.98px) {
    .gellary-section-h3 .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h3 .outer-box {
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (max-width: 1599.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
        height: 319px;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
        height: 271px;
        width: 100%;
    }
}

.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1599.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
        height: 319px;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
        height: 271px;
        width: 100%;
    }
}

@media (max-width: 1599.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
        height: 663px;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
        height: 563px;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
        height: 450px;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
        height: 271px;
        width: 100%;
    }
}

@media (max-width: 1599.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
        height: 663px;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
        height: 563px;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
        height: 450px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
        height: 271px;
        width: 100%;
    }
}

/*** 

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

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.sec-title .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    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(--sec-title-subtitle-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.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,
.sec-title .h1 {
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 400;
    line-height: 1.211em;
}

.sec-title .title,
.sec-title h2,
.sec-title .h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    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;
    font-size: clamp(40px, 4vw, 50px);
    line-height: 1.2;
}

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

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

@media (max-width: 575.98px) {
    .sec-title .title,
    .sec-title h2,
    .sec-title .h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .sec-title .title br,
    .sec-title h2 br,
    .sec-title .h2 br {
        display: none;
    }
}

.sec-title .text {
    color: var(--theme-color-lighter2);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 30px;
}

@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.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light .h2,
.sec-title.light h1,
.sec-title.light .h1 {
    color: var(--theme-color-gray);
}

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

.title-stroke-text {
    color: var(--theme-color1);
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    pointer-events: none;
    text-transform: uppercase;
    font-size: clamp(55px, 9.5vw, 200px);
    line-height: 1.2;
}

.title-stroke-text span {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--theme-color-white);
    opacity: 0.25;
    white-space: nowrap;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
    font-size: clamp(55px, 9.5vw, 200px);
    line-height: 1.2;
}

/*** 

====================================================================
    Banner Section One
====================================================================

***/

/*** 

====================================================================
    banner-section-h3
====================================================================

***/

.banner-section-h3 .outer-box {
    position: relative;
}

.banner-section-h3 .outer-box .inner-box {
    position: relative;
}

.banner-section-h3 .outer-box .inner-box .banner-button-next,
.banner-section-h3 .outer-box .inner-box .banner-button-prev {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    text-align: center;
    line-height: 54px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color1-text-color);
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-button-next,
    .banner-section-h3 .outer-box .inner-box .banner-button-prev {
        display: none;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-button-next:hover,
.banner-section-h3 .outer-box .inner-box .banner-button-prev:hover {
    background-color: var(--theme-color1);
}

.banner-section-h3 .outer-box .inner-box .banner-button-prev {
    position: absolute;
    top: calc(50% - 27px);
    left: 40px;
}

.banner-section-h3 .outer-box .inner-box .banner-button-next {
    position: absolute;
    top: calc(50% - 27px);
    right: 60px;
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs {
    width: 475px;
    position: absolute;
    bottom: 75px;
    right: 60px;
}

@media (max-width: 575.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-h3-thumbs {
        width: 300px;
        right: 4px;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs {
    overflow: hidden;
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .swiper-wrapper .swiper-slide {
    width: 151px;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .swiper-wrapper .swiper-slide {
        width: 90px;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image:before {
    display: none;
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .image {
    margin-bottom: 0;
    width: 151px;
    height: 118px;
    border-radius: 11px;
    border: 3px solid #FFFFFF;
    z-index: 1;
    position: relative;
}

@media (max-width: 575.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .image {
        width: 90px;
        height: 70px;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 11px;
    z-index: 0;
}

.banner-section-h3 .outer-box .inner-box .banner-h3-thumbs .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 11px;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 {
    position: relative;
    padding: 239px 0 184px;
}

@media (max-width: 1199.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-block-h3 {
        padding: 180px 0 240px;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .bg-image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    -webkit-animation: growInfinite 50s linear infinite;
    animation: growInfinite 50s linear infinite;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .bg-image:before {
    position: absolute;
    content: "";
    background-color: rgba(22, 36, 62, 0.5019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .sec-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-white);
    display: inline-block;
    position: relative;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .sec-title .sub-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/banner-h3-1.png);
    width: 64px;
    height: 8px;
    left: -78px;
    top: 4px;
    z-index: 1;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .sec-title .sub-title:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/banner-h3-1.png);
    width: 64px;
    height: 8px;
    right: -78px;
    top: 4px;
    z-index: 1;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .sec-title .banner-title {
    color: var(--theme-color-white);
    margin-bottom: 38px;
    text-transform: uppercase;
    font-size: clamp(40px, 5vw, 80px);
    line-height: 1.17;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .btn-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;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .theme-btn {
    text-transform: uppercase;
    padding: 17px 34.3px 15px;
}

@media (max-width: 575.98px) {
    .banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .theme-btn {
        width: 248px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .theme-btn.btn-style-five {
    padding: 17px 37.3px 15px;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .icon {
    width: 50px;
    height: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 46px;
    background-color: transparent;
    margin-top: 50px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .icon:hover {
    background-color: var(--theme-color1);
}

.banner-section-h3 .outer-box .inner-box .banner-block-h3 .inner-block .icon:hover img {
    -webkit-filter: brightness(0) invert(2);
    filter: brightness(0) invert(2);
}

/***

====================================================================
    banner-section-h1
====================================================================

***/

.banner-section-h1 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 90px;
}

.banner-section-h1:hover .banner-info {
    bottom: 0;
    opacity: 1;
}

.banner-section-h1 .banner-h1-button-next,
.banner-section-h1 .banner-h1-button-prev {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .banner-section-h1 .banner-h1-button-next,
    .banner-section-h1 .banner-h1-button-prev {
        display: none;
    }
}

.banner-section-h1 .banner-h1-button-next:hover,
.banner-section-h1 .banner-h1-button-prev:hover {
    background-color: #092837;
}

.banner-section-h1 .banner-h1-button-prev {
    top: calc(50% - 27px);
    left: 44px;
}

@media (max-width: 1799px) {
    .banner-section-h1 .banner-h1-button-prev {
        top: auto;
        bottom: 0;
        left: calc(50% - 59px);
    }
}

@media (max-width: 1399.98px) {
    .banner-section-h1 .banner-h1-button-prev {
        left: 15px;
    }
}

.banner-section-h1 .banner-h1-button-next {
    top: calc(50% - 27px);
    right: 44px;
}

@media (max-width: 1799px) {
    .banner-section-h1 .banner-h1-button-next {
        top: auto;
        bottom: 0;
        right: calc(50% - 59px);
    }
}

@media (max-width: 1399.98px) {
    .banner-section-h1 .banner-h1-button-next {
        left: 80px;
    }
}

.banner-section-h1 .outer-container {
    max-width: 1880px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}

.banner-section-h1 .sec-title {
    margin-bottom: 54px;
}

.banner-section-h1 .outer-box {
    overflow: hidden;
    position: relative;
    margin-right: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

.banner-section-h1 .outer-box .service-two-slider .swiper-wrapper .swiper-slide.swiper-slide-active:last-child .banner-block-h1 .inner-box {
    border-right: none !important;
}

.banner-section-h1 .outer-box:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 36, 62, 0.7)), to(rgba(14, 18, 27, 0.7)));
    background: linear-gradient(180deg, rgba(22, 36, 62, 0.7) 0%, rgba(14, 18, 27, 0.7) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-section-h1 .outer-box:hover .arrow-box {
    top: 30px;
}

.banner-section-h1 .outer-box .swiper-horizontal {
    padding-bottom: 0;
}

.banner-section-h1 .inner-container {
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-section-h1 .inner-container .swiper-container {
    max-width: 1525px;
    margin: 0 15px 0 auto;
    overflow: hidden;
}

@media (max-width: 1799px) {
    .banner-section-h1 .inner-container .swiper-container {
        margin: 0 auto;
    }
}

.banner-section-h1 .inner-container .outer-box-two {
    max-width: 1320px;
    margin: 0 auto 0 0;
}

@media (max-width: 1599.98px) {
    .banner-section-h1 .inner-container .outer-box-two {
        padding-left: 15px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 {
    position: relative;
    padding: 247.5px 0 267px;
    max-width: 1760px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1599.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 {
        padding: 247.5px 15px 267px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 {
        padding: 100px 15px 403.5px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 {
        padding: 100px 15px 331.5px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 {
        padding: 100px 15px 541.5px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content {
        -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;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title {
    color: var(--theme-color-white);
    max-width: 900px;
    text-transform: uppercase;
    position: relative;
    pointer-events: auto;
    margin-bottom: 10px;
    line-height: 1.17;
}

@media (max-width: 991.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title {
        font-size: 45px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title {
        font-size: 30px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title img {
    position: absolute;
    top: 45%;
    left: 58%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}

@media (max-width: 767.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .title img {
        display: none;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .text {
    font-size: 18px;
    line-height: 24px;
    color: #CCCCCC;
    max-width: 584px;
    margin-bottom: 55px;
    pointer-events: auto;
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .inner-content .theme-btn {
    pointer-events: auto;
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one {
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: relative;
    z-index: 1;
    margin-top: 105px;
    pointer-events: auto;
    margin-right: 25px;
}

@media (max-width: 1439.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one {
        margin-right: 50px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one {
        margin-top: -65px;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one {
        margin-right: -90px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one {
        margin-top: 72px;
        margin-right: 116px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one i {
    color: #092837;
    font-size: 20px;
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-content .video-box .play-now-one .ripple {
    z-index: -1;
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-info {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #051A25;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1599.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info {
        bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        right: 13px;
        width: 100%;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box {
    padding: 40px 65px 47px 34px;
}

@media (max-width: 767.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box {
        padding: 13px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box {
        padding-left: 29px;
        padding-top: 20px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box .number {
    font-size: 30px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 38px;
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box .number {
        margin-bottom: 28px;
    }
}

.banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box .title {
    max-width: 201px;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 47px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .content-box .title {
        margin-bottom: 37px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .image {
        max-height: 270px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h1 .inner-container .banner-slide-h1 .banner-info .image img {
        max-height: 270px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.banner-block-h1 .inner-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1647058824);
    overflow: hidden;
    position: relative;
    min-height: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .banner-block-h1 .inner-box {
        min-height: 730px;
    }
}

@media (max-width: 575.98px) {
    .banner-block-h1 .inner-box {
        min-height: 1077px;
    }
}

@media (max-width: 483px) {
    .banner-block-h1 .inner-box {
        min-height: 1102px;
    }
}

@media (max-width: 383px) {
    .banner-block-h1 .inner-box {
        min-height: 1162px;
    }
}

@media (max-width: 348px) {
    .banner-block-h1 .inner-box {
        min-height: 1186px;
    }
}

/*** 

====================================================================
    banner-section-h2
====================================================================

***/

.banner-section-h2 {
    padding: 150px 0 0;
    position: relative;
}

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

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

.banner-section-h2 .anim-icon-one {
    position: absolute;
    top: 107px;
    left: 0;
}

.banner-section-h2 .anim-icon-two {
    position: absolute;
    top: -90px;
    right: 0;
}

.banner-section-h2 .outer-box {
    max-width: 1920px;
    margin: 0 auto;
}

.banner-section-h2 .outer-box .bg-image {
    position: relative;
    margin-top: -129px;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .bg-image {
        height: 355px;
        margin-top: -50px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .bg-image img {
        height: 355px;
        width: 100%;
    }
}

.banner-section-h2 .outer-box .bg-image:before {
    position: absolute;
    content: "";
    background-color: rgba(6, 50, 50, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.banner-section-h2 .outer-box .inner-box {
    position: relative;
    z-index: 1;
}

.banner-section-h2 .outer-box .inner-box .sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: var(--heading-font-family);
}

@media (max-width: 575.98px) {
    .banner-section-h2 .outer-box .inner-box .sub-title {
        font-size: 20px;
    }
}

.banner-section-h2 .outer-box .inner-box .banner-title {
    font-size: 230px;
    font-weight: 400;
    line-height: 210px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: var(--heading-font-family);
}

@media (max-width: 1439.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title {
        font-size: 210px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title {
        font-size: 150px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title {
        line-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title {
        font-size: 100px;
        line-height: 115px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title {
        font-size: 61px;
        line-height: 80px;
    }
}

.banner-section-h2 .outer-box .inner-box .banner-title span {
    display: block;
    text-align: right;
}

@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .inner-box .banner-title span {
        text-align: left;
    }
}

.banner-section-h2 .outer-box .inner-box .video-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 48px;
    right: 48px;
}

@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .inner-box .video-box {
        top: 385px;
        right: auto;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .inner-box .video-box {
        top: 263px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h2 .outer-box .inner-box .video-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 225px;
    }
}

.banner-section-h2 .outer-box .inner-box .video-box .image-box {
    position: relative;
    display: inline-block;
}

.banner-section-h2 .outer-box .inner-box .video-box .image-box .image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    backdrop-filter: blur(14px);
}

.banner-section-h2 .outer-box .inner-box .video-box .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.banner-section-h2 .outer-box .inner-box .video-box .image-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #C9F31D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-section-h2 .outer-box .inner-box .video-box .image-box .icon i {
    color: #092837;
}

.banner-section-h2 .outer-box .inner-box .video-info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.banner-section-h2 .outer-box .inner-box .video-info .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #CCCCCC;
}

/*** 

====================================================================
    banner-section-h4
====================================================================

***/

.banner-section-h4 {
    position: relative;
    z-index: 0;
}

.banner-section-h4 .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.banner-section-h4 .bg-image:before {
    position: absolute;
    content: "";
    background-color: rgba(33, 29, 29, 0.6980392157);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-section-h4 .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
    -webkit-animation: growInfinite 50s linear infinite;
    animation: growInfinite 50s linear infinite;
}

.banner-section-h4 .outer-box {
    padding: 211px 15px 153px;
    max-width: 1630px;
    margin: 0 auto;
}

@media (max-width: 1439.98px) {
    .banner-section-h4 .outer-box {
        padding: 250px 15px 200px;
    }
}

@media (max-width: 1439.98px) {
    .banner-section-h4 .outer-box {
        padding: 250px 15px 135px;
    }
}

.banner-section-h4 .outer-box .content-column .inner-column {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.banner-section-h4 .outer-box .content-column .inner-column .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-white);
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
    text-transform: capitalize;
    margin-left: 78px;
    font-family: var(--body-font-family);
}

.banner-section-h4 .outer-box .content-column .inner-column .sub-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/banner-h3-1.png);
    width: 64px;
    height: 8px;
    left: -78px;
    top: 4px;
    z-index: 1;
}

.banner-section-h4 .outer-box .content-column .inner-column .sub-title:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/banner-h3-1.png);
    width: 64px;
    height: 8px;
    right: -78px;
    top: 4px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .banner-section-h4 .outer-box .content-column .inner-column .sub-title:after {
        display: none;
    }
}

.banner-section-h4 .outer-box .content-column .inner-column .banner-title {
    line-height: 94px;
    text-transform: uppercase;
    color: var(--theme-color-white);
    margin-bottom: 41px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .banner-section-h4 .outer-box .content-column .inner-column .banner-title {
        font-size: 59px;
        line-height: 80px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h4 .outer-box .content-column .inner-column .banner-title {
        font-size: 45px;
        line-height: 67px;
    }
}

.banner-section-h4 .outer-box .form-column .inner-column {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(33, 29, 29, 0.2);
    backdrop-filter: blur(16px);
    margin-left: 69px;
    padding: 37px 40px 42px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1439.98px) {
    .banner-section-h4 .outer-box .form-column .inner-column {
        margin-left: 0;
        max-width: 580px;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-h4 .outer-box .form-column .inner-column {
        padding: 30px 20px 30px;
    }
}

.banner-section-h4 .outer-box .form-column .inner-column .title {
    color: var(--headings-color);
    margin-bottom: 23px;
    text-transform: capitalize;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-two {
    margin-bottom: 16px;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .text {
    margin-bottom: 9px;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .chk-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 575.98px) {
    .banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .chk-field {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .chk-field .form-clt {
    border: 1px solid rgba(33, 29, 29, 0.1019607843);
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    width: 100%;
    position: relative;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .chk-field .form-clt input {
    border: none;
    height: 42px;
    padding: 0;
    font-size: 14px;
    width: 100%;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group.style-three .chk-field .form-clt .icon {
    width: 20px;
    height: 22px;
    position: absolute;
    right: 27px;
    top: 7px;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--headings-color);
    opacity: 0.7;
    margin-bottom: 7px;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input {
    border: 1px solid rgba(33, 29, 29, 0.1019607843);
    height: 44px;
    color: var(--headings-color);
    opacity: 0.7;
    padding: 0 30px;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input::-webkit-input-placeholder {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input::-moz-placeholder {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input:-ms-input-placeholder {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input::-ms-input-placeholder {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .form-group .form-clt input::placeholder {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type {
    margin-top: 14px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type p {
    line-height: 28px;
    color: var(--headings-color);
    opacity: 0.7;
    margin-bottom: 10px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type .type-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type .type-box form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type .type-box form input[type=checkbox]:checked {
    background-image: url(../images/icons/check-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #28a745;
    border-color: #28a745;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-deal-type .type-box form label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type {
    margin-bottom: 18px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type p {
    line-height: 28px;
    color: var(--headings-color);
    opacity: 0.7;
    margin-bottom: 10px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 575.98px) {
    .banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type .banner-icon-box-h4 {
    width: 110px;
    height: 70px;
    border: 1px solid rgba(33, 29, 29, 0.1019607843);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
    cursor: pointer;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type .banner-icon-box-h4.active .icon img {
    -webkit-filter: brightness(5) invert(3);
    filter: brightness(5) invert(3);
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type .banner-icon-box-h4 .icon {
    height: 30px;
    margin-bottom: 7px;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type .banner-icon-box-h4 .icon img {
    height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-h4 .outer-box .form-column .inner-column .select-house-type .house-type .banner-icon-box-h4 .text {
    color: var(--headings-color);
    opacity: 0.7;
}

.banner-section-h4 .outer-box .form-column .inner-column .theme-btn {
    margin-top: 34px;
    padding: 17px 65px 15px;
}

@-webkit-keyframes growInfinite {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes growInfinite {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

/***

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

***/

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

.projects-section .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

@media (max-width: 1199.98px) {
    .projects-section .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.projects-section .outer-box .project-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    will-change: flex;
}

@media (max-width: 1199.98px) {
    .projects-section .outer-box .project-block {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 31%;
    }
}

@media (max-width: 991.98px) {
    .projects-section .outer-box .project-block {
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .projects-section .outer-box .project-block {
        max-width: 100%;
    }
}

.projects-section .outer-box .project-block.active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media (max-width: 1199.98px) {
    .projects-section .outer-box .project-block.active {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

.project-block {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-block {
    position: relative;
}

.project-block .inner-block .image {
    height: 540px;
}

.project-block .inner-block .image img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-block .content {
    margin-top: 21px;
}

.project-block .inner-block .content .title {
    margin-bottom: 3px;
}

.project-block .inner-block .content .text {
    font-size: 18px;
}

/***

====================================================================
    Projects Section Two
====================================================================

***/

.projects-section-two {
    background-color: #222222;
    padding: 120px 0 90px;
}

.project-block-two {
    margin-bottom: 30px;
}

.project-block-two .inner-block {
    background-color: #141414;
    border-radius: 24px;
    position: relative;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block {
        padding: 32px 15px;
    }
}

.project-block-two .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-two .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-two .inner-block .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 32px;
}

@media (max-width: 1199.98px) {
    .project-block-two .inner-block .image {
        max-width: 40%;
    }
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block .image {
        margin-bottom: 30px;
        margin-right: 0;
        max-width: 100%;
    }
}

.project-block-two .inner-block .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.project-block-two .inner-block .content {
    padding: 6px 0 0;
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block .content {
        position: relative;
    }
}

.project-block-two .inner-block .content .category {
    background-color: #222222;
    border-radius: 8px;
    color: var(--theme-color-white);
    font-weight: 500;
    padding: 10px 17px 9px;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 32px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block .content .category {
        right: 2px;
        top: 2px;
    }
}

.project-block-two .inner-block .content .number {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 51px;
}

@media (max-width: 991.98px) {
    .project-block-two .inner-block .content .number {
        margin-bottom: 30px;
    }
}

.project-block-two .inner-block .content .title {
    color: #fff;
    margin-bottom: 8px;
}

.project-block-two .inner-block .content .text {
    color: rgba(217, 217, 217, 0.8);
    margin-bottom: 32px;
    max-width: 565px;
}

.project-block-two .inner-block .content .features-item .feature-item {
    background-color: #1B1B1B;
    border-radius: 12px;
    display: inline-block;
    padding: 12px 16px 15px;
    margin-right: 15px;
    margin-bottom: 32px;
}

.project-block-two .inner-block .content .features-item .item-title {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.project-block-two .inner-block .content .features-item .item-text {
    color: rgba(217, 217, 217, 0.8);
    max-width: 188px;
}

/***

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

***/

.pricing-card .inner-box {
    background: var(--gradient-1);
    border: 2px solid rgba(2, 223, 130, 0.2);
    border-radius: 40px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.pricing-card .inner-box:before {
    background-image: url(../images/resource/pricing-pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 425px;
    z-index: -1;
}

.pricing-card .category {
    background: var(--gradient-1);
    border: 1px solid rgba(2, 223, 130, 0.2);
    border-radius: 55px;
    color: var(--theme-color1);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    padding: 0px 30px;
    width: 115px;
}

.pricing-card .subtitle {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.pricing-card .subtitle span {
    color: var(--theme-color1);
}

@media (min-width: 768px) {
    .pricing-card .best-offer {
        -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;
    }
}

.pricing-card .best-offer .price-area {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .pricing-card .best-offer .price-area {
        margin-bottom: 16px;
    }
}

.pricing-card .popular-ribbon {
    background: var(--theme-color1);
    color: #070C0F;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 5px 50px;
    position: absolute;
    right: -40px;
    top: 20px;
    text-transform: capitalize;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing-card .price {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 30px;
    margin-bottom: 20px;
}

.pricing-card .price span {
    color: var(--theme-color-white);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.pricing-card .get-started {
    background: var(--gradient-1);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 55px;
    color: var(--theme-color-white);
    display: block;
    font-weight: 700;
    gap: 6px;
    line-height: 29px;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-card .get-started:hover {
    background: var(--theme-color1);
    color: #031112;
}

@media (min-width: 576px) {
    .pricing-card .feature-lists {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.pricing-card .features-list {
    margin-top: 20px;
    position: relative;
    text-align: left;
}

.pricing-card .features-list .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.6);
    border-radius: 66.6667px;
    color: var(--theme-color2);
    font-size: 10px;
    height: 16px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.pricing-card .features-list li {
    letter-spacing: -0.02em;
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 19px;
    padding-left: 28px;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-card .features-list li:first-child,
.pricing-card .features-list li:nth-child(2) {
    color: var(--theme-color-white);
}

.pricing-card .features-list li:first-child .icon,
.pricing-card .features-list li:nth-child(2) .icon {
    background-color: var(--theme-color-white);
}

.pricing-card .features-list li:hover {
    cursor: pointer;
    text-decoration: none;
}

.pricing-card .limited-offer {
    background: var(--gradient-1);
    border: 1px solid rgba(2, 223, 130, 0.2);
    border-radius: 20px;
    color: var(--theme-color-white);
    display: inline-block;
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .pricing-card .limited-offer {
        -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;
        margin-left: 16px;
    }
}

.pricing-card .limited-offer .badge-bg {
    background-image: url(../images/resource/offer-badge.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #070C0F;
    display: inline-block;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 93px;
    line-height: 93px;
    width: 96px;
}

.pricing-card .limited-offer .badge-bg .texts {
    display: block;
    line-height: normal;
    margin-top: 20px;
}

.pricing-card .limited-offer .badge-bg small {
    color: rgba(7, 12, 15, 0.6);
    display: block;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.pricing-card .limited-offer .limit {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

/***

==================================================================
    Pricing Section Layout 2
==================================================================

***/

.pricing-card-2 .inner-box {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    background: #1c1230;
    border: 1px solid rgba(141, 86, 250, 0.3);
    border-radius: 20px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    position: relative;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

@media (max-width: 767.98px) {
    .pricing-card-2 .inner-box {
        padding: 30px 20px;
    }
}

.pricing-card-2 .plan-badge {
    background: #1A1232;
    border: 1px solid rgba(141, 86, 250, 0.3);
    border-radius: 55px;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    position: absolute;
    top: -20px;
    right: 40px;
    width: 169px;
}

.pricing-card-2 .card-content {
    -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;
}

@media (max-width: 575.98px) {
    .pricing-card-2 .card-content {
        display: block;
    }
}

.pricing-card-2 .card-content:before {
    background-image: url(../images/resource/pricing-pattern-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -40px;
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 400px;
    z-index: -1;
}

.pricing-card-2 .price-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-card-2 .price-head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricing-card-2 .price {
    background-image: linear-gradient(269.82deg, #25184A 8.95%, #FFFFFF 99.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--heading-font-family);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.pricing-card-2 .month {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 30px;
}

.pricing-card-2 .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 45px;
}

.pricing-card-2 .pricing-btn {
    display: inline-block;
    background-image: var(--gradient-8);
    background-size: 200%;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 55px;
    color: var(--theme-color-white);
    font-weight: 700;
    padding: 12px 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-card-2 .pricing-btn:hover {
    background-position: 100% 0;
}

@media (max-width: 575.98px) {
    .pricing-card-2 .pricing-btn {
        margin-bottom: 20px;
    }
}

.pricing-card-2 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin: 12px 0;
}

.pricing-card-2 .features li span {
    text-decoration: underline;
}

.pricing-card-2 .features li.active {
    color: var(--theme-color-white);
}

.pricing-card-2 .features li.active .icon {
    background: #8D56FA;
    border-radius: 50%;
    color: #070C0F;
}

.pricing-card-2 .features li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.3);
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-card-2 .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
}

.pricing-card-2 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
}

/***

==================================================================
    Pricing Section Layout 3 AI
==================================================================

***/

.pricing-card-ai .inner-box {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    background: var(--gradient-6);
    border: 1px solid rgba(141, 86, 250, 0.3);
    border-radius: 30px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-card-ai .inner-box:hover {
    margin-top: -15px;
}

.pricing-card-ai .inner-box:hover .price-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 575.98px) {
    .pricing-card-ai .inner-box {
        padding: 30px 25px;
    }
}

.pricing-card-ai .price-icon {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-card-ai .plan-badge {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 5px;
}

.pricing-card-ai .card-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-card-ai .card-content {
        display: block;
    }
}

.pricing-card-ai .price-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-card-ai .price-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

.pricing-card-ai .price {
    color: var(--theme-color4);
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 30px;
    font-family: var(--heading-font-family);
    letter-spacing: -0.02em;
    margin: 0;
}

.pricing-card-ai .month {
    color: rgba(var(--theme-color-white-rgb), 0.2);
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-decoration-line: line-through;
}

.pricing-card-ai .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    line-height: 30px;
}

.pricing-card-ai .pricing-btn {
    background: var(--gradient-7);
    border-radius: 30px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 55px;
    color: var(--theme-color-white);
    display: block;
    font-weight: 700;
    line-height: 29px;
    margin: 20px 0 30px;
    padding: 12px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-card-ai .pricing-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-card-ai .pricing-btn:before {
    background: var(--gradient-9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.pricing-card-ai .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-card-ai .features li.active {
    color: var(--theme-color-white);
}

.pricing-card-ai .features li.active .icon {
    background: var(--theme-color4);
    border-radius: 50%;
    color: var(--theme-color-white);
}

.pricing-card-ai .features li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.3);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-card-ai .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
}

.pricing-card-ai .features li span {
    text-decoration-line: underline;
}

.pricing-card-ai .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
}

/***

==================================================================
    Pricing Section Layout 4
==================================================================

***/

.pricing-wrapper-layout4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color5);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 24px 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .pricing-wrapper-layout4 {
        display: block;
        padding: 24px;
    }
}

.pricing-wrapper-layout4 .pricing-wrapper-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0D0A1C;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 70%;
}

@media (max-width: 991.98px) {
    .pricing-wrapper-layout4 .pricing-wrapper-child {
        width: 80%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .pricing-wrapper-layout4 .pricing-wrapper-child {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .pricing-wrapper-layout4 .pricing-wrapper-child {
        display: block;
    }
}

.pricing-item-l4 {
    padding: 30px 0;
    width: 30%;
}

@media (max-width: 991.98px) {
    .pricing-item-l4 {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .pricing-item-l4 {
        width: 100%;
    }
}

.pricing-item-l4 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-item-l4 .pricing-header {
    margin-bottom: 70px;
    position: relative;
}

.pricing-item-l4:hover .pricing-header .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-item-l4 .pricing-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricing-item-l4 .icon {
    border-radius: 20px;
    font-size: 45px;
    height: 74px;
    line-height: 74px;
    margin-right: 20px;
    text-align: center;
    width: 74px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-item-l4 .icon.dark {
    background-color: #070C0F;
}

.pricing-item-l4 .title {
    color: #070C0F;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 0;
}

.pricing-item-l4 .subtitle {
    color: rgba(7, 12, 15, 0.6);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.pricing-item-l4 .price {
    color: #070C0F;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.pricing-item-l4 .price .month {
    color: #070C0F;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.pricing-item-l4 .features {
    margin-bottom: 60px;
}

.pricing-item-l4 .features li {
    color: #070C0F;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-item-l4 .features li.active {
    color: #070c0f;
}

.pricing-item-l4 .features li.active .icon {
    background: #070C0F;
    border-radius: 50%;
    color: var(--theme-color5);
    font-style: normal;
    font-weight: 600;
}

.pricing-item-l4 .features li.disabled {
    color: rgba(7, 12, 15, 0.3);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
}

.pricing-item-l4 .features li.disabled .icon {
    background-color: rgba(7, 12, 15, 0.3);
}

.pricing-item-l4 .features li span {
    text-decoration-line: underline;
}

.pricing-item-l4 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
}

.pricing-item-l4 .btn-pricing {
    background: var(--gradient-14);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 55px;
    color: var(--theme-color5);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    padding: 12px 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-item-l4 .btn-pricing i {
    font-size: 14px;
    margin-left: 6px;
}

.pricing-item-l4 .btn-pricing:hover {
    background: var(--gradient-14);
    color: var(--theme-color-white);
}

.pricing-item-l4.style2 {
    background-color: #0D0A1C;
    padding: 30px 40px;
    width: 50%;
}

@media (max-width: 1199.98px) {
    .pricing-item-l4.style2 {
        padding: 24px 30px;
    }
}

@media (max-width: 767.98px) {
    .pricing-item-l4.style2 {
        width: 100%;
    }
}

.pricing-item-l4.style2 .icon.dark {
    background-color: var(--theme-color5);
}

.pricing-item-l4.style2 .title {
    color: var(--theme-color-white);
}

.pricing-item-l4.style2 .price {
    color: var(--theme-color5);
}

.pricing-item-l4.style2 .subtitle,
.pricing-item-l4.style2 .features li {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.pricing-item-l4.style2 .month,
.pricing-item-l4.style2 .features li.active {
    color: var(--theme-color-white);
}

.pricing-item-l4.style2 .features li.active .icon {
    background: var(--theme-color5);
    color: #0D0A1C;
}

.pricing-item-l4.style2 .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
    color: var(--theme-color-white);
}

.pricing-item-l4.style2 .features li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.3);
}

.pricing-item-l4.style2 .btn-pricing {
    background: var(--gradient-14);
    color: var(--theme-color-white);
}

.pricing-item-l4.style2 .btn-pricing:hover {
    background: var(--gradient-14);
    color: var(--theme-color5);
}

/***

==================================================================
    Pricing Section Layout 5
==================================================================

***/

.pricing-section-layout5 {
    padding: 120px 0 90px;
}

.pricing-block-home5 {
    margin-bottom: 30px;
}

.pricing-block-home5 .inner-box {
    border: 2px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 35px 20px 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .pricing-block-home5 .inner-box {
        padding: 30px 25px;
    }
}

.pricing-block-home5 .inner-box:hover {
    margin-top: -15px;
}

.pricing-block-home5 .inner-box:hover:before {
    background: var(--gradient-7);
}

.pricing-block-home5 .inner-box:hover .price-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-block-home5 .inner-box:hover .pricing-btn {
    background: var(--gradient-8);
}

.pricing-block-home5 .inner-box:before {
    background: var(--gradient-6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home5 .inner-box:after {
    background: rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: -2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home5 .plan-badge {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 3px;
}

.pricing-block-home5 .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 22px;
}

.pricing-block-home5 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-block-home5 .price-header {
    padding: 0 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1199.98px) {
    .pricing-block-home5 .price-header {
        padding: 0;
    }
}

.pricing-block-home5 .price {
    color: var(--theme-color-white);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 45px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-block-home5 .price span {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#63A5F1));
    background-image: linear-gradient(90deg, #FFFFFF 0%, #63A5F1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 60px;
}

@media (max-width: 1199.98px) {
    .pricing-block-home5 .price span {
        font-size: 40px;
    }
}

.pricing-block-home5 .card-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-block-home5 .card-content {
        display: block;
    }
}

.pricing-block-home5 .pricing-btn {
    background: var(--gradient-7);
    border-radius: 30px;
    border: none;
    border-radius: 55px;
    color: var(--theme-color-white);
    display: block;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin: 20px 0 0;
    padding: 13.25px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-block-home5 .pricing-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-block-home5 .pricing-btn:before {
    background: var(--gradient-8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.pricing-block-home5 .features {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 22px;
    padding: 25px 39px 25px;
}

@media (max-width: 1199.98px) {
    .pricing-block-home5 .features {
        padding: 25px 15px 25px;
    }
}

.pricing-block-home5 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-block-home5 .features li.active {
    color: var(--theme-color-white);
}

.pricing-block-home5 .features li.active .icon {
    background: var(--theme-color4);
    border-radius: 50%;
    color: var(--theme-color-white);
}

.pricing-block-home5 .features li.disabled {
    color: #70759F;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-block-home5 .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
}

.pricing-block-home5 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
}

/***

==================================================================
    Pricing Section Layout 6
==================================================================

***/

.pricing-section-layout6 {
    padding: 120px 0 90px;
}

.pricing-block-home6 {
    margin-bottom: 30px;
    margin-top: 52px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home6.active {
    position: relative;
    z-index: 1;
}

.pricing-block-home6.active .price-tag {
    background-color: var(--theme-color1);
    border-radius: 30px;
    color: var(--theme-color1-text-color);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
}

.pricing-block-home6.active .price-tag:before {
    background-color: var(--theme-color1);
    border-radius: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 35px);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home6.active .inner-box {
    margin: 0 4px 0;
}

.pricing-block-home6.active .pricing-btn {
    background-color: var(--theme-color-white);
}

.pricing-block-home6 .inner-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 46px 49px 49px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .pricing-block-home6 .inner-box {
        padding: 30px 25px;
    }
}

.pricing-block-home6 .inner-box:hover {
    margin-top: -15px;
}

.pricing-block-home6 .inner-box:hover .price-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-block-home6 .inner-box:hover .pricing-btn {
    background: var(--theme-color-white);
    color: var(--theme-color-black);
}

.pricing-block-home6 .inner-box:before {
    background-image: url(../images/icons/shape-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home6 .plan-badge {
    color: var(--theme-color1);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 0;
}

.pricing-block-home6 .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-block-home6 .price-header {
    border-bottom: 1px solid rgba(11, 82, 61, 0.2);
    padding-bottom: 25px;
    margin-bottom: 39px;
}

.pricing-block-home6 .price {
    color: #898C8B;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-block-home6 .price span {
    color: var(--theme-color1);
    font-size: 50px;
}

@media (max-width: 1199.98px) {
    .pricing-block-home6 .price span {
        font-size: 40px;
    }
}

.pricing-block-home6 .card-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-block-home6 .card-content {
        display: block;
    }
}

.pricing-block-home6 .pricing-btn {
    background: var(--theme-color1);
    border-radius: 30px;
    border: none;
    border-radius: 55px;
    color: var(--theme-color1-text-color);
    display: block;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin: 49px 0 0;
    padding: 13.25px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-block-home6 .pricing-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-block-home6 .pricing-btn:before {
    background: var(--theme-color1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.pricing-block-home6 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-block-home6 .features li.active {
    color: var(--theme-color-white);
}

.pricing-block-home6 .features li.active .icon {
    background: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
}

.pricing-block-home6 .features li.disabled {
    color: #555555;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-block-home6 .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.pricing-block-home6 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
}

/***

==================================================================
    Pricing Section Layout 7
==================================================================

***/

.pricing-section-layout7 {
    padding: 120px 0 90px;
}

.pricing-section-layout7 .outer-box {
    background-color: #090401;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    margin-top: 53px;
    padding: 20px 30px 1px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout7 .outer-box {
        padding: 20px 15px 1px;
    }
}

@media (max-width: 991.98px) {
    .pricing-section-layout7 .outer-box {
        background: transparent;
        border: none;
        padding: 0;
        margin-top: 0;
    }
}

.pricing-section-layout7 .outer-box:before {
    background-image: url(../images/icons/shape-6.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .pricing-section-layout7 .outer-box:before {
        display: none;
    }
}

.pricing-section-layout7 .outer-box .pricing-column .pricing-block-home7.active .inner-box .card-content:before,
.pricing-section-layout7 .outer-box .pricing-column .pricing-block-home7:hover .inner-box .card-content:before {
    top: 53px;
}

.pricing-section-layout7 .outer-box .pricing-column:last-child .pricing-block-home7 .inner-box .card-content:before {
    display: none;
}

.pricing-section-layout7 .outer-box .pricing-block-home7 {
    margin: 0 6px;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout7 .outer-box .pricing-block-home7 {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .pricing-section-layout7 .outer-box .pricing-block-home7 {
        margin-bottom: 30px;
    }
}

.pricing-section-layout7 .outer-box .pricing-block-home7 .inner-box {
    overflow: visible;
}

.pricing-section-layout7 .outer-box .pricing-block-home7 .inner-box .card-content:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    height: 100%;
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout7 .outer-box .pricing-block-home7 .inner-box .card-content:before {
        display: none;
    }
}

.pricing-block-home7 {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .pricing-block-home7 {
        margin-bottom: 30px;
    }
}

.pricing-block-home7.active,
.pricing-block-home7:hover {
    position: relative;
    z-index: 1;
}

.pricing-block-home7.active .inner-box,
.pricing-block-home7:hover .inner-box {
    -webkit-transform: translateY(-53px);
    transform: translateY(-53px);
}

@media (max-width: 991.98px) {
    .pricing-block-home7.active .inner-box,
    .pricing-block-home7:hover .inner-box {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.pricing-block-home7.active .inner-box:before,
.pricing-block-home7:hover .inner-box:before {
    background-image: var(--gradient-2);
}

.pricing-block-home7.active .inner-box .price-header .top-box .icon,
.pricing-block-home7:hover .inner-box .price-header .top-box .icon {
    background: #11100F;
}

.pricing-block-home7.active .inner-box .price-header .top-box .icon img,
.pricing-block-home7.active .inner-box .price-header .top-box .icon i,
.pricing-block-home7:hover .inner-box .price-header .top-box .icon img,
.pricing-block-home7:hover .inner-box .price-header .top-box .icon i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-block-home7.active .pricing-btn,
.pricing-block-home7:hover .pricing-btn {
    background: #11100F;
    color: var(--theme-color-white);
}

.pricing-block-home7.active .features li.active .icon,
.pricing-block-home7:hover .features li.active .icon {
    background-color: #11100F;
}

.pricing-block-home7.active .features li.disabled,
.pricing-block-home7:hover .features li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.2);
}

.pricing-block-home7 .inner-box {
    border: 1px solid transparent;
    border-radius: 20px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 39px 39px 48px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .pricing-block-home7 .inner-box {
        padding: 30px 15px;
    }
}

@media (max-width: 991.98px) {
    .pricing-block-home7 .inner-box {
        border-color: rgba(var(--theme-color-white-rgb), 0.1);
    }
}

.pricing-block-home7 .inner-box:before {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home7 .plan-badge {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 0;
}

.pricing-block-home7 .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-block-home7 .price-header {
    margin-bottom: 30px;
}

.pricing-block-home7 .price-header .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 47px;
}

.pricing-block-home7 .price-header .top-box .icon {
    background: var(--gradient-2);
    border-radius: 20px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    width: 74px;
    margin-right: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home7 .price-header .top-box .icon i,
.pricing-block-home7 .price-header .top-box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home7 .price {
    color: var(--theme-color-white);
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-block-home7 .price span {
    color: var(--theme-color-white);
    font-size: 50px;
}

@media (max-width: 1199.98px) {
    .pricing-block-home7 .price span {
        font-size: 40px;
    }
}

.pricing-block-home7 .card-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-block-home7 .card-content {
        display: block;
    }
}

.pricing-block-home7 .pricing-btn {
    background: var(--theme-color-white);
    border-radius: 30px;
    border: none;
    border-radius: 55px;
    color: var(--theme-color1);
    display: inline-block;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin: 49px 0 0;
    padding: 13.25px 33.25px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-block-home7 .pricing-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-block-home7 .pricing-btn:hover {
    color: var(--theme-color1);
}

.pricing-block-home7 .pricing-btn:before {
    background: var(--theme-color-white);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.pricing-block-home7 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-block-home7 .features li span {
    text-decoration: underline;
}

.pricing-block-home7 .features li.active {
    color: var(--theme-color-white);
}

.pricing-block-home7 .features li.active .icon {
    background: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
}

.pricing-block-home7 .features li.disabled {
    color: rgba(var(--theme-color-white-rgb), 0.2);
    letter-spacing: -0.02em;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-block-home7 .features li.disabled .icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.2);
    color: var(--theme-color-white);
}

.pricing-block-home7 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #11100F;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
}

/***

==================================================================
    Pricing Section Layout 9
==================================================================

***/

.pricing-section-layout9 {
    padding: 120px 15px 90px;
}

@media (max-width: 575.98px) {
    .pricing-section-layout9 {
        padding: 120px 0 90px;
    }
}

.pricing-section-layout9 .outer-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100.26%, rgba(10, 21, 123, 0.2)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 21, 123, 0.2) 100.26%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 15px 90px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .pricing-section-layout9 .outer-box {
        padding: 120px 0 90px;
    }
}

.pricing-section-layout9 .outer-box:before {
    background-image: url(../images/icons/shape-s1.svg);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home9 {
    margin-bottom: 30px;
}

.pricing-block-home9 .inner-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100.26%, rgba(10, 21, 123, 0.2)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 21, 123, 0.2) 100.26%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 56px 39px 49px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .pricing-block-home9 .inner-box {
        padding: 56px 15px 49px;
    }
}

.pricing-block-home9 .inner-box:before {
    background: transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-home9 .inner-box:hover {
    margin-top: -15px;
}

.pricing-block-home9 .inner-box.active:before,
.pricing-block-home9 .inner-box:hover:before {
    background: linear-gradient(166.06deg, #C50B3C -13.99%, #181C76 61.67%, #F0DF21 119.04%);
}

.pricing-block-home9 .inner-box.active .price-icon,
.pricing-block-home9 .inner-box:hover .price-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-block-home9 .inner-box.active .pricing-btn,
.pricing-block-home9 .inner-box:hover .pricing-btn {
    background-color: transparent;
}

.pricing-block-home9 .inner-box.active .pricing-btn:before,
.pricing-block-home9 .inner-box:hover .pricing-btn:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-block-home9 .inner-box.active .features li.active .icon,
.pricing-block-home9 .inner-box:hover .features li.active .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.pricing-block-home9 .inner-box.active .features li.disabled .icon,
.pricing-block-home9 .inner-box:hover .features li.disabled .icon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pricing-block-home9 .plan-badge {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 4px;
}

.pricing-block-home9 .subtitle {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 34px;
}

.pricing-block-home9 .price {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-block-home9 .price span {
    font-size: 60px;
}

@media (max-width: 1199.98px) {
    .pricing-block-home9 .price span {
        font-size: 40px;
    }
}

.pricing-block-home9 .card-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .pricing-block-home9 .card-content {
        display: block;
    }
}

.pricing-block-home9 .pricing-btn {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    background-color: #11100F;
    border-radius: 55px;
    color: #fff;
    display: block;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin: 20px 0 0;
    padding: 13.25px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-block-home9 .pricing-btn:hover {
    background-color: transparent;
}

.pricing-block-home9 .pricing-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.pricing-block-home9 .pricing-btn:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.pricing-block-home9 .features {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    padding: 27px 0 18px;
}

.pricing-block-home9 .features li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 19px;
    margin: 12px 0 17px;
    text-transform: capitalize;
}

.pricing-block-home9 .features li span {
    text-decoration: underline;
}

.pricing-block-home9 .features li.active {
    color: var(--theme-color-white);
}

.pricing-block-home9 .features li.active .icon {
    background: #11100F;
    border-radius: 50%;
    color: #fff;
}

.pricing-block-home9 .features li.disabled {
    color: #70759F;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.pricing-block-home9 .features li.disabled .icon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pricing-block-home9 .features .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #0D0A1C;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

==================================================================
    Pricing Section Four
==================================================================

***/

.pricing-section-four {
    position: relative;
    padding: 100px 0 120px;
}

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

@media (max-width: 991.98px) {
    .pricing-block-four {
        margin-bottom: 40px;
    }
}

.pricing-block-four .inner-box {
    position: relative;
}

.pricing-block-four .inner-box:before {
    background-color: var(--theme-color3);
    border-radius: 0;
    color: var(--theme-color3-text-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -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);
    z-index: -1;
}

.pricing-block-four .inner-box.active:before,
.pricing-block-four .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.pricing-block-four .inner-box.active .content-column .inner-column .pricing-amount,
.pricing-block-four .inner-box:hover .content-column .inner-column .pricing-amount {
    border-color: rgba(217, 217, 217, 0.3);
    color: var(--theme-color-white);
}

.pricing-block-four .inner-box.active .content-column .inner-column .pricing-amount span,
.pricing-block-four .inner-box:hover .content-column .inner-column .pricing-amount span {
    color: var(--theme-color-white);
}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li,
.pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li {
    color: var(--theme-color-white);
}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li .icon,
.pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li .icon {
    color: var(--theme-color2-text-color);
}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li:before,
.pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li:before {
    color: var(--theme-color-white);
}

.pricing-block-four .inner-box .content-column .inner-column {
    border: 1px solid #e0e0e0;
    position: relative;
    padding: 0 40px 40px;
    z-index: 99;
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 1199.98px) {
    .pricing-block-four .inner-box .content-column .inner-column {
        margin-right: -113px;
    }
}

@media (max-width: 991.98px) {
    .pricing-block-four .inner-box .content-column .inner-column {
        margin-top: 0;
    }
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-title {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    font-size: 18px;
    padding: 6px 19px;
    display: inline-block;
    position: relative;
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-title:before {
    background-color: var(--theme-color2);
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount {
    border-bottom: 1px solid #d9d9d9;
    font-size: 50px;
    color: var(--theme-color-black);
    margin-bottom: 0;
    margin-top: 29px;
    padding-bottom: 30px;
    text-align: center;
    min-width: 260px;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount sup {
    font-size: 24px;
    top: -17px;
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount span {
    font-family: var(--text-font);
    font-size: 16px;
    color: var(--text-color);
    position: relative;
    top: 10px;
    margin-left: 7px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount span:before {
    background-color: #a4a4a4;
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    left: -10px;
    top: -18px;
    -webkit-transform: rotate(-142.1deg);
    transform: rotate(-142.1deg);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two {
    margin-top: 32px;
    width: 100%;
}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li:before {
    color: #868686;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    right: 0;
    position: absolute;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li .icon {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: var(--theme-color-dark);
}

.pricing-block-four .inner-box .content-column .inner-column .book-now {
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*** 

====================================================================
    Feature Block
====================================================================

***/

.feature-box {
    background-color: #222222;
    padding: 60px;
    position: relative;
}

@media (max-width: 1439.98px) {
    .feature-box {
        padding: 15px;
    }
}

.feature-box .outer-box {
    background-color: #141414;
    padding: 70px 70px 120px;
}

@media (max-width: 1439.98px) {
    .feature-box .outer-box {
        padding: 70px 0 120px;
    }
}

.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features-list .feature-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.feature-block {
    margin: 6px;
}

.feature-block .inner-block {
    background-color: #222222;
    border-radius: 100px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .feature-block .inner-block {
        border-radius: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

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

.feature-block .inner-block:hover .btn-icon {
    color: var(--theme-color2-text-color);
}

.feature-block .inner-block:hover .btn-icon:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-block .inner-block .image {
    border: 2px solid #37393A;
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .feature-block .inner-block .image {
        margin-bottom: 15px;
    }
}

.feature-block .inner-block .image img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-block .content {
    padding: 0 13px;
}

.feature-block .inner-block .content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
}

@media (max-width: 575.98px) {
    .feature-block .inner-block .content .title {
        margin-bottom: 15px;
    }
}

.feature-block .inner-block .btn-icon {
    background-color: #2C2C2C;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-block .btn-icon:before {
    background-color: var(--theme-color2);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
feature-section-h1
====================================================================

***/

.feature-section-h1 {
    position: relative;
    padding: 0 0 120px;
}

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

.feature-section-h1 .sec-title {
    margin-bottom: 47px;
}

.feature-block-h1 .inner-block:hover .images-box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.feature-block-h1 .inner-block:hover .images-box img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.feature-block-h1 .inner-block .images-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
}

@media (max-width: 575.98px) {
    .feature-block-h1 .inner-block .images-box {
        max-height: 500px;
    }
}

.feature-block-h1 .inner-block .images-box img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-block-h1 .inner-block .images-box 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);
}

.feature-block-h1 .inner-block .content-box {
    text-align: center;
}

.feature-block-h1 .inner-block .content-box .title {
    color: #FFFFFF;
    line-height: 33px;
    margin-bottom: 3px;
    display: inline-block;
}

.feature-block-h1 .inner-block .content-box .title:hover {
    color: #C9F31D;
}

.feature-block-h1 .inner-block .content-box .text {
    color: #CCCCCC;
}

.feature-block-h1 .inner-block .content-box .text span {
    margin-right: 5px;
}

/*** 

====================================================================
feature-section-h2
====================================================================

***/

.feature-section-h2 {
    padding: 110px 0 120px;
    position: relative;
}

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

.feature-section-h2 .anim-icon {
    position: absolute;
    right: 0;
    bottom: 27px;
}

.feature-section-h2 .tabs-box .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 575.98px) {
    .feature-section-h2 .tabs-box .tab-buttons {
        gap: 15px;
    }
}

.feature-section-h2 .tabs-box .tab-buttons .tab-btn {
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1411764706);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    font-family: var(--heading-font-family);
    padding: 29px 30px;
    position: relative;
}

@media (max-width: 575.98px) {
    .feature-section-h2 .tabs-box .tab-buttons .tab-btn {
        padding: 15px 30px;
        font-size: 18px;
    }
}

.feature-section-h2 .tabs-box .tab-buttons .tab-btn span {
    margin-right: 17px;
}

.feature-section-h2 .tabs-box .tab-buttons .tab-btn i {
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 31px;
}

@media (max-width: 575.98px) {
    .feature-section-h2 .tabs-box .tab-buttons .tab-btn i {
        bottom: 16px;
    }
}

.feature-section-h2 .tabs-box .tab-buttons .tab-btn.active-btn {
    background-color: #002828;
    border: 1px solid #002828;
}

.feature-section-h2 .feature-block-h2 .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 767.98px) {
    .feature-section-h2 .feature-block-h2 .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.feature-section-h2 .feature-block-h2 .inner-block .image {
    max-height: 520px;
    overflow: hidden;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box {
    max-width: 325px;
    height: 100%;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .text {
    line-height: 28px;
    color: #CCCCCC;
    margin-bottom: 30px;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .list-style-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 54px;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .list-style-one li {
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .list-style-one li i,
.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .list-style-one li .icon {
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .inner-box .content .list-style-one li .text {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .theme-btn {
    width: 205px;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .theme-btn .btn-title,
.feature-section-h2 .feature-block-h2 .inner-block .content-box .theme-btn .btn-arrow-right {
    color: #092837;
}

.feature-section-h2 .feature-block-h2 .inner-block .content-box .theme-btn:hover .btn-title,
.feature-section-h2 .feature-block-h2 .inner-block .content-box .theme-btn:hover .btn-arrow-right {
    color: #092837;
}

/*** 

====================================================================
   Feature- Section H2 two
====================================================================

***/

.feature-section-h2-two {
    padding: 0 0 110px;
}

@media (max-width: 991.98px) {
    .feature-section-h2-two {
        padding: 0 0 70px;
    }
}

.feature-section-h2-two .outer-box {
    padding: 110px 0 90px;
    max-width: 1800px;
    margin: 0 auto;
    background-color: #002828;
    border-radius: 20px;
    position: relative;
}

@media (max-width: 991.98px) {
    .feature-section-h2-two .outer-box {
        padding: 70px 0;
    }
}

.feature-section-h2-two .outer-box .anim-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.feature-section-h2-two .outer-box .sec-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .feature-section-h2-two .outer-box .sec-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.feature-section-h2-two .outer-box .sec-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

@media (max-width: 767.98px) {
    .feature-section-h2-two .outer-box .sec-title .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .feature-section-h2-two .outer-box .sec-title .title {
        font-size: 33px;
    }
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box {
    background-color: #063232;
    padding: 53px 0 41px 40px;
}

@media (max-width: 1199.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .content-box {
        padding: 50px 40px;
    }
}

@media (max-width: 991.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .content-box {
        padding: 30px 20px;
    }
}

@media (max-width: 767.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .content-box {
        margin-bottom: 30px;
    }
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .sub-title {
    color: var(--theme-color-white);
    margin-bottom: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: var(--heading-font-family);
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .title {
    color: var(--theme-color-white);
    text-transform: capitalize;
    margin-bottom: 33px;
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .title:hover {
    color: #C9F31D;
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .text {
    color: #CCCCCC;
    line-height: 28px;
    margin-bottom: 13px;
}

@media (max-width: 1199.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .content-box .text br {
        display: none;
    }
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .theme-btn {
    background-color: transparent;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-left: 0;
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .theme-btn:hover {
    color: var(--theme-color1);
}

.feature-section-h2-two .feature-block-h2 .inner-block .content-box .theme-btn:before {
    display: none;
}

.feature-section-h2-two .feature-block-h2 .inner-block .image-box {
    max-height: 380px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .image-box {
        min-height: 380px;
    }
}

.feature-section-h2-two .feature-block-h2 .inner-block .image-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-section-h2-two .feature-block-h2 .inner-block .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .feature-section-h2-two .feature-block-h2 .inner-block .image-box img {
        min-height: 380px;
    }
}

/*** 

====================================================================
feature-section-h2-three
====================================================================

***/

.feature-section-h2-three {
    position: relative;
    padding: 0 0 120px;
}

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

.feature-section-h2-three .sec-title {
    margin-bottom: 70px;
}

.feature-section-h2-three .sec-title .title {
    margin-bottom: 8px;
}

.feature-section-h2-three .sec-title .text {
    max-width: 600px;
    text-align: center;
    color: #CCCCCC;
    margin: 0 auto;
    line-height: 28px;
}

.feature-section-h2-three .feature-column .inner-column {
    margin-top: 2px;
}

@media (max-width: 991.98px) {
    .feature-section-h2-three .feature-column .inner-column {
        margin-bottom: 30px;
    }
}

.feature-section-h2-three .feature-column .inner-column .list-style-two li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #CCCCCC;
    font-family: var(--heading-font-family);
    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;
    padding-left: 0;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 16px;
}

.feature-section-h2-three .feature-column .inner-column .list-style-two li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6980392157);
    font-family: var(--body-font-family);
}

.feature-section-h2-three .image-column .inner-column {
    margin-right: 55px;
}

.feature-section-h2-three .image-column .inner-column .image {
    position: relative;
    margin-bottom: 0;
}

.feature-section-h2-three .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*** 

====================================================================
feature-section-h2-three
====================================================================

***/

.feature-section-h3 {
    position: relative;
    padding: 0 0 120px;
}

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

.feature-section-h3 .image-column .inner-column {
    padding-right: 39px;
}

.feature-section-h3 .image-column .inner-column .image {
    position: relative;
}

.feature-section-h3 .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1439.98px) {
    .feature-section-h3 .content-column .inner-column {
        margin-top: 30px;
    }
}

.feature-section-h3 .content-column .inner-column .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 31px;
}

.feature-section-h3 .content-column .inner-column .text {
    color: var(--theme-color-lighter2);
    margin-bottom: 50px;
}

.feature-section-h3 .content-column .inner-column .list-style-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 41px;
}

.feature-section-h3 .content-column .inner-column .list-style-one li {
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}

.feature-section-h3 .content-column .inner-column .list-style-one li i,
.feature-section-h3 .content-column .inner-column .list-style-one li .icon {
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}

.feature-section-h3 .content-column .inner-column .list-style-one li .text {
    font-size: 18px;
    font-weight: 500;
    color: var(--headings-color);
    line-height: 1;
}

.feature-section-h3 .content-column .inner-column .theme-btn {
    width: 205px;
}

.feature-section-h3 .content-column .inner-column .theme-btn:hover .btn-title,
.feature-section-h3 .content-column .inner-column .theme-btn:hover .btn-arrow-right {
    color: #092837;
}

.feature-column-h3 .inner-column .feature-box-h3 .inner-box {
    padding-left: 25px;
    padding-bottom: 3px;
    border-left: 3px solid #060C15;
    margin-bottom: 70px;
}

.feature-column-h3 .inner-column .feature-box-h3 .inner-box .title {
    margin-bottom: 19px;
    line-height: 1;
}

.feature-column-h3 .inner-column .feature-box-h3 .inner-box .title a:hover {
    color: var(--theme-color1);
}

.feature-column-h3 .inner-column .feature-box-h3 .inner-box .text {
    color: rgba(6, 12, 21, 0.6);
}

/*** 

====================================================================
feature-section-h4
====================================================================

***/

.feature-section-h4 {
    padding: 0 0 90px;
}

.feature-section-h4 .sec-title {
    margin-bottom: 60px;
}

.feature-section-h4 .tabs-box .tab-buttons {
    margin-bottom: 60px;
}

.feature-section-h4 .tabs-box .tab-buttons .tab-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
}

.feature-section-h4 .tabs-box .tab-buttons .tab-btn:last-child {
    padding-right: 0;
}

@media (max-width: 575.98px) {
    .feature-section-h4 .tabs-box .tab-buttons .tab-btn:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 575.98px) {
    .feature-section-h4 .tabs-box .tab-buttons .tab-btn {
        padding-top: 15px;
    }
}

.feature-section-h4 .tabs-box .tab-buttons .tab-btn span {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(6, 12, 21, 0.1019607843);
    display: block;
}

.feature-section-h4 .tabs-box .tab-buttons .tab-btn.active-btn span {
    border-color: #060C15;
}

.feature-section-h4 .feature-block-h4 {
    position: relative;
}

.feature-section-h4 .feature-block-h4 .image-column .inner-column {
    margin-right: -5px;
}

.feature-section-h4 .feature-block-h4 .image-column .inner-column .image {
    margin-left: 5px;
}

.feature-section-h4 .feature-block-h4 .image-column .inner-column .image img,
.feature-section-h4 .feature-block-h4 .image-column .inner-column .image i {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column {
    background-color: var(--theme-color-white);
    margin-left: 80px;
}

@media (max-width: 991.98px) {
    .feature-section-h4 .feature-block-h4 .feature-column .inner-column {
        margin-left: 0;
        margin-top: 30px;
    }
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column: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);
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column: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);
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 280px;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .image img {
    display: block;
    position: relative;
    width: 100%;
    max-height: 280px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .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);
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .list-style-one {
    padding: 40px 40px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .list-style-one li {
    display: block;
    line-height: 1;
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color2);
    line-height: 1;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .list-style-one li i,
.feature-section-h4 .feature-block-h4 .feature-column .inner-column .list-style-one li img {
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .price-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;
    padding: 19px 40px;
    border-top: 5px solid #EFEAE3;
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .price-box .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: var(--text-color);
}

.feature-section-h4 .feature-block-h4 .feature-column .inner-column .price-box .price {
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    font-family: var(--heading-font-family);
    color: var(--theme-color1);
}

/*** 

====================================================================
   about- Section h3
====================================================================

***/

.about-section-h3 {
    padding: 0 0 100px;
    position: relative;
    background-color: #E3E8EF;
}

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

.about-section-h3 .image-column .inner-column {
    position: relative;
    margin-right: 82px;
}

@media (max-width: 1199.98px) {
    .about-section-h3 .image-column .inner-column {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section-h3 .image-column .inner-column {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .inner-column {
        width: 100%;
    }
}

.about-section-h3 .image-column .images-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 17px;
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .images-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;
    }
}

.about-section-h3 .image-column .images-box .image {
    max-height: 281px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .images-box .image {
        width: 100%;
        height: 280px;
    }
}

.about-section-h3 .image-column .images-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .images-box .image img {
        width: 100%;
        height: 280px;
    }
}

.about-section-h3 .image-column .image-1 {
    padding-left: 83px;
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .image-1 {
        padding-left: 0;
        height: 297px;
    }
}

@media (max-width: 575.98px) {
    .about-section-h3 .image-column .image-1 img {
        width: 100%;
        height: 297px;
    }
}

.about-section-h3 .image-column .icon {
    background-color: #fff;
    border-radius: 50%;
    height: 164px;
    left: calc(50% - 82px);
    line-height: 1;
    position: absolute;
    text-align: center;
    top: calc(50% - 82px);
    width: 164px;
    z-index: 0;
}

.about-section-h3 .image-column .icon:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/about-h3-2.png);
    width: 36px;
    height: 46px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section-h3 .image-column .circle {
    top: calc(50% - 67px);
    left: calc(50% - 67px);
    background-color: transparent;
    position: relative;
}

@media (max-width: 1023px) {
    .about-section-h3 .image-column .circle {
        display: block !important;
    }
}

.about-section-h3 .image-column .circle svg {
    -webkit-animation: spin 70s linear infinite;
    animation: spin 70s linear infinite;
    z-index: 1;
    position: relative;
}

.about-section-h3 .image-column .circle svg text {
    position: relative;
    z-index: 1;
}

.about-section-h3 .image-column .circle svg textPath {
    font-weight: 400;
}

.about-section-h3 .content-column .inner-column {
    padding-top: 30px;
}

@media (max-width: 1199.98px) {
    .about-section-h3 .content-column .inner-column {
        padding-top: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section-h3 .content-column .inner-column {
        padding-top: 30px;
    }
}

.about-section-h3 .content-column .inner-column .se-title .sub-title {
    font-size: 18px;
    font-family: var(--body-font-family);
    font-weight: 500;
    line-height: 28px;
    color: var(--headings-color);
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
}

.about-section-h3 .content-column .inner-column .se-title .sub-title:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 50px;
    height: 1px;
    right: -62px;
    top: 50%;
}

.about-section-h3 .content-column .inner-column .se-title .title {
    margin-bottom: 40px;
}

.about-section-h3 .content-column .inner-column .tabs-box .tab-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 83px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 28px;
}

@media (max-width: 575.98px) {
    .about-section-h3 .content-column .inner-column .tabs-box .tab-buttons {
        gap: 42px;
    }
}

.about-section-h3 .content-column .inner-column .tabs-box .tab-buttons .tab-btn {
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
}

.about-section-h3 .content-column .inner-column .tabs-box .tab-buttons .tab-btn.active-btn {
    color: var(--headings-color);
    position: relative;
}

.about-section-h3 .content-column .inner-column .tabs-box .tab-buttons .tab-btn.active-btn:before {
    background-color: var(--headings-color);
    bottom: -9px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 120px;
}

.about-section-h3 .content-column .inner-column .content .text {
    margin-bottom: 33px;
    max-width: 497px;
}

.about-section-h3 .content-column .inner-column .content .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 85px;
    margin-bottom: 36px;
}

@media (max-width: 575.98px) {
    .about-section-h3 .content-column .inner-column .content .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.about-section-h3 .content-column .inner-column .content .info-box .list-style-two li {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
    padding-left: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** 

====================================================================
   about- Section h4
====================================================================

***/

.about-section-h4 .inner-container {
    padding: 100px 0;
    position: relative;
    border-radius: 50px 50px 0 0;
    background-color: var(--body-bg);
    margin-top: -55px;
}

@media (max-width: 991.98px) {
    .about-section-h4 .inner-container {
        padding: 60px 15px 70px;
    }
}

.about-section-h4 .inner-container .sec-title {
    margin-bottom: 107px;
}

@media (max-width: 991.98px) {
    .about-section-h4 .inner-container .sec-title {
        margin-bottom: 40px;
    }
}

.about-section-h4 .inner-container .sec-title .title {
    max-width: 926px;
    font-size: 70px;
    font-weight: 400;
    line-height: 100px;
    margin: 0 auto;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .about-section-h4 .inner-container .sec-title .title {
        font-size: 50px;
        line-height: 85px;
    }
}

@media (max-width: 991.98px) {
    .about-section-h4 .inner-container .sec-title .title {
        font-size: 36px;
        line-height: 58px;
    }
}

.about-section-h4 .inner-container .sec-title .title .image-1 {
    width: 230px;
    height: 76px;
    border-radius: 100px;
    display: inline-block;
}

.about-section-h4 .inner-container .sec-title .title .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
}

.about-section-h4 .inner-container .sec-title .title .image-2 {
    width: 132px;
    height: 76px;
    border-radius: 100px;
    display: inline-block;
}

.about-section-h4 .inner-container .sec-title .title .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
}

.about-section-h4 .inner-container .outer-box {
    max-width: 1632px;
    padding: 0 15px;
    margin: 0 auto 0 77px;
}

@media (max-width: 1599.98px) {
    .about-section-h4 .inner-container .outer-box {
        margin: 0 auto;
    }
}

.about-section-h4 .inner-container .about-image-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section-h4 .inner-container .about-image-1 .image {
    max-width: 497px;
    position: relative;
    -webkit-mask-image: url(../images/icons/about-h4-1.png);
    mask-image: url(../images/icons/about-h4-1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.about-section-h4 .inner-container .about-content-1 {
    margin-top: 65px;
    margin-left: 50px;
}

@media (max-width: 1399px) {
    .about-section-h4 .inner-container .about-content-1 {
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    .about-section-h4 .inner-container .about-content-1 {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section-h4 .inner-container .about-content-1 {
        margin-top: 20px;
    }
}

.about-section-h4 .inner-container .about-content-1 .title {
    font-size: 32px;
    line-height: 42px;
}

.about-section-h4 .inner-container .about-content-1 .about-text {
    max-width: 515px;
    line-height: 28px;
    margin-top: 63px;
    margin-bottom: 58px;
}

.about-section-h4 .inner-container .about-content-1 .about-info {
    margin-top: 10px;
}

.about-section-h4 .inner-container .about-content-1 .about-info span {
    font-size: 14px;
    font-weight: 500;
    color: var(--headings-color);
    text-transform: uppercase;
    display: inline-block;
}

.about-section-h4 .inner-container .about-content-1 .about-info p {
    font-size: 14px;
    font-weight: 300;
}

.about-section-h4 .inner-container .about-image-2 {
    position: relative;
    margin-top: 32px;
    margin-left: 38px;
}

@media (max-width: 1199.98px) {
    .about-section-h4 .inner-container .about-image-2 {
        max-width: 400px;
        margin-left: 80px;
        margin-top: 0;
    }
}

.about-section-h4 .inner-container .about-image-2 .icon {
    position: absolute;
    bottom: 72px;
    left: -82px;
    background-color: #fff;
    width: 164px;
    height: 164px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    .about-section-h4 .inner-container .about-image-2 .icon {
        bottom: 30px;
    }
}

.about-section-h4 .inner-container .about-image-2 .icon:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/about-h3-2.png);
    width: 36px;
    height: 46px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section-h4 .inner-container .about-image-2 .circle {
    background-color: transparent;
    position: relative;
}

@media (max-width: 1023px) {
    .about-section-h4 .inner-container .about-image-2 .circle {
        display: block !important;
    }
}

.about-section-h4 .inner-container .about-image-2 .circle svg {
    -webkit-animation: spin 70s linear infinite;
    animation: spin 70s linear infinite;
    z-index: 1;
    position: absolute;
    bottom: -150px;
    left: 25px;
}

.about-section-h4 .inner-container .about-image-2 .circle svg text {
    position: relative;
    z-index: 1;
}

.about-section-h4 .inner-container .about-image-2 .circle svg textPath {
    font-weight: 400;
}

/***

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

***/

/*** 

====================================================================
  Main Slider
====================================================================

***/

/***

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 120px 0 90px;
}

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

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    position: relative;
    padding: 30px 48px 46px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .service-block .inner {
        padding: 30px 15px 46px;
    }
}

.service-block .inner:before {
    background-color: #051A25;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner:after {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner:hover {
    border-color: #051A25;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 30, 45, 0.3019607843);
    box-shadow: 0px 10px 30px 0px rgba(0, 30, 45, 0.3019607843);
}

.service-block .inner:hover:before {
    height: 100%;
}

.service-block .inner:hover:after {
    height: 3px;
}

.service-block .inner:hover .icon {
    border-color: var(--theme-color1);
    color: var(--theme-color1);
}

.service-block .inner:hover .icon i,
.service-block .inner:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block .inner:hover .icon img {
    -webkit-filter: none;
    filter: none;
}

.service-block .inner .icon {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    color: var(--theme-color-white);
    height: 92px;
    line-height: 80px;
    text-align: center;
    width: 92px;
    font-size: 44px;
    margin: 0 auto 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner .icon i,
.service-block .inner .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-block .title {
    margin-bottom: 0;
    color: #FFFFFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/***

====================================================================
    servies-section-h2
====================================================================

***/

.servies-section-h2 .outer-box {
    margin-left: 4px;
    max-width: 1920px;
    margin: 0 auto;
}

.servies-section-h2 .outer-box .tabs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .servies-section-h2 .outer-box .tabs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.servies-section-h2 .outer-box .tabs-box .tabs-content {
    width: auto;
}

.servies-section-h2 .outer-box .tabs-box .tabs-content .tab {
    height: 100%;
}

.servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content {
    height: 100%;
}

.servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content .image {
        width: 100%;
        height: 340px;
    }
}

.servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .servies-section-h2 .outer-box .tabs-box .tabs-content .tab-inner-content .image img {
        width: 100%;
        height: 340px;
    }
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn {
    text-align: left;
    background-color: #002828;
    width: 685px;
    padding: 74px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn {
        padding: 40px 15px;
    }
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn .title {
    color: #FFFFFF;
    margin-bottom: 11px;
}

@media (max-width: 575.98px) {
    .servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn .title {
        font-size: 24px;
    }
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn .text {
    color: #CCCCCC;
}

@media (max-width: 767.98px) {
    .servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn .text br {
        display: none;
    }
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn:hover {
    background-color: #063232;
}

.servies-section-h2 .outer-box .tabs-box .tab-buttons .tab-btn.active-btn {
    background-color: #063232;
}

/***

====================================================================
services-section-h3
====================================================================

***/

.services-section-h3 {
    position: relative;
    padding: 0 0 120px;
    margin-top: -257px;
}

@media (max-width: 991.98px) {
    .services-section-h3 {
        margin-top: -200px;
        padding: 0 0 80px;
    }
}

.services-section-h3 .services-block-h3 .inner-block {
    background-color: var(--theme-color-white);
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 0 70px 80px;
}

@media (max-width: 991.98px) {
    .services-section-h3 .services-block-h3 .inner-block .content-column .inner-column {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .services-section-h3 .services-block-h3 .inner-block .content-column .inner-column {
        padding-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .content {
        margin-bottom: 40px;
    }
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .content .title {
    margin-bottom: 24px;
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .content .text {
    color: var(--theme-color-lighter2);
    line-height: 28px;
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .counter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .counter-box .count-box:last-child {
    margin-right: 27px;
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .counter-box .count-box p {
    color: var(--headings-color);
    margin-bottom: 4px;
}

.services-section-h3 .services-block-h3 .inner-block .content-column .inner-column .counter-box .count-box .title {
    color: var(--theme-color1);
    font-size: 32px;
    margin-bottom: 0;
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column {
    position: relative;
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .image {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .image {
        max-height: 550px;
        width: 100%;
    }
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .image img {
        max-height: 550px;
        width: 100%;
    }
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 25px 24px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color-white);
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .info-box .info .text {
    color: var(--theme-color-lighter2);
    margin-bottom: 6px;
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .info-box .info .title {
    color: var(--headings-color);
    line-height: 1;
    margin-bottom: 0;
}

.services-section-h3 .services-block-h3 .inner-block .image-column .inner-column .info-box .info .title a:hover {
    color: var(--theme-color1);
}

/***

====================================================================
    Rooms Section-h3
====================================================================

***/

.rooms-section-h3 {
    position: relative;
    padding: 110px 0;
}

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

.rooms-section-h3 .slider-info {
    text-align: center;
    margin-top: 16px;
}

.rooms-section-h3 .slider-info .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #101221;
    opacity: 0.12;
}

.rooms-section-h3 .slider-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 12px;
    border-radius: 10px;
    background-color: var(--theme-color-black);
    opacity: 1;
}

.rooms-section-h3 .room-block {
    position: relative;
    margin-bottom: 30px;
}

.rooms-section-h3 .room-block .inner-block {
    position: relative;
    overflow: hidden;
}

.rooms-section-h3 .room-block .inner-block:hover .image:before {
    height: 100%;
}

.rooms-section-h3 .room-block .inner-block:hover .image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.rooms-section-h3 .room-block .inner-block:hover .image .icon-btn {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.rooms-section-h3 .room-block .inner-block .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.rooms-section-h3 .room-block .inner-block .image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.rooms-section-h3 .room-block .inner-block .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.rooms-section-h3 .room-block .inner-block .image .icon-btn {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: #040618;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.rooms-section-h3 .room-block .inner-block .content {
    padding: 13px 0 0;
}

.rooms-section-h3 .room-block .inner-block .content .title {
    margin-bottom: 0;
    position: relative;
    padding-left: 32px;
}

.rooms-section-h3 .room-block .inner-block .content .title:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 16px;
    width: 16px;
}

.rooms-section-h3 .room-block .inner-block .content .title.inner:before {
    background-color: var(--theme-color2);
}

/***

====================================================================
    room-section-h1
====================================================================

***/

.room-section-h1 {
    padding: 0 0 90px;
    position: relative;
}

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

.room-section-h1 .anim-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 575.98px) {
    .room-section-h1 .sec-title {
        margin-bottom: 30px;
    }
}

.room-section-h1 .tabs-box .tab-btns {
    margin-bottom: 72px;
}

@media (max-width: 575.98px) {
    .room-section-h1 .tabs-box .tab-btns {
        margin-bottom: 42px;
    }
}

.room-section-h1 .tabs-box .tab-btns .tab-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 2px;
    padding: 25px 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .room-section-h1 .tabs-box .tab-btns .tab-btn {
        padding: 10px 0;
        font-size: 14px;
    }
}

.room-section-h1 .tabs-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
}

.room-section-h1 .tabs-box .tab-btns .tab-btn.active-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    position: relative;
}

.room-section-h1 .tabs-box .tab-btns .tab-btn.active-btn:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    bottom: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 575.98px) {
    .room-section-h1 .tabs-box .tab-btns .tab-btn.active-btn:before {
        display: none;
    }
}

.room-section-h1 .content-column .inner-column {
    padding: 60px 50px 37px;
    background-color: var(--theme-color-dark);
}

@media (max-width: 1439.98px) {
    .room-section-h1 .content-column .inner-column {
        margin-bottom: 30px;
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .room-section-h1 .content-column .inner-column {
        padding: 15px;
    }
}

.room-section-h1 .content-column .inner-column .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 22px;
    color: #FFFFFF;
}

.room-section-h1 .content-column .inner-column .text-1 {
    color: #CCCCCC;
    margin-bottom: 32px;
}

.room-section-h1 .content-column .inner-column .text-2 {
    color: #CCCCCC;
    margin-bottom: 151px;
}

@media (max-width: 1439.98px) {
    .room-section-h1 .content-column .inner-column .text-2 {
        margin-bottom: 50px;
    }
}

.room-section-h1 .content-column .inner-column .theme-btn {
    padding: 17px 31px 15px;
    gap: 18px;
}

.room-section-h1 .image-column .inner-column {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: var(--theme-light-background);
}

.room-section-h1 .image-column .inner-column .image {
    margin-bottom: 0;
    max-height: 498px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .room-section-h1 .image-column .inner-column .image {
        min-height: 320px;
    }
}

.room-section-h1 .image-column .inner-column .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 575.98px) {
    .room-section-h1 .image-column .inner-column .image img {
        min-height: 320px;
    }
}

.room-section-h1 .image-column .inner-column: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);
}

.room-section-h1 .image-column .inner-column: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);
}

.room-section-h1 .image-column .inner-column .image {
    position: relative;
    overflow: hidden;
}

.room-section-h1 .image-column .inner-column .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.room-section-h1 .image-column .inner-column .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);
}

/***

====================================================================
room-section-h1-two
====================================================================

***/

.room-section-h1-two {
    padding: 0 0 90px;
}

@media (max-width: 991.98px) {
    .room-section-h1-two {
        padding: 0 0 50px;
    }
}

.room-section-h1-two .image-column .inner-column .sec-title {
    margin-bottom: 50px;
}

.room-section-h1-two .image-column .inner-column .sec-title .text {
    color: rgba(255, 255, 255, 0.6);
    max-width: 461px;
    line-height: 24px;
    margin-top: 13px;
}

.room-section-h1-two .image-column .inner-column .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-bottom: 18px;
    max-height: 400px;
}

.room-section-h1-two .image-column .inner-column .bxslider .image-box img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
    width: 191px;
    height: 130px;
}

@media (max-width: 1399.98px) {
    .room-section-h1-two .image-column .inner-column .bxslider .thumb-box li {
        width: 171px;
    }
}

@media (max-width: 1199.98px) {
    .room-section-h1-two .image-column .inner-column .bxslider .thumb-box li {
        width: 140px;
    }
}

@media (max-width: 767.98px) {
    .room-section-h1-two .image-column .inner-column .bxslider .thumb-box li {
        width: 160px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .room-section-h1-two .image-column .inner-column .bxslider .thumb-box li {
        margin-right: 10px;
        width: 90px;
        height: 60px;
    }
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
    height: 100%;
}

.room-section-h1-two .image-column .inner-column .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;
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li a figure {
    height: 100%;
    margin-bottom: 0;
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li a figure img {
    height: 100%;
}

.room-section-h1-two .image-column .inner-column .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.room-section-h1-two .design-column .inner-column {
    text-align: right;
    margin-top: 75px;
}

@media (max-width: 1439.98px) {
    .room-section-h1-two .design-column .inner-column {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .room-section-h1-two .design-column .inner-column {
        margin-top: 30px;
    }
}

.room-section-h1-two .design-column .inner-column .tabs-box {
    overflow: visible;
}

.room-section-h1-two .design-column .inner-column .tabs-box .tab-btns {
    text-align: right;
    margin-bottom: 71px;
}

@media (max-width: 1439.98px) {
    .room-section-h1-two .design-column .inner-column .tabs-box .tab-btns {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .room-section-h1-two .design-column .inner-column .tabs-box .tab-btns {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .room-section-h1-two .design-column .inner-column .tabs-box .tab-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.room-section-h1-two .design-column .inner-column .tabs-box .tab-btns .tab-btn {
    background-color: transparent;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding: 9px 33.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
}

.room-section-h1-two .design-column .inner-column .tabs-box .tab-btns .tab-btn.active-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.room-section-h1-two .design-column .inner-column .tabs-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
    padding: 9px 39.1px;
}

.room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content {
    margin-right: -17px;
    padding-left: 80px;
}

@media (max-width: 1439.98px) {
    .room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content {
        margin-right: 0;
        padding-left: 0;
    }
}

.room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content .image {
    position: relative;
}

@media (max-width: 1439.98px) {
    .room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content .image {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content .image .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content .image .video-box .play-now {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 110px;
}

.room-section-h1-two .design-column .inner-column .tabs-content .tab-inner-content .image .video-box .play-now i {
    color: #040618;
    font-size: 26px;
}

/***

====================================================================
    room-section-h2
====================================================================

***/

.room-section-h2 {
    position: relative;
    padding: 0 0 80px;
}

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

.room-section-h2 .sec-title {
    margin-bottom: 45px;
}

.room-section-h2 .tabs-box {
    overflow: visible;
}

.room-section-h2 .tabs-box .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .room-section-h2 .tabs-box .tab-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.room-section-h2 .tabs-box .tab-buttons .tab-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 100px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    padding: 10px 33.5px 8px;
}

.room-section-h2 .tabs-box .tab-buttons .tab-btn.active-btn {
    background-color: #C9F31D;
    border-color: #C9F31D;
    color: #092837;
}

.room-section-h2 .room-block-h2 .inner-block {
    position: relative;
}

@media (max-width: 575.98px) {
    .room-section-h2 .room-block-h2 .inner-block .image {
        height: 283px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .room-section-h2 .room-block-h2 .inner-block .image img {
        height: 283px;
        width: 100%;
    }
}

.room-section-h2 .room-block-h2 .inner-block .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.room-section-h2 .room-block-h2 .inner-block .video-box .play-now {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 110px;
}

.room-section-h2 .room-block-h2 .inner-block .video-box .play-now i {
    color: #040618;
    font-size: 26px;
}

.room-section-h2 .room-block-h2 .inner-block .swiper-container {
    max-width: 1290px;
    overflow: hidden;
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev,
.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    line-height: 1;
    background-color: #002828;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

@media (max-width: 1439.98px) {
    .room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev,
    .room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next {
        display: none;
    }
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev img,
.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev:hover,
.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next:hover {
    background-color: #C9F31D;
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev:hover img,
.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next:hover img {
    -webkit-filter: brightness(30) invert(1);
    filter: brightness(30) invert(1);
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -40px;
    right: auto;
}

.room-section-h2 .room-block-h2 .inner-block .destination-arrow-box .slider-next {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    top: calc(50% - 40px);
    right: -40px;
    left: auto;
}

/***

==================================================================
 video-section-h1
==================================================================

***/

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

.video-section-h1 .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

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

.video-section-h1 .outer-box {
    max-width: 1651px;
    padding: 522px 15px 0;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .video-section-h1 .outer-box {
        padding: 450px 15px 0;
    }
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box {
        padding: 400px 15px 0;
    }
}

.video-section-h1 .outer-box .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box .video-box {
        top: 27%;
    }
}

.video-section-h1 .outer-box .video-box .play-now {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 110px;
}

.video-section-h1 .outer-box .video-box .play-now i {
    color: #040618;
    font-size: 26px;
}

.video-section-h1 .outer-box .content-box {
    margin-left: 63.5%;
    margin-bottom: -54px;
}

@media (max-width: 1439.98px) {
    .video-section-h1 .outer-box .content-box {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .video-section-h1 .outer-box .content-box.style-two .title br {
        display: none;
    }
}

.video-section-h1 .outer-box .content-box.style-two .theme-btn:hover {
    color: var(--theme-color2-text-color);
}

.video-section-h1 .outer-box .content-box .inner-box {
    background: #211D1D;
    position: relative;
    padding: 45px 59px 42px;
}

@media (max-width: 1599.98px) {
    .video-section-h1 .outer-box .content-box .inner-box {
        padding: 52px;
    }
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box .content-box .inner-box {
        padding: 20px;
    }
}

.video-section-h1 .outer-box .content-box .inner-box.style-two {
    padding: 60px 61px 48px 59px;
}

@media (max-width: 1599.98px) {
    .video-section-h1 .outer-box .content-box .inner-box.style-two {
        padding: 42px;
    }
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box .content-box .inner-box.style-two {
        padding: 20px;
    }
}

.video-section-h1 .outer-box .content-box .inner-box.style-two .title {
    margin-bottom: 18px;
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box .content-box .inner-box.style-two .title {
        font-size: 30px;
    }
}

.video-section-h1 .outer-box .content-box .inner-box:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/video-h1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-section-h1 .outer-box .content-box .inner-box .title {
    color: #FFFFFF;
    margin-bottom: 17px;
}

.video-section-h1 .outer-box .content-box .inner-box .text {
    color: #CCCCCC;
    line-height: 28px;
}

.video-section-h1 .outer-box .content-box .theme-btn {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    color: var(--theme-color1-text-color);
    gap: 7px;
    padding-left: 59px;
}

@media (max-width: 1599.98px) {
    .video-section-h1 .outer-box .content-box .theme-btn {
        padding-left: 52px;
    }
}

@media (max-width: 575.98px) {
    .video-section-h1 .outer-box .content-box .theme-btn {
        padding-left: 20px;
    }
}

.video-section-h1 .outer-box .content-box .theme-btn .btn-title {
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .video-section-h1 .outer-box .content-box .theme-btn .btn-title {
        text-transform: capitalize;
    }
}

/***

==================================================================
 video-section-layout1
==================================================================

***/

.video-section-layout1 {
    position: relative;
    padding: 255px 15px 70px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .video-section-layout1 {
        padding: 150px 15px 70px;
    }
}

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

.video-section-layout1 .video-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-section-layout1 .video-box .play-now {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 117px;
    margin: 0 auto;
}

.video-section-layout1 .video-box .play-now i {
    color: #040618;
    font-size: 26px;
}

.video-section-layout1 .video-box .title {
    color: var(--theme-color-white);
    margin-top: 76px;
}

.video-section-layout1 .video-box .circle {
    background-color: var(--theme-color-white);
    border: 45px solid var(--theme-color1);
    position: absolute;
    width: 207px;
    height: 207px;
    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: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1023px) {
    .video-section-layout1 .video-box .circle {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.video-section-layout1 .video-box .circle svg {
    -webkit-animation: spin 70s linear infinite;
    animation: spin 70s linear infinite;
}

.video-section-layout1 .video-box .circle svg text {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}

.video-section-layout1 .list-info {
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 107px;
    max-width: 1651px;
    margin: 0 auto;
    padding-top: 44px;
    margin-top: 76px;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
    .video-section-layout1 .list-info {
        gap: 50px;
    }
}

@media (max-width: 767.98px) {
    .video-section-layout1 .list-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
        padding-top: 40px;
    }
}

.video-section-layout1 .list-info li a {
    color: var(--theme-color-white);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
}

/***

==================================================================
 video-section-layout3
==================================================================

***/

.video-section-layout3 {
    position: relative;
    padding: 230px 15px 197px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .video-section-layout3 {
        padding: 100px 15px 70px;
    }
}

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

.video-section-layout3 .video-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-section-layout3 .video-box .play-now {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 117px;
    line-height: 117px;
    margin: 0 auto;
    text-align: center;
    width: 117px;
}

.video-section-layout3 .video-box .play-now i {
    color: var(--theme-color1-text-color);
    font-size: 26px;
}

.video-section-layout3 .video-box .title {
    color: var(--theme-color-white);
    margin-top: 57px;
}

@media (max-width: 767.98px) {
    .video-section-layout3 .video-box .title {
        margin-bottom: 30px;
    }
}

/***

==================================================================
 video-section-layout4
==================================================================

***/

.video-section-layout4 {
    position: relative;
    padding: 425px 15px 40px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .video-section-layout4 {
        padding: 300px 15px 40px;
    }
}

@media (max-width: 575.98px) {
    .video-section-layout4 {
        padding: 200px 15px 40px;
    }
}

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

.video-section-layout4 .video-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-section-layout4 .video-box:before {
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
    height: 864px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-432px);
    transform: translateX(-432px);
    top: calc(50% - 115px);
    width: 864px;
}

@media (max-width: 991.98px) {
    .video-section-layout4 .video-box:before {
        width: 700px;
        height: 700px;
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }
}

@media (max-width: 575.98px) {
    .video-section-layout4 .video-box:before {
        top: calc(50% - 85px);
    }
}

.video-section-layout4 .video-box:after {
    border: 1px solid var(--theme-color-white);
    border-radius: 50%;
    content: "";
    height: 864px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-366px);
    transform: translateX(-366px);
    top: calc(50% - 115px);
    width: 864px;
}

@media (max-width: 991.98px) {
    .video-section-layout4 .video-box:after {
        width: 700px;
        height: 700px;
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
    }
}

@media (max-width: 575.98px) {
    .video-section-layout4 .video-box:after {
        top: calc(50% - 85px);
    }
}

.video-section-layout4 .video-box .play-now {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    text-align: center;
    line-height: 110px;
    margin: 0 auto;
}

.video-section-layout4 .video-box .play-now i {
    color: var(--theme-color-white);
    font-size: 26px;
}

.video-section-layout4 .video-box .play-now .ripple {
    width: 110px;
    height: 110px;
}

.video-section-layout4 .video-box .play-now .ripple:before,
.video-section-layout4 .video-box .play-now .ripple:after {
    width: 110px;
    height: 110px;
}

.video-section-layout4 .video-box .title {
    color: var(--theme-color-white);
    position: relative;
    z-index: 1;
    margin-top: 26px;
}

/*** 

====================================================================
   contact-section-h1
====================================================================

***/

.contact-section-h1 {
    position: relative;
    padding: 0 0 120px;
    margin-top: -250px;
}

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

.contact-block-h1 .inner-block {
    position: relative;
    padding: 20px;
}

.contact-block-h1 .inner-block .bg-image:before {
    background: linear-gradient(35.52deg, rgba(0, 0, 0, 0.9) 21.77%, rgba(0, 0, 0, 0.15) 76.53%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-block-h1 .inner-block .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-block-h1 .inner-block .form-column .inner-column {
    position: relative;
    padding: 40px 50px 50px;
    background-color: rgba(5, 26, 37, 0.4);
    backdrop-filter: blur(20px);
}

@media (max-width: 991.98px) {
    .contact-block-h1 .inner-block .form-column .inner-column {
        padding: 30px 20px;
    }
}

.contact-block-h1 .inner-block .form-column .inner-column .title {
    color: var(--theme-color-white);
    margin-bottom: 22px;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group {
    margin-bottom: 20px;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input {
    padding: 0 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.15);
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input::-moz-placeholder {
    color: #CCCCCC;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input:-ms-input-placeholder {
    color: #CCCCCC;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input::-ms-input-placeholder {
    color: #CCCCCC;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group input::placeholder {
    color: #CCCCCC;
}

.contact-block-h1 .inner-block .form-column .inner-column .form-group textarea {
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #CCCCCC;
    width: 100%;
    height: 118px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.15);
}

@media (max-width: 1439.98px) {
    .contact-block-h1 .inner-block .image-box .image img {
        width: 100%;
        max-height: 520px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.contact-block-h1 .contact-column {
    margin-left: 60px;
}

@media (max-width: 1399.98px) {
    .contact-block-h1 .contact-column {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-block-h1 .contact-column .inner-column {
        margin-bottom: 40px;
    }
}

.contact-block-h1 .contact-column .inner-column .sec-title {
    margin-bottom: 90px;
}

@media (max-width: 767.98px) {
    .contact-block-h1 .contact-column .inner-column .sec-title {
        margin-bottom: 30px;
    }
}

.contact-block-h1 .contact-column .inner-column .sec-title .text {
    margin-top: 6px;
}

.contact-block-h1 .contact-column .inner-column .info-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
    margin-bottom: 30px;
}

.contact-block-h1 .contact-column .inner-column .info-box:hover .icon i,
.contact-block-h1 .contact-column .inner-column .info-box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.contact-block-h1 .contact-column .inner-column .info-box .icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 10px;
    background: rgba(var(--theme-color-white-rgb), 0.12);
}

.contact-block-h1 .contact-column .inner-column .info-box .icon i,
.contact-block-h1 .contact-column .inner-column .info-box .icon img {
    color: var(--theme-color-white);
    font-size: 30px;
    line-height: 1;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.contact-block-h1 .contact-column .inner-column .info-box .content .title {
    color: var(--theme-color-white);
    margin-bottom: 4px;
}

.contact-block-h1 .contact-column .inner-column .info-box .content .number {
    color: var(--theme-color1);
    font-size: 18px;
}

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/

.contact-section-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 120px;
}

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

.contact-section-2 .outer-box {
    max-width: 1630px;
    border: 1px solid rgb(220, 220, 223);
    border-radius: 20px;
    margin: 0 auto;
    padding: 40px 55px 55px;
}

@media (max-width: 767.98px) {
    .contact-section-2 .outer-box {
        padding: 30px 20px;
    }
}

.contact-section-2 .title2 {
    font-family: var(--heading-font-family);
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .contact-section-2 .title2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.contact-section-2 .contact-box-2 .form-clt {
    position: relative;
}

.contact-section-2 .contact-box-2 .form-clt i {
    color: #080521;
}

.contact-section-2 .contact-box-2 .form-clt.style-two {
    padding: 10px 16px;
    border: 1px solid #DCDCDF;
    border-radius: 10px;
    height: 50px;
}

.contact-section-2 .contact-box-2 .form-clt.style-two select {
    margin-right: 16px;
    width: 100%;
    background-color: transparent;
}

.contact-section-2 .contact-box-2 .form-clt input,
.contact-section-2 .contact-box-2 .form-clt textarea {
    border: 1px solid #DCDCDF;
    width: 100%;
    border-radius: 10px;
    padding: 10px 16px;
    background-color: transparent;
}

.contact-section-2 .contact-box-2 .form-clt input::-webkit-input-placeholder,
.contact-section-2 .contact-box-2 .form-clt textarea::-webkit-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-2 .contact-box-2 .form-clt input::-moz-placeholder,
.contact-section-2 .contact-box-2 .form-clt textarea::-moz-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-2 .contact-box-2 .form-clt input:-ms-input-placeholder,
.contact-section-2 .contact-box-2 .form-clt textarea:-ms-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-2 .contact-box-2 .form-clt input::-ms-input-placeholder,
.contact-section-2 .contact-box-2 .form-clt textarea::-ms-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-2 .contact-box-2 .form-clt input::placeholder,
.contact-section-2 .contact-box-2 .form-clt textarea::placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-2 .contact-box-2 .form-clt input {
    height: 50px;
    line-height: 50px;
}

.contact-section-2 .contact-box-2 .form-clt textarea {
    height: 180px;
}

.contact-section-2 .contact-box-2 .form-clt i {
    position: absolute;
    right: 16px;
    top: 10px;
}

.contact-section-2 .contact-box-2 .form-clt2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.contact-section-2 .contact-box-2 .form-clt2 .checkbox {
    border: 1px solid rgb(220, 220, 223);
    border-radius: 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 7px;
    margin-right: 10px;
    cursor: pointer;
    background: transparent;
}

.contact-section-2 .contact-box-2 .form-clt2 label {
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .contact-section-2 .contact-info-2 {
        margin-top: 50px;
    }
}

.contact-section-2 .contact-info-2 .map-section .map {
    height: 370px;
    border-radius: 10px;
}

.contact-section-2 .contact-list {
    max-width: 277px;
    margin-top: 20px;
    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: start;
}

.contact-section-2 .contact-list.style-one {
    margin-right: 95px;
}

@media (max-width: 1199.98px) {
    .contact-section-2 .contact-list.style-one {
        margin-right: 30px;
    }
}

.contact-section-2 .contact-list h6 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    text-transform: uppercase;
}

.contact-section-2 .contact-list .list-info-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.contact-section-2 .contact-list .list-info-2 .icon i {
    font-size: 18px;
    color: #040618;
}

.contact-section-2 .contact-list .list-info-2 .contact-text span {
    font-size: 18px;
}

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/

.contact-section-3 {
    padding: 120px 15px;
    position: relative;
}

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

.contact-section-3 .outer-box {
    max-width: 1630px;
    border: 1px solid rgb(220, 220, 223);
    border-radius: 20px;
    margin: 0 auto;
    padding: 95px 105px 95px;
    background-color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .contact-section-3 .outer-box {
        padding: 95px 60px 95px;
    }
}

@media (max-width: 767.98px) {
    .contact-section-3 .outer-box {
        padding: 30px 20px;
    }
}

.contact-section-3 .title2 {
    font-family: var(--heading-font-family);
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .contact-section-3 .title2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.contact-section-3 .contact-box-2 .form-clt {
    position: relative;
}

.contact-section-3 .contact-box-2 .form-clt i {
    color: #080521;
}

.contact-section-3 .contact-box-2 .form-clt.style-two {
    padding: 10px 16px;
    border: 1px solid #DCDCDF;
    border-radius: 10px;
    height: 50px;
}

.contact-section-3 .contact-box-2 .form-clt.style-two select {
    margin-right: 16px;
    width: 100%;
    background-color: transparent;
}

.contact-section-3 .contact-box-2 .form-clt input,
.contact-section-3 .contact-box-2 .form-clt textarea {
    border: 1px solid #DCDCDF;
    width: 100%;
    border-radius: 10px;
    padding: 10px 16px;
    background-color: transparent;
}

.contact-section-3 .contact-box-2 .form-clt input::-webkit-input-placeholder,
.contact-section-3 .contact-box-2 .form-clt textarea::-webkit-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-3 .contact-box-2 .form-clt input::-moz-placeholder,
.contact-section-3 .contact-box-2 .form-clt textarea::-moz-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-3 .contact-box-2 .form-clt input:-ms-input-placeholder,
.contact-section-3 .contact-box-2 .form-clt textarea:-ms-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-3 .contact-box-2 .form-clt input::-ms-input-placeholder,
.contact-section-3 .contact-box-2 .form-clt textarea::-ms-input-placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-3 .contact-box-2 .form-clt input::placeholder,
.contact-section-3 .contact-box-2 .form-clt textarea::placeholder {
    color: rgba(4, 6, 24, 0.6980392157);
}

.contact-section-3 .contact-box-2 .form-clt input {
    height: 50px;
    line-height: 50px;
}

.contact-section-3 .contact-box-2 .form-clt textarea {
    height: 180px;
}

.contact-section-3 .contact-box-2 .form-clt i {
    position: absolute;
    right: 16px;
    top: 10px;
}

.contact-section-3 .contact-box-2 .form-clt2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.contact-section-3 .contact-box-2 .form-clt2 .checkbox {
    border: 1px solid rgb(220, 220, 223);
    border-radius: 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.contact-section-3 .contact-box-2 .form-clt2 label {
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 1599.98px) {
    .contact-section-3 .contact-box-2 .form-clt2 label br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .contact-section-3 .contact-info-2 {
        margin-top: 50px;
    }
}

.contact-section-3 .contact-info-2 .map-section .map {
    height: 370px;
    border-radius: 10px;
}

.contact-section-3 .contact-list {
    max-width: 277px;
    margin-top: 20px;
    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: start;
}

.contact-section-3 .contact-list.style-one {
    margin-right: 95px;
}

@media (max-width: 1199.98px) {
    .contact-section-3 .contact-list.style-one {
        margin-right: 30px;
    }
}

.contact-section-3 .contact-list h6 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    text-transform: uppercase;
}

.contact-section-3 .contact-list .list-info-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.contact-section-3 .contact-list .list-info-2 .icon i {
    font-size: 18px;
    color: #040618;
}

.contact-section-3 .contact-list .list-info-2 .contact-text span {
    font-size: 18px;
}

/***

====================================================================
   cta-section-h1
====================================================================

***/

.cta-section-h1 {
    position: relative;
    padding: 0 0 110px;
}

@media (max-width: 991.98px) {
    .cta-section-h1 {
        display: none;
    }
}

.cta-block .inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px 0 100px;
    background-color: var(--theme-color1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .cta-block .inner-block {
        padding: 0 10px 0;
    }
}

@media (max-width: 991.98px) {
    .cta-block .inner-block {
        -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: start;
        padding: 30px 30px 0;
    }
}

.cta-block .inner-block:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/cta-h1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cta-block .inner-block .content-box .title {
    margin-bottom: 36px;
}

.cta-block .inner-block .content-box .theme-btn {
    gap: 18px;
    padding: 17px 31px 15px;
}

.cta-block .inner-block .image {
    padding-top: 50px;
}

.cta-block-h3 .inner-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px 0 100px;
    position: relative;
}

@media (max-width: 1439.98px) {
    .cta-block-h3 .inner-block {
        padding: 0 10px 0;
    }
}

@media (max-width: 991.98px) {
    .cta-block-h3 .inner-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 30px 0;
    }
}

.cta-block-h3 .inner-block .anim-icon {
    bottom: 0;
    left: 0;
    position: absolute;
}

.cta-block-h3 .inner-block .content-box .title {
    color: var(--theme-color-white);
    margin-bottom: 36px;
}

.cta-block-h3 .inner-block .content-box .theme-btn {
    gap: 18px;
    padding: 17px 31px 15px;
}

.cta-block-h3 .inner-block .image {
    padding-top: 50px;
}

/***

====================================================================
   cta-section-h4
====================================================================

***/

.cta-section-h4 .outer-box {
    background-color: #092837;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.cta-section-h4 .outer-box .anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.4;
}

.cta-block-h4 .inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1439.98px) {
    .cta-block-h4 .inner-block {
        -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: start;
        gap: 30px;
        padding: 30px 47px 0 0;
    }
}

.cta-block-h4 .inner-block .content-box .title {
    margin-bottom: 36px;
    color: var(--theme-color-white);
}

.cta-block-h4 .inner-block .content-box .theme-btn {
    gap: 18px;
    padding: 17px 34.5px 15px;
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
}

.cta-block-h4 .inner-block .content-box .theme-btn:before {
    background-color: var(--theme-color1);
}

.cta-block-h4 .inner-block .content-box .theme-btn:hover {
    color: var(--theme-color-white);
}

.cta-block-h4 .inner-block .image {
    padding-top: 62px;
    margin-right: -168px;
}

@media (max-width: 1599.98px) {
    .cta-block-h4 .inner-block .image {
        margin-right: 0;
        padding-top: 0;
    }
}

/*** 
====================================================================
  FAQ's Section
====================================================================
***/

.faq-thumb-box {
    max-height: 365px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .faq-thumb-box {
        margin-bottom: 40px;
    }
}

.faq-thumb-box .image-box {
    position: relative;
}

.faq-thumb-box .image-box img {
    width: 100%;
}

.faq-thumb-box .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
}

.faq-thumb-box .content-box .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border-radius: 7px;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-thumb-box .content-box .icon i {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.faq-thumb-box .content-box .title {
    margin-bottom: 4px;
    font-size: 16px;
}

.faq-thumb-box .content-box .title,
.faq-thumb-box .content-box .text {
    color: #FFF;
}

.faq-thumb-box .content-box .text {
    font-size: 20px;
}

.faq-thumb-box:hover .content-box .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.faq-style-one {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

.faq-style-one:before {
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: "";
    height: 100%;
    left: -64px;
    position: absolute;
    top: 0;
    width: 1px;
}

@media (max-width: 1199.98px) {
    .faq-style-one:before {
        left: -54px;
    }
}

@media (max-width: 991.98px) {
    .faq-style-one:before {
        display: none;
    }
}

.faq-style-one .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.faq-style-one .faq-item.active {
    padding-bottom: 23px;
}

.faq-style-one .faq-item.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-style-one {
    /* Header */
}

.faq-style-one .faq-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 50px 18px 20px;
    position: relative;
}

.faq-style-one .faq-header .title {
    color: #fff;
    margin-bottom: 0;
}

.faq-style-one .faq-header .icon {
    position: absolute;
    right: 25px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-style-one {
    /* Content animation */
}

.faq-style-one .faq-content {
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.faq-style-one .faq-content .text {
    color: #CCC;
}

/***
====================================================================
  FAQ's Section Two
====================================================================
***/

.faq-section {
    position: relative;
}

.faq-section .floating-img {
    bottom: 0;
    left: 0;
    position: absolute;
}

.faq-thumb-box2 .inner-box {
    background-color: #121310;
    max-width: 409px;
    padding: 50px;
    position: relative;
    text-align: center;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .faq-thumb-box2 .inner-box {
        margin-bottom: 40px;
    }
}

.faq-thumb-box2 .inner-box .image-box {
    margin-bottom: 30px;
}

.faq-thumb-box2 .inner-box .title {
    margin-bottom: 6px;
}

.faq-thumb-box2 .inner-box .text {
    margin-bottom: 20px;
}

.faq-thumb-box2 .inner-box:before {
    background-image: url(../images/resource/faq2-shape-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.faq-style-two {
    position: relative;
}

.faq-style-two .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.faq-style-two .faq-item.active {
    padding-bottom: 23px;
}

.faq-style-two .faq-item.active .icon {
    color: var(--theme-color1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-style-two {
    /* Header */
}

.faq-style-two .faq-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 50px 24px 30px;
    position: relative;
}

.faq-style-two .faq-header .title {
    color: #fff;
    margin-bottom: 0;
}

.faq-style-two .faq-header .icon {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-style-two {
    /* Content animation */
}

.faq-style-two .faq-content {
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.faq-style-two .faq-content .text {
    color: #CCC;
    max-width: 744px;
}

/*** 
====================================================================
funfact-section-h1
====================================================================
***/

.funfact-section-layout1 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .funfact-section-layout1 {
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 90px;
    }
}

.funfact-section-layout1 .bg-image {
    z-index: -1;
}

.funfact-section-layout1 .bg-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    width: 100%;
}

.funfact-section-layout1 .funfact-titl-box {
    position: relative;
    text-align: center;
    z-index: 0;
}

.funfact-section-layout1 .funfact-titl-box .title {
    color: var(--theme-color-white);
    font-size: clamp(120px, 13.75vw, 220px);
    line-height: 0.9;
    left: 0;
    opacity: 0.07;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

.funfact-block-h1 .inner-block {
    padding: 0 50px;
}

@media (max-width: 1199.98px) {
    .funfact-block-h1 .inner-block {
        padding: 0 20px;
    }
}

@media (max-width: 991.98px) {
    .funfact-block-h1 .inner-block {
        text-align: center;
        margin-bottom: 30px;
    }
}

.funfact-block-h1 .inner-block.style-two {
    padding-left: 80px;
    padding-right: 40px;
}

@media (max-width: 1299.98px) {
    .funfact-block-h1 .inner-block.style-two {
        padding: 0 20px;
    }
}

.funfact-block-h1 .inner-block.style-three {
    padding-left: 99px;
    padding-right: 40px;
}

@media (max-width: 1299.98px) {
    .funfact-block-h1 .inner-block.style-three {
        padding: 0 20px;
    }
}

.funfact-block-h1 .inner-block .count-box .title {
    color: var(--theme-color-white);
    line-height: 1;
}

.funfact-block-h1 .inner-block .count-box .text {
    color: var(--theme-color-lighter2);
}

/***
====================================================================
funfact-section-h3
====================================================================
***/

.funfact-section-h3 {
    position: relative;
    padding: 0 0 227px;
    background-color: var(--theme-color-black);
}

@media (max-width: 1199.98px) {
    .funfact-section-h3 {
        padding: 110px 0 227px;
    }
}

@media (max-width: 991.98px) {
    .funfact-section-h3 {
        padding: 70px 0 227px;
    }
}

.funfact-section-h3 .inner-container {
    max-width: 1170px;
    margin: 0 auto;
}

.funfact-block-h3:last-child .inner-block {
    border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.funfact-block-h3 .inner-block {
    padding: 120px 40px 120px 69px;
    border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .funfact-block-h3 .inner-block {
        border-left: none;
    }
}

@media (max-width: 1199.98px) {
    .funfact-block-h3 .inner-block {
        padding: 0 20px 50px;
    }
}

@media (max-width: 575.98px) {
    .funfact-block-h3 .inner-block {
        padding: 0 30px 20px;
    }
}

.funfact-block-h3 .inner-block.style-two {
    padding-left: 80px;
    padding-right: 40px;
}

@media (max-width: 1199.98px) {
    .funfact-block-h3 .inner-block.style-two {
        padding: 0 20px 50px;
    }
}

@media (max-width: 575.98px) {
    .funfact-block-h3 .inner-block.style-two {
        padding: 0 30px 20px;
    }
}

.funfact-block-h3 .inner-block.style-three {
    padding-left: 99px;
    padding-right: 40px;
}

@media (max-width: 1199.98px) {
    .funfact-block-h3 .inner-block.style-three {
        padding: 0 20px 50px;
    }
}

@media (max-width: 575.98px) {
    .funfact-block-h3 .inner-block.style-three {
        padding: 0 30px 20px;
    }
}

.funfact-block-h3 .inner-block .count-box .title {
    color: var(--theme-color-white);
    line-height: 1;
}

.funfact-block-h3 .inner-block .count-box p {
    color: var(--theme-color-lighter2);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 120px 0 115px;
}

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

.testimonial-section .inner-container {
    overflow: hidden;
    position: relative;
}

.testimonial-section .inner-container i,
.testimonial-section .inner-container .testi-button-next {
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    z-index: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .testimonial-section .inner-container i,
    .testimonial-section .inner-container .testi-button-next {
        display: none;
    }
}

.testimonial-section .inner-container i img,
.testimonial-section .inner-container .testi-button-next img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-section .inner-container i:hover img,
.testimonial-section .inner-container .testi-button-next:hover img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.testimonial-section .inner-container i,
.testimonial-section .inner-container .testi-button-prev {
    position: absolute;
    top: 43%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 991.98px) {
    .testimonial-section .inner-container i,
    .testimonial-section .inner-container .testi-button-prev {
        display: none;
    }
}

.testimonial-section .inner-container i img,
.testimonial-section .inner-container .testi-button-prev img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-section .inner-container i:hover img,
.testimonial-section .inner-container .testi-button-prev:hover img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.testimonial-section .inner-container .slider-info {
    text-align: center;
    margin-top: 88px;
}

@media (max-width: 991.98px) {
    .testimonial-section .inner-container .slider-info {
        margin-top: 40px;
    }
}

.testimonial-section .inner-container .slider-info .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #101221;
    opacity: 0.12;
}

.testimonial-section .inner-container .slider-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 12px;
    border-radius: 10px;
    background-color: var(--theme-color-black);
    opacity: 1;
}

.testimonial-section .bg-shape {
    height: 465px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 830px;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .author-image {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 69px;
    position: relative;
    width: 120px;
}

@media (max-width: 767.98px) {
    .testimonial-block .author-image {
        margin: 0 auto 40px;
    }
}

.testimonial-block .author-image img {
    border-radius: 50%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px;
}

.testimonial-block .author-image .icon-quote {
    background-color: var(--theme-color-dark);
    border: 3px solid var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color-white);
    position: absolute;
    right: 5px;
    bottom: -12px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.testimonial-block .author-image .icon-quote img,
.testimonial-block .author-image .icon-quote i {
    width: 19px;
    height: 14px;
    line-height: 1;
    border-radius: 0;
}

.testimonial-block .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 43.2px;
    position: relative;
    margin: 20px auto 45px;
    color: var(--text-color);
    max-width: 860px;
}

@media (max-width: 767.98px) {
    .testimonial-block .text {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-block .author-box {
    position: relative;
}

.testimonial-block .author-box .name {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.testimonial-block .author-box .designation {
    color: var(--text-color);
    font-size: 18px;
    text-transform: capitalize;
}

/*** 

====================================================================
testimonial-section-h1
====================================================================

***/

.testimonial-section-h1 {
    padding: 110px 0 350px;
    position: relative;
    background-color: var(--theme-color-dark);
}

@media (max-width: 991.98px) {
    .testimonial-section-h1 {
        padding: 70px 0 310px;
    }
}

.testimonial-section-h1 .anim-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-section-h1 .sec-title {
    margin-bottom: 47px;
}

.testimonial-section-h1 .inner-container {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.testimonial-section-h1 .inner-container .testimonial-thumbs {
    width: 260px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonial-section-h1 .inner-container .testimonial-thumbs .swiper-slide {
    height: 80px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    border: 2px solid var(--theme-color-light);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(0.79) !important;
    transform: scale(0.79) !important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 2px solid transparent;
}

.testimonial-section-h1 .inner-container .testimonial-thumbs .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border: 2px solid #FFFFFF;
}

.testimonial-section-h1 .inner-container .testimonial-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block-h1 .inner-block {
    text-align: center;
}

.testimonial-block-h1 .inner-block .icon {
    margin-bottom: 45px;
}

.testimonial-block-h1 .inner-block .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 1160px;
    margin: 0 auto 32px;
}

@media (max-width: 575.98px) {
    .testimonial-block-h1 .inner-block .text {
        font-size: 16px;
    }
}

.testimonial-block-h1 .inner-block .author-info {
    margin-bottom: 65px;
}

.testimonial-block-h1 .inner-block .author-info .name {
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.testimonial-block-h1 .inner-block .author-info .designation {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

/***

==================================================================
    Testimonial Section h2
==================================================================

***/

.testimonial-section-h2 {
    position: relative;
    padding: 110px 0 120px;
}

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

.testimonial-section-h2 .sec-title {
    margin-bottom: 48px;
}

.testimonial-block-h2 {
    position: relative;
}

.testimonial-block-h2 .inner-block {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 1000px;
    padding: 65px 138px 80px 500px;
    position: relative;
}

@media (max-width: 1439.98px) {
    .testimonial-block-h2 .inner-block {
        padding: 65px 60px 80px 400px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-block-h2 .inner-block {
        border-radius: 50px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-h2 .inner-block {
        padding: 65px 60px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-h2 .inner-block {
        padding: 50px 15px;
    }
}

.testimonial-block-h2 .inner-block:hover .icon-quote img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.testimonial-block-h2 .inner-block .icon-quote {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 50%;
    height: 410px;
    line-height: 410px;
    text-align: center;
    width: 410px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.testimonial-block-h2 .inner-block .icon-quote img {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

@media (max-width: 1439.98px) {
    .testimonial-block-h2 .inner-block .icon-quote {
        height: 310px;
        line-height: 310px;
        width: 310px;
        top: 70px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-h2 .inner-block .icon-quote {
        display: none;
    }
}

.testimonial-block-h2 .inner-block .rating-star {
    color: #FFA121;
    font-size: 14px;
    margin-bottom: 20px;
}

.testimonial-block-h2 .inner-block .text {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 46px;
    color: #CCCCCC;
}

@media (max-width: 1439.98px) {
    .testimonial-block-h2 .inner-block .text {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-h2 .inner-block .text {
        font-size: 16px;
    }
}

.testimonial-block-h2 .inner-block .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .testimonial-block-h2 .inner-block .author-box {
        display: block;
    }
}

.testimonial-block-h2 .inner-block .author-box .author-image {
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .testimonial-block-h2 .inner-block .author-box .author-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.testimonial-block-h2 .inner-block .author-box .author-image img {
    border-radius: 50%;
}

.testimonial-block-h2 .inner-block .author-box .author-info .name {
    margin-bottom: 4px;
    color: #FFFFFF;
}

.testimonial-block-h2 .inner-block .author-box .author-info .designation {
    color: #CCCCCC;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
}

.testimonial-block-h2 .inner-block .slider-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .testimonial-block-h2 .inner-block .slider-info {
        display: none;
    }
}

.testimonial-block-h2 .inner-block .slider-info .swiper-pagination-bullet {
    width: 60px;
    border-radius: 30px;
    height: 5px;
    margin: 0 7px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1019607843);
}

.testimonial-block-h2 .inner-block .slider-info .swiper-pagination-bullet-active {
    position: relative;
}

.testimonial-block-h2 .inner-block .slider-info .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .testimonial-block-h2 .inner-block .slider-info .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-h2 .inner-block .slider-info {
        gap: 10px;
    }
}

/*** 

====================================================================
testimonial-section-h3
====================================================================

***/

.testimonial-section-h3 {
    padding: 85px 0 100px;
    position: relative;
}

@media (max-width: 991.98px) {
    .testimonial-section-h3 {
        padding: 45px 0 60px;
    }
}

.testimonial-section-h3 .anim-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-section-h3 .sec-title {
    margin-bottom: 77px;
}

@media (max-width: 991.98px) {
    .testimonial-section-h3 .sec-title {
        margin-bottom: 40px;
    }
}

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

.testimonial-section-h3 .inner-container {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.testimonial-section-h3 .inner-container .testi-button-next,
.testimonial-section-h3 .inner-container .testi-button-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    font-size: 35px;
    background-color: var(--theme-color-white);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .testimonial-section-h3 .inner-container .testi-button-next,
    .testimonial-section-h3 .inner-container .testi-button-prev {
        display: none;
    }
}

.testimonial-section-h3 .inner-container .testi-button-next i,
.testimonial-section-h3 .inner-container .testi-button-prev i {
    color: #B7B7B7;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-section-h3 .inner-container .testi-button-next:hover i,
.testimonial-section-h3 .inner-container .testi-button-prev:hover i {
    color: var(--theme-color2-text-color);
}

.testimonial-section-h3 .inner-container .testi-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.testimonial-section-h3 .inner-container .testi-button-next i {
    position: relative;
    left: -10px;
}

.testimonial-section-h3 .inner-container .testi-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.testimonial-section-h3 .inner-container .testi-button-prev i {
    position: relative;
    right: -10px;
}

.testimonial-section-h3 .inner-container .testimonial-h3-thumbs {
    width: 278px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonial-section-h3 .inner-container .testimonial-h3-thumbs .swiper-slide {
    height: 89px;
    width: 89px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(0.79) !important;
    transform: scale(0.79) !important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 2px solid transparent;
}

.testimonial-section-h3 .inner-container .testimonial-h3-thumbs .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1.06) !important;
    transform: scale(1.06) !important;
}

.testimonial-section-h3 .inner-container .testimonial-h3-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block-h3 .inner-block {
    text-align: center;
}

.testimonial-block-h3 .inner-block .icon {
    margin-bottom: 16px;
}

.testimonial-block-h3 .inner-block .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: var(--theme-color-lighter2);
    max-width: 863px;
    margin: 0 auto 22px;
}

@media (max-width: 575.98px) {
    .testimonial-block-h3 .inner-block .text {
        font-size: 18px;
    }
}

.testimonial-block-h3 .inner-block .author-info {
    margin-bottom: 33px;
}

.testimonial-block-h3 .inner-block .author-info .name {
    line-height: 1;
    color: var(--theme-color2-text-color);
    margin-bottom: 15px;
}

.testimonial-block-h3 .inner-block .author-info .designation {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-lighter2);
}

.testimonial-section-layout3 {
    padding: 120px 0;
    position: relative;
}

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

.testimonial-section-layout3 .testimonial-slide-wrapper {
    position: relative;
}

@media (max-width: 1599.98px) {
    .testimonial-section-layout3 .blog-arrow-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 100px;
        margin-top: 60px;
    }
}

.testimonial-section-layout3 .slider-prev,
.testimonial-section-layout3 .slider-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    font-size: 35px;
    background-color: var(--theme-color-white);
    z-index: 1;
}

.testimonial-section-layout3 .slider-prev i,
.testimonial-section-layout3 .slider-next i {
    color: #B7B7B7;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-section-layout3 .slider-prev:hover i,
.testimonial-section-layout3 .slider-next:hover i {
    color: var(--theme-color1);
}

.testimonial-section-layout3 .slider-next {
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
}

@media (max-width: 1599.98px) {
    .testimonial-section-layout3 .slider-next {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.testimonial-section-layout3 .slider-next i {
    position: relative;
    left: -10px;
}

.testimonial-section-layout3 .slider-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: right;
}

@media (max-width: 1599.98px) {
    .testimonial-section-layout3 .slider-prev {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.testimonial-section-layout3 .slider-prev i {
    position: relative;
    right: -10px;
}

.testimonial-section-layout3 .bg-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 830px;
    height: 465px;
}

.testimonial-block-layout3 .inner-block {
    position: relative;
    margin-top: 50px;
}

.testimonial-block-layout3 .inner-block:hover .quote-icon i,
.testimonial-block-layout3 .inner-block:hover .quote-icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.testimonial-block-layout3 .content-box {
    background-color: var(--theme-color-white);
    position: relative;
    padding: 43px 20px;
    text-align: center;
    margin-bottom: 53px;
}

.testimonial-block-layout3 .content-box:before {
    content: "";
    position: absolute;
    -webkit-mask-image: url(../images/resource/testi-shape1.png);
    mask-image: url(../images/resource/testi-shape1.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: var(--theme-color-white);
    left: 48px;
    bottom: -46px;
    width: 64px;
    height: 46px;
}

.testimonial-block-layout3 .content-box:after {
    content: "";
    position: absolute;
    border: 2px solid var(--theme-color-dark);
    left: 50%;
    top: -10px;
    width: 89%;
    height: 51px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-block-layout3 .quote-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background-color: var(--theme-color1);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -88px;
}

.testimonial-block-layout3 .quote-icon i,
.testimonial-block-layout3 .quote-icon img {
    color: var(--theme-color1-text-color);
    font-size: 30px;
    line-height: 1;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.testimonial-block-layout3 .title {
    margin-top: 23px;
    margin-bottom: 0;
}

.testimonial-block-layout3 .rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-block-layout3 .rating-star i {
    color: #C9F31D;
    font-size: 16px;
}

.testimonial-block-layout3 .text {
    font-size: 18px;
    line-height: 32px;
    color: #696969;
    max-width: 282px;
    margin: 0 auto;
}

.testimonial-block-layout3 .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-left: 22px;
}

.testimonial-block-layout3 .author-info .author-image {
    width: 76px;
    height: 76px;
    border: 2px solid var(--theme-color-dark);
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-layout3 .author-info .author-image img {
    width: 100%;
    height: 100%;
}

.testimonial-block-layout3 .author-info .content .name {
    margin-bottom: 2px;
}

.testimonial-block-layout3 .author-info .content .designation {
    color: #D70006;
    font-size: 14px;
}

/***

====================================================================
Process Section
====================================================================

***/

.process-box-layout4 .inner-box {
    background: var(--gradient-12);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
    border-radius: 30px;
    padding: 40px;
    position: relative;
}

.process-box-layout4 .inner-box .step {
    background: linear-gradient(39.66deg, #222B1C -21.47%, #070C0F 55.5%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
    border-radius: 30px;
    color: var(--theme-color-white);
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 20px;
}

.process-box-layout4 .inner-box .title {
    color: var(--theme-color-white);
    font-weight: 600;
}

.process-box-layout4 .inner-box .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.process-box-layout4 .inner-box .title a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
    background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}

.process-box-layout4 .inner-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-top: 10px;
}

/***

====================================================================
Process Section
====================================================================

***/

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

.process-block-two:last-child .inner-block .content:before {
    height: calc(100% - 45px);
}

.process-block-two:last-child .inner-block:hover .content:after {
    height: calc(100% - 45px);
}

.process-block-two .inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .process-block-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.process-block-two .inner-block:hover .step,
.process-block-two .inner-block.active .step {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.process-block-two .inner-block:hover .content:after,
.process-block-two .inner-block.active .content:after {
    height: calc(100% + 10px);
}

.process-block-two .inner-block .step {
    background-color: #1B1C2D;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 24px;
    margin-top: 10px;
    min-width: 60px;
    position: relative;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .process-block-two .inner-block .step {
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.process-block-two .inner-block .step span {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-block .step span:before {
    background-color: var(--theme-color1);
    border: 3px solid #1B1C2D;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    height: 20px;
    width: 20px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .process-block-two .inner-block .step span:before {
        top: auto;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.process-block-two .inner-block .content {
    background-color: #131420;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    padding: 30px 40px 33px;
    width: 100%;
    position: relative;
}

@media (max-width: 575.98px) {
    .process-block-two .inner-block .content {
        padding: 30px 15px 33px;
    }
}

.process-block-two .inner-block .content:before {
    background-color: #131420;
    content: "";
    position: absolute;
    top: 45px;
    left: -55px;
    height: calc(100% + 10px);
    width: 6px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-block .content:after {
    background: var(--gradient-1);
    content: "";
    position: absolute;
    top: 45px;
    left: -55px;
    height: 0;
    width: 6px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-block .content .title {
    color: var(--theme-color-white);
    margin-bottom: 15px;
}

.process-block-two .inner-block .content .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    max-width: 509px;
}

/***

====================================================================
Process Section
====================================================================

***/

.process-section-three {
    padding: 120px 15px;
}

.process-section-three .outer-box {
    background-image: url(../images/icons/shape-7.png);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 15px;
}

@media (max-width: 575.98px) {
    .process-section-three .outer-box {
        padding: 120px 0;
    }
}

.process-block-three {
    margin-bottom: 20px;
}

.process-block-three:nth-child(2) .inner-block .step {
    background-color: #C936E5;
    color: #fff;
}

.process-block-three:nth-child(3) .inner-block .step {
    background-color: #B5F061;
    color: #000002;
}

.process-block-three:nth-child(4) .inner-block .step {
    background-color: #FFAD3E;
    color: #000002;
}

.process-block-three .inner-block {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-three .inner-block:hover .content:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.process-block-three .inner-block .step {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
    min-width: 60px;
    margin-bottom: -30px;
    position: relative;
    width: 60px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-three .inner-block .step span {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-three .inner-block .content {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    padding: 50px 40px 43px;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .process-block-three .inner-block .content {
        padding: 50px 15px 33px;
    }
}

.process-block-three .inner-block .content:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-three .inner-block .content .shape-1 {
    position: absolute;
    bottom: -37px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-three .inner-block .content .title {
    color: var(--theme-color-white);
    margin-bottom: 5px;
}

.process-block-three .inner-block .content .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    margin: 0 auto;
    max-width: 509px;
}

/***

====================================================================
    properties-section
====================================================================

***/

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

.properties-section .sec-title {
    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-bottom: 68px;
}

.properties-section .sec-title .title {
    max-width: 602px;
}

.properties-section .sec-title .theme-btn {
    gap: 16px;
}

.properties-section .outer-box {
    margin: 0 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.properties-section .properties-block {
    margin-bottom: 30px;
}

.properties-section .properties-block.active .inner-block .image {
    position: relative;
}

.properties-section .properties-block.active .inner-block .image .price-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.properties-section .properties-block.active .inner-block .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.properties-section .properties-block .inner-block {
    overflow: hidden;
}

.properties-section .properties-block .inner-block .image {
    position: relative;
    z-index: 1;
    max-height: 440px;
}

.properties-section .properties-block .inner-block .image img {
    width: 100%;
    max-height: 440px;
}

.properties-section .properties-block .inner-block .image .price-info {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    color: #16243E;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 14px 9px;
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.properties-section .properties-block .inner-block .image .price-info span {
    color: #092837;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.properties-section .properties-block .inner-block .content {
    background-color: var(--theme-color-dark);
    position: relative;
    padding: 33px 50px 35px 31px;
    bottom: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .properties-section .properties-block .inner-block .content {
        padding: 35px 50px 18px 25px;
    }
}

@media (max-width: 575.98px) {
    .properties-section .properties-block .inner-block .content {
        padding: 35px 50px 18px 15px;
    }
}

.properties-section .properties-block .inner-block .content .info {
    color: rgba(var(--theme-color-white-rgb), 0.7);
    font-size: 15px;
    line-height: 28px;
}

.properties-section .properties-block .inner-block .content .title {
    margin-bottom: 0;
}

/***

====================================================================
    properties-section-h1
====================================================================

***/

.properties-section-h1 {
    padding: 120px 0 80px;
}

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

.properties-section-h1 .sec-title {
    -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;
}

@media (max-width: 991.98px) {
    .properties-section-h1 .sec-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.properties-section-h1 .sec-title .title {
    max-width: 602px;
}

.properties-section-h1 .sec-title .theme-btn {
    gap: 16px;
}

.properties-section-h1 .outer-box {
    max-width: 1920px;
    margin: 0 30px;
    overflow: hidden;
    position: relative;
}

.properties-section-h1 .outer-box .inner-box {
    margin: 0 -150px;
}

@media (max-width: 1199.98px) {
    .properties-section-h1 .outer-box .inner-box {
        margin: 0;
    }
}

.properties-section-h1 .outer-box .nav-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;
    z-index: 2;
}

.properties-section-h1 .outer-box .nav-box .four-item_button-prev,
.properties-section-h1 .outer-box .nav-box .four-item_button-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: var(--theme-color-black);
    background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .properties-section-h1 .outer-box .nav-box .four-item_button-prev,
    .properties-section-h1 .outer-box .nav-box .four-item_button-next {
        display: none;
    }
}

.properties-section-h1 .outer-box .nav-box .four-item_button-prev {
    position: absolute;
    top: 32%;
    left: 50px;
    z-index: 2;
}

.properties-section-h1 .outer-box .nav-box .four-item_button-next {
    position: absolute;
    top: calc(33% - 6px);
    right: 48px;
    z-index: 2;
}

.properties-block {
    margin-bottom: 30px;
}

.properties-block.swiper-slide-active .inner-block .image {
    position: relative;
}

.properties-block.swiper-slide-active .inner-block .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.properties-block.swiper-slide-active .inner-block .image .price-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.properties-block.swiper-slide-active .inner-block .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.properties-block .inner-block {
    overflow: hidden;
}

.properties-block .inner-block .image {
    position: relative;
    z-index: 1;
    height: 440px;
    overflow: hidden;
}

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

.properties-block .inner-block .image .price-info {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    color: #16243E;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 14px 9px;
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.properties-block .inner-block .image .price-info span {
    color: #092837;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.properties-block .inner-block .content {
    background-color: #051A25;
    position: relative;
    padding: 33px 50px 35px 31px;
    bottom: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .properties-block .inner-block .content {
        padding: 30px 40px;
    }
}

@media (max-width: 575.98px) {
    .properties-block .inner-block .content {
        padding: 30px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.properties-block .inner-block .content .info {
    color: rgba(var(--theme-color-white-rgb), 0.7);
    font-size: 15px;
    line-height: 28px;
}

.properties-block .inner-block .content .title {
    margin-bottom: 0;
    color: #FFFFFF;
}

.properties-block .inner-block .content .theme-btn {
    padding: 16px 20.5px;
}

/***

====================================================================
    Properties Section Two
====================================================================

***/

.properties-section-two {
    position: relative;
    padding: 120px 50px 80px;
}

@media (max-width: 991.98px) {
    .properties-section-two {
        padding: 120px 15px 40px;
    }
}

.properties-section-two .sec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1199.98px) {
    .properties-section-two .sec-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.properties-section-two .sec-title .title {
    max-width: 550px;
}

.properties-section-two .sec-title .text {
    max-width: 510px;
    border-left: 1px solid var(--theme-color-black);
    padding-left: 21px;
    line-height: 28px;
    margin-top: 0;
}

.properties-section-two .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 767.98px) {
    .properties-section-two .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.properties-section-two .outer-box .properties-block-two {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767.98px) {
    .properties-section-two .outer-box .properties-block-two {
        min-width: 47%;
        margin-bottom: 5px;
    }
}

@media (max-width: 575.98px) {
    .properties-section-two .outer-box .properties-block-two {
        min-width: 100%;
    }
}

.properties-section-two .outer-box .properties-block-two.active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media (max-width: 767.98px) {
    .properties-section-two .outer-box .properties-block-two.active {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.properties-block-two {
    position: relative;
    margin-bottom: 30px;
    height: 650px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.properties-block-two.active .inner-block .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.properties-block-two.active .inner-block .drag-btn {
    scale: 1;
}

.properties-block-two .inner-block {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.properties-block-two .inner-block .image {
    height: 100%;
    position: relative;
}

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

.properties-block-two .inner-block .drag-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-white);
    background-color: var(--theme-color-black);
    position: absolute;
    bottom: 275px;
    left: 121px;
    scale: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.properties-block-two .inner-block .content {
    background-color: rgba(var(--theme-color-white-rgb), 0.31);
    backdrop-filter: blur(30px);
    display: inline-block;
    position: absolute;
    padding: 50px 273px 53px 50px;
    bottom: -100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .properties-block-two .inner-block .content {
        padding: 47px 15px 39px;
    }
}

@media (max-width: 767.98px) {
    .properties-block-two .inner-block .content {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        padding: 47px 30px 39px;
    }
}

.properties-block-two .inner-block .content .info {
    color: var(--theme-color-white);
    font-size: 16px;
    padding-left: 11px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3px;
}

@media (max-width: 1199.98px) {
    .properties-block-two .inner-block .content .info {
        margin-bottom: 8px;
    }
}

.properties-block-two .inner-block .content .info:before {
    background-color: #EEFB13;
    border-radius: 50%;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 9px;
    left: 0;
}

.properties-block-two .inner-block .content .title {
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .properties-block-two .inner-block .content .title {
        font-size: 24px;
    }
}

/***
====================================================================
    Property Single Style
====================================================================
***/

.properties-single {
    position: relative;
}

.properties-single .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 44px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .properties-single .outer-box {
        -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;
    }
}

@media (max-width: 767.98px) {
    .properties-single .sp-header .left-area {
        margin-bottom: 30px;
    }
}

.properties-single .sp-header .left-area .title {
    margin-bottom: 8px;
}

.properties-single .sp-header .left-area .location {
    margin-bottom: 18px;
}

.properties-single .sp-header .right-area {
    text-align: right;
}

@media (max-width: 767.98px) {
    .properties-single .sp-header .right-area {
        text-align: left;
    }
}

.properties-single .sp-header .right-area .price {
    margin-bottom: 8px;
}

.properties-single .sp-header .right-area .sp-tag {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.properties-single .sp-header .sp-tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.properties-single .sp-header .sp-tag a {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
    padding: 3px 20px;
}

.properties-single .sp-property-features {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .properties-single .sp-property-features {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        padding-bottom: 0;
        -ms-grid-row: 20;
        grid-area: 20px;
    }
}

@media (max-width: 575.98px) {
    .properties-single .sp-property-features {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.properties-single .sp-property-features .feature-item {
    position: relative;
}

@media (max-width: 991.98px) {
    .properties-single .sp-property-features .feature-item {
        margin-bottom: 15px;
    }
}

.properties-single .sp-property-features .feature-item:after {
    background-color: rgba(3, 26, 38, 0.1);
    bottom: 20px;
    content: "";
    height: 100%;
    position: absolute;
    right: -45px;
    top: 0px;
    width: 1px;
}

@media (max-width: 1199.98px) {
    .properties-single .sp-property-features .feature-item:after {
        right: -30px;
    }
}

@media (max-width: 1099.98px) {
    .properties-single .sp-property-features .feature-item:after {
        right: -20px;
    }
}

@media (max-width: 991.98px) {
    .properties-single .sp-property-features .feature-item:after {
        display: none;
    }
}

.properties-single .sp-property-features .feature-item .title {
    margin-bottom: 8px;
}

.properties-single .sp-property-features .feature-item .text i {
    color: #031A26;
    font-size: 16px;
}

.properties-single .sp-property-features .feature-item:last-child:after {
    display: none;
}

.sproperty-header {
    margin-bottom: 20px;
    position: relative;
}

.sproperty-header .sproperty-tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.sproperty-header .sproperty-tag a {
    background-color: #fff;
    border: 1px solid #d1d5db;
    color: var(--theme-color2);
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
}

.sproperty-header .sproperty-tag a:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

.sproperty-header .left-area .title {
    color: var(--theme-color2);
    font-size: 34px;
    margin-bottom: 12px;
}

.sproperty-header .left-area .location {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    font-size: 17px;
}

.sproperty-header .left-area .location i {
    color: var(--theme-color2);
    font-size: 16px;
    margin-right: 10px;
}

.sproperty-header .right-area {
    text-align: end;
}

@media (max-width: 767.98px) {
    .sproperty-header .right-area {
        text-align: left;
    }
}

.sproperty-header .right-area .price {
    color: var(--theme-color2);
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .sproperty-header .right-area .price {
        margin-top: 15px;
    }
}

.sproperty-header .right-area .price-per-sqft {
    color: var(--theme-color2);
}

.sproperty-header .right-area .price-per-sqft span {
    color: #aaa;
    font-size: 18px;
}

.sproperty-header .right-area .sproperty-tag {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (max-width: 767.98px) {
    .sproperty-header .right-area .sproperty-tag {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.sproperty-header .right-area .sproperty-social-tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (max-width: 767.98px) {
    .sproperty-header .right-area .sproperty-social-tag {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.sproperty-header .right-area .sproperty-social-tag .icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    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;
    cursor: pointer;
    -webkit-transition: border-color 0.2s, background 0.2s, -webkit-transform 0.15s;
    transition: border-color 0.2s, background 0.2s, -webkit-transform 0.15s;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
    transition: border-color 0.2s, background 0.2s, transform 0.15s, -webkit-transform 0.15s;
}

.sproperty-header .right-area .sproperty-social-tag .icon-btn:hover {
    border-color: #9ca3af;
    background: #f9fafb;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.sproperty-header .right-area .sproperty-social-tag .icon-btn:hover svg {
    stroke: #111827;
}

.sproperty-header .right-area .sproperty-social-tag .icon-btn:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    background: #f3f4f6;
}

.sproperty-header .right-area .sproperty-social-tag .icon-btn svg {
    width: 18px;
    height: 18px;
    stroke: #4b5563;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
}

.sproperty-banner {
    position: relative;
}

.sproperty-banner .sproperty-banner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sproperty-banner .ps_mainSwiper {
    margin-bottom: 10px;
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb {
    overflow: hidden;
    position: relative;
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62.86%, rgba(255, 233, 0, 0)), to(rgba(20, 20, 20, 0.5)));
    background: linear-gradient(180deg, rgba(255, 233, 0, 0) 62.86%, rgba(20, 20, 20, 0.5) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb img {
    width: 100%;
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb .tag {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
    font-size: 14px;
    left: 40px;
    line-height: 16px;
    padding: 5px 21.1px;
    position: absolute;
    top: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 20px;
}

@media (max-width: 399.98px) {
    .sproperty-banner .ps_mainSwiper .sproperty-large-thumb .tag {
        top: 15px;
    }
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb .tag:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb .more-photo {
    background-color: var(--theme-color-white);
    bottom: 40px;
    color: var(--theme-color2);
    font-size: 15px;
    line-height: 16px;
    padding: 12px 34.2px;
    position: absolute;
    right: 40px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sproperty-banner .ps_mainSwiper .sproperty-large-thumb .more-photo:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

@media (max-width: 399.98px) {
    .sproperty-banner .ps_mainSwiper .sproperty-large-thumb .more-photo {
        display: none;
    }
}

.sproperty-banner .swiper-button-prev {
    left: -30px;
}

@media (max-width: 1399.98px) {
    .sproperty-banner .swiper-button-prev {
        left: 0;
    }
}

.sproperty-banner .swiper-button-prev,
.sproperty-banner .swiper-button-next {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
    font-size: 16px;
    height: 45px;
    text-align: center;
    top: 40%;
    width: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .sproperty-banner .swiper-button-prev,
    .sproperty-banner .swiper-button-next {
        display: none;
    }
}

.sproperty-banner .swiper-button-prev:before,
.sproperty-banner .swiper-button-next:before {
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
}

.sproperty-banner .swiper-button-prev:after,
.sproperty-banner .swiper-button-next:after {
    display: none;
}

.sproperty-banner .swiper-button-prev:hover,
.sproperty-banner .swiper-button-next:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.sproperty-banner .swiper-button-next {
    right: -30px;
}

@media (max-width: 1399.98px) {
    .sproperty-banner .swiper-button-next {
        right: 0;
    }
}

.sproperty-banner .swiper-button-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
}

.sproperty-banner .ps_thumbSwiper {
    position: relative;
}

.sproperty-banner .ps_thumbSwiper .swiper-slide {
    cursor: pointer;
    opacity: 1;
}

.sproperty-banner .ps_thumbSwiper .swiper-slide img {
    width: 100%;
}

.sproperty-panel {
    background-color: var(--theme-color-white);
    margin-bottom: 40px;
    padding: 23px 30px 25px;
    position: relative;
}

@media (max-width: 375.98px) {
    .sproperty-panel {
        padding: 23px 15px 25px;
    }
}

.sproperty-panel .title {
    font-size: 18px;
    margin-bottom: 0;
}

.sproperty-panel .sproperty-item-header {
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border: none;
    border-bottom: 1px solid #eee;
}

.sproperty-panel .sproperty-item-header .icon i {
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sproperty-panel .accordion-item.active .icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sproperty-panel .sproperty-item-content {
    padding: 0;
}

.sproperty-panel .map-btn {
    background-color: var(--theme-color3);
    border-radius: 4px;
    color: var(--theme-color3-text-color);
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 7px 20px;
}

.property-grid-list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
}

@media (max-width: 575.98px) {
    .property-grid-list {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.property-grid-list span {
    color: var(--theme-color2);
}

.property-grid-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
}

.sproperty-calculator .mortgage-calculator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 70px auto;
    grid-template-columns: 380px auto;
    gap: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

@media (max-width: 768px) {
    .sproperty-calculator .mortgage-calculator {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 10px;
    }
}

.sproperty-calculator {
    /* Doughnut chart wrapper */
}

.sproperty-calculator .chart-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
}

.sproperty-calculator .chart-wrapper .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.sproperty-calculator .chart-wrapper .content-center .amount {
    color: #031A26;
    font-size: 24px;
}

.sproperty-calculator .chart-wrapper .content-center .label {
    font-size: 14px;
    color: #555;
}

.sproperty-calculator {
    /* Table / summary list */
}

.sproperty-calculator .summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sproperty-calculator .summary ul {
    list-style: none;
    padding: 0;
}

.sproperty-calculator .summary li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.sproperty-calculator .summary li .color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.sproperty-calculator .summary li .value {
    color: #031A26;
    position: absolute;
    right: 0;
}

.property-form .form-field {
    margin-bottom: 20px;
}

.property-form label {
    color: #031A26;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.property-form .form-control {
    height: 50px;
    padding-left: 20px;
}

.sproperty-video,
.sproperty-map,
.sproperty-floor-plan {
    position: relative;
    padding-bottom: 30px;
}

.sproperty-video .image-box,
.sproperty-map .image-box,
.sproperty-floor-plan .image-box {
    margin-top: 22px;
    overflow: hidden;
    position: relative;
}

.sproperty-video .image-box img,
.sproperty-map .image-box img,
.sproperty-floor-plan .image-box img {
    width: 100%;
}

.sproperty-video .image-box .video-box,
.sproperty-map .image-box .video-box,
.sproperty-floor-plan .image-box .video-box {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sproperty-video .image-box .video-box .play-now,
.sproperty-map .image-box .video-box .play-now,
.sproperty-floor-plan .image-box .video-box .play-now {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 4px rgba(255, 233, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(255, 233, 0, 0.1);
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
}

@media (max-width: 767.98px) {
    .sproperty-video .image-box .video-box .play-now,
    .sproperty-map .image-box .video-box .play-now,
    .sproperty-floor-plan .image-box .video-box .play-now {
        height: 80px;
        line-height: 80px;
        width: 80px;
    }
}

@media (max-width: 575.98px) {
    .sproperty-video .image-box .video-box .play-now,
    .sproperty-map .image-box .video-box .play-now,
    .sproperty-floor-plan .image-box .video-box .play-now {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}

.sproperty-video .image-box .video-box .play-now i,
.sproperty-map .image-box .video-box .play-now i,
.sproperty-floor-plan .image-box .video-box .play-now i {
    color: var(--theme-color2);
    font-size: 26px;
}

.sproperty-sheduletour {
    position: relative;
}

.sproperty-sheduletour .shdtour-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 22px;
}

@media (max-width: 1199.98px) {
    .sproperty-sheduletour .shdtour-wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .date-boxes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .date-boxes .date-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(3, 26, 38, 0.14);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 80px;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .date-boxes .date-box .day,
.sproperty-sheduletour .shdtour-wrapper .contant-box .date-boxes .date-box .year {
    font-size: 14px;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .date-boxes .date-box .date {
    color: var(--theme-color2);
    font-size: 24px;
    line-height: 1.1;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form {
    position: relative;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* 👈 20px space */
    background-size: 12px;
    padding-right: 50px;
    /* caret এর জন্য জায়গা */
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea {
    background-color: rgba(3, 26, 38, 0.06);
    color: rgba(3, 26, 38, 0.6);
    font-size: 14px;
    padding: 9.5px 21px;
    width: 100%;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input::-webkit-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select::-webkit-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea::-webkit-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input::-moz-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select::-moz-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea::-moz-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input:-ms-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select:-ms-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea:-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input::-ms-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select::-ms-input-placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea::-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form input::placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form select::placeholder,
.sproperty-sheduletour .shdtour-wrapper .contant-box .custom-form textarea::placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .form-row {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .one-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.sproperty-sheduletour .shdtour-wrapper .contant-box .two-col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.sproperty-sheduletour .shdtour-wrapper .contant-box {
    /* Responsive */
}

@media (max-width: 768px) {
    .sproperty-sheduletour .shdtour-wrapper .contant-box .two-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.sproperty-agent-contact .agent-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 40px auto;
    grid-template-columns: 340px auto;
    gap: 40px;
    margin-bottom: 22px;
    position: relative;
}

@media (max-width: 767.98px) {
    .sproperty-agent-contact .agent-box {
        -ms-grid-columns: auto 20px auto;
        grid-template-columns: auto auto;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .sproperty-agent-contact .agent-box {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.sproperty-agent-contact .agent-box .title {
    color: #031A26;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 4px;
}

.sproperty-agent-contact .agent-box .subtitle {
    color: rgba(3, 26, 38, 0.7);
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
}

.sproperty-agent-contact .agent-box .agent-content {
    position: relative;
}

.sproperty-agent-contact .agent-box .list-contact li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 15px;
    line-height: 30px;
}

.sproperty-agent-contact .agent-box .list-contact li:not(:last-child) {
    margin-bottom: 10px;
}

.sproperty-agent-contact .agent-box .list-contact li a {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-box .list-contact li i {
    color: var(--theme-color2);
    font-size: 16px;
}

.sproperty-agent-contact .agent-contact-form {
    position: relative;
}

.sproperty-agent-contact .agent-contact-form .contact-form {
    position: relative;
}

.sproperty-agent-contact .agent-contact-form .contact-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.sproperty-agent-contact .agent-contact-form .form-row input,
.sproperty-agent-contact .agent-contact-form .form-row textarea {
    background-color: rgba(3, 26, 38, 0.06);
    border-radius: 4px;
    color: var(--theme-color2);
    font-size: 15px;
    padding: 9px 20px;
    width: 100%;
}

.sproperty-agent-contact .agent-contact-form .form-row input::-webkit-input-placeholder,
.sproperty-agent-contact .agent-contact-form .form-row textarea::-webkit-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-contact-form .form-row input::-moz-placeholder,
.sproperty-agent-contact .agent-contact-form .form-row textarea::-moz-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-contact-form .form-row input:-ms-input-placeholder,
.sproperty-agent-contact .agent-contact-form .form-row textarea:-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-contact-form .form-row input::-ms-input-placeholder,
.sproperty-agent-contact .agent-contact-form .form-row textarea::-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-contact-form .form-row input::placeholder,
.sproperty-agent-contact .agent-contact-form .form-row textarea::placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact .agent-contact-form .form-row textarea {
    min-height: 220px;
    resize: vertical;
}

.sproperty-agent-contact .agent-contact-form .form-row.buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sproperty-agent-contact .agent-contact-form .form-row.buttons button {
    background: rgba(3, 26, 38, 0.06);
    border: none;
    border-radius: 4px;
    color: var(--theme-color2);
    cursor: pointer;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 9px 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}

.sproperty-agent-contact .agent-contact-form .form-row.buttons button:hover {
    background: var(--theme-color3);
}

.sproperty-agent-contact .agent-contact-form {
    /* Responsive */
}

@media (max-width: 575px) {
    .sproperty-agent-contact .agent-contact-form .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.floor-plan-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .floor-plan-list {
        gap: 15px;
    }
}

.floor-plan-list li {
    color: rgba(3, 26, 38, 0.6);
}

.floor-plan-list li span {
    color: var(--theme-color2);
}

.sproperty-customer-review {
    padding: 40px;
}

@media (max-width: 1199.98px) {
    .sproperty-customer-review {
        padding: 25px 15px;
    }
}

.sproperty-customer-review .review-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
    margin-top: 23px;
}

@media (max-width: 1199.98px) {
    .sproperty-customer-review .review-box {
        gap: 15px;
        -ms-grid-columns: auto 15px auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .sproperty-customer-review .review-box {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.sproperty-customer-review .review-box .avarage-review {
    background-color: #F3F5F9;
    padding: 40px 40px 50px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .sproperty-customer-review .review-box .avarage-review {
        padding: 20px 25px 30px;
    }
}

@media (max-width: 575.98px) {
    .sproperty-customer-review .review-box .avarage-review {
        margin-bottom: 15px;
    }
}

.sproperty-customer-review .review-box .avarage-review .title {
    color: var(--theme-color2);
    font-size: 54px;
    line-height: normal;
    margin-bottom: 15px;
}

.sproperty-customer-review .review-box .avarage-review .stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFA800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sproperty-customer-review .review-box .avarage-review .text {
    color: rgba(3, 26, 38, 0.7);
    font-size: 15px;
    line-height: 18px;
    margin-top: 7px;
    text-transform: capitalize;
}

.sproperty-customer-review .review-box .title2 {
    color: var(--theme-color2);
    font-size: 24px;
}

.sproperty-customer-review .review-box .review-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sproperty-customer-review .review-box .review-list .list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(3, 26, 38, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 15px;
    line-height: 19px;
}

.sproperty-customer-review .review-box .review-list .list-item .bar {
    background-color: #F3F5F9;
    height: 20px;
    max-width: 250px;
    width: 100%;
}

.sproperty-customer-review .review-box .review-list .list-item:first-child .bar {
    background-color: #F15A29;
}

.sproperty-customer-review .review-box .review-list .list-item:not(:last-child) {
    margin-bottom: 14px;
}

.sproperty-customer-review .reviewer-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid rgba(3, 26, 38, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    margin-top: 23px;
    padding-bottom: 30px;
}

@media (max-width: 320.98px) {
    .sproperty-customer-review .reviewer-box {
        display: block;
    }
}

.sproperty-customer-review .reviewer-box .rivwr-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 320.98px) {
    .sproperty-customer-review .reviewer-box .rivwr-thumb {
        margin-bottom: 10px;
    }
}

.sproperty-customer-review .reviewer-box .rivwr-thumb img {
    border-radius: 50%;
    display: inline-block;
    height: 54px;
    overflow: hidden;
    position: relative;
    width: 54px;
}

.sproperty-customer-review .reviewer-box .rivwr-content .content-header {
    margin-bottom: 17px;
    position: relative;
}

.sproperty-customer-review .reviewer-box .rivwr-content .content-header .title {
    margin-bottom: 1px;
}

.sproperty-customer-review .reviewer-box .rivwr-content .content-header .text {
    color: #626364;
    font-family: var(--heading-font-family);
}

.sproperty-customer-review .reviewer-box .rivwr-content .content-header .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFA800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    gap: 4px;
    position: absolute;
    right: 0;
    top: 0px;
}

@media (max-width: 575.98px) {
    .sproperty-customer-review .reviewer-box .rivwr-content .content-header .review {
        position: relative;
        top: 7px;
    }
}

.sproperty-customer-review .reviewer-box .rivwr-content .content-box .text {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-customer-review .reviewer-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.swiper-wrapper-box {
    position: relative;
}

.swiper-nav-top-right {
    position: absolute;
    top: -50px;
    /* adjust as needed */
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    z-index: 10;
    /* Reset default swiper positioning */
}

.swiper-nav-top-right .button-next,
.swiper-nav-top-right .button-prev {
    background: var(--theme-color-white);
    border: 1px solid rgba(3, 26, 38, 0.1);
    border-radius: 50%;
    color: var(--theme-color2);
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: static;
    text-align: center;
    width: 40px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.swiper-nav-top-right .button-next:hover,
.swiper-nav-top-right .button-prev:hover {
    background-color: var(--theme-color3);
    border: 1px solid transparent;
    color: var(--theme-color3-text-color);
}

.swiper-nav-top-right .button-next::after,
.swiper-nav-top-right .button-prev::after {
    font-size: 14px;
}

.property-box .inner-box {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(3, 26, 38, 0.1);
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.property-box .inner-box .image-box {
    border-radius: 6px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.property-box .inner-box .image-box img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.property-box .inner-box .image-box .tag {
    left: 12px;
    position: absolute;
    top: 12px;
    z-index: 1;
}

.property-box .inner-box .image-box .tag span {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 20px;
}

.property-box .inner-box .image-box .tag span:nth-child(2n) {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.property-box .inner-box .image-box .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.property-box .inner-box .image-box .meta li a {
    background: rgba(3, 26, 38, 0.3);
    backdrop-filter: blur(7px);
    border-radius: 50%;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.property-box .inner-box .image-box .meta li a:hover {
    background: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

.property-box .inner-box .content-box {
    position: relative;
}

.property-box .inner-box .content-box .title {
    color: #031A26;
    font-size: 20px;
    margin-bottom: 10px;
}

.property-box .inner-box .content-box .price {
    color: #0080FF;
    font-size: 18px;
    margin-bottom: 10px;
}

.property-box .inner-box .content-box .location {
    color: rgba(3, 26, 38, 0.7);
}

.property-box .inner-box .content-box .location i {
    color: rgba(3, 26, 38, 0.5);
}

.property-box .inner-box .content-box .title,
.property-box .inner-box .content-box .price,
.property-box .inner-box .content-box .location {
    padding-left: 20px;
}

.property-box .inner-box .content-box .feature-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(3, 26, 38, 0.1);
    border-top: 1px solid rgba(3, 26, 38, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 20px 0 0;
    padding: 10px 20px;
}

@media (max-width: 1199.98px) {
    .property-box .inner-box .content-box .feature-list {
        gap: 12px;
    }
}

.property-box .inner-box .content-box .feature-list .icon {
    color: var(--theme-color2);
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.property-box .inner-box .content-box .feature-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.property-box .inner-box .content-box .property-footer {
    -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;
    padding: 15px 20px;
}

.property-box .inner-box .content-box .property-footer .read-more {
    color: var(--theme-color2);
    font-size: 15px;
}

.property-box .inner-box .content-box .property-footer .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFA800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    gap: 4px;
}

.property-box .inner-box .content-box .property-footer .review li:last-child {
    color: var(--theme-color2);
    margin-left: 2px;
}

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

.property-box .inner-box:hover .image-box img:nth-child(2) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
}

.sproperty-agent-contact-tab .ag-contactform {
    padding: 30px;
    position: relative;
}

.sproperty-agent-contact-tab .ag-contactform .ag-contact-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.sproperty-agent-contact-tab .ag-contactform .ag-contact-header .content-box .title {
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 4px;
}

.sproperty-agent-contact-tab .ag-contactform .ag-contact-header .content-box .designation {
    color: rgba(3, 26, 38, 0.7);
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}

.sproperty-agent-contact-tab .ag-contactform .schedule {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(3, 26, 38, 0.1);
    border-radius: 100px;
    color: var(--theme-color2);
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
    padding: 8px 20px;
}

.sproperty-agent-contact-tab .ag-contactform form input,
.sproperty-agent-contact-tab .ag-contactform form textarea,
.sproperty-agent-contact-tab .ag-contactform form button {
    background: rgba(3, 26, 38, 0.06);
    border: none;
    margin-bottom: 10px;
    padding: 12px 20px;
    width: 100%;
}

.sproperty-agent-contact-tab .ag-contactform form input::-webkit-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form textarea::-webkit-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form button::-webkit-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact-tab .ag-contactform form input::-moz-placeholder,
.sproperty-agent-contact-tab .ag-contactform form textarea::-moz-placeholder,
.sproperty-agent-contact-tab .ag-contactform form button::-moz-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact-tab .ag-contactform form input:-ms-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form textarea:-ms-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form button:-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact-tab .ag-contactform form input::-ms-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form textarea::-ms-input-placeholder,
.sproperty-agent-contact-tab .ag-contactform form button::-ms-input-placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact-tab .ag-contactform form input::placeholder,
.sproperty-agent-contact-tab .ag-contactform form textarea::placeholder,
.sproperty-agent-contact-tab .ag-contactform form button::placeholder {
    color: rgba(3, 26, 38, 0.6);
}

.sproperty-agent-contact-tab .ag-contactform form textarea {
    min-height: 160px;
}

.sproperty-agent-contact-tab .ag-contactform .form-btns button {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sproperty-agent-contact-tab .ag-contactform .form-btns button:hover {
    background: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

.sproperty-agent-contact-tab .custom-tabs {
    background-color: #fff;
    position: relative;
}

.sproperty-agent-contact-tab .custom-tabs .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sproperty-agent-contact-tab .sproperty-agent-tab-btn {
    background: #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
}

.sproperty-agent-contact-tab .sproperty-agent-tab-btn.active {
    background: #031A26;
    color: var(--theme-color-white);
}

.sproperty-agent-contact-tab .tab-content {
    display: none;
}

.sproperty-agent-contact-tab .tab-content.active {
    display: block;
}

.single-property-item2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 552px;
    overflow: hidden;
    position: relative;
    will-change: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-property-item2.active,
.single-property-item2:hover {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.single-property-item2.active .image-box .image img,
.single-property-item2:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-property-item2 .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-property-item2 .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.single-property-item2 .image-box .image img {
    height: 100%;
    min-height: 552px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sproperty-overview-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    padding-bottom: 15px;
}

.sproperty-overview-grid {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.2rem;
}

@media (max-width: 767.98px) {
    .sproperty-overview-grid {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 575.98px) {
    .sproperty-overview-grid {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 375.98px) {
    .sproperty-overview-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.sproperty-overview-grid .overview-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeUp 400 ease both;
    animation: fadeUp 400 ease both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
}

.sproperty-overview-grid .overview-item .icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff4f0;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, transform 0.2s;
    transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.sproperty-overview-grid .overview-item .icon-wrap svg {
    width: 20px;
    height: 20px;
    stroke: var(--theme-color2);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sproperty-overview-grid .overview-item .icon-wrap i {
    font-size: 20px;
    stroke: var(--theme-color2);
    line-height: 1;
}

.sproperty-overview-grid .overview-item .item-label {
    font-size: 0.9rem;
    color: #444444;
    white-space: nowrap;
}

.sproperty-overview-grid .overview-item:hover .icon-wrap {
    background: #ffe8e0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.features-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 16px;
}

.features-grid .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.features-grid .feature-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--theme-color3);
}

@media (max-width: 600px) {
    .features-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 380px) {
    .features-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.breadcrumb__sep {
    color: #aaa;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #555;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.breadcrumb__item:hover {
    color: #111;
}

.breadcrumb__item--active {
    color: #999;
    pointer-events: none;
}

/***

====================================================================
    Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0px 90px;
}

.team-section .outer-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 20, 32, 0)), color-stop(101.2%, rgba(109, 70, 226, 0.16)));
    background: linear-gradient(180deg, rgba(19, 20, 32, 0) 0%, rgba(109, 70, 226, 0.16) 101.2%);
    border-radius: 40px;
    max-width: 1620px;
    padding: 120px 0;
    margin: 0 auto;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.team-block .inner-block {
    background-color: #131420;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-block .inner-block:before {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.01%, #1DC8CF), color-stop(54.55%, #6D46E2));
    background: linear-gradient(270deg, #1DC8CF -0.01%, #6D46E2 54.55%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block:hover .image img {
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.team-block .inner-block:hover .info-box {
    opacity: 0;
    visibility: hidden;
}

.team-block .inner-block:hover .content {
    opacity: 1;
    visibility: visible;
}

.team-block .inner-block:hover .content .title-box,
.team-block .inner-block:hover .content .team-socials a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .inner-block .image-box {
    position: relative;
}

.team-block .inner-block .image-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .info-box {
    background: linear-gradient(0.13deg, #0B0B15 6.62%, rgba(0, 0, 0, 0) 90.45%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 30px 39px 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .info-box .title {
    color: var(--theme-color-white);
    margin-bottom: 2px;
}

.team-block .inner-block .info-box .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
}

.team-block .inner-block .content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 31px 40px 40px;
    position: absolute;
    overflow: hidden;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.01%, #1DC8CF), color-stop(54.55%, #6D46E2));
    background: linear-gradient(270deg, #1DC8CF -0.01%, #6D46E2 54.55%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.team-block .inner-block .content .title-box {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content .title {
    color: var(--theme-color-white);
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content .title:hover {
    color: var(--theme-color1);
}

.team-block .inner-block .content .designation {
    color: rgba(var(--theme-color-white-rgb), 0.76);
    font-weight: 600;
}

.team-block .inner-block .content .team-socials {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content .team-socials a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-left: -8px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(33.9px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .content .team-socials a:first-child {
    margin-left: 0;
}

.team-block .inner-block .content .team-socials a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

/***

====================================================================
    Team Section
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 120px 0px 70px;
}

.team-block-two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.team-block-two .inner-block {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-block-two .inner-block:hover .image img {
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.team-block-two .inner-block:hover .content {
    opacity: 1;
    visibility: visible;
}

.team-block-two .inner-block:hover .content .title-box {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block-two .inner-block:hover .content .team-socials {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team-block-two .inner-block .image-box {
    position: relative;
}

.team-block-two .inner-block .image-box .image {
    position: relative;
    overflow: hidden;
}

.team-block-two .inner-block .image-box .image img {
    border-radius: 30px;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-block .content {
    padding: 25px 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .team-block-two .inner-block .content {
        padding: 25px 15px;
    }
}

.team-block-two .inner-block .content .title-box {
    background-color: #000002;
    border-radius: 20px;
    padding: 11px 30px 14px;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .team-block-two .inner-block .content .title-box {
        padding: 11px 15px 14px;
    }
}

.team-block-two .inner-block .content .title {
    color: #fff;
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-block .content .title:hover {
    color: var(--theme-color1);
}

.team-block-two .inner-block .content .designation {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.team-block-two .inner-block .content .team-socials {
    position: relative;
    margin-bottom: 20px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-block .content .team-socials a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-left: -8px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(33.9px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1439.98px) {
    .team-block-two .inner-block .content .team-socials a {
        background: rgba(0, 0, 0, 0.53);
    }
}

.team-block-two .inner-block .content .team-socials a:first-child {
    margin-left: 0;
}

.team-block-two .inner-block .content .team-socials a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.mountain-team .team-wrapper .sec-title {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .mountain-team .team-wrapper .sec-title {
        margin-bottom: 0;
    }
}

.mountain-team .team-wrapper .sec-title h2 {
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .mountain-team .team-wrapper .sec-title h2 {
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .mountain-team .team-wrapper .sec-title h2 {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .mountain-team .team-wrapper .sec-title h2 {
        font-size: 42px;
        line-height: 130%;
    }
}

.mountain-team .team-wrapper .team-button {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .mountain-team .team-wrapper .team-button {
        margin-top: 30px;
    }
}

@media (max-width: 1439.98px) {
    .mountain-team .team-wrapper .team-button .theme-btn {
        width: 100%;
    }
}

.mountain-team .team-wrapper .team-button .theme-btn i {
    font-size: 30px;
    color: var(--theme-color-white);
    margin-left: 480px;
}

@media (max-width: 1439.98px) {
    .mountain-team .team-wrapper .team-button .theme-btn i {
        margin-left: 15px;
    }
}

.mountain-team-block {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.mountain-team-block img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}

.mountain-team-block img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.mountain-team-block img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mountain-team-block .title {
    position: absolute;
    text-align: center;
    bottom: -100px;
    left: 40%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: var(--theme-color-white);
}

@media (max-width: 1599.98px) {
    .mountain-team-block .title {
        font-size: 20px;
    }
}

.mountain-team-block .theme-btn-main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mountain-team-block .theme-btn-main .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #011126;
    background: #E0EEEE;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mountain-team-block .theme-btn-main .icon svg path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mountain-team-block .theme-btn-main .text {
    height: 40px;
    line-height: 40px;
    color: #011126;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--heading-font-family);
    padding: 0 30px;
    display: inline-block;
    border-radius: 30px;
    background: #E0EEEE;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mountain-team-block .theme-btn-main:hover .icon {
    color: #ffffff;
    background-color: var(--theme-color2);
}

.mountain-team-block .theme-btn-main:hover .icon svg path {
    fill: var(--headings-color);
}

.mountain-team-block .theme-btn-main:hover .text {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.mountain-team-block:hover img:nth-child(1) {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mountain-team-block:hover img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.mountain-team-block:hover .title {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

.mountain-team-block:hover .theme-btn-main {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/***

====================================================================
    Clients Section
====================================================================

***/

/*** 

====================================================================
    why-choose-us-section-h4
====================================================================

***/

.why-choose-us-section-h4 {
    padding: 90px 0 0;
}

@media (max-width: 991.98px) {
    .why-choose-us-section-h4 {
        padding: 40px 0 0;
    }
}

.why-choose-us-section-h4 .outer-box {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #E5DACA;
}

.why-choose-us-section-h4 .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.why-choose-us-section-h4 .images-column .inner-column {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

@media (max-width: 1439.98px) {
    .why-choose-us-section-h4 .images-column .image-box {
        max-height: 520px;
    }
}

.why-choose-us-section-h4 .images-column .image-box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1439.98px) {
    .why-choose-us-section-h4 .images-column .image-box img {
        max-height: 520px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.why-choose-us-section-h4 .content-column .inner-column {
    margin-left: 123px;
}

@media (max-width: 1499.98px) {
    .why-choose-us-section-h4 .content-column .inner-column {
        margin-left: 90px;
    }
}

@media (max-width: 1439.98px) {
    .why-choose-us-section-h4 .content-column .inner-column {
        margin-left: 0;
        padding: 40px 15px;
    }
}

.why-choose-us-section-h4 .content-column .section-title .title {
    margin-bottom: 25px;
}

.why-choose-us-section-h4 .content-column .section-title .text {
    line-height: 28px;
    margin-bottom: 46px;
}

.why-choose-us-section-h4 .content-column .list-style-one {
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.why-choose-us-section-h4 .content-column .list-style-one li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--theme-color-black);
    margin-bottom: 13px;
}

.why-choose-us-section-h4 .content-column .list-style-one li img {
    margin-right: 10px;
    position: relative;
}

.why-choose-us-section-h4 .content-column .theme-btn {
    text-transform: uppercase;
}

/***

====================================================================
    Work Section
====================================================================

***/

/*** 

====================================================================
    Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 120px 0 80px;
    z-index: 0;
}

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

.blog-section .outer-box {
    margin: 0 auto;
    max-width: 1374px;
    padding: 0 15px;
}

.blog-section .outer-box .sec-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 245px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .blog-section .outer-box .sec-title {
        gap: 150px;
    }
}

@media (max-width: 991.98px) {
    .blog-section .outer-box .sec-title {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .blog-section .outer-box .sec-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-section .outer-box .sec-title .sub-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    color: #FFFFFF;
    padding: 0 32.2px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1411764706);
}

.blog-section .outer-box .sec-title .title {
    max-width: 590px;
}

.blog-block {
    margin-bottom: 43px;
}

.blog-block.style-two .inner-box .content-box .post-meta {
    padding: 30px 0 0 0;
    margin-bottom: 19px;
}

.blog-block.style-two .inner-box .content-box .title {
    font-size: 30px;
    line-height: 1.3334;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .blog-block.style-two .inner-box .content-box .title br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .blog-block.style-two .inner-box .content-box .title {
        font-size: 24px;
    }
}

.blog-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-block .inner-box:hover .image-box .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-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);
}

.blog-block .image-box {
    position: relative;
}

.blog-block .image-box .image {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-block .image-box .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-box .date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 60px;
    line-height: 1;
    -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;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 60px;
    z-index: 2;
}

.blog-block .image-box .date span {
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.blog-block .content-box {
    position: relative;
    z-index: 1;
}

.blog-block .content-box .post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 20px 0 0 0;
    position: relative;
}

.blog-block .content-box .post-meta .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
}

.blog-block .content-box .post-meta .author .icon {
    color: var(--theme-color1);
    margin-right: 5px;
    position: relative;
    bottom: 1.5px;
}

.blog-block .content-box .post-meta .author span {
    line-height: 1;
    color: #FFFFFF;
}

.blog-block .content-box .post-meta .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
}

.blog-block .content-box .post-meta .comment span {
    line-height: 1;
    color: #FFFFFF;
}

.blog-block .content-box .post-meta .comment .icon {
    color: var(--theme-color1);
    margin-right: 5px;
}

.blog-block .content-box .title {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}

.blog-block .content-box .title:hover {
    color: var(--theme-color1);
}

.blog-block .content-box .text {
    margin-bottom: 10px;
}

.blog-block .content-box .btn-link-style1 {
    color: var(--theme-color1);
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-block .content-box .btn-link-style1:hover {
    color: var(--theme-color1);
}

.blog-block .content-box .btn-link-style1:hover .btn-title:after {
    width: 100%;
}

.blog-block .content-box .btn-link-style1:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog-block .content-box .btn-link-style1 .btn-title {
    position: relative;
}

.blog-block .content-box .btn-link-style1 .btn-title:after {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-block .content-box .btn-link-style1 .icon {
    font-size: 14px;
    position: relative;
    top: 0;
    margin-left: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

==================================================================
  blog-section-two
==================================================================

***/

.blog-section-two {
    padding: 165px 0 50px;
    position: relative;
}

@media (max-width: 991.98px) {
    .blog-section-two {
        padding: 125px 0 10px;
    }
}

.blog-section-two .anim-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-section-two .blog-arrow-box {
    margin-top: 5px;
}

@media (max-width: 1199.98px) {
    .blog-section-two .blog-arrow-box {
        display: none !important;
    }
}

.blog-section-two .blog-arrow-box button {
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: var(--theme-color-white);
    margin: 0 6px 0;
    border: 1px solid rgba(4, 6, 24, 0.14);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-section-two .blog-arrow-box button:hover {
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border-color: var(--theme-color1);
}

.blog-section-two .blog-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-section-two .blog-box:hover .image-box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-section-two .blog-box:hover .image-box 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-section-two .blog-box .image-box {
    overflow: hidden;
    position: relative;
}

.blog-section-two .blog-box .image-box img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-section-two .blog-box .image-box 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-section-two .blog-box .image-box .img-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 26, 29, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-section-two .blog-box .content-box {
    padding: 30px 40px 40px 30px;
}

@media (max-width: 1439.98px) {
    .blog-section-two .blog-box .content-box {
        padding: 30px;
    }
}

@media (max-width: 375.98px) {
    .blog-section-two .blog-box .content-box {
        padding: 30px 15px;
    }
}

.blog-section-two .blog-box .content-box .title {
    margin-bottom: 35px;
    color: var(--headings-color);
}

.blog-section-two .blog-box .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-section-two .blog-box .content-box .title a:hover {
    background-size: 100% 1px;
    color: var(--theme-color1);
}

.blog-section-two .blog-box .content-box .post-meta {
    margin-bottom: 16px;
}

.blog-section-two .blog-box .content-box .post-meta ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.blog-section-two .blog-box .content-box .post-meta ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EEF0EE;
    border-radius: 30px;
    color: #211D1D;
    display: inline-block;
    padding: 0.5px 16px;
}

.blog-section-two .blog-box .theme-btn {
    padding: 12px 30.5px 10px;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

/***

==================================================================
  blog-section-three
==================================================================

***/

.blog-section-three {
    padding: 120px 0 50px;
    position: relative;
}

@media (max-width: 991.98px) {
    .blog-section-three {
        padding: 125px 0 10px;
    }
}

.blog-section-three .anim-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-section-three .blog-arrow-box {
    margin-top: 5px;
}

@media (max-width: 1199.98px) {
    .blog-section-three .blog-arrow-box {
        display: none !important;
    }
}

.blog-section-three .blog-arrow-box button {
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: var(--theme-color-white);
    margin: 0 6px 0;
    border: 1px solid rgba(4, 6, 24, 0.14);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 50px;
}

.blog-section-three .blog-arrow-box button:hover {
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border-color: var(--theme-color1);
}

.blog-section-three .blog-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(4, 6, 24, 0.1215686275);
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-section-three .blog-box:hover .image-box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-section-three .blog-box:hover .image-box 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-section-three .blog-box .image-box {
    overflow: hidden;
    position: relative;
}

.blog-section-three .blog-box .image-box img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-section-three .blog-box .image-box 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-section-three .blog-box .image-box .img-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 26, 29, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-section-three .blog-box .content-box {
    padding: 30px 40px 40px 30px;
}

@media (max-width: 1439.98px) {
    .blog-section-three .blog-box .content-box {
        padding: 30px;
    }
}

.blog-section-three .blog-box .content-box .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 35px;
    color: var(--headings-color);
}

.blog-section-three .blog-box .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-section-three .blog-box .content-box .title a:hover {
    background-size: 100% 1px;
    color: var(--theme-color1);
}

.blog-section-three .blog-box .content-box .post-meta {
    margin-bottom: 16px;
}

.blog-section-three .blog-box .content-box .post-meta ul {
    gap: 12px;
}

.blog-section-three .blog-box .content-box .post-meta ul li {
    background: #eef0ee;
    padding: 0.5px 13.5px;
    border-radius: 30px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .blog-section-three .blog-box .content-box .post-meta ul li:first-child {
        margin-bottom: 12px;
    }
}

.blog-section-three .blog-box .theme-btn {
    padding: 11px 35px;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    background-color: var(--headings-color);
    padding-top: 120px;
    position: relative;
    /* Widget Section */
}

.main-footer .widgets-section {
    border-radius: 20px;
    padding: 70px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .main-footer .widgets-section {
        padding: 50px 20px 0;
    }
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

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

.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: #051A25;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .footer-style-one {
        padding-top: 80px;
    }
}

.footer-style-one .wrapper {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.footer-style-one .widgets-section {
    padding: 0px 0 80px;
}

.footer-style-one .widget-title {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 26px;
}

.footer-style-one .about-widget .logo {
    position: relative;
    margin-bottom: 24px;
}

.footer-style-one .about-widget .text {
    margin-bottom: 47px;
    font-size: 16px;
    color: #75727b;
    line-height: 30px;
    margin-right: 20px;
}

.footer-style-one .links-widget {
    margin-bottom: 50px;
    position: relative;
}

.footer-style-one .links-widget.style-two {
    margin-left: 75px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .links-widget.style-two {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .links-widget.style-two.links-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-style-one .links-widget.style-two.links-widget {
        margin-bottom: 50px;
    }
}

.footer-style-one .links-widget.style-three {
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .links-widget.style-three {
        margin-left: 0;
    }
}

.footer-style-one .links-widget:before {
    position: absolute;
    content: "";
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    height: 1000%;
    width: 1px;
    left: -84px;
    top: -200px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .links-widget:before {
        display: none;
    }
}

.footer-style-one .links-widget li {
    color: rgba(255, 255, 255, 0.6980392157);
    list-style: disc;
    font-size: 8px;
    margin-bottom: 0;
    list-style: none;
}

.footer-style-one .links-widget li a {
    color: rgba(255, 255, 255, 0.6980392157);
    font-size: 16px;
    font-family: var(--body-font-family);
    line-height: 40px;
    position: relative;
}

.footer-style-one .links-widget li a:hover {
    color: var(--theme-color-white);
}

.footer-style-one .links-widget li a:before {
    position: absolute;
    content: "";
    background-color: #CCCCCC;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -13px;
    bottom: 9px;
}

.footer-style-one .links-widget li i {
    position: absolute;
    left: -27px;
}

.footer-style-one .user-links {
    margin-left: 13px;
}

.footer-style-one .news-widget {
    margin-top: 30px;
}

.footer-style-one .news-widget .text {
    margin-bottom: 18px;
    color: #75727b;
}

.footer-style-one .news-widget .text i {
    margin-right: 20px;
}

.footer-style-one .info-widget {
    position: relative;
}

.footer-style-one .info-widget:before {
    position: absolute;
    content: "";
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    height: 1000%;
    width: 1px;
    left: -75px;
    top: -200px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .info-widget:before {
        display: none;
    }
}

.footer-style-one .info-widget .widget-content .recent-post .inner .post-info:first-child {
    margin-bottom: 0;
}

.footer-style-one .widget-social {
    margin-bottom: 23px;
}

.footer-style-one .widget-social .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-style-one .widget-social .social-icon li {
    margin-right: 8px;
}

.footer-style-one .widget-social .social-icon li:last-child {
    margin-right: 0;
}

.footer-style-one .widget-social .social-icon li a {
    border-radius: 50%;
    border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.1);
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    backdrop-filter: blur(20px);
    text-align: center;
    width: 40px;
}

.footer-style-one .widget-social .social-icon li a:hover {
    background-color: transparent;
    border-color: var(--theme-color-white);
    color: var(--theme-color-white);
}

.footer-style-one .contact-list .inner .list-info .icon {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 50px;
    line-height: 46px;
    backdrop-filter: blur(20px);
    text-align: center;
    width: 50px;
    margin-right: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-one .contact-list .inner .list-info .icon:hover {
    background-color: transparent;
    border-color: var(--theme-color-white);
    color: var(--theme-color-white);
}

.footer-style-one .contact-list .inner .list-info {
    color: rgba(255, 255, 255, 0.6980392157);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-style-one .contact-list .inner .list-info span {
    display: inline-block;
}

.footer-style-one .contact-list .inner .list-info:nth-child(2) .icon img {
    -webkit-filter: brightness(0%) invert(80%);
    filter: brightness(0%) invert(80%);
}

.footer-style-one .contact-list {
    margin-top: 30px;
}

.footer-style-one .widget-content {
    margin-top: 0;
}

.footer-style-one .contact-list .inner .list-info:first-child {
    margin-bottom: 26px;
}

.footer-style-one .widget-content .text {
    margin-top: 30px;
    margin-bottom: 36px;
}

@media (max-width: 767.98px) {
    .footer-style-one .widget-content .text br {
        display: none;
    }
}

.footer-style-one {
    /* Subscribe Form Three */
}

.footer-style-one .subscribe-form-three {
    position: relative;
    margin-bottom: 32px;
}

.footer-style-one .subscribe-form-three .form-group {
    position: relative;
}

.footer-style-one .subscribe-form-three .form-group input[type=text],
.footer-style-one .subscribe-form-three .form-group input[type=email] {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: var(--theme-color2);
    padding: 20px 65px 20px 18px;
    background: #202020;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #202020;
}

.footer-style-one .subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
    color: var(--text-color);
}

.footer-style-one .subscribe-form-three .form-group input[type=text]::-moz-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]::-moz-placeholder {
    color: var(--text-color);
}

.footer-style-one .subscribe-form-three .form-group input[type=text]:-ms-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
    color: var(--text-color);
}

.footer-style-one .subscribe-form-three .form-group input[type=text]::-ms-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
    color: var(--text-color);
}

.footer-style-one .subscribe-form-three .form-group input[type=text]::placeholder,
.footer-style-one .subscribe-form-three .form-group input[type=email]::placeholder {
    color: var(--text-color);
}

.footer-style-one .subscribe-form-three .form-group .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 5px;
    width: 68px;
    height: 70px;
    font-size: 24px;
    line-height: 21px;
    text-align: center;
    background-color: #202020;
    border-color: #202020;
    color: var(--theme-color1);
}

.footer-style-one .subscribe-form-three .form-group .theme-btn::before {
    background-color: var(--theme-color-white);
}

.footer-style-one .subscribe-form-three .form-group .theme-btn:hover {
    color: var(--theme-color1);
}

.footer-style-one .subscribe-form-three .form-group .theme-btn i {
    margin-left: 0;
}

.footer-style-one .footer-bottom {
    background-color: #092837;
    padding: 21px 0;
    position: relative;
    z-index: 1;
}

.footer-style-one .footer-bottom .copyright-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer-style-one .footer-bottom ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer-style-one .footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer-style-one .style-text {
    bottom: -130px;
    color: rgba(255, 255, 255, 0.04);
    font-size: 330px;
    font-weight: 400;
    right: auto;
    left: 8%;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 10px;
}

@media (max-width: 1878px) {
    .footer-style-one .style-text {
        bottom: -90px;
        font-size: 184px;
    }
}

@media (max-width: 1439.98px) {
    .footer-style-one .style-text {
        bottom: -65px;
        font-size: 156px;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-one .style-text {
        bottom: -65px;
        font-size: 128px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .style-text {
        bottom: -45px;
        font-size: 98px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-one .style-text {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-column {
        margin-bottom: 0;
    }
}

/*=== Footer Bottom ===*/

.footer-bottom {
    padding: 50px 0;
}

.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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: #75727b;
}

.footer-bottom .copyright-text span {
    color: var(--theme-color-white);
}

.footer-bottom .copyright-text a {
    color: inherit;
}

.footer-bottom .copyright-text a:hover {
    color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: var(--text-color);
    margin-left: 30px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0;
}

.footer-bottom .footer-nav li a {
    color: var(--theme-color-white);
}

.footer-bottom .footer-nav li a:hover {
    color: var(--theme-color1);
}

/***

==================================================================
footer-style-two
==================================================================

***/

.footer-style-two {
    background-color: var(--theme-color3);
}

.footer-style-two .outer-box {
    padding-top: 120px;
    background-color: #002828;
}

@media (max-width: 991.98px) {
    .footer-style-two .outer-box {
        padding-top: 80px;
    }
}

.footer-style-two .inner-box {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer-style-two .footer-top-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .footer-style-two .footer-top-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-style-two .footer-top-wrapper .footer-left-content {
    margin-bottom: 65px;
}

@media (max-width: 991.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content {
        margin-bottom: 0;
    }
}

.footer-style-two .footer-top-wrapper .footer-left-content h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media (max-width: 1439.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content h2 br {
        display: none;
    }
    .footer-style-two .footer-top-wrapper .footer-left-content h2 .line {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content h2 {
        font-size: 50px;
    }
    .footer-style-two .footer-top-wrapper .footer-left-content h2 br {
        display: none;
    }
    .footer-style-two .footer-top-wrapper .footer-left-content h2 .line {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content h2 {
        font-size: 32px;
        line-height: 130%;
    }
}

.footer-style-two .footer-top-wrapper .footer-left-content h2 span {
    margin-right: 20px;
}

.footer-style-two .footer-top-wrapper .footer-left-content h3 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin-top: 70px;
    color: #C9F31D;
    font-family: var(--body-font-family);
}

@media (max-width: 1199.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content h3 {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two .footer-top-wrapper .footer-left-content h3 {
        font-size: 28px;
    }
}

.footer-style-two .footer-top-wrapper .footer-right-items {
    width: 100%;
    max-width: 640px;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt {
    position: relative;
    max-width: 640px;
    width: 100%;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #15221c;
    height: 70px;
    padding-left: 40px;
    background-color: #F5F5F5;
}

@media (max-width: 575.98px) {
    .footer-style-two .footer-top-wrapper .footer-right-items .form-clt input {
        padding-left: 10px;
    }
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-webkit-input-placeholder {
    color: #15221c;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-moz-placeholder {
    color: #15221c;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input:-ms-input-placeholder {
    color: #15221c;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-ms-input-placeholder {
    color: #15221c;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::placeholder {
    color: #15221c;
}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt .icon {
    background-color: transparent;
    color: var(--bg-color);
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 40px;
}

.footer-style-two .footer-top-wrapper .footer-right-items .privacy-text {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 300;
    margin-top: 14px;
}

.footer-style-two .footer-top-wrapper .footer-right-items .privacy-text b {
    font-weight: 300;
    color: #e0eeee;
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list {
    margin-top: 55px;
    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: start;
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list h4 {
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    font-family: var(--body-font-family);
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li:last-child {
    line-height: 48px;
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    margin-bottom: 26px;
    background-color: transparent;
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .contact-text a {
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .contact-text a:hover {
    color: var(--theme-color1);
}

.footer-style-two .footer-bottom {
    -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;
    padding: 15px 0;
}

@media (max-width: 1199.98px) {
    .footer-style-two .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-style-two .footer-bottom p {
    color: var(--theme-color-white);
    margin: 0;
    padding: 0;
}

.footer-style-two .footer-bottom .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
    margin-right: 50px;
}

@media (max-width: 1199.98px) {
    .footer-style-two .footer-bottom .footer-menu-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-two .footer-bottom .footer-menu-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-style-two .footer-bottom .footer-menu-list li {
    font-size: 16px;
    font-weight: 400;
}

.footer-style-two .footer-bottom .footer-menu-list li a {
    color: var(--theme-color-white);
}

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

.footer-style-two .footer-bottom .social-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.footer-style-two .footer-bottom .social-icon a {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: var(--theme-color-white);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.footer-style-two .footer-bottom .social-icon a:hover {
    background-color: var(--theme-color1);
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:before,
.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background: rgba(21, 34, 28, 0.5);
    -webkit-transform: translateX(-100%) rotate(15deg);
    transform: translateX(-100%) rotate(15deg);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden;
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:after {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%) rotate(-15deg);
    transform: translateX(100%) rotate(-15deg);
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    line-height: 1;
    opacity: 0;
    padding: 18px 36px;
    position: absolute;
    text-transform: uppercase;
    top: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    visibility: hidden;
    z-index: 9;
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text i {
    margin-right: 10px;
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover .instagram-text {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover:before,
.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover:after {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

/***

==================================================================
footer-style-three
==================================================================

***/

.footer-style-three {
    background-color: var(--theme-color-black);
}

.footer-style-three .outer-box {
    padding-top: 100px;
}

@media (max-width: 991.98px) {
    .footer-style-three .outer-box {
        padding-top: 80px;
    }
}

.footer-style-three .inner-box {
    max-width: 1750px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 160px;
    border-top: 1px solid rgba(255, 255, 255, 0.1411764706);
}

@media (max-width: 991.98px) {
    .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper {
        padding: 80px 0;
    }
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .sub-title {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: var(--theme-color-white);
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--body-font-family);
    padding: 7.5px 29px;
    margin-bottom: 37px;
    letter-spacing: 0.5px;
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {
    font-size: 102px;
    font-weight: 400;
    line-height: 72px;
    color: var(--theme-color-white);
    text-transform: uppercase;
    margin-bottom: 66px;
}

@media (max-width: 1439.98px) {
    .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {
        font-size: 72px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {
        font-size: 48px;
    }
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn {
    padding: 16px 37px 14px;
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn:before {
    background-color: var(--theme-color1);
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn:hover {
    color: var(--theme-color-white);
}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn .btn-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-style-three .footer-bottom-one {
    -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;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

@media (max-width: 1199.98px) {
    .footer-style-three .footer-bottom-one {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-style-three .footer-bottom-one p {
    color: var(--theme-color-white);
    margin: 0;
    padding: 0;
}

.footer-style-three .footer-bottom-one .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .footer-style-three .footer-bottom-one .footer-menu-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-three .footer-bottom-one .footer-menu-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-style-three .footer-bottom-one .footer-menu-list li {
    font-size: 16px;
    font-weight: 400;
}

.footer-style-three .footer-bottom-one .footer-menu-list li a {
    color: var(--theme-color-white);
}

.footer-style-three .footer-bottom-one .footer-menu-list li a:hover {
    color: var(--theme-color1);
}

.footer-style-three .footer-bottom-one .social-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.footer-style-three .footer-bottom-one .social-icon a {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(var(--theme-color-white-rgb), 0.6);
    display: inline-block;
    height: 40px;
    line-height: 39px;
    text-align: center;
    width: 40px;
}

.footer-style-three .footer-bottom-one .social-icon a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
}

.footer-style-three {
    /*=== Footer Bottom ===*/
}

.footer-style-three .footer-bottom-two {
    padding: 27.5px 0;
}

.footer-style-three .footer-bottom-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-style-three .footer-bottom-two .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-three .footer-bottom-two .copyright-text span {
    color: var(--theme-color-white);
}

.footer-style-three .footer-bottom-two .copyright-text a {
    color: inherit;
}

.footer-style-three .footer-bottom-two .copyright-text a:hover {
    color: var(--theme-color-white);
}

.footer-style-three .footer-bottom-two li {
    font-size: 16px;
    line-height: 24px;
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-three .footer-bottom-two li:last-child a {
    color: var(--theme-color-white);
}

.footer-style-three .footer-bottom-two li a {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    letter-spacing: 0.5px;
}

.footer-style-three .footer-bottom-two li a:hover {
    color: var(--theme-color1);
}

/***

==================================================================
  footer-style-four
==================================================================

***/

.footer-style-four {
    position: relative;
    padding: 165px 0px 40px;
    background-color: #0C1315;
}

@media (max-width: 991.98px) {
    .footer-style-four {
        padding: 80px 0 40px;
    }
}

.footer-style-four .anim-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-style-four .footer-bottom {
    background-color: transparent;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .footer-style-four {
        padding-bottom: 40px;
    }
}

.footer-style-four .widgets-box {
    position: relative;
}

.footer-style-four .widgets-box .footer-logo {
    margin-bottom: 28px;
}

@media (max-width: 1199.98px) {
    .footer-style-four .widgets-box {
        padding-bottom: 30px;
    }
}

.footer-style-four .widgets-box .column {
    position: relative;
    margin-bottom: 46px;
}

.footer-style-four .widgets-box .column.style-two {
    padding-left: 60px;
}

@media (max-width: 767.98px) {
    .footer-style-four .widgets-box .column.style-two {
        padding-left: 15px;
    }
}

.footer-style-four .widgets-box .column.style-three {
    padding-left: 50px;
}

@media (max-width: 1199.98px) {
    .footer-style-four .widgets-box .column.style-three {
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-four .widgets-box .column.style-three {
        margin-bottom: 0;
    }
}

.footer-style-four .widgets-box .column.style-four {
    padding-left: 35px;
}

@media (max-width: 575.98px) {
    .footer-style-four .widgets-box .column.style-four {
        padding-left: 15px;
    }
}

.footer-style-four .footer-logo {
    position: relative;
    margin-bottom: 35px;
}

.footer-style-four .footer-text {
    position: relative;
    margin-bottom: 33px;
    color: var(--theme-color-white);
    line-height: 28px;
    opacity: 0.6;
    max-width: 380px;
}

.footer-style-four .social-links {
    position: relative;
}

.footer-style-four .social-links li {
    position: relative;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.footer-style-four .social-links li a {
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-style-four .social-links li a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.footer-style-four .info {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767.98px) {
    .footer-style-four .info {
        margin-bottom: 20px;
    }
}

.footer-style-four .info i {
    position: relative;
    margin-right: 10px;
    color: #FFFFFF;
}

.footer-style-four .info a {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .footer-style-four .info a {
        font-size: 18px;
    }
}

.footer-style-four .subscribe-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 26px;
    color: var(--theme-color-white);
}

.footer-style-four {
    /* Newsletter Box */
}

.footer-style-four .newsletter-box {
    position: relative;
}

.footer-style-four .newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.footer-style-four .newsletter-box .form-group input[type=text],
.footer-style-four .newsletter-box .form-group input[type=email] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 6px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: rgba(var(--theme-color-white-rgb), 0.6);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.footer-style-four .newsletter-box .form-group input[type=text]::-webkit-input-placeholder,
.footer-style-four .newsletter-box .form-group input[type=email]::-webkit-input-placeholder {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-four .newsletter-box .form-group input[type=text]::-moz-placeholder,
.footer-style-four .newsletter-box .form-group input[type=email]::-moz-placeholder {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-four .newsletter-box .form-group input[type=text]:-ms-input-placeholder,
.footer-style-four .newsletter-box .form-group input[type=email]:-ms-input-placeholder {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-four .newsletter-box .form-group input[type=text]::-ms-input-placeholder,
.footer-style-four .newsletter-box .form-group input[type=email]::-ms-input-placeholder {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-four .newsletter-box .form-group input[type=text]::placeholder,
.footer-style-four .newsletter-box .form-group input[type=email]::placeholder {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.footer-style-four .newsletter-box .form-group button {
    background: none;
}

.footer-style-four .footer-title {
    font-family: var(--body-font-family);
    position: relative;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.footer-style-four .footer-list {
    position: relative;
}

.footer-style-four .footer-list li {
    position: relative;
    margin-bottom: 15px;
}

.footer-style-four .footer-list li a {
    opacity: 0.7;
    color: var(--theme-color-white);
}

.footer-style-four .footer-list li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    width: 5px;
    height: 5px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-four .footer-list li a:hover {
    opacity: 1;
    padding-left: 18px;
    text-decoration: underline;
}

.footer-style-four .footer-list li a:hover:before {
    opacity: 1;
}

.footer-style-four .footer-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-four .middle-box {
    position: relative;
    padding: 41.2px 0px 33px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-four .middle-box .footer-logo {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .footer-style-four .middle-box .footer-logo {
        margin-bottom: 25px;
    }
}

.footer-style-four .middle-box .column:nth-child(2) {
    padding-left: 169px;
}

@media (max-width: 1199.98px) {
    .footer-style-four .middle-box .column:nth-child(2) {
        padding-left: 15px;
        padding-top: 30px;
    }
}

.footer-style-four .middle-box .column .column:nth-child(2) {
    padding-left: 23px;
    padding-top: 0;
}

.footer-style-four .middle-box .column .column:nth-child(3) {
    padding-left: 115px;
}

@media (max-width: 991.98px) {
    .footer-style-four .middle-box .column .column:nth-child(3) {
        padding-left: 15px;
        padding-top: 30px;
    }
}

.footer-style-four .lower-box {
    position: relative;
    padding-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-style-four .copyright {
    position: relative;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 575.98px) {
    .footer-style-four .copyright {
        font-size: 16px;
    }
}

.footer-style-four .footer-bottom {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-style-four .footer-bottom_nav {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
    .footer-style-four .footer-bottom_nav {
        margin-top: 15px;
    }
}

.footer-style-four .footer-bottom_nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.footer-style-four .footer-bottom_nav li a {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
    .footer-style-four .footer-bottom_nav li a {
        font-size: 16px;
    }
}

.footer-style-four .footer-bottom_nav li:first-child {
    margin-left: 0px;
}

.footer-style-four .footer-contact-list {
    position: relative;
}

.footer-style-four .footer-contact-list li {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--theme-color-white);
}

.footer-style-four .footer-contact-list li i {
    display: inline-block;
    margin-right: 12px;
}

.footer-style-four .footer-contact-list li a {
    font-size: 20px;
    color: var(--theme-color-white);
}

.footer-style-four .footer-contact-list li:last-child {
    margin-bottom: 0px;
}

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

@media (max-width: 575.98px) {
    .product-details .bxslider .thumb-box li {
        height: auto;
    }
}

.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 {
    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;
    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;
    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 .theme-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .theme-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .theme-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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one li {
    margin-left: 8px;
    position: relative;
}

.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 {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 40px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.product-details .product-info .product-details__social .title {
    display: block;
    position: relative;
}

.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-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -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;
    }
    .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 400ms ease;
    transition: all 400ms 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);
    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;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.product-discription .single-comment-box .inner-box .h5 span {
    font-size: 14px;
    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 .title {
    display: block;
    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;
}

.product-discription .theme-btn:before {
    background-color: var(--theme-color2);
}

.product-discription .theme-btn:hover {
    color: #fff;
}

.related-product .h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }
    .product-details__title span {
        margin-left: 0;
        display: block;
    }
    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}

/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.category-block .h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block .h4 a {
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover .h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover .h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title .h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5', GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two .h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/

.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.png) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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 400ms ease;
    transition: all 400ms 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;
    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;
    transition: all 300ms ease;
    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;
}

.section-content .theme-btn:hover:before {
    background-color: var(--theme-color1);
}

.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-color2);
    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-color1);
    border-radius: 3px;
    color: var(--theme-color1-text-color);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color3-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: 120px 0 0;
    min-height: 450px;
    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(rgba(17, 32, 33, 0.9)), to(transparent));
    background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 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: #ffffff;
    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: var(--theme-color1);
}

.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 {
    letter-spacing: 0.1em;
    margin-top: -16px;
    text-transform: uppercase;
}

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

@media (max-width: 575.98px) {
    .error-page__inner .error-page__form input[type=search] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

@media (max-width: 575.98px) {
    .error-page__inner .error-page__form button[type=submit] {
        width: 40px;
    }
}

.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 {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.contact-details .sec-title {
    margin-bottom: 20px;
}

.contact-details .sec-title .sub-title {
    color: #4f515d;
}

.contact-details .sec-title h2,
.contact-details .sec-title .h2 {
    color: var(--headings-color);
}

.contact-details .sec-title .text {
    color: #4f515d;
}

.contact-details .theme-btn:hover:before {
    background-color: var(--theme-color1);
}

.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 .btn-style-eight:before {
    background: var(--theme-color1);
}

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

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 20px;
    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 {
    color: #fff;
    margin-bottom: 21px;
}

.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: 24px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
    border-radius: 10px;
}

.project-details__content {
    position: relative;
    display: block;
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1;
}

.project-details__details-list {
    position: relative;
    display: block;
}

.project-details__details-list li {
    position: relative;
    display: block;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0;
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

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

.project-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px;
}

.project-details__pagination {
    position: relative;
    display: block;
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__pagination li a {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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-color1);
    color: var(--theme-color1-text-color);
    border: 2px solid var(--theme-color1);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    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%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    z-index: 1;
}

.project-details__pagination li.next .content {
    text-align: left;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    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%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    z-index: 1;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/

.blog-details {
    position: relative;
    display: block;
}

.blog-details .theme-btn {
    background-color: var(--theme-color2);
}

.blog-details .theme-btn:before {
    background-color: var(--theme-color1);
}

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

.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: 1.875rem;
    line-height: 1.2;
    margin: 0;
}

.kodelisting-room-booking .room-booking-title .base-price {
    font-size: 1.125rem;
    font-weight: 500;
}

.kodelisting-room-booking .reservation-form .checkbox-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    padding: 10px 0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.kodelisting-room-booking .reservation-form {
    /* Hide default checkbox */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
    background-color: var(--theme-color-white);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.kodelisting-room-booking .reservation-form {
    /* Checked style */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: var(--theme-color2);
    /* brownish color */
}

.kodelisting-room-booking .reservation-form .checkbox-label {
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kodelisting-room-booking .reservation-form .checkbox-price {
    color: var(--text-color);
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .summary {
    padding: 15px 0;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content {
    color: var(--text-color);
    border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
    border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
    padding-bottom: 5px;
    padding-top: 8px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 16px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.kodelisting-room-booking .reservation-form .btn-style-one {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.kodelisting-room-booking .reservation-form .btn-style-one:hover {
    color: var(--theme-color-dark);
}

.kodelisting-room-booking .reservation-form .btn-style-one:before {
    background: var(--theme-color1);
}

.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
    background: none;
    border-color: rgba(var(--theme-color2-rgb), 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: var(--text-color);
    font-size: 0.875rem;
    height: 48px;
    line-height: 35px;
}

.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select:focus,
.kodelisting-room-booking .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.kodelisting-room-booking .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.kodelisting-room-booking .nice-select::before {
    top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--theme-color2-text-color);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--theme-color2-text-color);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: #000;
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color1);
    color: var(--headings-color);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box .h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content .h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color2);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    color: var(--theme-color2);
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color2);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color2);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
    color: #111;
}

.team-contact-form input[type=text]::-webkit-input-placeholder,
.team-contact-form input[type=email]::-webkit-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::-moz-placeholder,
.team-contact-form input[type=email]::-moz-placeholder {
    color: #111;
}

.team-contact-form input[type=text]:-ms-input-placeholder,
.team-contact-form input[type=email]:-ms-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::-ms-input-placeholder,
.team-contact-form input[type=email]::-ms-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
    color: #111;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

.team-contact-form textarea::-webkit-input-placeholder {
    color: #111;
}

.team-contact-form textarea::-moz-placeholder {
    color: #111;
}

.team-contact-form textarea:-ms-input-placeholder {
    color: #111;
}

.team-contact-form textarea::-ms-input-placeholder {
    color: #111;
}

.team-contact-form textarea::placeholder {
    color: #111;
}

.team-contact-form .sec-title .sub-title {
    color: var(--text-color);
}

.team-contact-form .sec-title .section-title__title {
    color: var(--headings-color);
}