@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&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: #02DF82;
    --theme-color2: #031112;
    --theme-color3: #8D56FA;
    --theme-color4: #4D84FF;
    --theme-color5: #AEE317;
    --theme-color6: #666666;
    --theme-color1-rgb: 2, 223, 130;
    --theme-color2-rgb: 3, 17, 18;
    --theme-color3-rgb: 141, 86, 250;
    --theme-color4-rgb: 77, 132, 255;
    --theme-color5-rgb: 174, 227, 23;
    --theme-color6-rgb: 102, 102, 102;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-lighter: #F8F8F8;
    --theme-color-lighter2: #cccccc;
    --review-color: #FFAA18;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-dark: #121C27;
    --theme-color-gray: #222222;
    --text-color-theme-color1: #000000;
    --gradient-1: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);
    --gradient-2: linear-gradient(to left, #8D56FA, #25184A);
    --gradient-3: linear-gradient(to right, #8D56FA, #25184A);
    --gradient-4: linear-gradient(to top, #8D56FA, #25184A 90%), linear-gradient(to bottom, #8D56FA, #25184A 90%);
    --gradient-5: linear-gradient(145.36deg, rgba(141, 86, 250, 0.3) 11.7%, rgba(13, 10, 28, 0.3) 80.03%);
    --gradient-6: linear-gradient(180.3deg, #121846 0.26%, #020628 69.2%);
    --gradient-7: linear-gradient(181.35deg, #121846 1.15%, #020628 98.91%);
    --gradient-8: -webkit-gradient(linear, right bottom, left bottom, from(#8D56FA), color-stop(50%, #25184A), to(#8D56FA));
    --gradient-9: linear-gradient(180deg, #1ED3F3 -32.14%, #3055EB 98.21%);
    --gradient-10: linear-gradient(39.66deg, #222B1C -21.47%, #070C0F 55.5%);
    --gradient-11: linear-gradient(90deg, #AEE317 0%, rgba(96, 125, 13, 0) 100%);
    --gradient-12: linear-gradient(39.89deg, #222B1C -22.01%, #070C0F 55.3%);
    --gradient-13: linear-gradient(39.89deg, #222B1C -22.01%, #070C0F 55.3%);
    --gradient-14: radial-gradient(155.99% 118.93% at 100% 98.08%, #222B1C 0%, #070C0F 55.18%);
    --gradient-15: linear-gradient(180deg, rgba(2, 6, 40, 0.2) 0%, rgba(44, 106, 236, 0.2) 100%);
    --gradient-16: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
    --gradient-17: linear-gradient(180.3deg, #1ECCF3 33%, #305 100%);
    --gradient-18: linear-gradient(90deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);
    --text-color: rgba(255, 255, 255, 0.6);
    --text-color2: #707070;
    --headings-color: #ffffff;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --body-font-family: 'Urbanist', sans-serif;
    --heading-font-family: 'Urbanist', sans-serif;
    --body-bg: var(--theme-color2);
    --body-font-size: 16px;
    --body-line-height: 1.5;
    --body-font-weight: 600;
    --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: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --h1-font-weight: 700;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 600;
    --sec-title-subtitle-color: var(--theme-color-white);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--heading-font-family);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 24px;
    --sec-title-color: var(--theme-color-white);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--heading-font-family);
    --sec-title-font-weight: 600;
    --sec-title-title-line-height: var(--line-height-heading-h2);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1344px;
    --small-container-width: 1000px;
    --large-container-width: 1750px;
}

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

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

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

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

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

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

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

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

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

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

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

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

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

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

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

h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

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

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

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

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

p {
    margin-bottom: 20px;
}

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

/* -------- other ---------- */
a {
    color: #2289FE;
    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;
}

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

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

.container .container {
    width: 100%;
}

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

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

@media (min-width: 1400px) {

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

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

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

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

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

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

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

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

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

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

/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 991.98px) {
    .pt-120 {
        padding-top: 60px !important;
    }

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

    .mt-120 {
        margin-top: 60px !important;
    }

    .mb-120 {
        margin-bottom: 60px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

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

    .mt-100 {
        margin-top: 50px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

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

    .mt-80 {
        margin-top: 40px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .pt-60 {
        padding-top: 30px !important;
    }

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

    .mt-60 {
        margin-top: 30px !important;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .pt-50 {
        padding-top: 30px !important;
    }

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

    .mt-50 {
        margin-top: 30px !important;
    }

    .mb-50 {
        margin-bottom: 30px !important;
    }
}

/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 3.3rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 3.1rem;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 3rem;
    }
}

/*** 

====================================================================
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;
    height: auto;
}

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

.title a {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: var(--theme-color-black);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
    fill: var(--theme-color1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
    font-size: 30px;
    color: var(--theme-color1);
    font-weight: var(--wt-fw-regular);
    letter-spacing: 15px;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    z-index: 20;
}

@media (max-width: 575.98px) {
    .preloader .preloader-heading .load-text {
        font-size: 22px;
        letter-spacing: 10px;
    }
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

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

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@media (max-width: 575.98px) {
    .back-to-top-wrapper {
        right: 30px;
    }
}

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

@media (max-width: 575.98px) {
    .back-to-top-wrapper.back-to-top-btn-show {
        bottom: 30px;
    }
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #2289FE;
    -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-color-white);
    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-color-black);
}

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

.back-to-top-btn.two {
    background: -webkit-gradient(linear, left top, right top, from(#fca528), color-stop(48.87%, #e22eab), to(#921fea));
    background: linear-gradient(90deg, #fca528 0%, #e22eab 48.87%, #921fea 100%);
}

/*=== 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: 24px;
}

.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 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--heading-font-family);
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-btn-main {
    background-color: var(--theme-color1);
    border-radius: 67px;
    color: var(--theme-color-black);
    font-size: 14px;
    font-weight: 600;
    padding: 9.5px 30.46px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.header-btn-main:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color3);
    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);
    pointer-events: none;
}

.header-btn-main .btn-text {
    position: relative;
    z-index: 1;
}

.header-btn-main:hover {
    color: var(--theme-color-white);
    border-color: rgba(248, 248, 248, 0.2);
}

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

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    border-radius: 30px;
    padding: 19.5px 33.35px;
    color: #000000;
    background-color: #2289FE;
    font-family: var(--body-font-family);
    text-transform: capitalize;
    overflow: hidden;
    gap: 12px;
    z-index: 0;
}

.btn-style-one .icon {
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-23deg);
    -khtml-transform: skewx(-23deg);
    transform: skewx(-23deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3), transparent);
    z-index: 0;
}

.btn-style-one:hover {
    color: var(--body-bg);
}

.btn-style-one:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-style-one:hover:before {
    -webkit-animation: ks_btn_shine 1.8s ease;
    animation: ks_btn_shine 1.8s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.btn-style-one.dark-bg {
    color: var(--theme-color-white);
    background: linear-gradient(181.35deg, #142f2a 1.15%, #091d1e 98.91%);
}

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

.btn-style-one.dark-bg::before {
    background-color: var(--theme-color1);
}

.btn-style-one.light-bg {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-gray);
}

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

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

.btn-style-one.transparent-bg {
    background-color: transparent;
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
}

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

.btn-style-one.transparent-bg::before {
    background-color: var(--theme-color1);
}

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

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

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

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

@media (max-width: 767.98px) {
    .btn-style-one {
        padding: 12px 22px;
        font-size: 14px;
    }
}

/*Btn Style Two*/
.btn-style-two {
    background: var(--theme-color1);
    border-radius: 3px;
    border: none;
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15.12px;
    overflow: hidden;
    padding: 22px 37px 22px 36px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}

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

.btn-style-two:hover {
    color: var(--theme-color-white);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-two.dark-bg {
    background-color: var(--theme-color-dark);
}

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

.btn-style-two.dark-bg::before {
    background-color: var(--theme-color1);
}

.btn-style-two.light-bg {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color1);
}

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

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

.btn-style-two.transparent-bg {
    background-color: transparent;
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
}

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

.btn-style-two.transparent-bg::before {
    background-color: var(--theme-color1);
}

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

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

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

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

/*Btn Style Three*/
.btn-style-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 12px 0px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color9);
    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-three .btn-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-three .icon {
    margin-top: 5px;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: var(--body-line-height);
    border-radius: 60px;
    padding: 7px 7px 7px 31px;
    color: var(--text-color-theme-color1);
    background-color: var(--theme-color1);
}

[data-tm-layout=lemon] .btn-style-four {
    background-color: var(--dark-color2);
    color: var(--theme-color-dark);
}

.btn-style-four {
    border: 1px solid transparent;
    font-family: var(--body-font-family);
    text-transform: capitalize;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .icon {
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
    border-radius: 50%;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .dot-box {
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
}

[data-tm-layout=lemon] .btn-style-four .dot-box {
    background-color: var(--dark-color1);
    color: var(--dark-color2);
}

.btn-style-four .dot-box {
    border-radius: 50%;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    text-align: center;
    position: relative;
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    height: 5px;
    width: 5px;
    display: inline-block;
    position: absolute;
    left: calc(50% + 3px);
    top: calc(50% - 2.5px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item:before {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    height: 5px;
    width: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item:after {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -7px;
    bottom: -7px;
    height: 5px;
    width: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color-dark);
    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:hover {
    color: var(--theme-color-white);
    border-color: rgba(248, 248, 248, 0.2);
}

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

.btn-style-four:hover .icon {
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
}

.btn-style-four:hover .dot-box {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.btn-style-four:hover .dot-box .dot-item {
    left: calc(50% - 7px);
    top: calc(50% - 2.5px);
    background-color: var(--theme-color-gray);
}

.btn-style-four:hover .dot-box .dot-item:before {
    left: 7px;
    top: 7px;
    background-color: var(--theme-color-gray);
}

.btn-style-four:hover .dot-box .dot-item:after {
    left: 7px;
    bottom: 7px;
    background-color: var(--theme-color-gray);
}

.btn-style-four.dark-bg {
    color: var(--theme-color-white);
    background-color: var(--theme-color9);
}

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

.btn-style-four.dark-bg::before {
    background-color: var(--theme-color1);
}

.btn-style-four.light-bg {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color1);
}

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

.btn-style-four.light-bg::before {
    background-color: var(--theme-color-dark);
}

.btn-style-four.transparent-bg {
    background-color: transparent;
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
}

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

.btn-style-four.transparent-bg::before {
    background-color: var(--theme-color1);
}

.btn-style-four.hover-light:hover {
    color: var(--theme-color2);
}

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

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

.btn-style-four.hover-dark:before {
    background-color: var(--theme-color-dark);
}

.btn-style-four.btn-sm {
    font-size: 14px;
    padding: 5px 5px 5px 25px;
}

.btn-style-four.btn-sm .icon {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four.btn-sm .dot-box {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.btn-style-four.btn-sm .dot-box .dot-item {
    height: 4px;
    width: 4px;
}

.btn-style-four.btn-sm .dot-box .dot-item:before {
    height: 4px;
    width: 4px;
}

.btn-style-four.btn-sm .dot-box .dot-item:after {
    height: 4px;
    width: 4px;
}

.btn-style-four.btn-sm:hover .dot-box .dot-item {
    left: calc(50% - 7px);
}

.btn-style-four.btn-sm:hover .dot-box .dot-item:before {
    left: 7px;
    top: 7px;
}

.btn-style-four.btn-sm:hover .dot-box .dot-item:after {
    left: 7px;
    bottom: 7px;
}

.btn-style-four.btn-lg {
    font-size: 16px;
    padding: 7px 7px 7px 31px;
}

.btn-style-four.btn-lg .dot-box {
    margin-left: 16px;
}

.btn-style-five {
    background-image: var(--gradient-8);
    background-size: 110%;
    border-radius: 30px;
    border-radius: 55px;
    color: var(--theme-color-white);
    display: inline-block;
    font-weight: 700;
    line-height: 29px;
    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;
}

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

.btn-style-five:hover:before {
    -webkit-animation: ks_btn_shine 1.8s ease;
    animation: ks_btn_shine 1.8s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.btn-style-five:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-23deg);
    -khtml-transform: skewx(-23deg);
    transform: skewx(-23deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    z-index: 1;
}

@media (max-width: 767.98px) {
    .btn-style-five {
        padding: 6px 16px;
        font-size: 14px;
    }
}

@-webkit-keyframes ks_btn_shine {
    100% {
        left: 200%;
    }
}

@keyframes ks_btn_shine {
    100% {
        left: 200%;
    }
}

/*Btn Style Transparent*/
.btn-style-transparent {
    background: transparent;
    border-radius: 3px;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    overflow: hidden;
    padding: 23px 53px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}

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

.btn-style-transparent:hover {
    color: var(--theme-color-white);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.shape-btn-main {
    background-color: var(--theme-color1);
    border-radius: 67px;
    color: var(--theme-color-black);
    font-size: 14px;
    font-weight: 600;
    padding: 9.5px 25.38px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.shape-btn-main:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color3);
    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);
    pointer-events: none;
}

.shape-btn-main .btn-text {
    position: relative;
    z-index: 1;
}

.shape-btn-main:hover {
    color: var(--theme-color-white);
    border-color: rgba(248, 248, 248, 0.2);
}

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

.shape-btn-main2 {
    background-color: #fbaa7e;
    border-radius: 67px;
    color: var(--theme-color-black);
    font-size: 14px;
    font-weight: 600;
    padding: 9.5px 25.38px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.shape-btn-main2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color3);
    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);
    pointer-events: none;
}

.shape-btn-main2 .btn-text {
    position: relative;
    z-index: 1;
}

.shape-btn-main2:hover {
    color: var(--theme-color-white);
    border-color: rgba(248, 248, 248, 0.2);
}

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

.bdrs-0 {
    border-radius: 0 !important;
}

.btn-link {
    text-decoration: none;
}

.arry-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.arry-btns button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--theme-color-white);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background: -webkit-gradient(linear, left top, left bottom, from(#040b1d), to(#0f3184));
    background: linear-gradient(180deg, #040b1d 0%, #0f3184 100%);
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.arry-btns button:hover {
    background: var(--theme-color1);
}

.accordion-arrow-icon .accordion-box .block .acc-btn .arrow-icon {
    font-size: 12px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--body-bg);
    border-radius: 50%;
    float: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-arrow-icon .accordion-box .block .acc-btn.active .arrow-icon {
    background-color: rgba(255, 255, 255, 0.102);
    color: var(--theme-color-white);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-box {
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 863px;
    padding: 60px 70px 35px;
    position: relative;
}

@media (max-width: 767.98px) {
    .accordion-box {
        padding: 60px 40px 35px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-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 {
    width: 92px;
    height: 66px;
    background-image: url(../images/icons/icon-quote.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);
}

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

@-webkit-keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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 10s linear infinite;
    animation: rotateY 10s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

.search-popup .close-search {
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

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

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.search-popup .form-group button {
    background: #ffffff;
    border-radius: 5px;
    color: var(--theme-color-dark);
}

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 300ms ease;
    transition: all 300ms ease;
}

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

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

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

.main-menu .navigation > li > ul > li > ul > li > a {
    color: var(--theme-color-light);
    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 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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

.main-header .info-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    padding-left: 70px;
    color: var(--theme-color-dark);
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--heading-font-family);
}

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

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

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

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

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

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

.contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-color1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-search .form-group .icon {
    position: absolute;
    top: 0px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    font-size: 20px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.6);
    background: none;
}

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

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

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

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

/*** 

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

***/
.header-style-one .header-lower .inner-container {
    position: relative;
}

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

.header-style-one .header-lower .logo-box {
    min-width: 160px;
}

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

.header-style-one .main-menu .navigation > li {
    padding: 50px 0;
    margin-right: 37px;
}

.header-style-one .main-menu .navigation > li > a {
    font-weight: 600;
    color: rgba(var(--theme-color-white-rgb), 50%);
}

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

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

.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: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.header-style-one .action-box .btn-style-five,
.header-style-one .action-box .btn-style-one {
    padding: 5px 26px;
    line-height: 30px;
    font-weight: 600;
}

@media (max-width: 991.98px) {

    .header-style-one .action-box .btn-style-five,
    .header-style-one .action-box .btn-style-one {
        display: none;
    }
}

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

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
    position: absolute;
}

.header-style-two .info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-style-two .info-text .item {
    color: var(--theme-color-dark);
    font-size: 14px;
    margin-right: 30px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .header-style-two .info-text .item {
        font-size: 13px;
    }
}

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

.header-style-two .info-text .item span {
    font-weight: 700;
}

.header-style-two .info-text .item .icon {
    margin-right: 8px;
}

.header-style-two .header-top {
    background-color: #efe0d1;
}

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

.header-style-two .header-top .inner-container {
    max-width: 1810px;
    margin: 0 auto;
    padding: 2px 15px 2px;
}

.header-style-two .header-top .social-icon-one {
    margin-left: 37px;
}

.header-style-two .header-lower .inner-container {
    max-width: 1810px;
    margin: 0 auto;
    padding: 0 15px 1px;
}

.header-style-two .header-lower .logo-box {
    min-width: 192px;
}

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

@media (max-width: 575.98px) {
    .header-style-two .action-box .btn-box {
        display: none;
    }
}

.header-style-two .action-box .theme-btn {
    padding: 15px 38px 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

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

.header-style-two .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color1);
    margin: 7px 5px 7px 28px;
    height: 2px;
    width: 35px;
    position: relative;
}

.header-style-two .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 5px;
    top: -7px;
    height: 2px;
    width: 35px;
}

.header-style-two .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 5px;
    bottom: -7px;
    height: 2px;
    width: 35px;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.header-style-three {
    position: relative;
}

.header-style-three.style-two {
    position: absolute;
    top: 0;
    left: 0;
}

.header-style-three.style-two .header-lower .inner-container {
    background-color: transparent;
    max-width: 1596px;
}

@media (max-width: 767.98px) {
    .header-style-three.style-two .header-lower .inner-container {
        padding: 0 15px;
    }
}

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

.header-style-three.style-two .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-three.style-two .action-box {
    padding-left: 30px;
}

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

.header-style-three .info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
}

.header-style-three .info-text .item {
    color: var(--theme-color1);
    font-size: 18px;
    margin-right: 30px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .header-style-three .info-text .item {
        display: none;
    }
}

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

.header-style-three .info-text .item span {
    color: var(--theme-color-dark);
    font-weight: 700;
}

.header-style-three .info-text .item .icon {
    margin-right: 8px;
}

.header-style-three .header-lower .inner-container {
    background-color: var(--theme-color-white);
    max-width: 1616px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.header-style-three .header-lower .logo-box {
    min-width: 200px;
}

@media (max-width: 1439.98px) {
    .header-style-three .header-lower .logo-box {
        min-width: 160px;
    }
}

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

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

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

@media (max-width: 1199.98px) {
    .header-style-three .main-menu .navigation > li {
        padding: 32px 0;
    }
}

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

.header-style-three .action-box .theme-btn {
    border-radius: 49px;
    letter-spacing: 0;
    padding: 15px 41px 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.header-style-three .action-box .theme-btn .btn-style-one .icon {
    margin-left: 14px;
    margin-top: 0px;
    position: relative;
    top: 1px;
}

@media (max-width: 399.98px) {
    .header-style-three .action-box .cart-btn {
        display: none;
    }
}

.header-style-three .mobile-nav-toggler {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    display: inline-block;
    padding: 46.5px 15px;
    margin-left: 0;
}

@media (max-width: 1199.98px) {
    .header-style-three .mobile-nav-toggler {
        padding: 36px 10px;
    }
}

@media (max-width: 399.98px) {
    .header-style-three .mobile-nav-toggler {
        padding: 25px 10px;
    }
}

.header-style-three .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color-white);
    margin: 10px 5px 4px 5px;
    height: 1px;
    width: 60px;
    position: relative;
}

.header-style-three .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color-white);
    content: "";
    position: absolute;
    left: 10px;
    top: -7px;
    height: 1px;
    width: 50px;
}

.header-style-three .sticky-header .mobile-nav-toggler {
    color: var(--theme-color-white);
    padding: 12px;
}

/*** 

====================================================================
    Header Style Four
====================================================================

***/
.header-style-four {
    position: absolute;
    top: 5px;
}

@media (max-width: 991.98px) {
    .header-style-four {
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .header-style-four .header-top {
        display: none;
    }
}

.header-style-four .outer-box {
    background-color: var(--theme-color-dark);
    max-width: 1186px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header-style-four .outer-box .header-top .inner-container {
    margin-left: 215px;
    padding: 4px 55px 7px 41px;
}

.header-style-four .outer-box .header-top .inner-container .social-icon-one li a {
    color: var(--theme-color-white);
    font-size: 15px;
}

.header-style-four .info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-style-four .info-text .item {
    color: var(--theme-color-white);
    font-size: 14px;
    margin-right: 30px;
}

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

.header-style-four .info-text .item span {
    font-weight: 700;
}

.header-style-four .info-text .item .icon {
    margin-right: 8px;
}

.header-style-four .header-lower .inner-container {
    background-color: var(--theme-color-white);
}

.header-style-four .header-lower .logo-box {
    background-color: var(--theme-color-dark);
    min-width: 215px;
    text-align: center;
    position: relative;
    padding: 13px 15px 46px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .header-style-four .header-lower .logo-box {
        padding: 25px 15px;
    }
}

.header-style-four .header-lower .logo-box:before {
    background-color: var(--theme-color-dark);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.header-style-four .main-box .nav-outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px 0 45px;
}

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

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

.header-style-four .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-four .action-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 30px;
    padding-left: 12px;
    opacity: 0.5;
}

@media (max-width: 575.98px) {
    .header-style-four .action-box {
        margin-left: 0;
        padding-left: 0;
    }
}

.header-style-four .action-box:before {
    background-color: rgba(148, 147, 147, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    width: 1.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1023.98px) {
    .header-style-four .action-box:before {
        display: none;
    }
}

@media (max-width: 399.98px) {
    .header-style-four .action-box .search-btn {
        display: none;
    }
}

.header-style-four .action-box .cart-btn-two {
    margin-left: 35px;
}

@media (max-width: 1023.98px) {
    .header-style-four .action-box .cart-btn-two {
        margin-left: 25px;
    }
}

@media (max-width: 399.98px) {
    .header-style-four .action-box .cart-btn-two {
        display: none;
    }
}

.header-style-four .mobile-nav-toggler {
    color: var(--theme-color1);
    margin-left: 0;
}

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

.header-style-four .mobile-nav-toggler .shape-line {
    background-color: var(--theme-color1);
    margin: 7px 5px 7px 28px;
    height: 2px;
    width: 35px;
    position: relative;
}

.header-style-four .mobile-nav-toggler .shape-line:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 5px;
    top: -7px;
    height: 2px;
    width: 35px;
}

.header-style-four .mobile-nav-toggler .shape-line:after {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 5px;
    bottom: -7px;
    height: 2px;
    width: 35px;
}

/***

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

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

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

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

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

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

.sticky-header .logo img {
    max-height: 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;
    }
}

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

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

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

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

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color-white);
    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;
    }
}

/*** 

====================================================================
    Header Style Marketing
====================================================================

***/
.header-style-marketing {
    margin-bottom: -120px;
}

.header-style-marketing .btn-style-one {
    font-size: 14px;
}

.header-style-marketing .main-menu .navigation > li > a {
    color: var(--theme-color-white);
    font-weight: 600;
}

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

/*** 

====================================================================
    Header Style Payment
====================================================================

***/
.header-style-payment {
    margin-bottom: -120px;
    top: 30px;
}

.header-style-payment .btn-style-one {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .header-style-payment .header-lower .inner-container {
        padding-top: 0;
    }

    .header-style-payment .header-lower {
        margin: 0 30px;
    }
}

@media (max-width: 575.98px) {
    .header-style-payment .header-lower {
        margin: 0 20px;
    }
}

/*** 

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

***/
.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color-white);
    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);
}

/***

==================================================================
    Gallery Section
==================================================================

***/
/***

==================================================================
    Case Section
==================================================================

***/
.case-section {
    position: relative;
    z-index: 1;
}

.case-section .content-column .inner-column .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 30px;
    background-color: var(--text-color-theme-color1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    padding: 35px 30px;
    max-width: 425px;
}

.case-section .content-column .inner-column .info .count {
    background: -webkit-gradient(linear, left top, right top, from(#4a37c4), to(#1dc8cf));
    background: linear-gradient(90deg, #4a37c4 0%, #1dc8cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -3px;
    margin-bottom: 15px;
}

.case-section .content-column .inner-column .info button {
    display: inline-block;
    border-radius: 30px;
    background-color: var(--theme-color1);
    color: var(--text-color-theme-color1);
    font-weight: 700;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
}

.case-section .content-column .inner-column .info .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 374.98px) {
    .case-section .content-column .inner-column .info {
        gap: 20px;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.case-section .image-column .inner-column .image {
    border-radius: 20px;
    overflow: hidden;
}

.case-section .image-column .inner-column .image img {
    width: 100%;
}

.case-section .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -90px;
    width: 100%;
    z-index: -1;
}

.case-section .sec-shape img {
    width: 100%;
}

.case-block {
    padding: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#4a37c4), to(#1dc8cf));
    background: linear-gradient(90deg, #4a37c4 0%, #1dc8cf 100%);
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    overflow: hidden;
}

.case-block .item {
    background-color: var(--text-color-theme-color1);
    padding: 50px 30px;
    padding-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 20px;
}

.case-block .item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    border-radius: 20px;
    background-color: var(--body-bg);
    border: 0.81px solid rgba(255, 255, 255, 0.102);
    margin-bottom: 30px;
}

.case-block .item .title {
    margin-bottom: 20px;
}

.case-block .item .text {
    line-height: 24px;
    margin-bottom: 0;
}

@media (max-width: 374.98px) {
    .case-block .item {
        padding: 30px 15px;
    }
}

.case-block .arry-btns {
    padding: 30px;
    padding-top: 35px;
}

.case-block .arry-btns button {
    background: rgba(255, 255, 255, 0.102);
    color: var(--theme-color1);
}

.case-block .arry-btns button:hover {
    background: var(--theme-color1);
    color: var(--text-color-theme-color1);
}

/*** 

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

***/
.sec-title,
.sec-title-nine,
.sec-title-eight,
.sec-title-seven,
.sec-title-six,
.sec-title-five {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {

    .sec-title,
    .sec-title-nine,
    .sec-title-eight,
    .sec-title-seven,
    .sec-title-six,
    .sec-title-five {
        margin-bottom: 30px;
    }
}

.sec-title .sub-title,
.sec-title-nine .sub-title,
.sec-title-eight .sub-title,
.sec-title-seven .sub-title,
.sec-title-six .sub-title,
.sec-title-five .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    padding: 7px 19.5px;
    gap: 10px;
    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: capitalize;
    margin-bottom: 15px;
    border: 1px solid rgba(2, 223, 130, 0.2);
    background: linear-gradient(181.35deg, #142f2a 1.15%, #091d1e 98.91%);
}

.sec-title .sub-title .icon-img,
.sec-title-nine .sub-title .icon-img,
.sec-title-eight .sub-title .icon-img,
.sec-title-seven .sub-title .icon-img,
.sec-title-six .sub-title .icon-img,
.sec-title-five .sub-title .icon-img {
    min-width: 16px;
}

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

.sec-title .sub-title .icon,
.sec-title-nine .sub-title .icon,
.sec-title-eight .sub-title .icon,
.sec-title-seven .sub-title .icon,
.sec-title-six .sub-title .icon,
.sec-title-five .sub-title .icon {
    color: var(--theme-color-white);
    margin-right: 8px;
    font-size: 16px;
}

@media (max-width: 991.98px) {

    .sec-title .sub-title,
    .sec-title-nine .sub-title,
    .sec-title-eight .sub-title,
    .sec-title-seven .sub-title,
    .sec-title-six .sub-title,
    .sec-title-five .sub-title {
        margin-bottom: 10px;
    }
}

.sec-title.text-center .sub-title,
.text-center.sec-title-nine .sub-title,
.text-center.sec-title-eight .sub-title,
.text-center.sec-title-seven .sub-title,
.text-center.sec-title-six .sub-title,
.text-center.sec-title-five .sub-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-title h1,
.sec-title-nine h1,
.sec-title-eight h1,
.sec-title-seven h1,
.sec-title-six h1,
.sec-title-five h1 {
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 400;
    line-height: 1.211em;
}

.sec-title h2,
.sec-title-nine h2,
.sec-title-eight h2,
.sec-title-seven h2,
.sec-title-six h2,
.sec-title-five 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;
    text-transform: capitalize;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.2;
}

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

@media (max-width: 767.98px) {

    .sec-title h2 br,
    .sec-title-nine h2 br,
    .sec-title-eight h2 br,
    .sec-title-seven h2 br,
    .sec-title-six h2 br,
    .sec-title-five h2 br {
        display: none;
    }
}

.sec-title .text,
.sec-title-nine .text,
.sec-title-eight .text,
.sec-title-seven .text,
.sec-title-six .text,
.sec-title-five .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

[data-tm-layout=lemon] .sec-title .text,
[data-tm-layout=lemon] .sec-title-nine .text,
[data-tm-layout=lemon] .sec-title-eight .text,
[data-tm-layout=lemon] .sec-title-seven .text,
[data-tm-layout=lemon] .sec-title-six .text,
[data-tm-layout=lemon] .sec-title-five .text {
    color: var(--body-color);
}

.sec-title .text,
.sec-title-nine .text,
.sec-title-eight .text,
.sec-title-seven .text,
.sec-title-six .text,
.sec-title-five .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {

    .sec-title .text,
    .sec-title-nine .text,
    .sec-title-eight .text,
    .sec-title-seven .text,
    .sec-title-six .text,
    .sec-title-five .text {
        font-size: 14px;
    }

    .sec-title .text br,
    .sec-title-nine .text br,
    .sec-title-eight .text br,
    .sec-title-seven .text br,
    .sec-title-six .text br,
    .sec-title-five .text br {
        display: none;
    }
}

.sec-title .text2,
.sec-title-nine .text2,
.sec-title-eight .text2,
.sec-title-seven .text2,
.sec-title-six .text2,
.sec-title-five .text2 {
    color: var(--theme-color-lighter2);
}

.sec-title.light .sub-title,
.light.sec-title-nine .sub-title,
.light.sec-title-eight .sub-title,
.light.sec-title-seven .sub-title,
.light.sec-title-six .sub-title,
.light.sec-title-five .sub-title,
.sec-title.light .text,
.light.sec-title-nine .text,
.light.sec-title-eight .text,
.light.sec-title-seven .text,
.light.sec-title-six .text,
.light.sec-title-five .text,
.sec-title.light h2,
.light.sec-title-nine h2,
.light.sec-title-eight h2,
.light.sec-title-seven h2,
.light.sec-title-six h2,
.light.sec-title-five h2,
.sec-title.light h1,
.light.sec-title-nine h1,
.light.sec-title-eight h1,
.light.sec-title-seven h1,
.light.sec-title-six h1,
.light.sec-title-five h1 {
    color: var(--theme-color-gray);
}

.sec-title.light span,
.light.sec-title-nine span,
.light.sec-title-eight span,
.light.sec-title-seven span,
.light.sec-title-six span,
.light.sec-title-five span {
    font-weight: 700;
    color: var(--theme-color-gray);
}

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

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

.title-stroke-text {
    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;
}

.sec-title-five .sub-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.sec-title-five .text {
    margin-top: 10px;
}

.sec-title-six .sub-title {
    background: var(--text-color-theme-color1);
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.sec-title-six .text {
    margin-top: 10px;
}

.sec-title-seven .sub-title {
    background: var(--text-color-theme-color1);
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.sec-title-seven .text {
    font-weight: 500;
    margin-top: 10px;
}

.sec-title-eight .sub-title {
    background: var(--body-bg);
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.sec-title-eight .text {
    margin-top: 10px;
}

.sec-title-nine .sub-title {
    background: #11100f;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.sec-title-nine .text {
    margin-top: 10px;
}

/*** 

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

***/
.banner-section-one {
    padding: 135px 0 0;
    position: relative;
}

.banner-section-one .shape-1 {
    position: absolute;
    width: 1339px;
    height: 245px;
    background-image: url(../images/icons/shape-9.png);
    top: -175px;
    left: 0px;
    pointer-events: none;
}

@media (max-width: 1439.98px) {
    .banner-section-one .shape-1 {
        left: -160px;
    }
}

@media (max-width: 1023.98px) {
    .banner-section-one .shape-1 {
        display: none;
    }
}

.banner-section-one .shape-2 {
    position: absolute;
    width: 1342px;
    height: 1119px;
    background-image: url(../images/icons/shape-10.png);
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
}

@media (max-width: 1023.98px) {
    .banner-section-one .shape-2 {
        display: none;
    }
}

.banner-section-one .outer-box {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.79%, rgba(5, 15, 19, 0)), to(#02df82));
    background: linear-gradient(180deg, rgba(5, 15, 19, 0) 27.79%, #02df82 100%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .banner-section-one .outer-box {
        padding-bottom: 100px;
    }
}

.banner-section-one .content-box .inner-box {
    max-width: 872px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.banner-section-one .content-box .sub-title {
    background: linear-gradient(181.35deg, #142f2a 1.15%, #091d1e 98.91%);
    border-radius: 42px;
    color: var(--theme-color1);
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 12px 20px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .banner-section-one .content-box .sub-title {
        font-size: 16px;
        padding: 9px 15px;
    }
}

.banner-section-one .content-box .sub-title:before {
    background: -webkit-gradient(linear, left top, right top, from(#02df82), color-stop(43.96%, rgba(255, 255, 255, 0.15)));
    background: linear-gradient(90deg, #02df82 0%, rgba(255, 255, 255, 0.15) 43.96%);
    border-radius: 33px;
    position: absolute;
    content: "";
    width: 101%;
    height: 104%;
    top: -1px;
    left: -2px;
    z-index: -1;
}

.banner-section-one .content-box .title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .banner-section-one .content-box .title {
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-one .content-box .title {
        font-size: 50px;
    }
}

.banner-section-one .content-box .title span {
    color: var(--theme-color1);
}

.banner-section-one .content-box .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(var(--theme-color-white-rgb), 0.6);
    max-width: 666px;
    margin: 0 auto;
}

.banner-section-one .content-box .button-box {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-section-one .image-box {
    max-width: 1530px;
    height: 646px;
    margin: 0 auto;
    margin-top: 110px;
    position: relative;
}

@media (max-width: 767.98px) {
    .banner-section-one .image-box {
        display: none;
    }
}

.banner-section-one .image-box .image {
    position: relative;
    top: 5px;
    right: -47px;
}

@media (max-width: 1599.98px) {
    .banner-section-one .image-box .image {
        right: auto;
        width: 100%;
        height: 100%;
    }
}

.banner-section-one .image-box img {
    width: 100%;
    height: 100%;
}

.banner-section-one .shape-btn {
    position: absolute;
    display: inline-block;
    left: -21.5%;
    bottom: 29%;
}

@media (max-width: 1439.98px) {
    .banner-section-one .shape-btn {
        left: -15%;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-one .shape-btn {
        left: -50px;
        bottom: 18%;
    }
}

@media (max-width: 1023.98px) {
    .banner-section-one .shape-btn {
        display: none;
    }
}

.banner-section-one .shape-btn .shape-btn-img {
    position: absolute;
    top: -13px;
    right: -11px;
}

.banner-section-one .shape-btn2 {
    position: absolute;
    display: inline-block;
    right: -21.5%;
    bottom: 12%;
}

@media (max-width: 1439.98px) {
    .banner-section-one .shape-btn2 {
        right: -15%;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-one .shape-btn2 {
        right: -55px;
    }
}

@media (max-width: 1023.98px) {
    .banner-section-one .shape-btn2 {
        display: none;
    }
}

.banner-section-one .shape-btn2 .shape-btn-img {
    position: absolute;
    top: -13px;
    left: -11px;
}

/*** 

====================================================================
  Banner Section Ai
====================================================================

***/
.banner-section-ai {
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section-ai {
        padding-top: 20px;
    }
}

.banner-section-ai .outer-container {
    border-radius: 40px;
    margin: 0 auto;
    max-width: 1800px;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.banner-section-ai .outer-container:before {
    background: linear-gradient(323.41deg, #CF45F1 43.02%, #121E9F 73.61%);
    content: "";
    -webkit-filter: blur(225.75px);
    filter: blur(225.75px);
    height: 496px;
    left: -500px;
    opacity: 0.4;
    position: absolute;
    top: -250px;
    width: 664px;
}

.banner-section-ai .outer-container:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(38.07%, #FBAA7E), color-stop(76.01%, #6369F2));
    background: linear-gradient(270deg, #FBAA7E 38.07%, #6369F2 76.01%);
    content: "";
    -webkit-filter: blur(225.5px);
    filter: blur(225.5px);
    height: 730px;
    right: -510px;
    opacity: 0.4;
    position: absolute;
    top: -200px;
    width: 976px;
}

@media (max-width: 991.98px) {
    .banner-section-ai .outer-container {
        padding-bottom: 0;
        padding-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-ai .outer-container {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.banner-section-ai .outer-container .sec-stars1 {
    left: 30px;
    position: absolute;
    top: 40px;
    z-index: -1;
}

.banner-section-ai .outer-container .sec-stars2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-section-ai .outer-container .sec-object {
    bottom: 50px;
    left: 30px;
    position: absolute;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .banner-section-ai .outer-container .sec-object {
        display: none;
    }
}

.banner-section-ai .outer-container .sec-bg {
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.banner-section-ai .outer-container .sec-bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.banner-section-ai .image {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: right;
}

@media (max-width: 575.98px) {
    .banner-section-ai .image {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .banner-section-ai .content {
        padding-top: 40px;
    }
}

.banner-section-ai .content .title {
    line-height: 80px;
    text-transform: capitalize;
}

.banner-section-ai .content .title .text-bg {
    margin-left: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 20px;
}

.banner-section-ai .content .title .text-bg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #040b1d;
    content: "";
    border-radius: 55px;
}

.banner-section-ai .content .title .text-bg::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 115%;
    height: 105%;
    z-index: -2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 30, 58, 0.3)), to(rgba(75, 84, 160, 0.3)));
    background: linear-gradient(180deg, rgba(27, 30, 58, 0.3) 0%, rgba(75, 84, 160, 0.3) 100%);
    content: "";
    border-radius: 68px;
}

.banner-section-ai .content .title .text-bg span {
    background: linear-gradient(95.41deg, #1aafd8 22.1%, #3055eb 54.17%, #b443ff 87.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

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

@media (max-width: 374.98px) {
    .banner-section-ai .content .title {
        font-size: 36px;
        line-height: 42px;
    }

    .banner-section-ai .content .title .text-bg {
        margin-left: 15px;
    }
}

.banner-section-ai .sec-video-block {
    border: 1.5px solid rgba(255, 255, 255, 0.102);
    border-radius: 35px;
    padding: 30px;
    max-width: 370px;
    margin-left: auto;
    margin-top: -140px;
}

.banner-section-ai .sec-video-block .play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.banner-section-ai .sec-video-block .play-button a {
    min-width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.102);
    display: inline-block;
    background: linear-gradient(96.76deg, #1aafd8 8.99%, #3055eb 52.56%, #b443ff 97.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-section-ai .sec-video-block .play-button .play-title {
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#63a5f1));
    background: linear-gradient(90deg, #ffffff 0%, #63a5f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

.banner-section-ai .sec-video-block .text {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .banner-section-ai .sec-video-block {
        margin-top: -60px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-ai .sec-video-block {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.banner-section-ai .sec-shape {
    position: absolute;
    top: -130px;
    left: 0;
    z-index: -1;
}

/*** 

====================================================================
  Banner Section Marketing
====================================================================

***/
.banner-section-marketing,
.banner-section-helpdesk,
.banner-section-crm {
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {

    .banner-section-marketing,
    .banner-section-helpdesk,
    .banner-section-crm {
        padding-top: 180px;
        padding-bottom: 80px;
    }
}

.banner-section-marketing .content,
.banner-section-helpdesk .content,
.banner-section-crm .content {
    text-align: center;
}

.banner-section-marketing .content .title,
.banner-section-helpdesk .content .title,
.banner-section-crm .content .title {
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {

    .banner-section-marketing .content .title,
    .banner-section-helpdesk .content .title,
    .banner-section-crm .content .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767.98px) {

    .banner-section-marketing .content .title,
    .banner-section-helpdesk .content .title,
    .banner-section-crm .content .title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 575.98px) {

    .banner-section-marketing .content .title,
    .banner-section-helpdesk .content .title,
    .banner-section-crm .content .title {
        font-size: 36px;
        line-height: 40px;
    }
}

.banner-section-marketing .content .text,
.banner-section-helpdesk .content .text,
.banner-section-crm .content .text {
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner-section-marketing .content .btn-wrp,
.banner-section-helpdesk .content .btn-wrp,
.banner-section-crm .content .btn-wrp {
    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: 20px;
}

@media (max-width: 575.98px) {

    .banner-section-marketing .content .btn-wrp,
    .banner-section-helpdesk .content .btn-wrp,
    .banner-section-crm .content .btn-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner-section-marketing .content .play-button,
.banner-section-helpdesk .content .play-button,
.banner-section-crm .content .play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.banner-section-marketing .content .play-button a,
.banner-section-helpdesk .content .play-button a,
.banner-section-crm .content .play-button a {
    min-width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.102);
    display: inline-block;
    color: var(--body-bg);
    background-color: var(--theme-color-white);
}

.banner-section-marketing .content .play-button .play-title,
.banner-section-helpdesk .content .play-button .play-title,
.banner-section-crm .content .play-button .play-title {
    margin: 0;
    color: var(--theme-color-white);
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
}

.banner-dashboard-section {
    position: relative;
    z-index: 1;
    margin-top: -480px;
}

.banner-dashboard-section .image-box {
    max-width: 1454px;
    margin: 0 auto;
}

.banner-dashboard-section .image-box img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .banner-dashboard-section {
        margin-top: 60px;
    }
}

/*** 

====================================================================
  Banner Section Payment
====================================================================

***/
.banner-section-payment {
    overflow: hidden;
    padding: 30px 35px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .banner-section-payment {
        padding: 30px 12px;
        padding-bottom: 0;
    }
}

.banner-section-payment .outer-container {
    padding-top: 170px;
    background: radial-gradient(88.98% 147.73% at 4.75% -21.98%, #0d0d0d 74.87%, #10240a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section-payment .outer-container {
        padding-top: 150px;
    }
}

.banner-section-payment .outer-container .object1 {
    position: absolute;
    top: 260px;
    left: 165px;
    z-index: 0;
}

@media (max-width: 1439.98px) {
    .banner-section-payment .outer-container .object1 {
        display: none;
    }
}

.banner-section-payment .outer-container .object2 {
    position: absolute;
    top: 300px;
    right: 190px;
    z-index: 0;
}

@media (max-width: 1439.98px) {
    .banner-section-payment .outer-container .object2 {
        display: none;
    }
}

.banner-section-payment .outer-container .sec-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}

.banner-section-payment .outer-container .sec-shadow img {
    width: 100%;
}

.banner-section-payment .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1455px;
    z-index: -1;
}

.banner-section-payment .outer-container .sec-shape img {
    width: 100%;
}

.banner-section-payment .content {
    text-align: center;
}

.banner-section-payment .content .title {
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .banner-section-payment .content .title {
        font-size: 50px;
    }

    .banner-section-payment .content .title img {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .banner-section-payment .content .title {
        font-size: 36px;
    }
}

.banner-section-payment .content .btn-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-payment .content .btn-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner-section-payment .content .play-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.banner-section-payment .content .play-button a {
    background-color: #070c0f;
    border-radius: 50%;
    border: 1.5px solid rgba(174, 227, 23, 0.2);
    color: var(--theme-color-white);
    display: inline-block;
    height: 55px;
    line-height: 55px;
    min-width: 55px;
    text-align: center;
}

.banner-section-payment .content .play-button .play-title {
    margin: 0;
    color: var(--theme-color-white);
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
}

.banner-section-payment .image img {
    width: 100%;
}

/*** 

====================================================================
  Banner Section CRM
====================================================================

***/
.banner-section-crm .content .title span {
    color: var(--theme-color1);
}

.banner-section-crm .content .text {
    max-width: 580px;
}

.banner-section-crm .content .play-button a {
    background-color: #11100f;
    color: var(--theme-color1);
}

/*** 

====================================================================
  Banner Section Helpdesk
====================================================================

***/
@media (max-width: 991.98px) {
    .banner-section-helpdesk {
        border-bottom: 1px solid rgba(255, 255, 255, 0.102);
    }
}

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

.banner-section-helpdesk .content .title .gradient-text {
    margin-top: 5px;
    display: inline-block;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.banner-section-helpdesk .content .title .gradient-text span {
    background: -webkit-gradient(linear, right top, left top, color-stop(2.59%, #f0df21), color-stop(57.13%, #2228be), color-stop(86.15%, #c50b3c));
    background: linear-gradient(270deg, #f0df21 2.59%, #2228be 57.13%, #c50b3c 86.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-section-helpdesk .content .title .gradient-text {
    background-color: rgba(255, 255, 255, 0.102);
}

.banner-section-helpdesk .content .title .gradient-text .dots-left {
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -3px;
    display: inline-block;
    height: 100%;
}

.banner-section-helpdesk .content .title .gradient-text .dots-left::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color-white);
    content: "";
}

.banner-section-helpdesk .content .title .gradient-text .dots-left::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color-white);
    content: "";
}

.banner-section-helpdesk .content .title .gradient-text .dots-right {
    position: absolute;
    z-index: -1;
    top: -3px;
    right: -3px;
    display: inline-block;
    height: 100%;
}

.banner-section-helpdesk .content .title .gradient-text .dots-right::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color-white);
    content: "";
}

.banner-section-helpdesk .content .title .gradient-text .dots-right::after {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color-white);
    content: "";
}

@media (max-width: 1199.98px) {
    .banner-section-helpdesk .content .title {
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-helpdesk .content .title {
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-helpdesk .content .title {
        font-size: 36px;
        line-height: 40px;
    }
}

.banner-section-helpdesk .object1 {
    position: absolute;
    top: 330px;
    left: 70px;
    z-index: 0;
}

@media (max-width: 1439.98px) {
    .banner-section-helpdesk .object1 {
        display: none;
    }
}

.banner-section-helpdesk .object2 {
    position: absolute;
    top: 280px;
    right: 80px;
    z-index: 0;
}

@media (max-width: 1439.98px) {
    .banner-section-helpdesk .object2 {
        display: none;
    }
}

/***

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

***/
/***

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

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

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

.pricing-table-section-h1 .shape-one {
    position: absolute;
    right: 0;
    top: -10%;
    pointer-events: none;
    z-index: -1;
}

.pricing-card {
    margin-bottom: 20px;
}

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

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

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

@media (max-width: 575.98px) {
    .pricing-card .price {
        font-size: 40px;
    }
}

.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-card.style-two .inner-box {
    padding: 50px 39px 21px 70px;
}

@media (max-width: 575.98px) {
    .pricing-card.style-two .inner-box {
        padding: 20px;
    }
}

.pricing-card.style-two .inner-box:before {
    display: none;
}

.pricing-card.style-two .inner-box .category {
    margin-bottom: 20px;
}

.pricing-card.style-two .inner-box .subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 600;
    max-width: 290px;
}

@media (max-width: 991.98px) {
    .pricing-card.style-two .inner-box .subtitle {
        margin-bottom: 30px;
    }
}

.pricing-card.style-two .best-offer {
    margin-top: 8px;
}

.pricing-card.style-two .features-list {
    margin-top: 0;
    margin-left: -40px;
}

@media (max-width: 1199.98px) {
    .pricing-card.style-two .features-list {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .pricing-card.style-two .features-list {
        margin-bottom: 20px;
    }
}

/***

==================================================================
    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 {
    position: relative;
    z-index: 1;
}

.pricing-section-layout5 .sec-light {
    max-width: 1155px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.pricing-section-layout5 .sec-light img {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout5 .sec-light {
        display: none;
    }
}

.pricing-section-layout5 .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 12px;
    border: 2px solid rgba(255, 255, 255, 0.102);
    border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout5 .outer-container {
        margin: 0 12px;
        padding: 60px 0;
    }
}

.pricing-section-layout5 .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pricing-section-layout5 .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
}

.pricing-section-layout5 .pricing-tab .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    padding: 7px 56px;
    position: relative;
    background: transparent;
    z-index: 2;
    color: var(--headings-color);
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
    background-repeat: no-repeat;
    width: 75px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    z-index: 1;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link:last-child {
    padding-right: 0;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link:last-child::after {
    display: none;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link:last-child::before {
    display: none;
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link.active {
    color: var(--headings-color);
}

.pricing-section-layout5 .pricing-tab .nav-tabs .nav-link.active::after {
    right: 8px;
}

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

.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-header .popular-tag {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 30px;
    font-weight: 700;
    color: var(--theme-color1);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    margin-top: 5px;
}

@media (max-width: 374.98px) {
    .pricing-block-home5 .price-header .popular-tag {
        padding: 4px 12px;
        font-size: 14px;
    }
}

.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 {
    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;
    min-width: 16px;
    position: relative;
    top: 2px;
    text-decoration: none;
}

/***

==================================================================
    Pricing Section Layout 6
==================================================================

***/
.pricing-section-layout6,
.pricing-section-marketing {
    overflow: hidden;
}

.pricing-section-layout6 .outer-container,
.pricing-section-marketing .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50px;
    background: radial-gradient(88.98% 163.29% at 4.75% -24.3%, #0d0d0d 74.87%, #10240a 100%);
    padding: 120px 0;
}

@media (max-width: 991.98px) {

    .pricing-section-layout6 .outer-container,
    .pricing-section-marketing .outer-container {
        padding: 60px 0;
    }
}

@media (max-width: 1439.98px) {

    .pricing-section-layout6 .outer-container,
    .pricing-section-marketing .outer-container {
        margin: 0 12px;
    }
}

.pricing-section-layout6 .outer-container,
.pricing-section-marketing .outer-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricing-section-layout6 .outer-container .sec-shape,
.pricing-section-marketing .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pricing-section-layout6 .outer-container .sec-shape img,
.pricing-section-marketing .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pricing-section-layout6 .pricing-tab .nav-tabs,
.pricing-section-marketing .pricing-tab .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    padding: 7px 56px;
    position: relative;
    background: transparent;
    z-index: 2;
    color: var(--headings-color);
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link::before,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: #141414;
    width: 75px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link::after,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color1);
    z-index: 1;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link:first-child,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link:last-child,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child {
    padding-right: 0;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link:last-child::after,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child::after {
    display: none;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link:last-child::before,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child::before {
    display: none;
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link.active,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link.active {
    color: var(--headings-color);
}

.pricing-section-layout6 .pricing-tab .nav-tabs .nav-link.active::after,
.pricing-section-marketing .pricing-tab .nav-tabs .nav-link.active::after {
    right: 8px;
}

.pricing-block-home6 {
    -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(--text-color-theme-color1);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: -50px;
    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);
}

@media (max-width: 991.98px) {
    .pricing-block-home6.active {
        margin-top: 50px;
    }
}

.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;
    padding: 46px 49px 49px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .pricing-block-home6 .inner-box {
        padding: 40px 30px;
    }
}

@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(--text-color-theme-color1);
    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(--body-bg);
}

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

.pricing-section-layout7 .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50px;
    background: var(--body-bg);
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .pricing-section-layout7 .outer-container {
        padding: 60px 0;
    }
}

@media (max-width: 1439.98px) {
    .pricing-section-layout7 .outer-container {
        margin: 0 12px;
    }
}

.pricing-section-layout7 .outer-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricing-section-layout7 .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pricing-section-layout7 .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pricing-section-layout7 .outer-box {
    background-color: #090401;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    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 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricing-section-layout9 .sec-object {
    position: absolute;
    bottom: 40px;
    left: 220px;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .pricing-section-layout9 .sec-object {
        display: none;
    }
}

.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 0;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}

@media (max-width: 1439.98px) {
    .pricing-section-layout9 .outer-box {
        margin: 0 12px;
    }
}

@media (max-width: 1199.98px) {
    .pricing-section-layout9 .outer-box {
        padding: 120px 0 90px;
    }
}

@media (max-width: 991.98px) {
    .pricing-section-layout9 .outer-box {
        padding: 60px 0;
    }
}

.pricing-section-layout9 .outer-box .sec-bg {
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
}

.pricing-section-layout9 .pricing-tab .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    padding: 7px 56px;
    position: relative;
    background: transparent;
    z-index: 2;
    color: var(--headings-color);
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: var(--body-bg);
    width: 75px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color1);
    z-index: 1;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link:last-child {
    padding-right: 0;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link:last-child::after {
    display: none;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link:last-child::before {
    display: none;
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link.active {
    color: var(--headings-color);
}

.pricing-section-layout9 .pricing-tab .nav-tabs .nav-link.active::after {
    right: 8px;
}

.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: 1199.98px) {
    .pricing-block-home9 .inner-box {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-home9 .inner-box {
        padding: 56px 15px 49px;
    }
}

.pricing-block-home9 .inner-box:before {
    background: linear-gradient(166.06deg, #C50B3C -13.99%, #181C76 61.67%, #F0DF21 119.04%);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    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%);
    left: 0;
    right: 0;
    width: 100%;
}

.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(--text-color-theme-color1);
}

.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: var(--theme-color-white);
    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 Marketing
==================================================================

***/
.pricing-section-marketing .outer-container {
    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%);
}

.pricing-section-marketing .outer-container .sec-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-section-marketing .pricing-tab .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    padding: 7px 56px;
    position: relative;
    background: transparent;
    z-index: 2;
    color: var(--headings-color);
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
    width: 75px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color1);
    z-index: 1;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child {
    padding-right: 0;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child::after {
    display: none;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link:last-child::before {
    display: none;
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link.active {
    color: var(--headings-color);
}

.pricing-section-marketing .pricing-tab .nav-tabs .nav-link.active::after {
    right: 8px;
}

.pricing-section-marketing .outer-box {
    border-radius: 20px;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767.98px) {
    .pricing-section-marketing .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        border-radius: 0;
    }
}

.pricing-tab-marketing {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0px;
}

.pricing-tab-marketing .btn-wrp {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.pricing-tab-marketing .btn-wrp button {
    color: var(--theme-color-white);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    font-weight: 600;
}

.pricing-tab-marketing .btn-wrp button .dot {
    width: 20px;
    height: 20px;
    border: 5px solid #1b1c2d;
    border-radius: 50%;
    background-color: transparent;
}

.pricing-tab-marketing .btn-wrp button .dot.active {
    border: 5px solid var(--theme-color1);
}

.pricing-tab-marketing .tag {
    display: inline-block;
    border-radius: 55px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    text-transform: capitalize;
    font-weight: 700;
    text-transform: capitalize;
    padding: 6px 12px;
    color: var(--text-color-theme-color1);
    background-color: var(--theme-color1);
    font-size: 12px;
}

.pricing-block-marketing {
    background-color: #1b1c2d;
    text-align: center;
    height: 100%;
    width: 24%;
}

@media (max-width: 991.98px) {
    .pricing-block-marketing {
        width: 33%;
    }
}

@media (max-width: 767.98px) {
    .pricing-block-marketing {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }
}

.pricing-block-marketing .first-head {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    padding-bottom: 60px;
    text-align: left;
}

.pricing-block-marketing .first-head .item-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.pricing-block-marketing .head {
    padding: 35px 20px;
    padding-bottom: 60px;
}

.pricing-block-marketing .head .title {
    margin-bottom: 5px;
}

.pricing-block-marketing .head .text {
    margin-bottom: 30px;
}

.pricing-block-marketing .head .price {
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.pricing-block-marketing .head .price span {
    display: block;
    font-size: 16px;
}

.pricing-block-marketing .head .btn-style-one {
    padding: 12px 22px;
    background-color: rgba(255, 255, 255, 0.149);
    border: 1px solid rgba(255, 255, 255, 0.102);
    color: var(--theme-color-white);
}

.pricing-block-marketing .list li {
    padding: 24px 30px;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.pricing-block-marketing .list li i {
    color: var(--theme-color1);
}

.pricing-block-marketing .list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 991px) {
    .pricing-block-marketing .list li span {
        display: none;
    }
}

.pricing-block-marketing.active {
    background-color: var(--body-bg);
}

.pricing-block-marketing.active .head .btn-style-one {
    background-color: var(--theme-color1);
    border: 1px solid transparent;
    color: var(--body-bg);
}

.pricing-block-marketing.first-block {
    width: 28%;
}

.pricing-block-marketing.first-block .list {
    text-align: left;
}

.pricing-block-marketing.first-block .list li {
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .pricing-block-marketing.first-block {
        display: none;
    }
}

/***

==================================================================
    Pricing Section CRM
==================================================================

***/
.pricing-tab-crm .nav.nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--theme-color-white);
    border-radius: 53px;
}

.pricing-tab-crm .nav.nav-pills .nav-item .nav-link {
    color: #11100f;
    font-weight: 700;
    background: transparent;
    border-radius: 30px;
    padding: 15px 32px;
}

.pricing-tab-crm .nav.nav-pills .nav-item .nav-link.active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.61%, #e55218), to(#ff8a5c));
    background: linear-gradient(180deg, #e55218 28.61%, #ff8a5c 100%);
    color: var(--theme-color-white);
}

/*** 

====================================================================
    Feature Section
====================================================================

***/
.features-section-two-h1 .outer-box {
    border: 2px solid rgba(2, 223, 130, 0.2);
    padding: 120px 0;
    max-width: 1800px;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1789.98px) {
    .features-section-two-h1 .outer-box {
        margin: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .features-section-two-h1 .outer-box {
        padding: 80px 0;
    }
}

.features-section-two-h1 .outer-box .shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.features-section-two-h1 .outer-box .shape-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}

.features-section-two-h1 .outer-box .shape-two img {
    width: 100%;
    height: 100%;
}

.features-section-two-h1 .bottom-box .inner-box {
    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: 12px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .features-section-two-h1 .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.features-section-two-h1 .bottom-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features-section-two-h1 .bottom-box .image-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.74px solid #091d1e;
    margin-left: -10px;
}

.features-section-two-h1 .bottom-box .text-box {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    border-radius: 20px;
    padding: 8px 21px;
    display: inline-block;
}

/*** 

====================================================================
    Feature Block
====================================================================

***/
.feature-box {
    position: relative;
}

.feature-box .inner-box {
    background: var(--theme-color2);
    border: 2px solid rgba(var(--theme-color1-rgb), 0.2);
    -webkit-box-shadow: 0px 1.1966px 29.915px rgba(69, 42, 124, 0.1);
    box-shadow: 0px 1.1966px 29.915px rgba(69, 42, 124, 0.1);
    backdrop-filter: blur(47.8641px);
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 40px;
    position: relative;
    text-align: center;
}

.feature-box .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-box .inner-box:hover .shape-1 {
    opacity: 0;
}

.feature-box .inner-box:hover .shape-2 {
    opacity: 1;
}

.feature-box .shape-1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box .shape-2 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box .step {
    background: var(--theme-color2);
    border-radius: 20px;
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    left: -35px;
    line-height: 30px;
    position: relative;
    -webkit-transform: rotate(-39.31deg);
    transform: rotate(-39.31deg);
    top: -15px;
    width: 78px;
    z-index: 1;
}

.feature-box .icon {
    background-image: url(../images/resource/feature-icon-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box .title {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 20px;
}

.feature-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    max-width: 208px;
    margin: 0 auto;
}

/*** 

====================================================================
    Feature Block Layout 2
====================================================================

***/
.feature-box-2 .inner-box {
    border-radius: 21px;
    border: 1px solid rgba(141, 86, 250, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-2 .inner-box:before {
    border: 2px solid #8d56fa;
    border-radius: 0 20px 0 0;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 30px;
    left: atuo;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-2 .inner-box:hover .icon {
    background-position: 100% 0;
}

.feature-box-2 .icon {
    background-image: var(--gradient-8);
    background-size: 200%;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50px;
}

.feature-box-2 .title {
    color: var(--theme-color-white);
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

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

.feature-box-2 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--gradient-16);
}

.feature-box-2 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 500;
}

/*** 

====================================================================
    Feature Block Layout 3 AI
====================================================================

***/
.feature-box-ai {
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.feature-box-ai:before {
    background: var(--gradient-17);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-ai:hover:before {
    opacity: 1;
    visibility: visible;
}

.feature-box-ai .inner-box {
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    padding: 50px 30px;
    margin: 2px;
    background: var(--gradient-6);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-ai .inner-box:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.feature-box-ai .inner-box:hover .icon-btn {
    background-color: var(--theme-color-white);
    color: #020628;
}

.feature-box-ai .inner-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-ai .inner-box .title {
    margin-top: 30px;
    margin-bottom: 7px;
}

.feature-box-ai .inner-box .text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}

.feature-box-ai .inner-box .icon-btn {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    color: var(--headings-color);
    display: inline-block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    width: 48px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-ai .inner-box .icon-btn:hover {
    border-color: var(--theme-color-light);
}

/*** 

====================================================================
    Feature Block Layout 4
====================================================================

***/
.feature-section-layout4 {
    position: relative;
}

.feature-block-l4 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

@media (min-width: 992px) {
    .feature-block-l4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.feature-block-l4 .counter-block {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.feature-block-l4 .counter-block:first-child {
    -webkit-transform: rotateY(-12deg) scale(0.9);
    transform: rotateY(-12deg) scale(0.9);
}

@media (max-width: 991.98px) {
    .feature-block-l4 .counter-block:first-child {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

.feature-block-l4 .counter-block:last-child {
    -webkit-transform: rotateY(12deg) scale(0.9);
    transform: rotateY(12deg) scale(0.9);
}

@media (max-width: 991.98px) {
    .feature-block-l4 .counter-block:last-child {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

.feature-block-l4 .feature-block-post-layout4:first-child {
    -webkit-transform: perspective(800px) rotateY(-8deg) scale(0.9);
    transform: perspective(800px) rotateY(-8deg) scale(0.9);
}

.feature-block-l4 .feature-block-post-layout4:last-child {
    -webkit-transform: perspective(800px) rotateY(8deg) scale(0.9);
    transform: perspective(800px) rotateY(8deg) scale(0.9);
}

.feature-block-post-layout4 {
    margin-bottom: 50px;
    position: relative;
}

.feature-block-post-layout4:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-post-layout4 .inner {
    background: var(--gradient-10);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
    border-radius: 30px;
    overflow: hidden;
    padding: 25px 50px 50px 40px;
    position: relative;
}

.feature-block-post-layout4 .info-box {
    margin-bottom: 18px;
}

.feature-block-post-layout4 .info-box .icon {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-post-layout4 .info-box .count-box {
    color: var(--headings-color);
    font-size: 70px;
    line-height: 120px;
}

.feature-block-post-layout4 .counter-title {
    color: var(--theme-color-white);
    font-weight: 600;
    text-transform: capitalize;
}

.feature-block-post-layout4 .text {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    margin-top: 69px;
    padding-top: 35px;
    position: relative;
}

.feature-block-post-layout4 .text:before {
    background: var(--gradient-11);
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 331px;
}

/*** 

====================================================================
    Feature Block Layout 5
====================================================================

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

@media (max-width: 991.98px) {
    .feature-section-layout5 {
        padding-bottom: 60px;
    }
}

.feature-section-layout5 .outer-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    position: relative;
    overflow: hidden;
    padding: 48px 0 38px;
}

@media (max-width: 991.98px) {
    .feature-section-layout5 .outer-box {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .feature-section-layout5 .outer-box {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.feature-section-layout5 .outer-box:before {
    background: var(--gradient-1);
    border-radius: 40px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .feature-section-layout5 .outer-box .feature-box-home5 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .feature-section-layout5 .outer-box .feature-box-home5 .inner-box:before {
        display: none;
    }
}

.feature-section-layout5 .outer-box .feature-box-home5:last-child .inner-box:before {
    display: none;
}

@media (max-width: 991.98px) {
    .feature-section-layout5 .outer-box .feature-box-home5:nth-child(2n+2) .inner-box:before {
        display: none;
    }
}

.feature-section-layout5 .outer-box .sec-light {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1155px;
}

.feature-section-layout5 .bottom-box .inner-box {
    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: 12px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .feature-section-layout5 .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-section-layout5 .bottom-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-section-layout5 .bottom-box .image-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.74px solid #091d1e;
    margin-left: -10px;
}

.feature-section-layout5 .bottom-box .text-box {
    color: var(--theme-color-white);
    background: -webkit-gradient(linear, right top, left top, color-stop(27.31%, #040b1d), color-stop(102.56%, #0a308d));
    background: linear-gradient(270deg, #040b1d 27.31%, #0a308d 102.56%);
    border: 2px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 40px;
    padding: 8px 21px;
    display: inline-block;
}

@media (max-width: 374.98px) {
    .feature-section-layout5 .bottom-box .text-box {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.feature-box-home5 {
    overflow: hidden;
    position: relative;
}

.feature-box-home5:hover:before {
    opacity: 1;
    visibility: visible;
}

.feature-box-home5 .inner-box {
    overflow: hidden;
    padding: 50px 30px 0;
    margin: 2px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .feature-box-home5 .inner-box {
        padding: 50px 15px 0;
    }
}

@media (max-width: 575.98px) {
    .feature-box-home5 .inner-box {
        text-align: center;
    }
}

.feature-box-home5 .inner-box:before {
    background: rgba(var(--theme-color-white-rgb), 0.1);
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: calc(100% - 8px);
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-home5 .inner-box:hover .icon img,
.feature-box-home5 .inner-box:hover .icon i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-box-home5 .inner-box .step {
    background: var(--gradient-2);
    border-radius: 20px 0 0 20px;
    display: inline-block;
    min-width: 81px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}

.feature-box-home5 .inner-box .icon {
    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;
    min-height: 215px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-home5 .inner-box .icon:before {
    background-image: url(../images/icons/shape-cirlcle.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-box-home5 .inner-box .icon img {
    max-height: 202px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .feature-box-home5 .inner-box .icon img {
        max-height: 150px;
    }
}

.feature-box-home5 .inner-box .title {
    margin-top: 30px;
    margin-bottom: 7px;
}

@media (max-width: 575.98px) {
    .feature-box-home5 .inner-box .title {
        margin-top: 10px;
    }
}

.feature-box-home5 .inner-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

/*** 

====================================================================
    Feature Block Two Layout 5
====================================================================

***/
.feature-section-two-layout5 {
    overflow: hidden;
}

.feature-box-two-home5 .inner-box {
    background: var(--gradient-4);
    border-radius: 21px;
    padding: 40px 40px 33px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-two-home5 .inner-box:before {
    background-color: var(--theme-color1);
    border-radius: 21px;
    content: "";
    height: 162px;
    left: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-home5 .inner-box:after {
    background: var(--theme-color2);
    border-radius: 21px;
    content: "";
    height: calc(100% - 3px);
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: calc(100% - 3px);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-home5 .inner-box:hover .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
}

.feature-box-two-home5 .inner-box:hover .icon i,
.feature-box-two-home5 .inner-box:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-box-two-home5 .icon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-home5 .icon i,
.feature-box-two-home5 .icon img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-home5 .title {
    color: var(--theme-color-white);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.feature-box-two-home5 .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.feature-box-two-home5 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--gradient-3);
}

.feature-box-two-home5 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

.feature-box-two-style2-home5 .inner-box {
    background: var(--gradient-5);
    border-radius: 21px;
    margin-bottom: 30px;
    padding: 40px 40px 33px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-two-style2-home5 .inner-box:before {
    background-color: var(--theme-color1);
    border-radius: 21px;
    content: "";
    height: 162px;
    right: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-style2-home5 .inner-box:after {
    background: var(--theme-color2);
    border-radius: 21px;
    content: "";
    height: calc(100% - 3px);
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: calc(100% - 3px);
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-two-style2-home5 .inner-box:hover .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
}

.feature-box-two-style2-home5 .inner-box:hover .icon i,
.feature-box-two-style2-home5 .inner-box:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-box-two-style2-home5 .icon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-box-two-style2-home5 .icon i,
.feature-box-two-style2-home5 .icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-box-two-style2-home5 .title {
    color: var(--theme-color-white);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.feature-box-two-style2-home5 .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.feature-box-two-style2-home5 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--gradient-3);
}

.feature-box-two-style2-home5 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
}

/*** 

====================================================================
    Feature Block Layout 6
====================================================================

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

@media (max-width: 991.98px) {
    .feature-section-layout6 {
        padding: 60px 0 30px;
    }
}

.feature-block-home6 .inner-block {
    background: transparent;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 21px;
    margin-bottom: 30px;
    padding: 39px 39px 33px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-home6 .inner-block:before {
    background-color: var(--theme-color1);
    border-radius: 21px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home6 .inner-block:hover:before {
    height: 100%;
}

.feature-block-home6 .inner-block:hover .icon-box .shape-1 i,
.feature-block-home6 .inner-block:hover .icon-box .shape-1 img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-home6 .inner-block:hover .icon-box .icon {
    background-color: var(--theme-color-black);
    color: var(--theme-color1);
}

.feature-block-home6 .inner-block:hover .icon-box .icon i,
.feature-block-home6 .inner-block:hover .icon-box .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: none;
    filter: none;
}

.feature-block-home6 .inner-block:hover .title,
.feature-block-home6 .inner-block:hover .text {
    color: #090a09;
}

.feature-block-home6 .icon-box .shape-1 {
    color: rgba(var(--theme-color-white-rgb), 0.06);
    position: absolute;
    right: 20.63px;
    top: 20.63px;
    font-size: 78px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home6 .icon-box .shape-1 i,
.feature-block-home6 .icon-box .shape-1 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home6 .icon-box .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-black);
    font-size: 30px;
    height: 50px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-home6 .icon-box .icon i,
.feature-block-home6 .icon-box .icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home6 .title {
    color: var(--theme-color-white);
    margin-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.feature-block-home6 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--theme-color-black);
}

.feature-block-home6 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Feature Block Two Layout 6
====================================================================

***/
.feature-section-two-layout6 {
    overflow: hidden;
}

.feature-section-two-layout6 .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50px;
    background: radial-gradient(88.98% 163.29% at 4.75% -24.3%, #0d0d0d 74.87%, #10240a 100%);
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .feature-section-two-layout6 .outer-container {
        padding: 60px 0;
    }
}

@media (max-width: 1439.98px) {
    .feature-section-two-layout6 .outer-container {
        margin: 0 12px;
    }
}

.feature-section-two-layout6 .outer-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-section-two-layout6 .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature-section-two-layout6 .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-block-two-home6 .inner-block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    background: #090a09;
    border-radius: 30px;
    padding: 19px 19px 43px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-two-home6 .inner-block:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-block-two-home6 .inner-block:hover .title {
    color: var(--theme-color1);
}

.feature-block-two-home6 .inner-block .image-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    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;
    min-height: 378px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-block-two-home6 .inner-block .image-box:before {
    background-image: url(../images/icons/shape-1.png);
    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;
}

.feature-block-two-home6 .inner-block .image-box img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-two-home6 .content {
    padding: 41px 0 0;
    text-align: center;
}

.feature-block-two-home6 .title {
    color: var(--theme-color-white);
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-two-home6 .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.feature-block-two-home6 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--theme-color-black);
}

.feature-block-two-home6 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    line-height: 1.5;
    max-width: 290px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Feature Block 
====================================================================

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

@media (max-width: 991.98px) {
    .feature-section-layout7 {
        padding: 60px 0 30px;
    }
}

.feature-block-home7 .inner-block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    background: transparent;
    border-radius: 40px;
    padding: 117px 40px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    .feature-block-home7 .inner-block {
        padding: 117px 20px 30px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-home7 .inner-block {
        padding: 117px 15px 30px;
    }
}

.feature-block-home7 .inner-block:hover .icon-box .icon-btn {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feature-block-home7 .inner-block:hover .icon-box .icon {
    color: var(--theme-color1);
}

.feature-block-home7 .inner-block:hover .icon-box .icon i,
.feature-block-home7 .inner-block:hover .icon-box .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: none;
    filter: none;
}

.feature-block-home7 .icon-box {
    margin-bottom: 55px;
}

.feature-block-home7 .icon-box .icon-btn {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    color: var(--theme-color-white);
    position: absolute;
    right: 20.63px;
    top: 20.63px;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    width: 48px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home7 .icon-box .icon-btn:hover {
    background-color: var(--theme-color1);
}

.feature-block-home7 .icon-box .icon-btn i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home7 .icon-box .icon {
    color: var(--theme-color1);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-home7 .icon-box .icon i,
.feature-block-home7 .icon-box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-home7 .title {
    color: var(--theme-color-white);
    margin-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.feature-block-home7 .title a:hover {
    background-size: 100% 2px;
    background-image: var(--theme-color-black);
}

.feature-block-home7 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-crm-rating {
    padding: 50px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.feature-block-crm-rating .item-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature-block-crm-rating .item-shadow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-block-crm-rating .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-block-crm-rating .head .title {
    margin-bottom: 0;
    width: 260px;
}

.feature-block-crm-rating .head .rating {
    margin-bottom: 0;
    line-height: 28px;
}

.feature-block-crm-rating .head .rating span {
    font-size: 16px;
    text-align: end;
    color: var(--theme-color1);
}

.feature-block-crm-rating .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(28.61%, #ff6225), to(rgba(255, 138, 92, 0)));
    background: linear-gradient(90deg, #ff6225 28.61%, rgba(255, 138, 92, 0) 100%);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 95px;
}

.feature-block-crm-rating .info button {
    background-color: transparent;
    display: inline-block;
}

.feature-block-crm-rating .info .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}

.feature-block-crm-rating .info .star li {
    color: var(--theme-color-white);
}

.feature-block-crm-rating .info {
    margin-top: 70px;
}

@media (max-width: 575.98px) {
    .feature-block-crm-rating .info {
        margin-top: 40px;
        padding: 10px;
    }

    .feature-block-crm-rating .info img {
        width: 70px;
    }

    .feature-block-crm-rating .info .star {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-crm-rating {
        padding: 30px 20px;
    }
}

/*** 

====================================================================
    Feature Block 
====================================================================

***/
.features-section-style9 {
    padding: 120px 0;
    overflow: hidden;
}

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

.features-section-style9 .outer-box {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 12px;
}

@media (max-width: 575.98px) {
    .features-section-style9 .outer-box {
        padding: 120px 0;
    }
}

@media (max-width: 1439.98px) {
    .features-section-style9 .outer-box {
        margin: 0 12px;
    }
}

.features-section-style9 .outer-box .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.features-section-style9 .outer-box .sec-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.features-tab .nav-tabs-list {
    display: block;
}

.features-tab .nav-tabs-list .nav-link {
    background-color: rgba(33, 33, 38, 0.37);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
    padding: 35px 100px 39px 39px;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .features-tab .nav-tabs-list .nav-link {
        padding: 26px 60px 30px 20px;
    }
}

@media (max-width: 991.98px) {
    .features-tab .nav-tabs-list .nav-link {
        font-size: 18px;
        padding: 15px 50px 15px 15px;
    }
}

.features-tab .nav-tabs-list .nav-link:hover .icon-btn {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-tab .nav-tabs-list .nav-link .number {
    margin-right: 40px;
}

@media (max-width: 1199.98px) {
    .features-tab .nav-tabs-list .nav-link .number {
        margin-right: 10px;
    }
}

@media (max-width: 991.98px) {
    .features-tab .nav-tabs-list .nav-link .number {
        margin-right: 7px;
    }
}

.features-tab .nav-tabs-list .nav-link .icon-btn {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    right: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .features-tab .nav-tabs-list .nav-link .icon-btn {
        right: 15px;
    }
}

@media (max-width: 991.98px) {
    .features-tab .nav-tabs-list .nav-link .icon-btn {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        right: 10px;
        width: 35px;
    }
}

.features-tab .nav-tabs-list .nav-link.active {
    background-color: #675cf0;
    border-color: var(--theme-color1);
    color: var(--text-color-theme-color1);
}

.features-tab .nav-tabs-list .nav-link.active .icon-btn {
    background-color: #0d0d0d;
    color: var(--theme-color1);
}

.features-tab-content {
    position: relative;
    padding-left: 52px;
}

@media (max-width: 1439.98px) {
    .features-tab-content {
        padding-left: 0;
    }
}

.features-tab-content .content {
    background-color: #000002;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    padding: 50px 47px 0 50px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .features-tab-content .content {
        padding: 50px 27px 0 25px;
    }
}

.features-tab-content .content .image-1 {
    margin-top: 40px;
}

@media (max-width: 991.98px) {
    .features-tab-content .content .image-1 {
        margin-top: 25px;
    }
}

.features-tab-content .content .image-2 {
    margin: 22px -95px -42px 68px;
}

/*** 

====================================================================
    Feature Section Ai 
====================================================================

***/
.features-section-ai {
    position: relative;
    z-index: 1;
}

.features-section-ai .sec-light {
    max-width: 1155px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.features-section-ai .sec-light img {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .features-section-ai .sec-light {
        display: none;
    }
}

.features-section-ai .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.102);
    border-radius: 30px;
    padding: 120px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1439.98px) {
    .features-section-ai .outer-container {
        margin: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .features-section-ai .outer-container {
        padding: 60px 0;
    }
}

.features-section-ai .outer-container .sec-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.features-section-ai .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
}

.feature-block-ai .inner-block {
    border: 2px solid rgba(255, 255, 255, 0.102);
    border-radius: 40px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.14%, #040b1d), color-stop(101.28%, #0745e3));
    background: linear-gradient(180deg, #040b1d 33.14%, #0745e3 101.28%);
    background-repeat: no-repeat;
    height: 100%;
}

.feature-block-ai .inner-block.item1 .item-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.feature-block-ai .inner-block.item1 .item-shape img {
    width: 100%;
}

.feature-block-ai .inner-block.item2 .item-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 374.98px) {
    .feature-block-ai .inner-block.item2 .content-box {
        padding: 0 !important;
    }
}

@media (max-width: 374.98px) {
    .feature-block-ai .inner-block.item3 .content-box {
        padding: 0 !important;
        padding-top: 10px !important;
    }
}

.feature-block-ai .inner-block.item4 .item-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 374.98px) {
    .feature-block-ai .inner-block.item4 .content-box {
        padding: 0 !important;
    }
}

@media (max-width: 374.98px) {
    .feature-block-ai .inner-block {
        padding: 20px;
    }

    .feature-block-ai .inner-block .content-box {
        padding: 0 20px !important;
    }
}

.feature-block-ai .content-box .title {
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .feature-block-ai .content-box .text br {
        display: none;
    }
}

.feature-block-ai .image-box {
    margin-top: 33px;
}

@media (max-width: 575.98px) {
    .feature-block-ai .image-box {
        margin-top: 20px;
    }
}

.feature-block-ai .image-box .image img {
    width: 100%;
}

.feature-block-ai.style-two .inner-block {
    padding: 13px;
}

@media (max-width: 575.98px) {
    .feature-block-ai.style-two .inner-block {
        padding: 10px;
    }
}

.feature-block-ai.style-two .content-box {
    padding: 28px 38px 0;
}

@media (max-width: 575.98px) {
    .feature-block-ai.style-two .content-box {
        padding: 20px 20px 0;
    }
}

.feature-block-ai.style-two .image-box {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    .feature-block-ai.style-two .image-box {
        margin-top: 20px;
    }
}

/*** 

====================================================================
    Feature Section Marketing
====================================================================

***/
.features-section-marketing {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.features-section-marketing .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 30px;
    padding: 120px 30px;
    position: relative;
    z-index: 1;
    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%);
    overflow: hidden;
}

@media (max-width: 1439.98px) {
    .features-section-marketing .outer-container {
        margin: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .features-section-marketing .outer-container {
        padding: 60px 0;
    }
}

.features-section-marketing .outer-container .sec-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.features-section-marketing .outer-container .sec-shadow img {
    width: 100%;
}

.feature-block-marketing {
    background-color: var(--body-bg);
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.feature-block-marketing .content {
    padding-left: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .feature-block-marketing .content {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-marketing .content {
        padding: 20px !important;
    }
}

.feature-block-marketing .content .title {
    margin-bottom: 10px;
}

.feature-block-marketing .content .text {
    margin-bottom: 0;
    line-height: 24px;
}

.feature-block-marketing {
    position: relative;
    z-index: 1;
}

.feature-block-marketing .shadow-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.feature-block-marketing .shadow-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.feature-block-marketing .line {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    text-align: center;
}

.feature-block-marketing.item1 button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--theme-color-white);
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .feature-block-marketing.item1.pt-40 {
        padding-top: 20px !important;
    }
}

.feature-block-marketing.item3 .image {
    margin-bottom: -15px;
}

.feature-block-marketing.item4 .info-title {
    font-weight: 400;
}

.feature-block-marketing.item4 .info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.feature-block-marketing.item4 .info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    color: #292d30;
    border-radius: 15px;
    background-color: var(--theme-color1);
    padding: 4px 8px;
    height: 30px;
    line-height: 30px;
}

.feature-block-marketing.item4 .info span svg {
    margin-left: 5px;
}

.feature-block-marketing.item4 .info-box {
    border-right: 1px solid rgba(255, 255, 255, 0.0588235294);
}

@media (max-width: 1199.98px) {
    .feature-block-marketing.item4 .pl-50 {
        padding-left: 20px !important;
    }
}

/*** 

====================================================================
    Feature Section CRM
====================================================================

***/
.feature-section-crm {
    overflow: hidden;
}

.feature-block-crm {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--body-bg);
    padding: 50px 25px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    text-align: center;
    height: 100%;
}

.feature-block-crm .item-shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.feature-block-crm.item-big .last-item {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.61%, rgba(229, 82, 24, 0.15)), to(rgba(255, 138, 92, 0.15)));
    background: linear-gradient(180deg, rgba(229, 82, 24, 0.15) 28.61%, rgba(255, 138, 92, 0.15) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.feature-block-crm.item-big .last-item .item-inner {
    padding: 20px;
    padding-top: 35px;
    padding-bottom: 50px;
    margin: 1px;
    background-color: var(--body-bg);
    border-radius: 20px;
}

.feature-block-crm.item-big .last-item .content {
    position: relative;
    z-index: 1;
}

.feature-block-crm.item-big .last-item .content .image {
    position: absolute;
    top: -35px;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.feature-block-crm.item-big .last-item .content .circle-image {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.feature-block-crm.item-big .last-item .content .count-text {
    font-size: 115px;
    line-height: 115px;
    color: var(--theme-color1);
    margin-bottom: 0;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about-section .image-column .inner-column {
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.about-section .image-column .inner-column .image {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

@media (max-width: 575.98px) {
    .about-section .image-column .inner-column .image {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.about-section .image-column .inner-column .image img {
    width: 100%;
}

.about-section .image-column .inner-column .image {
    max-width: 521px;
}

.about-section .image-column .inner-column .image.image2 {
    max-width: 351px;
    margin-left: auto;
    margin-top: -150px;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

@media (max-width: 575.98px) {
    .about-section .image-column .inner-column .image.image2 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -80px;
    }
}

.about-section .image-column .inner-column .circle-text {
    position: absolute;
    bottom: 70px;
    left: 0;
}

.about-section .image-column .inner-column .circle-text .number {
    font-size: 65px;
    color: var(--theme-color-white);
    font-weight: 500;
    line-height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section .image-column .inner-column .circle-text {
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column {
        margin: 0 auto;
    }
}

.about-section .content-column .inner-column .content .text-box {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    padding: 4px;
    padding-right: 30px;
}

.about-section .content-column .inner-column .content .text-box .text {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color-white);
    border-radius: 16px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-18.95%, #040b1d), color-stop(102%, #0745e3));
    background: linear-gradient(270deg, #040b1d -18.95%, #0745e3 102%);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .content .text-box .text {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 28px;
    }
}

.about-section .content-column .inner-column .content .text-box .text::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7px;
    width: 14px;
    height: 110px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    content: "";
}

.about-section .content-column .inner-column .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .count-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-section .content-column .inner-column .count-box .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 50px;
    padding-right: 50px;
}

@media (max-width: 1399.98px) {
    .about-section .content-column .inner-column .count-box .item:not(:last-child) {
        padding-right: 40px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .count-box .item:not(:last-child) {
        border-right: none;
    }
}

.about-section .content-column .inner-column .count-box .item .title {
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .content-column .inner-column .count-box .item .text {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .about-section .content-column .inner-column .count-box .item {
        margin-right: 20px !important;
        margin-right: 20px !important;
    }
}

.about-section .sec-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*** 

====================================================================
    About Section Marketing
====================================================================

***/
.about-section-marketing {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about-section-marketing .image-column .inner-column {
    position: relative;
    z-index: 1;
}

.about-section-marketing .image-column .inner-column .image {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

.about-section-marketing .image-column .inner-column .image img {
    width: 100%;
}

.about-section-marketing .image-column .inner-column .circle-text {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.about-section-marketing .image-column .inner-column .circle-text .number {
    font-size: 42px;
    color: var(--theme-color-white);
    font-weight: 500;
    line-height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-section-marketing .content-column .inner-column .list-box {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    background-color: var(--text-color-theme-color1);
    border-radius: 20px;
}

.about-section-marketing .content-column .inner-column .list-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--theme-color-white);
}

.about-section-marketing .content-column .inner-column .list-box ul li:not(:last-child) {
    margin-bottom: 15px;
}

.about-section-marketing .content-column .inner-column .count-box {
    position: relative;
    z-index: 1;
    background: linear-gradient(21.91deg, #4a37c4 39.01%, #1dc8cf 101.72%);
    border-radius: 20px;
}

.about-section-marketing .content-column .inner-column .count-box .item {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.about-section-marketing .content-column .inner-column .count-box .item .title {
    margin-bottom: 0px;
}

.about-section-marketing .content-column .inner-column .count-box .item .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-white);
}

.about-section-marketing .content-column .inner-column .count-box .item-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*** 

====================================================================
    About Section Payment
====================================================================

***/
.about-section-payment {
    overflow: hidden;
}

.about-section-payment .image-column .inner-column {
    position: relative;
    z-index: 1;
}

.about-section-payment .image-column .inner-column .image {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.about-section-payment .image-column .inner-column .image img {
    width: 100%;
}

.about-section-payment .image-column .inner-column .image {
    max-width: 552px;
    margin-left: auto;
}

.about-section-payment .image-column .inner-column .image.image2 {
    max-width: 450px;
    margin-left: 0;
    margin-top: -200px;
}

@media (max-width: 575.98px) {
    .about-section-payment .image-column .inner-column .image.image2 {
        margin-top: -100px;
    }
}

.about-section-payment .image-column .inner-column .money-shape {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about-section-payment .image-column .inner-column .money-shape {
        display: none;
    }
}

.about-section-payment .image-column .inner-column .line-shape {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: -1;
}

.about-section-payment .image-column .inner-column .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: radial-gradient(88.98% 149.18% at 4.75% -22.2%, #0d0d0d 55.29%, #10240a 100%);
    bottom: 30px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 405px;
    padding: 30px;
    position: absolute;
    right: 0;
    width: 100%;
}

@media (max-width: 575.98px) {
    .about-section-payment .image-column .inner-column .info {
        bottom: 10px;
        padding: 30px 20px;
    }
}

.about-section-payment .image-column .inner-column .info .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 90px;
    line-height: 90px;
    min-width: 90px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .about-section-payment .image-column .inner-column .info .icon {
        height: 60px;
        line-height: 60px;
        min-width: auto;
        width: 60px;
    }

    .about-section-payment .image-column .inner-column .info .icon img {
        width: 30px;
    }
}

.about-section-payment .image-column .inner-column .info .title {
    color: var(--theme-color1);
    margin-bottom: 0;
    margin-top: 3px;
}

.about-section-payment .content-column .inner-column .content .info-box {
    padding: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    background: radial-gradient(88.98% 149.18% at 4.75% -22.2%, #0d0d0d 74.87%, #10240a 100%);
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section-payment .content-column .inner-column .content .info-box {
        padding: 30px 20px;
    }
}

.about-section-payment .content-column .inner-column .content .info-box .item-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-section-payment .content-column .inner-column .content .info-box .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.about-section-payment .content-column .inner-column .content .info-box .item {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.about-section-payment .content-column .inner-column .content .info-box .item .title {
    margin: 0;
    font-size: 20px;
}

.about-section-payment .content-column .inner-column .content .info-box .item .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color1);
}

.about-section-payment .content-column .inner-column .content .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.about-section-payment .content-column .inner-column .content .list li:not(:last-child) {
    margin-bottom: 15px;
}

/*** 

====================================================================
    About Section Helpdesk
====================================================================

***/
.about-section-helpdesk {
    overflow: hidden;
}

.about-section-helpdesk .image-column .inner-column {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
    margin-left: auto;
    max-width: 585px;
}

@media (max-width: 1199.98px) {
    .about-section-helpdesk .image-column .inner-column {
        margin: 0 auto;
    }
}

.about-section-helpdesk .image-column .inner-column .image-box {
    background-color: rgba(255, 255, 255, 0.102);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(13.6000003815px);
    padding: 10px;
    border-radius: 236px;
    max-width: 450px;
}

.about-section-helpdesk .image-column .inner-column .image {
    border-radius: 236px;
    overflow: hidden;
    margin-bottom: 0;
}

.about-section-helpdesk .image-column .inner-column .image img {
    width: 100%;
}

.about-section-helpdesk .image-column .inner-column .image.circle-image {
    max-width: 424px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.about-section-helpdesk .image-column .inner-column .star {
    position: absolute;
    top: 70px;
    right: 35px;
}

@media (max-width: 575.98px) {
    .about-section-helpdesk .image-column .inner-column .star {
        display: none;
    }
}

.about-section-helpdesk .image-column .inner-column .circle-box {
    backdrop-filter: blur(13.6000003815px);
    background-color: rgba(255, 255, 255, 0.102);
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 175px;
    height: 175px;
    line-height: 175px;
    border-radius: 50%;
    padding: 16px;
    text-align: center;
    position: absolute;
    top: 26%;
    right: 15px;
    z-index: 1;
}

.about-section-helpdesk .image-column .inner-column .circle-box .circle-inner {
    background-color: var(--body-bg);
    width: 100%;
    height: 100%;
    padding-top: 25px;
    text-align: center;
    border-radius: 50%;
}

.about-section-helpdesk .image-column .inner-column .circle-box .circle-inner .count {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 3px;
}

.about-section-helpdesk .image-column .inner-column .circle-box .circle-inner .title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 575.98px) {
    .about-section-helpdesk .image-column .inner-column {
        margin: 0 auto;
        padding-bottom: 200px;
    }
}

.about-section-helpdesk .content-column .inner-column .content .item-box {
    background-color: rgba(33, 33, 38, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.102);
    padding: 30px 20px;
    padding-left: 0;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item {
    position: relative;
    z-index: 1;
    max-width: 250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-left: -30px;
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item .title {
    margin: 0;
    font-size: 20px;
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--body-bg);
    border: 1px solid rgba(255, 255, 255, 0.102);
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item .line {
    width: 1px;
    height: 100%;
    background-color: var(--theme-color1);
    position: absolute;
    top: 0;
    right: 0;
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item .line::after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.278);
    content: "";
    top: -5px;
    left: -2px;
}

.about-section-helpdesk .content-column .inner-column .content .item-box .item .line::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.278);
    content: "";
    bottom: -5px;
    left: -2px;
}

@media (max-width: 575.98px) {
    .about-section-helpdesk .content-column .inner-column .content .item-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        text-align: center;
        gap: 10px;
    }

    .about-section-helpdesk .content-column .inner-column .content .item-box .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        gap: 20px;
    }

    .about-section-helpdesk .content-column .inner-column .content .item-box .item .line {
        display: none;
    }
}

/***

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

***/
/*** 

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
/***

==================================================================
    Video Section
==================================================================

***/
/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-section .sec-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.contact-section .outer-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-right: 50px;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.contact-section .outer-box::after {
    position: absolute;
    top: 50%;
    right: -9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    height: 70%;
    content: "";
}

@media (max-width: 991.98px) {
    .contact-section .outer-box {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

    .contact-section .outer-box::after {
        display: none;
    }
}

.contact-section .outer-box .sec-title-five {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.contact-block .title {
    color: var(--theme-color1);
    margin-bottom: 20px;
}

.contact-block .text {
    margin: 0;
    font-weight: 600;
    color: var(--theme-color-white);
    font-size: 20px;
    line-height: 20px;
}

.contact-block .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-block .social-link li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(67.8000030518px);
    color: var(--theme-color-white);
}

.contact-block .social-link li a:hover {
    background: var(--theme-color1);
}

.contact-form {
    padding: 60px;
    border: 2px solid rgba(255, 255, 255, 0.102);
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43.94%, #040b1d), color-stop(158.01%, #0745e3));
    background: linear-gradient(180deg, #040b1d 43.94%, #0745e3 158.01%);
    background-repeat: no-repeat;
}

.contact-form form input,
.contact-form form textarea {
    background-color: transparent;
    padding: 16px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 600;
    width: 100%;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    border-color: var(--primary-color);
}

.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    font-weight: 600;
    color: var(--text-color);
}

.contact-form form input::-moz-placeholder,
.contact-form form textarea::-moz-placeholder {
    font-weight: 600;
    color: var(--text-color);
}

.contact-form form input:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
    font-weight: 600;
    color: var(--text-color);
}

.contact-form form input::-ms-input-placeholder,
.contact-form form textarea::-ms-input-placeholder {
    font-weight: 600;
    color: var(--text-color);
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    font-weight: 600;
    color: var(--text-color);
}

.contact-form form textarea {
    min-height: 160px;
    resize: none;
}

@media (max-width: 575.98px) {
    .contact-form {
        padding: 60px 20px;
    }
}

/*** 

====================================================================
    Contact Section Marketing
====================================================================

***/
.contact-section-marketing,
.contact-section-payment,
.contact-section-helpdesk {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-section-marketing .sec-shadow,
.contact-section-payment .sec-shadow,
.contact-section-helpdesk .sec-shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.contact-section-marketing .outer-container,
.contact-section-payment .outer-container,
.contact-section-helpdesk .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    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: 1px solid rgba(255, 255, 255, 0.102);
    padding: 120px 0;
    border-radius: 40px;
}

@media (max-width: 1439.98px) {

    .contact-section-marketing .outer-container,
    .contact-section-payment .outer-container,
    .contact-section-helpdesk .outer-container {
        margin: 0 12px;
    }
}

@media (max-width: 991.98px) {

    .contact-section-marketing .outer-container,
    .contact-section-payment .outer-container,
    .contact-section-helpdesk .outer-container {
        padding: 60px 0;
    }
}

.contact-section-marketing .outer-box,
.contact-section-payment .outer-box,
.contact-section-helpdesk .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
}

.contact-section-marketing .contact-form,
.contact-section-payment .contact-form,
.contact-section-helpdesk .contact-form {
    border-radius: 20px;
    border-width: 1px;
    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%);
}

.contact-section-marketing .info-box,
.contact-section-payment .info-box,
.contact-section-helpdesk .info-box {
    background: linear-gradient(83.43deg, #4a37c4 46%, #1dc8cf 115.22%);
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    padding: 30px;
}

.contact-section-marketing .info-box .image-box,
.contact-section-payment .info-box .image-box,
.contact-section-helpdesk .info-box .image-box {
    background-color: rgba(255, 255, 255, 0.102);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    height: 220px;
    position: relative;
    z-index: 1;
}

.contact-section-marketing .info-box .image-box .image,
.contact-section-payment .info-box .image-box .image,
.contact-section-helpdesk .info-box .image-box .image {
    position: absolute;
    bottom: 0;
}

.contact-section-marketing .info-box .info,
.contact-section-payment .info-box .info,
.contact-section-helpdesk .info-box .info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.contact-section-marketing .info-box .info .icon,
.contact-section-payment .info-box .info .icon,
.contact-section-helpdesk .info-box .info .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {

    .contact-section-marketing .info-box .info .icon,
    .contact-section-payment .info-box .info .icon,
    .contact-section-helpdesk .info-box .info .icon {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .contact-section-marketing .info-box .info .icon svg,
    .contact-section-payment .info-box .info .icon svg,
    .contact-section-helpdesk .info-box .info .icon svg {
        width: 20px;
        height: 20px;
    }
}

.contact-section-marketing .info-box .info .icon svg,
.contact-section-payment .info-box .info .icon svg,
.contact-section-helpdesk .info-box .info .icon svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {

    .contact-section-marketing .info-box .info h4,
    .contact-section-payment .info-box .info h4,
    .contact-section-helpdesk .info-box .info h4 {
        font-size: 18px;
    }
}

.contact-section-marketing .info-box .info:hover .icon svg,
.contact-section-payment .info-box .info:hover .icon svg,
.contact-section-helpdesk .info-box .info:hover .icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 575.98px) {

    .contact-section-marketing .info-box,
    .contact-section-payment .info-box,
    .contact-section-helpdesk .info-box {
        padding: 30px 12px;
    }
}

/*** 

====================================================================
    Contact Section Payment
====================================================================

***/
.contact-section-payment,
.contact-section-helpdesk {
    overflow: unset;
    position: relative;
    z-index: 1;
}

.contact-section-payment .sec-shadow-this,
.contact-section-helpdesk .sec-shadow-this {
    bottom: -250px;
    position: absolute;
    right: 0;
    z-index: -1;
}

.contact-section-payment .info-box,
.contact-section-helpdesk .info-box {
    padding: 35px 0;
    background: radial-gradient(88.98% 146.91% at 4.75% -21.86%, #0d0d0d 74.87%, #10240a 100%);
}

.contact-section-payment .info-box .info,
.contact-section-helpdesk .info-box .info {
    padding-left: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
}

.contact-section-payment .info-box .info .icon,
.contact-section-helpdesk .info-box .info .icon {
    background-color: rgba(255, 255, 255, 0.102);
}

.contact-section-payment .info-box .info .title,
.contact-section-helpdesk .info-box .info .title {
    color: var(--theme-color1);
    display: inline-block;
    margin-bottom: 20px;
}

.contact-section-payment .info-box .info .text-white,
.contact-section-helpdesk .info-box .info .text-white {
    font-size: 20px;
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {

    .contact-section-payment .info-box .info,
    .contact-section-helpdesk .info-box .info {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }
}

.contact-section-payment .contact-form,
.contact-section-helpdesk .contact-form {
    padding: 0;
    border: none;
    background: none;
}

.contact-section-payment .contact-form input,
.contact-section-helpdesk .contact-form input,
.contact-section-payment .contact-form textarea,
.contact-section-helpdesk .contact-form textarea {
    padding-left: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    border-top: 0;
    color: var(--theme-color-white);
}

.contact-section-payment .contact-form input::-webkit-input-placeholder,
.contact-section-helpdesk .contact-form input::-webkit-input-placeholder,
.contact-section-payment .contact-form textarea::-webkit-input-placeholder,
.contact-section-helpdesk .contact-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
}

.contact-section-payment .contact-form input::-moz-placeholder,
.contact-section-helpdesk .contact-form input::-moz-placeholder,
.contact-section-payment .contact-form textarea::-moz-placeholder,
.contact-section-helpdesk .contact-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
}

.contact-section-payment .contact-form input:-ms-input-placeholder,
.contact-section-helpdesk .contact-form input:-ms-input-placeholder,
.contact-section-payment .contact-form textarea:-ms-input-placeholder,
.contact-section-helpdesk .contact-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
}

.contact-section-payment .contact-form input::-ms-input-placeholder,
.contact-section-helpdesk .contact-form input::-ms-input-placeholder,
.contact-section-payment .contact-form textarea::-ms-input-placeholder,
.contact-section-helpdesk .contact-form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
}

.contact-section-payment .contact-form input::placeholder,
.contact-section-helpdesk .contact-form input::placeholder,
.contact-section-payment .contact-form textarea::placeholder,
.contact-section-helpdesk .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
}

.contact-section-payment .contact-form textarea,
.contact-section-helpdesk .contact-form textarea {
    min-height: 60px;
}

/*** 

====================================================================
    Contact Section Helpdesk
====================================================================

***/
.contact-section-helpdesk {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-section-helpdesk .sec-shadow-this {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-section-helpdesk .outer-box {
    max-width: 1150px;
    margin: 0 auto;
}

.contact-section-helpdesk .middle-line {
    position: relative;
    z-index: 1;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-section-helpdesk .middle-line::after {
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 70px;
    background-color: var(--theme-color1);
    width: 5px;
    height: 170px;
    content: "";
}

.contact-section-helpdesk .info-box {
    padding: 50px;
    border-radius: 16px;
    background: linear-gradient(166.06deg, #c50b3c -13.99%, #181c76 61.67%, #f0df21 119.04%);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .contact-section-helpdesk .info-box {
        padding: 40px 30px;
    }
}

.contact-section-helpdesk .info-box .info {
    padding: 0;
}

.contact-section-helpdesk .info-box .info .title {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
}

/***

====================================================================
  Benefits Section
====================================================================

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

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

.benefits-block-layout1 .inner-block {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    border: 2px solid rgba(2, 223, 130, 0.2);
    border-radius: 40px;
    overflow: hidden;
    padding: 40px 15px 74px;
}

@media (max-width: 575.98px) {
    .benefits-block-layout1 .inner-block {
        padding: 20px 15px;
    }
}

.benefits-block-layout1 .logo-box {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.benefits-block-layout1 .content-box .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}

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

    .benefits-block-layout1 .content-box .title br {
        display: none;
    }
}

.benefits-block-layout1 .shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.benefits-block-layout1 .shape-two {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}

.benefits-block-two-layout1 .inner-block {
    border: 2px solid rgba(2, 223, 130, 0.2);
    border-radius: 40px;
    padding: 38px 50px 60px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    background: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);
}

@media (max-width: 575.98px) {
    .benefits-block-two-layout1 .inner-block {
        padding: 30px;
    }
}

.benefits-block-two-layout1 .content-box .title {
    margin-bottom: 105px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 575.98px) {
    .benefits-block-two-layout1 .content-box .title {
        font-size: 24px;
        line-height: 35px;
    }

    .benefits-block-two-layout1 .content-box .title br {
        display: none;
    }
}

.benefits-block-two-layout1 .content-box .text {
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .benefits-block-two-layout1 .content-box .text br {
        display: none;
    }
}

.benefits-block-two-layout1 .shape-18 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .benefits-block-two-layout1 .shape-18 {
        display: none;
    }
}

/*** 

====================================================================
    Cta Section
====================================================================

***/
.cta-section-layout1 {
    padding: 120px 0 180px;
    position: relative;
}

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

.cta-section-layout1 .outer-box {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.cta-section-layout1 .outer-box .bg-shape-cat {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .cta-section-layout1 .outer-box .bg-shape-cat {
        display: none;
    }
}

/*** 

====================================================================
    FAQ's Section Layout 2
====================================================================

***/
.faqs-section-layout2,
.faq-section-marketing {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.faqs-section-layout2 .sec-shadow,
.faq-section-marketing .sec-shadow {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    text-align: center;
}

.accordion-home-two .accordion-box {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.accordion-home-two .accordion-box .block {
    position: relative;
    background: transparent;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
}

.accordion-home-two .accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: var(--headings-color);
    font-weight: 600;
    cursor: pointer;
    padding: 30px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .accordion-home-two .accordion-box .block .acc-btn {
        padding: 20px;
        padding-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 15px;
    }

    .accordion-home-two .accordion-box .block .acc-btn .icon {
        right: 10px !important;
    }
}

@media (max-width: 374.98px) {
    .accordion-home-two .accordion-box .block .acc-btn {
        font-size: 16px;
    }
}

.accordion-home-two .accordion-box .block .acc-btn .number {
    color: var(--theme-color1);
    margin-right: 5px;
}

.accordion-home-two .accordion-box .block .acc-btn .icon {
    background: transparent;
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: var(--headings-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-home-two .accordion-box .block .acc-btn .icon::before {
    font-weight: 700;
}

.accordion-home-two .accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
}

.accordion-home-two .accordion-box .block .acc-btn.active .icon {
    background: transparent;
}

.accordion-home-two .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color1);
    font-weight: 700;
}

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

.accordion-home-two .accordion-box .block .acc-content .content {
    position: relative;
    padding: 0px 30px 25px 30px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .accordion-home-two .accordion-box .block .acc-content .content {
        padding: 0px 20px 20px 20px;
    }
}

.accordion-home-two .accordion-box .block .acc-content .content .text {
    display: block;
    margin-bottom: 0;
    line-height: 26px;
    max-width: 930px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .accordion-home-two .accordion-box .block .acc-content .content .text br {
        display: none;
    }
}

@media (max-width: 374.98px) {
    .accordion-home-two .accordion-box .block .acc-content .content .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.accordion-home-two .accordion-box .block .acc-content.current {
    display: block;
    margin-bottom: 0;
}

.accordion-home-two.accordion-home-three .accordion-box {
    background: transparent !important;
}

.accordion-home-two.accordion-home-three .accordion-box .block {
    border-radius: 20px;
    border: 1px solid #252e81;
    background: #020628;
}

.accordion-home-two.accordion-home-three .accordion-box .block.active-block {
    border-radius: 30px;
    border: 1.5px solid var(--Copywrting-Neutral, #020628);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #121846), color-stop(69.2%, #020628));
    background: linear-gradient(180deg, #121846 0.26%, #020628 69.2%);
}

.accordion-home-two.accordion-home-three .accordion-box .block .acc-btn .icon {
    background: linear-gradient(181deg, #121846 1.15%, #020628 98.91%);
}

.accordion-home-two.accordion-home-three .accordion-box .block .acc-btn.active .icon {
    background: var(--theme-color1);
}

/*** 

====================================================================
    FAQ's Section Marketing
====================================================================

***/
.faq-section-marketing .accordion-home-two .accordion-box .block {
    border-width: 2px;
}

.faq-section-marketing .accordion-home-two .accordion-box .block .acc-btn {
    color: var(--theme-color-white) !important;
    text-transform: capitalize;
}

.faq-section-marketing .accordion-home-two .accordion-box .block.active-block {
    background-color: rgba(255, 255, 255, 0.102);
}

/*** 

====================================================================
    FAQ's Section Payment
====================================================================

***/
.faq-section-payment,
.faq-section-helpdesk {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.faq-section-payment .accordion-arrow-icon .accordion-box,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-btn {
    padding: 29px 0;
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn .arrow-icon,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-btn .arrow-icon {
    font-size: 12px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.102);
    color: var(--theme-color-white);
    border-radius: 50%;
    float: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn.active,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn.active .arrow-icon,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-btn.active .arrow-icon {
    background-color: var(--theme-color1);
    color: var(--body-bg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-content .content {
    padding-left: 0;
    padding-right: 0;
}

.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content .text,
.faq-section-helpdesk .accordion-arrow-icon .accordion-box .block .acc-content .content .text {
    color: var(--text-color);
    max-width: 670px;
}

.faq-section-payment .accordion-arrow-icon,
.faq-section-helpdesk .accordion-arrow-icon {
    border-left: 1px solid rgba(255, 255, 255, 0.102);
    padding-left: 50px;
}

@media (max-width: 991.98px) {

    .faq-section-payment .accordion-arrow-icon,
    .faq-section-helpdesk .accordion-arrow-icon {
        border-left: none;
        padding-left: 0;
    }
}

.faq-section-payment .sec-shadow,
.faq-section-helpdesk .sec-shadow {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
}

.faq-block-payment {
    background: radial-gradient(88.98% 150.9% at 4.75% -22.46%, #0d0d0d 74.87%, #10240a 100%);
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 40px;
    padding: 70px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .faq-block-payment {
        padding: 50px 30px;
    }
}

/*** 

====================================================================
    FAQ's Section CRM
====================================================================

***/
.faqs-section-crm {
    position: relative;
    z-index: 1;
}

.faqs-section-crm .accordion-home-two {
    margin-right: 50px;
}

@media (max-width: 1199.98px) {
    .faqs-section-crm .accordion-home-two {
        margin: 0;
    }
}

.faqs-section-crm .accordion-home-two .accordion-box .block .acc-btn {
    padding: 25px 30px;
}

.faqs-section-crm .accordion-home-two .accordion-box .block .content .text {
    color: var(--text-color);
}

.faqs-section-crm .sec-shape {
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.faqs-section-crm .sec-shape img {
    width: 100%;
}

.faqs-block-crm {
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    z-index: 1;
    padding: 50px;
    padding-top: 60px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    background-color: var(--body-bg);
    text-align: center;
}

.faqs-block-crm .item-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*** 

====================================================================
    FAQ's Section Helpdesk
====================================================================

***/
.faq-section-helpdesk {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.faq-section-helpdesk .outer-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(103.25%, rgba(10, 21, 123, 0.2)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 21, 123, 0.2) 103.25%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    margin: 0 auto;
    max-width: 1620px;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .faq-section-helpdesk .outer-container {
        padding: 60px 0;
    }
}

@media (max-width: 1439.98px) {
    .faq-section-helpdesk .outer-container {
        margin: 0 12px;
    }
}

.faq-section-helpdesk .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.faq-section-helpdesk .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-section-helpdesk .accordion-home-two {
    border: none;
    padding: 0;
}

.faq-section-helpdesk .accordion-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.faq-section-helpdesk .accordion-box .block {
    margin: 0;
    border-bottom: none;
}

.faq-section-helpdesk .accordion-box .block .acc-btn {
    padding: 29px 0 !important;
}

.faq-section-helpdesk .accordion-box .block .acc-btn .arrow-icon {
    background-color: #11100F;
    color: var(--theme-color-white);
}

.faq-section-helpdesk .accordion-box .block .acc-btn.active .arrow-icon {
    background-color: var(--theme-color1);
    color: var(--body-bg);
}

.faq-section-helpdesk .image-column .inner-column {
    max-width: 492px;
}

.faq-section-helpdesk .image-column .inner-column .image-box {
    position: relative;
    z-index: 1;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 0;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image img {
    width: 100%;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image .play-button .play-now {
    color: var(--body-bg);
    font-size: 14px;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image .play-button .play-now .ripple {
    z-index: -1;
    width: 40px;
    height: 40px;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image .play-button .play-now .ripple::after {
    width: 40px;
    height: 40px;
}

.faq-section-helpdesk .image-column .inner-column .image-box .image .play-button .play-now .ripple::before {
    background-color: var(--theme-color1);
    width: 40px;
    height: 40px;
}

.faq-section-helpdesk .image-column .inner-column .image-box::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.79%, #f0df21), color-stop(73.01%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #f0df21 -1.79%, rgba(255, 255, 255, 0) 73.01%);
    border: 1px solid rgba(255, 255, 255, 0.102);
    z-index: -1;
    border-radius: 30px;
}

@media (max-width: 1199.98px) {
    .faq-section-helpdesk .image-column .inner-column {
        max-width: 100%;
    }
}

/*** 

====================================================================
    FunFact Block
====================================================================

***/
.funfact-wrap {
    margin-left: 6px;
}

@media (max-width: 991.98px) {
    .funfact-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}

.funfact-item {
    background: var(--gradient-18);
    border: 2px solid rgba(var(--theme-color1-rgb), 0.2);
    border-radius: 40px;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: left;
    gap: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .funfact-item {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .funfact-item {
        gap: 0;
    }
}

@media (min-width: 576px) {
    .funfact-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .funfact-item {
        text-align: center;
    }
}

.funfact-item:hover .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 576px) {
    .funfact-item .ff-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 340px;
        width: 100%;
    }
}

.funfact-item .icon {
    background: var(--gradient-18);
    border-radius: 40px;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 60px;
    height: 137px;
    line-height: 137px;
    margin-right: 60px;
    text-align: center;
    width: 137px;
}

@media (max-width: 575.98px) {
    .funfact-item .icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.funfact-item .icon i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.funfact-item .icon img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.funfact-item .count-box {
    color: var(--theme-color1);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-size: clamp(40px, 6.8vw, 80px);
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .funfact-item .count-box {
        margin-bottom: 10px;
    }
}

.funfact-item .count-box i {
    font-style: normal;
}

/*** 

====================================================================
    FunFact Block
====================================================================

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

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

.funfact-item-home6 {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    padding: 36px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .funfact-item-home6 {
        padding: 36px 25px;
    }
}

@media (max-width: 991.98px) {
    .funfact-item-home6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .funfact-item-home6 {
        padding: 36px 15px;
    }
}

.funfact-item-home6:hover:after {
    height: 100%;
}

.funfact-item-home6:hover .count-box {
    color: var(--text-color-theme-color1);
}

.funfact-item-home6:hover .title {
    color: #090a09;
}

.funfact-item-home6:before {
    background-image: url(../images/icons/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.funfact-item-home6:after {
    background-color: var(--theme-color1);
    border-radius: 21px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.funfact-item-home6 .count-box {
    color: var(--theme-color-white);
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .funfact-item-home6 .count-box {
        font-size: 60px;
        line-height: 60px;
    }
}

.funfact-item-home6 .title {
    color: var(--theme-color1);
    font-size: 20px;
    font-weight: 500;
    margin-top: 120px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .funfact-item-home6 .title {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .funfact-item-home6 {
        text-align: center;
        -webkit-transform: none !important;
        transform: none !important;
        margin-bottom: 0 !important;
    }
}

/*** 

====================================================================
    FunFact Section
====================================================================

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

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

.funfact-section-home1 .sec-title-column .sec-title,
.funfact-section-home1 .sec-title-column .sec-title-five,
.funfact-section-home1 .sec-title-column .sec-title-six,
.funfact-section-home1 .sec-title-column .sec-title-seven,
.funfact-section-home1 .sec-title-column .sec-title-eight,
.funfact-section-home1 .sec-title-column .sec-title-nine {
    margin-bottom: 32px;
}

@media (max-width: 575.98px) {
    .funfact-section-home1 .sec-title-column .title br {
        display: none;
    }
}

.funfact-section-home1 .video-box .inner-box {
    height: 274px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    border: 1.5px solid rgba(2, 223, 130, 0.2);
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.funfact-section-home1 .video-box .inner-box .play-now {
    display: inline-block;
    margin-bottom: 33px;
}

.funfact-section-home1 .video-box .inner-box .play-now .icon {
    height: 79px;
    width: 79px;
    line-height: 79px;
    background-color: var(--theme-color1);
    font-size: 24px;
    padding: 0;
    color: var(--theme-color2);
}

.funfact-section-home1 .video-box .inner-box .play-now .ripple {
    width: 79px;
    height: 79px;
}

.funfact-section-home1 .video-box .inner-box .play-now .ripple:before,
.funfact-section-home1 .video-box .inner-box .play-now .ripple:after {
    width: 79px;
    height: 79px;
}

.funfact-section-home1 .video-box .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(53.63%, #031112), color-stop(124.45%, #02df82));
    background: linear-gradient(0deg, #031112 53.63%, #02df82 124.45%);
    opacity: 0.57;
}

/*** 

====================================================================
    FunFact Section Payment
====================================================================

***/
.funfact-payment-block.odd-block {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.funfact-payment-block.even-block {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

/*** 

====================================================================
	Testimonial Layout 1
====================================================================
***/
.testimonial-section-layout1 {
    padding: 120px 0;
    position: relative;
}

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

.testimonial-section-layout1 .outer-box {
    margin: 0 -30px;
}

@media (max-width: 1199.98px) {
    .testimonial-section-layout1 .outer-box {
        margin: 0;
        padding: 0 15px;
    }
}

.testimonial-section-layout1 .outer-box2 {
    margin: 0 -300px;
}

@media (max-width: 1199.98px) {
    .testimonial-section-layout1 .outer-box2 {
        margin: 0;
        padding: 0 15px;
    }
}

.testimonial-section-layout1 .swiper-horizontal {
    padding: 0;
}

.testimonial-block-layout1 {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-block-layout1 .inner-box {
    background: var(--gradient-1);
    border: 2px solid rgba(2, 223, 130, 0.2);
    border-radius: 40px;
    padding: 40px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .testimonial-block-layout1 .inner-box {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-layout1 .inner-box {
        padding: 30px 20px;
    }
}

.testimonial-block-layout1 .inner-box:hover .info-box .thumb {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 576px) {
    .testimonial-block-layout1 .author-info {
        -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;
    }
}

.testimonial-block-layout1 .text {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}

.testimonial-block-layout1 .content-box {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}

.testimonial-block-layout1 .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-block-layout1 .review i {
    color: #02df82;
}

.testimonial-block-layout1 .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout1 .info-box {
        margin-bottom: 24px;
    }
}

.testimonial-block-layout1 .info-box .thumb {
    background: var(--gradient-15);
    border-radius: 50%;
    height: 64px;
    line-height: 64px;
    margin: 0 14px 0 0;
    overflow: hidden;
    text-align: center;
    width: 64px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-layout1 .info-box .thumb img {
    height: 50px;
    width: 50px;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout1 .info-box .thumb {
        display: inline-block;
        left: 0;
        margin-bottom: 0px;
        position: relative;
        top: 0;
    }
}

.testimonial-block-layout1 .info-box .name {
    color: var(--theme-color-white);
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-block-layout1 .info-box .designation {
    color: var(--theme-color-white);
    font-style: normal;
    font-weight: 500;
}

/*** 

====================================================================
	Testimonial Layout 2
====================================================================

***/
.testimonial-block-layout2 .inner-box {
    background: #0d0a1c;
    border: 1px solid rgba(141, 86, 250, 0.3);
    border-radius: 40px;
    padding: 40px;
    position: relative;
    z-index: 0;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout2 .inner-box {
        padding: 30px 20px;
    }
}

.testimonial-block-layout2 .inner-box:before {
    background: var(--gradient-5);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-47.45deg);
    transform: rotate(-47.45deg);
    width: 100%;
    z-index: -1;
}

.testimonial-block-layout2 .inner-box .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.testimonial-block-layout2 .inner-box .review i {
    color: var(--theme-color3);
}

.testimonial-block-layout2 .inner-box .text {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    max-width: 836px;
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial-block-layout2 .inner-box .author {
    max-width: 836px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.testimonial-block-layout2 .inner-box .author .inner {
    margin: 0 auto;
    max-width: 224px;
    position: relative;
}

.testimonial-block-layout2 .inner-box .author .inner:before {
    content: "";
    background-image: var(--gradient-4);
    background-position: center top, center bottom;
    background-size: 100% 50%, 100% 50%;
    background-repeat: no-repeat;
    height: 100px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 1px;
}

.testimonial-block-layout2 .inner-box .author .inner:after {
    content: "";
    background-image: var(--gradient-4);
    background-position: center top, center bottom;
    background-size: 100% 50%, 100% 50%;
    background-repeat: no-repeat;
    height: 100px;
    right: 0;
    position: absolute;
    top: -20px;
    width: 1px;
}

.testimonial-block-layout2 .inner-box .author:before {
    content: "";
    background-image: var(--gradient-2);
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: 30px;
    width: 305px;
}

@media (max-width: 991.98px) {
    .testimonial-block-layout2 .inner-box .author:before {
        width: 32%;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-layout2 .inner-box .author:before {
        display: none;
    }
}

.testimonial-block-layout2 .inner-box .author:after {
    content: "";
    background-image: var(--gradient-3);
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 305px;
}

@media (max-width: 991.98px) {
    .testimonial-block-layout2 .inner-box .author:after {
        width: 32%;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-layout2 .inner-box .author:after {
        display: none;
    }
}

.testimonial-block-layout2 .inner-box .title {
    margin-bottom: 0;
}

.testimonial-block-layout2 .inner-box:after {
    width: 81px;
    height: 40px;
    background-image: url('data:image/svg+xml,<svg width="81" height="40" viewBox="0 0 81 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.5 40C33.1996 12.5926 0 4.03788e-06 0 4.03788e-06L81 0C81 0 47.8004 12.5926 40.5 40Z" fill="%238D56FA"/></svg>');
    bottom: -40px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 0;
}

/*** 

====================================================================
	Testimonial Layout 3 AI
====================================================================
***/
.testimonial-block-ai {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-block-ai .inner-box {
    background: var(--gradient-6);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .testimonial-block-ai .inner-box {
        padding: 60px 30px;
    }
}

.testimonial-block-ai .inner-box:hover .info-box .thumb {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 576px) {
    .testimonial-block-ai .author-info {
        -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;
    }
}

.testimonial-block-ai .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.testimonial-block-ai .content-box {
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
}

.testimonial-block-ai .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-block-ai .review i {
    color: var(--theme-color4);
}

.testimonial-block-ai .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.testimonial-block-ai .info-box .thumb {
    background: var(--gradient-15);
    border-radius: 50%;
    height: 78px;
    line-height: 78px;
    margin: 0 14px 0 0;
    overflow: hidden;
    text-align: center;
    width: 78px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-ai .info-box .thumb img {
    height: 70px;
    width: 70px;
}

@media (max-width: 575.98px) {
    .testimonial-block-ai .info-box .thumb {
        display: inline-block;
        left: 0;
        margin-bottom: 0px;
        position: relative;
        top: 0;
    }
}

.testimonial-block-ai .info-box .name {
    color: var(--theme-color-white);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.testimonial-block-ai .info-box .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
}

/*** 
====================================================================
	Testimonial Layout 4
====================================================================

***/
.ts-video-layout4 .inner-box {
    position: relative;
}

.ts-video-layout4 .inner-box .thumb {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .ts-video-layout4 .inner-box .thumb {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .ts-video-layout4 .inner-box .thumb img {
        width: 100%;
    }
}

.ts-video-layout4 .inner-box .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.ts-video-layout4 .inner-box .thumb .video-btn {
    background-color: var(--theme-color5);
    border-radius: 50%;
    color: var(--theme-color2);
    display: inline-block;
    font-size: 20px;
    height: 79px;
    left: 50%;
    line-height: 79px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 79px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ts-video-layout4 .inner-box .thumb .video-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-block-layout4:last-child .inner-box {
    margin-bottom: 0;
}

.testimonial-block-layout4 .inner-box {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout4 .inner-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-layout4 .inner-box {
        display: block;
    }
}

.testimonial-block-layout4 .inner-box:hover .quote-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-layout4 .inner-box .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonial-block-layout4 .inner-box .quote-icon {
    color: var(--theme-color5);
    font-size: 70px;
    position: absolute;
    right: 40px;
    top: -60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-layout4 .inner-box .content-box {
    background: var(--gradient-10);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 30px;
    padding: 50px;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout4 .inner-box .content-box {
        padding: 40px 30px;
    }
}

.testimonial-block-layout4 .inner-box .content-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-layout4 .inner-box .content-box .text {
        font-size: 16px;
    }
}

.testimonial-block-layout4 .inner-box .content-box .info-box {
    border-top: 1px solid rgba(174, 227, 23, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 40px;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-layout4 .inner-box .content-box .info-box {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-layout4 .inner-box .content-box .info-box .user-info {
        margin-bottom: 30px;
    }
}

.testimonial-block-layout4 .inner-box .content-box .info-box .user-info .name {
    color: var(--theme-color-white);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.testimonial-block-layout4 .inner-box .content-box .info-box .user-info .designation {
    color: #666666;
    font-weight: 600;
}

.testimonial-block-layout4 .inner-box .content-box .info-box .partner-info {
    position: relative;
}

/***

==================================================================
    Testimonial Section
==================================================================

***/
.testimonial-section-five {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section-five .testi-dot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-section-five .testi-dot .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid rgba(4, 6, 24, 0.12);
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    margin: 0px 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 12px;
}

.testimonial-section-five .testi-dot .swiper-pagination-bullet-active {
    background-color: var(--theme-color-black);
}

.testimonial-section-five .testi-dot .dots-color .swiper-pagination-bullet {
    background-color: var(--theme-color-white);
}

.testimonial-section-five .testi-dot .dots-color .swiper-pagination-bullet.active {
    background-color: transparent;
    border-color: var(--theme-color-white);
}

.testimonial-section-five .inner-container {
    position: relative;
    z-index: 1;
}

.testimonial-section-five .inner-container::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #040b1d), to(rgba(4, 11, 29, 0)));
    background: linear-gradient(-270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
    width: 420px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .testimonial-section-five .inner-container::before {
        display: none;
    }
}

.testimonial-section-five .inner-container::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #040b1d), to(rgba(4, 11, 29, 0)));
    background: linear-gradient(270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
    width: 420px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .testimonial-section-five .inner-container::after {
        display: none;
    }
}

.testimonial-section-five .sec-glob {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.testimonial-block-five {
    border-radius: 40px;
    background: var(--gradient-9);
    position: relative;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .testimonial-block-five {
        display: block;
        padding: 30px;
    }
}

@media (max-width: 424.98px) {
    .testimonial-block-five {
        padding: 40px 20px;
    }
}

.testimonial-block-five:before {
    border: 2px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-five:hover .author-info .iconbox-quote img,
.testimonial-block-five:hover .author-info .iconbox-quote i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-five .testimonial-thumb {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .testimonial-block-five .testimonial-thumb {
        display: inline-block;
    }
}

.testimonial-block-five .testimonial-thumb img {
    border-radius: 30px;
    min-width: 304px;
}

@media (max-width: 424.98px) {
    .testimonial-block-five .testimonial-thumb img {
        min-width: auto;
    }
}

.testimonial-block-five .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-block-five .play-button .play-now-two {
    width: 47.61px;
    height: 47.61px;
    font-size: 20px;
    background: var(--theme-color1);
    color: var(--text-color-theme-color1);
}

.testimonial-block-five .play-button .play-now-two::before {
    background-color: rgba(4, 6, 24, 0.3);
}

.testimonial-block-five .play-button .play-now-two::after {
    border: 1px solid rgba(4, 6, 24, 0.3);
}

.testimonial-block-five .play-button .play-now-two .ripple,
.testimonial-block-five .play-button .play-now-two .ripple:before,
.testimonial-block-five .play-button .play-now-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    -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);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

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

.testimonial-block-five .play-button .play-now-two .ripple.light:before,
.testimonial-block-five .play-button .play-now-two .ripple.light:after,
.testimonial-block-five .play-button .play-now-two .ripple:before.light:before,
.testimonial-block-five .play-button .play-now-two .ripple:before.light:after,
.testimonial-block-five .play-button .play-now-two .ripple:after.light:before,
.testimonial-block-five .play-button .play-now-two .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);
}

.testimonial-block-five .play-button .play-now-two .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.testimonial-block-five .play-button .play-now-two .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.testimonial-block-five .content-box {
    width: 100%;
    padding: 0 0 0 40px;
}

@media (max-width: 767.98px) {
    .testimonial-block-five .content-box {
        padding: 30px 0;
    }
}

.testimonial-block-five .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 424.98px) {
    .testimonial-block-five .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-block-five .author-info .iconbox-quote {
    margin-left: 15px;
    padding-top: 8px;
}

.testimonial-block-five .author-info .iconbox-quote img,
.testimonial-block-five .author-info .iconbox-quote i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-five .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 0;
}

.testimonial-block-five .desigation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-block-five .author {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.testimonial-block-five .author-logo {
    text-align: right;
    margin-top: 26px;
    overflow: hidden;
}

.testimonial-block-five .author-logo .image1 {
    display: inline-block;
    position: relative;
}

.testimonial-block-five .author-logo .image1:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.2);
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(100% + 37px);
    top: 50%;
    height: 1px;
    width: calc(100% + 1000px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

==================================================================
    Testimonial Section
==================================================================

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

.testimonial-section-layout6 .testimonials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 16px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.testimonial-section-layout6 .testimonials:before {
    background-color: var(--theme-color2);
    border-radius: 40px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 54px;
    right: 63px;
    height: 34px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-layout6 .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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.testimonial-section-layout6 .content-column .inner-column .testi-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.testimonial-section-layout6 .content-column .inner-column .testi-ratings span {
    color: var(--theme-color1);
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -3px;
}

.testimonial-section-layout6 .arry-btns {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.testimonial-section-layout6 .arry-btns button {
    background: #1b1c2d;
}

.testimonial-section-layout6 .arry-btns button:hover {
    color: var(--body-bg);
    background-color: var(--theme-color1);
}

.testimonial-section-layout6 .arry-btns button.testimonial-arry-prev {
    margin-left: -25px;
}

.testimonial-section-layout6 .arry-btns button.testimonial-arry-next {
    margin-right: -25px;
}

@media (max-width: 1439.98px) {
    .testimonial-section-layout6 .arry-btns button {
        margin: 0 !important;
    }
}

.testimonial-block-home6 {
    padding-top: 40px;
}

.testimonial-block-home6 .inner-block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    padding: 0 60px 57px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .testimonial-block-home6 .inner-block {
        padding: 0 30px 39px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home6 .inner-block {
        padding: 0 15px 39px;
    }
}

.testimonial-block-home6 .inner-block:hover .author-box .thumb img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-home6 .inner-block:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 20, 32, 0)), color-stop(101.2%, #8d56fa));
    background: linear-gradient(180deg, rgba(19, 20, 32, 0) 0%, #8d56fa 101.2%);
    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;
}

.testimonial-block-home6 .inner-block .author-box {
    margin-bottom: 19px;
    text-align: center;
}

.testimonial-block-home6 .inner-block .author-box .thumb {
    background-color: rgba(var(--theme-color-white-rgb), 0.08);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: -40px auto 16px;
}

.testimonial-block-home6 .inner-block .author-box .thumb img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home6 .inner-block .author-box .author-info .name {
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home6 .inner-block .author-box .author-info .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home6 .inner-block .info-box {
    margin-bottom: 18px;
    margin: 0 auto;
}

.testimonial-block-home6 .inner-block .info-box .name {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-home6 .inner-block .info-box .designation {
    color: var(--theme-color-white);
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-block-home6 .inner-block .testi-text {
    color: var(--theme-color-white);
    margin: 0 auto 29px;
    max-width: 720px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .testimonial-block-home6 .inner-block .testi-text {
        font-size: 18px;
        line-height: 26px;
    }
}

.testimonial-block-home6 .inner-block .bottom-box {
    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;
}

.testimonial-block-home6 .inner-block .bottom-box .rating {
    color: var(--theme-color1);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-right: 18px;
    position: relative;
}

.testimonial-block-home6 .inner-block .bottom-box .rating:before {
    background-color: #d9d9d9;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    opacity: 0.19;
    height: 26px;
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home6 .inner-block .bottom-box .rating i {
    font-size: 26px;
}

.testimonial-block-home6 .inner-block .bottom-box .partner-image {
    padding-left: 18px;
}

/*** 

====================================================================
    Testimonial Section 
====================================================================

***/
.testimonial-section-layout7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section-layout7 .content-column .inner-column {
    position: relative;
    z-index: 1;
}

.testimonial-section-layout7 .content-column .inner-column .arry-btns {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 1000px;
}

.testimonial-section-layout7 .content-column .inner-column .arry-btns button {
    background: #141414;
    color: var(--theme-color1);
    border: none;
}

.testimonial-section-layout7 .content-column .inner-column .arry-btns button:hover {
    color: var(--body-bg);
    background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .testimonial-section-layout7 .content-column .inner-column .arry-btns {
        display: none;
    }
}

.testimonial-section-layout7 .testimonials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 875px;
    overflow: hidden;
    padding: 0 0 38px;
    position: relative;
    width: 100%;
}

.testimonial-section-layout7 .testimonials .swiper-horizontal {
    padding-bottom: 0px;
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 848px;
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-slide {
    margin: 0;
    width: auto !important;
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-slide.swiper-slide-active .testi7-author-box {
    background-color: var(--theme-color1);
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-slide.swiper-slide-active .testi7-author-box:before {
    bottom: -23px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s ease-out;
    transition-delay: 0.3s ease-out;
}

.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-slide.swiper-slide-active .testi7-author-box .author-info .name,
.testimonial-section-layout7 .testimonials .testimonial-thumbs .swiper-slide.swiper-slide-active .testi7-author-box .author-info .designation {
    color: #090a09;
}

.testimonial-section-layout7 .testimonials .testimonial-slider-home7 {
    position: relative;
}

.testimonial-section-layout7 .testimonials .testimonial-slider-home7::before {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    background-image: url(../images/icons/shape-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    height: 100%;
    width: calc(100% - 100px);
    z-index: -2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-layout7 .testimonials .testimonial-slider-home7::after {
    background-color: var(--theme-color1);
    border-radius: 20px;
    content: "";
    position: absolute;
    bottom: -38px;
    left: 100px;
    height: 100%;
    width: calc(100% - 200px);
    z-index: -3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-layout7 .sec-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.testimonial-section-layout7 .sec-shape img {
    width: 100%;
}

.testi7-author-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 74px;
    padding: 10px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testi7-author-box:before {
    background-image: url(../images/icons/testi6-curve.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    height: 25px;
    width: 51px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testi7-author-box .thumb {
    background-color: rgba(var(--theme-color-white-rgb), 0.08);
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin-bottom: 0;
    margin-right: 12px;
    padding: 7px;
}

.testi7-author-box .thumb img {
    border-radius: 50%;
}

.testi7-author-box .author-info .name {
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testi7-author-box .author-info .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home7 .inner-box {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    padding: 39px 60px 39px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .testimonial-block-home7 .inner-box {
        padding: 39px 30px 39px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home7 .inner-box {
        padding: 39px 15px 39px;
    }
}

.testimonial-block-home7 .inner-box:hover .quote-icon .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-home7 .inner-box::before {
    background-image: url(../images/icons/shape-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home7 .inner-box .info-box {
    margin-bottom: 18px;
    margin: 0 auto;
}

.testimonial-block-home7 .inner-box .info-box .name {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-home7 .inner-box .info-box .designation {
    color: var(--theme-color-light);
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-block-home7 .inner-box .quote-icon {
    background-color: rgba(var(--theme-color-white-rgb), 0.03);
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    margin: 0 auto 28px;
}

.testimonial-block-home7 .inner-box .quote-icon .icon {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home7 .inner-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 auto 23px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .testimonial-block-home7 .inner-box .text {
        font-size: 18px;
        line-height: 26px;
    }
}

.testimonial-block-home7 .inner-box .bottom-box {
    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;
}

.testimonial-block-home7 .inner-box .bottom-box .rating {
    color: var(--theme-color1);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-right: 18px;
    position: relative;
}

.testimonial-block-home7 .inner-box .bottom-box .rating:before {
    background-color: #d9d9d9;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    opacity: 0.19;
    height: 26px;
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home7 .inner-box .bottom-box .rating i {
    font-size: 26px;
}

.testimonial-block-home7 .inner-box .bottom-box .partner-image {
    padding-left: 18px;
}

/*** 

====================================================================
	Testimonial Layout
====================================================================
***/
.testimonial-section-layout8 {
    overflow: hidden;
}

.testimonial-section-layout8 .arry-btns button {
    background: #11100f;
    color: var(--theme-color1);
}

.testimonial-section-layout8 .arry-btns button:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.testimonial-section-layout8 .testimonial-slider-cmr {
    margin-right: -675px;
}

@media (max-width: 991.98px) {
    .testimonial-section-layout8 .testimonial-slider-cmr {
        margin-right: 0px;
    }
}

.testimonial-block-home8 {
    position: relative;
}

.testimonial-block-home8 .inner-block {
    background-color: #090401;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 40px;
    padding: 56px 49px 59px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .testimonial-block-home8 .inner-block {
        padding: 60px 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home8 .inner-block {
        padding: 40px 15px;
    }
}

.testimonial-block-home8 .inner-block:before {
    background-image: url("../images/icons/shape-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.testimonial-block-home8 .inner-block:hover .info-box .thumb {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-home8 .test-logo {
    margin-bottom: 32px;
}

.testimonial-block-home8 .title {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.testimonial-block-home8 .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-block-home8 .content-box {
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    margin-bottom: 45px;
    padding-bottom: 53px;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-block-home8 .content-box {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.testimonial-block-home8 .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .testimonial-block-home8 .bottom-box {
        display: block;
    }
}

.testimonial-block-home8 .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 0;
}

.testimonial-block-home8 .review i {
    color: var(--theme-color1);
}

.testimonial-block-home8 .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 991.98px) {
    .testimonial-block-home8 .info-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home8 .info-box {
        display: block;
        margin-bottom: 0;
    }
}

.testimonial-block-home8 .info-box .thumb {
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0 14px 0 0;
    overflow: hidden;
    text-align: center;
    width: 50px;
    position: relative;
    top: -3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home8 .info-box .thumb img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

@media (max-width: 575.98px) {
    .testimonial-block-home8 .info-box .thumb {
        display: inline-block;
        left: 0;
        margin-bottom: 0px;
        position: relative;
        top: 0;
    }
}

.testimonial-block-home8 .info-box .name {
    color: var(--theme-color-white);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    text-transform: capitalize;
}

.testimonial-block-home8 .info-box .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    line-height: 1.1;
}

/***

==================================================================
    Testimonial Section
==================================================================

***/
.testimonial-section-layout9 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testimonial-block-home9 .inner-block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    padding: 59px 79px 53px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .testimonial-block-home9 .inner-block {
        padding: 39px 30px 39px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home9 .inner-block {
        padding: 39px 15px 39px;
    }
}

.testimonial-block-home9 .inner-block:hover .author-box .thumb .icon-box img,
.testimonial-block-home9 .inner-block:hover .author-box .thumb .icon-box i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.testimonial-block-home9 .inner-block:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(99.19%, rgba(10, 21, 123, 0.2)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(10, 21, 123, 0.2) 99.19%);
    border-radius: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home9 .inner-block .author-box {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .testimonial-block-home9 .inner-block .author-box {
        margin-bottom: 30px;
    }
}

.testimonial-block-home9 .inner-block .author-box .thumb {
    background-color: rgba(var(--theme-color-white-rgb), 0.08);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
}

.testimonial-block-home9 .inner-block .author-box .thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block-home9 .inner-block .author-box .thumb .icon-box {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 28px;
    height: 100%;
    line-height: 80px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: calc(100% - 13px);
    top: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home9 .inner-block .author-box .thumb .icon-box img,
.testimonial-block-home9 .inner-block .author-box .thumb .icon-box i {
    height: auto;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home9 .inner-block .info-box {
    margin-bottom: 18px;
    margin: 0 auto;
}

.testimonial-block-home9 .inner-block .info-box .name {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-home9 .inner-block .info-box .designation {
    color: var(--theme-color-white);
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-block-home9 .inner-block .testi-text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    margin-bottom: 45px;
    max-width: 755px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 44px;
}

@media (max-width: 767.98px) {
    .testimonial-block-home9 .inner-block .testi-text {
        font-size: 18px;
        line-height: 26px;
    }
}

.testimonial-block-home9 .inner-block .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-block-home9 .inner-block .author-info .name {
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home9 .inner-block .author-info .designation {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-home9 .inner-block .author-info .stars {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: var(--theme-color1);
}

.testimonial-block-home9 .inner-block .author-info .stars i {
    color: #070c0f;
}

.testimonial-block-home9 .inner-block .partner-image {
    position: absolute;
    right: 79px;
    top: 81px;
}

@media (max-width: 991.98px) {
    .testimonial-block-home9 .inner-block .partner-image {
        top: 60px;
        right: 40px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-home9 .inner-block .partner-image {
        position: relative;
        top: 0;
        right: auto;
        margin-top: 40px;
    }
}

.testimonial-block-helpdesk {
    padding: 40px;
    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-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    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;
    height: 100%;
}

@media (max-width: 575.98px) {
    .testimonial-block-helpdesk {
        padding: 30px;
    }
}

.testimonial-block-helpdesk .top-part .title {
    color: var(--theme-color1);
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    letter-spacing: -3px;
}

.testimonial-block-helpdesk .top-part .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.testimonial-block-helpdesk .bottom-part .arry-btns {
    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;
    color: var(--theme-color-white);
    font-weight: normal;
}

.testimonial-block-helpdesk .bottom-part .arry-btns button {
    background: rgba(255, 255, 255, 0.102);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.testimonial-block-helpdesk .bottom-part .arry-btns button:hover {
    background: var(--theme-color1);
    color: var(--body-bg);
}

.testimonial-block-helpdesk .bottom-part .arry-btns.have-border {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

/***

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

@media (max-width: 991.98px) {
    .process-section-two {
        padding: 60px 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(--text-color-theme-color1);
}

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

.process-block-two .inner-block .content .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    max-width: 530px;
}

/***

====================================================================
Process Section
====================================================================

***/
.process-section-three {
    overflow: hidden;
}

.process-section-three .outer-box {
    background-image: url(../images/icons/shape-7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 30px;
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 12px;
}

@media (max-width: 1439.98px) {
    .process-section-three .outer-box {
        margin: 0 12px;
    }
}

@media (max-width: 1199.98px) {
    .process-section-three .outer-box {
        padding: 120px 12px 95px;
    }
}

@media (max-width: 991.98px) {
    .process-section-three .outer-box {
        padding: 60px 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 .step {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--text-color-theme-color1);
    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 {
    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: 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 .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: 600px;
}

/***

====================================================================
Process Section Marketing
====================================================================

***/
.process-section-marketing {
    overflow: hidden;
}

.process-section-marketing .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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.process-section-marketing .content-column .inner-column .image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.process-section-marketing .content-column .inner-column .image img {
    width: 100%;
}

.process-section-marketing .content-column .inner-column .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.process-section-marketing .content-column .inner-column .image .play-button .play-now {
    color: var(--body-bg);
    font-size: 20px;
}

.process-section-marketing .content-column .inner-column .image .play-button .play-now .ripple {
    z-index: -1;
}

.process-section-marketing .content-column .inner-column .image .play-button .play-now .ripple::before {
    background-color: var(--theme-color1);
}

/***

====================================================================
Process Section Payment
====================================================================

***/
.process-section-payment {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.process-section-payment .sec-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.process-section-payment .sec-shape {
    position: absolute;
    top: -220px;
    left: 300px;
    z-index: -1;
}

.process-section-payment .accordion-arrow-icon .accordion-box .block {
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    border-top: none;
}

.process-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
}

.process-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn .image-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

.process-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.process-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content {
    padding-left: 0;
    padding-right: 0;
}

.process-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content .text {
    color: var(--text-color);
    max-width: 670px;
}

.process-block-payment {
    position: relative;
    z-index: 1;
}

.process-block-payment .image-box {
    height: 425px;
    background: radial-gradient(88.98% 147.73% at 4.75% -21.98%, #0d0d0d 74.87%, #10240a 100%);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 160px;
}

@media (max-width: 575.98px) {
    .process-block-payment .image-box {
        display: none;
    }
}

.process-block-payment .image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    max-width: 388px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .process-block-payment .image {
        position: unset;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
    }
}

.process-block-payment .content {
    padding: 70px 40px;
    background-color: var(--theme-color1);
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-box-shadow: 0px -20px 42px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px -20px 42px 0px rgba(0, 0, 0, 0.2509803922);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media (max-width: 575.98px) {
    .process-block-payment .content {
        padding: 30px 20px;
    }
}

.process-block-payment .content .item-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.process-block-payment .content .item-shape img {
    width: 100%;
}

.process-block-payment .content .item-star {
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .process-block-payment .content .item-star {
        display: none;
    }
}

.process-block-payment .content .title {
    font-size: 30px;
    line-height: 40px;
    color: var(--body-bg);
    margin-bottom: 0;
}

/***

====================================================================
Process Section CRM
====================================================================

***/
.process-section-crm {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.process-section-crm .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50px;
    background: var(--body-bg);
    padding-top: 120px;
}

@media (max-width: 991.98px) {
    .process-section-crm .outer-container {
        padding-top: 60px;
    }
}

@media (max-width: 1439.98px) {
    .process-section-crm .outer-container {
        margin: 0 12px;
    }
}

.process-section-crm .outer-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.process-section-crm .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.process-section-crm .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.process-section-crm .left-column .inner-column {
    padding: 60px;
    padding-bottom: 120px;
    border-radius: 40px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--body-bg);
}

.process-section-crm .left-column .inner-column .head img {
    max-width: 160px;
}

.process-section-crm .left-column .inner-column .head .title {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 28px;
}

.process-section-crm .left-column .inner-column .item-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    text-align: right;
}

@media (max-width: 575.98px) {
    .process-section-crm .left-column .inner-column {
        padding: 30px 20px;
    }
}

.process-section-crm .right-column .inner-column {
    height: 920px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (max-width: 1199.98px) {
    .process-section-crm .right-column .inner-column {
        height: 100%;
    }
}

.process-section-crm .right-column .inner-column {
    padding-bottom: 60px;
}

.process-list-crm {
    padding-left: 20px;
}

.process-list-crm li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.process-list-crm li::before {
    position: absolute;
    content: "";
    top: 30px;
    left: -9px;
    width: 6px;
    background: #11100f;
    height: 100%;
    z-index: -1;
}

.process-list-crm li .icon {
    position: relative;
    z-index: 1;
}

.process-list-crm li .icon img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.process-list-crm li .icon::before {
    position: absolute;
    top: 4px;
    left: -16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--theme-color-white);
    content: "";
}

.process-list-crm li a {
    font-size: 20px;
    color: var(--theme-color-white);
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    padding: 12px 20px;
    display: inline-block;
    text-transform: capitalize;
}

.process-list-crm li:not(:last-child) {
    padding-bottom: 80px;
}

@media (max-width: 575.98px) {
    .process-list-crm li:not(:last-child) {
        padding-bottom: 40px;
    }
}

.process-list-crm li.active::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#e55218), color-stop(94.33%, #090401));
    background: linear-gradient(180deg, #e55218 0%, #090401 94.33%);
}

.process-list-crm li.active .icon img {
    opacity: 1;
}

.process-list-crm li.active .icon::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.61%, #e55218), to(#ff8a5c));
    background: linear-gradient(180deg, #e55218 28.61%, #ff8a5c 100%);
}

.process-block-crm {
    padding: 50px;
    background-color: var(--body-bg);
    border-radius: 40px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.process-block-crm .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 30px;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(92%, rgba(9, 4, 1, 0.51)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(9, 4, 1, 0.51) 92%);
    border-radius: 10px;
}

.process-block-crm .head .title {
    margin-bottom: 0;
}

.process-block-crm .head span {
    font-size: 50px;
    line-height: 50px;
    color: var(--theme-color-white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.process-block-crm .content {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.process-block-crm .content .text {
    margin-bottom: 0;
}

.process-block-crm .item-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.process-block-crm.active-block .head {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.61%, #ff6225), to(rgba(255, 138, 92, 0)));
    background: linear-gradient(90deg, #ff6225 28.61%, rgba(255, 138, 92, 0) 100%);
}

.process-block-crm.active-block .head span {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .process-block-crm {
        padding: 30px 20px;
    }

    .process-block-crm .head {
        padding: 5px 20px;
    }

    .process-block-crm .head span {
        font-size: 36px;
        line-height: 40px;
    }
}

/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.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;
    border: 1px solid rgba(255, 255, 255, 0.102);
    overflow: hidden;
}

@media (max-width: 1439.98px) {
    .team-section .outer-box {
        margin: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .team-section .outer-box {
        padding: 60px 0;
    }
}

.team-section .carousel-wrp {
    position: relative;
    z-index: 1;
}

.team-section .carousel-wrp .arry-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--theme-color-white);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #1b1c2d;
}

.team-section .carousel-wrp .arry-btn:hover {
    color: var(--body-bg);
    background-color: var(--theme-color1);
}

.team-section .carousel-wrp .arry-btn.team-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
    z-index: 1;
}

.team-section .carousel-wrp .arry-btn.team-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
    z-index: 1;
}

@media (max-width: 1439.98px) {
    .team-section .carousel-wrp .arry-btn.team-button-prev {
        left: 5px;
    }

    .team-section .carousel-wrp .arry-btn.team-button-next {
        right: 5px;
    }
}

.team-section .team-carousel {
    padding-bottom: 40px !important;
}

.team-section .team-carousel .swiper-scrollbar {
    max-width: 650px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    background-color: #1b1c2d;
    border-radius: 50px;
}

.team-section .team-carousel .swiper-scrollbar .swiper-scrollbar-drag {
    background: -webkit-gradient(linear, left top, right top, from(#4a37c4), to(#1dc8cf));
    background: linear-gradient(90deg, #4a37c4 0%, #1dc8cf 100%);
    border-radius: 50px;
}

.team-block {
    position: relative;
    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: "";
    -webkit-filter: blur(75px);
    filter: blur(75px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    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(--text-color-theme-color1);
}

/***

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

/***

====================================================================
  Team Section HOme Layout 5 Ai
====================================================================

***/
.team-section-ai {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-section-ai .outer-container {
    max-width: 1620px;
    margin: 0 auto;
    padding: 120px 12px;
    border: 2px solid rgba(255, 255, 255, 0.102);
    border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .team-section-ai .outer-container {
        margin: 0 12px;
        padding: 60px 0;
    }
}

.team-section-ai .outer-container .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.team-section-ai .outer-container .sec-shape img {
    width: 100%;
    height: 100%;
}

.team-block-ai {
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 40px;
    overflow: hidden;
}

.team-block-ai .inner-box {
    background: var(--gradient-1);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-ai .inner-box:hover .content-box {
    background: var(--gradient-3);
}

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

.team-block-ai .inner-box:hover .image-box .team-socials {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    visibility: visible;
    z-index: 1;
}

.team-block-ai .inner-box .image-box {
    position: relative;
    z-index: 1;
}

.team-block-ai .inner-box .image-box .image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-block-ai .inner-box .image-box .image img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-ai .inner-box .image-box .image .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.team-block-ai .inner-box .image-box .image .shape img {
    width: 100%;
}

.team-block-ai .inner-box .image-box .team-socials {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 9;
}

.team-block-ai .inner-box .image-box .team-socials a {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(33.9px);
    border-radius: 50px;
    color: var(--theme-color-white);
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.team-block-ai .inner-box .image-box .team-socials a:hover {
    background-color: var(--theme-color1);
    color: var(--text-color-theme-color1);
}

.team-block-ai .inner-box .content-box {
    background: var(--gradient-1);
    margin-top: -30px;
    padding: 60px 40px 30px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-ai .inner-box .content-box .title {
    color: var(--theme-color-white);
    margin-bottom: 2px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-ai .inner-box .content-box .title:hover {
    color: var(--theme-color-white);
}

.team-block-ai .inner-box .content-box .designation {
    color: rgba(var(--theme-color-white-rgb), 0.76);
    font-weight: 600;
}

/***

====================================================================
  Team Section Marketing
====================================================================

***/
.team-section-marketing {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-section-marketing .outer-box {
    position: relative;
    z-index: 1;
}

.team-section-marketing .sec-shape {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}

.team-section-marketing .sec-shape img {
    width: 100%;
}

.team-section-marketing .sec-shape {
    z-index: -1;
}

.team-section-marketing .sec-star {
    position: absolute;
    top: 130px;
    right: 250px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .team-section-marketing .sec-star {
        display: none;
    }
}

.team-section-marketing .team-block .inner-block .content .team-socials {
    border: none;
}

.team-section-marketing .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%);
}

/***

====================================================================
  Team Section Helpdesk
====================================================================

***/
.team-section-helpdesk {
    overflow: hidden;
}

.team-section-helpdesk .content-column .inner-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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;
    height: 100%;
    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%);
    padding: 40px 50px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 30px;
}

@media (max-width: 575.98px) {
    .team-section-helpdesk .content-column .inner-column {
        padding: 30px 20px;
    }
}

.team-section-helpdesk .team-block .inner-block .content .team-socials a:hover {
    background-color: var(--theme-color5);
}

.team-section-helpdesk .team-block .inner-block .info-box {
    text-align: left;
}

.team-block-nine {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(159.24deg, #c50b3c -2.25%, #181c76 52.63%, #f0df21 130.93%);
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team-block-nine .btn-style-one {
    width: 100%;
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section,
.clients-section-crm,
.clients-section-helpdesk,
.clients-section-payment,
.clients-section-marketing {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 991.98px) {

    .clients-section,
    .clients-section-crm,
    .clients-section-helpdesk,
    .clients-section-payment,
    .clients-section-marketing {
        padding: 60px 0;
    }
}

.clients-section .client-title,
.clients-section-crm .client-title,
.clients-section-helpdesk .client-title,
.clients-section-payment .client-title,
.clients-section-marketing .client-title {
    color: var(--theme-color1);
    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;
    gap: 2px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
}

.clients-section .client-title img,
.clients-section-crm .client-title img,
.clients-section-helpdesk .client-title img,
.clients-section-payment .client-title img,
.clients-section-marketing .client-title img {
    position: relative;
    top: -4px;
}

@media (max-width: 991.98px) {

    .clients-section .client-title,
    .clients-section-crm .client-title,
    .clients-section-helpdesk .client-title,
    .clients-section-payment .client-title,
    .clients-section-marketing .client-title {
        margin-bottom: 30px;
    }
}

.clients-section .outer-box,
.clients-section-crm .outer-box,
.clients-section-helpdesk .outer-box,
.clients-section-payment .outer-box,
.clients-section-marketing .outer-box {
    position: relative;
}

.clients-section .outer-box:before,
.clients-section-crm .outer-box:before,
.clients-section-helpdesk .outer-box:before,
.clients-section-payment .outer-box:before,
.clients-section-marketing .outer-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 60px;
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #040b1d), to(rgba(4, 11, 29, 0)));
    background: linear-gradient(-270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
    width: 207px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 991.98px) {

    .clients-section .outer-box:before,
    .clients-section-crm .outer-box:before,
    .clients-section-helpdesk .outer-box:before,
    .clients-section-payment .outer-box:before,
    .clients-section-marketing .outer-box:before {
        display: none;
    }
}

.clients-section .outer-box:after,
.clients-section-crm .outer-box:after,
.clients-section-helpdesk .outer-box:after,
.clients-section-payment .outer-box:after,
.clients-section-marketing .outer-box:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 60px;
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #040b1d), to(rgba(4, 11, 29, 0)));
    background: linear-gradient(270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
    width: 207px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 991.98px) {

    .clients-section .outer-box:after,
    .clients-section-crm .outer-box:after,
    .clients-section-helpdesk .outer-box:after,
    .clients-section-payment .outer-box:after,
    .clients-section-marketing .outer-box:after {
        display: none;
    }
}

.clients-section .swiper-horizontal,
.clients-section-crm .swiper-horizontal,
.clients-section-helpdesk .swiper-horizontal,
.clients-section-payment .swiper-horizontal,
.clients-section-marketing .swiper-horizontal {
    padding: 0;
}

.client-block .inner-box:hover .image-box .image img:nth-child(1) {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.client-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.client-block .inner-box .image-box .image {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-block .inner-box .image-box .image img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 210px;
}

.client-block .inner-box .image-box .image img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.client-block .inner-box .image-box .image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/***

====================================================================
    Clients Section Marketing
====================================================================

***/
.clients-section-marketing .client-title {
    color: var(--theme-color5);
}

.clients-section-marketing .outer-box {
    position: relative;
}

.clients-section-marketing .outer-box:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #0b0b15), to(rgba(11, 11, 21, 0)));
    background: linear-gradient(-270deg, #0b0b15 28.33%, rgba(11, 11, 21, 0) 100%);
}

.clients-section-marketing .outer-box:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #0b0b15), to(rgba(11, 11, 21, 0)));
    background: linear-gradient(270deg, #0b0b15 28.33%, rgba(11, 11, 21, 0) 100%);
}

/***

====================================================================
    Clients Section Payment
====================================================================

***/
.clients-section-payment .outer-box {
    position: relative;
}

.clients-section-payment .outer-box:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #0d0d0d), to(rgba(13, 13, 13, 0)));
    background: linear-gradient(-270deg, #0d0d0d 28.33%, rgba(13, 13, 13, 0) 100%);
}

.clients-section-payment .outer-box:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #0d0d0d), to(rgba(13, 13, 13, 0)));
    background: linear-gradient(270deg, #0d0d0d 28.33%, rgba(13, 13, 13, 0) 100%);
}

/***

====================================================================
    Clients Section Helpdesk
====================================================================

***/
.clients-section-helpdesk .outer-box {
    position: relative;
}

.clients-section-helpdesk .outer-box:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #000002), to(rgba(11, 11, 21, 0)));
    background: linear-gradient(-270deg, #000002 28.33%, rgba(11, 11, 21, 0) 100%);
}

.clients-section-helpdesk .outer-box:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #000002), to(rgba(11, 11, 21, 0)));
    background: linear-gradient(270deg, #000002 28.33%, rgba(11, 11, 21, 0) 100%);
}

/***

====================================================================
    Clients Section CRM
====================================================================

***/
.clients-section-crm .outer-box {
    position: relative;
}

.clients-section-crm .outer-box:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(28.33%, #090401), to(rgba(9, 4, 1, 0)));
    background: linear-gradient(-270deg, #090401 28.33%, rgba(9, 4, 1, 0) 100%);
}

.clients-section-crm .outer-box:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #090401), to(rgba(9, 4, 1, 0)));
    background: linear-gradient(270deg, #090401 28.33%, rgba(9, 4, 1, 0) 100%);
}

/*** 

====================================================================
    Subscribe Section
====================================================================

***/
.subscribe-section {
    position: relative;
    z-index: 1;
}

.subscribe-section .sec-light {
    max-width: 1155px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.subscribe-section .sec-light img {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .subscribe-section .sec-light {
        display: none;
    }
}

.subscribe-section .outer-box {
    padding: 120px 12px;
    overflow: hidden;
    max-width: 1620px;
    margin: 0 auto;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.102);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.38%, #040b1d), color-stop(115.39%, rgba(0, 51, 255, 0.05)));
    background: linear-gradient(180deg, #040b1d -11.38%, rgba(0, 51, 255, 0.05) 115.39%);
    position: relative;
    z-index: 1;
}

@media (max-width: 1439.98px) {
    .subscribe-section .outer-box {
        padding: 60px 12px;
        margin: 0 12px;
    }
}

.subscribe-section .outer-box .sec-object1 {
    position: absolute;
    left: 80px;
    bottom: 80px;
    z-index: -1;
}

@media (max-width: 1439.98px) {
    .subscribe-section .outer-box .sec-object1 {
        display: none;
    }
}

.subscribe-section .outer-box .sec-object2 {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1439.98px) {
    .subscribe-section .outer-box .sec-object2 {
        display: none;
    }
}

.subscribe-section .outer-box .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.subscribe-section .outer-box .sec-shape img {
    width: 100%;
    height: 100%;
}

.subscribe-section .input-fuild {
    max-width: 530px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.subscribe-section .input-fuild input {
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-30.49%, #040b1d), to(#1443ba));
    background: linear-gradient(270deg, #040b1d -30.49%, #1443ba 100%);
    background-repeat: no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.102);
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 14px;
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild input::-webkit-input-placeholder {
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild input::-moz-placeholder {
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild input:-ms-input-placeholder {
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild input::-ms-input-placeholder {
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild input::placeholder {
    color: var(--theme-color-white);
}

.subscribe-section .input-fuild .btn-style-five {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

@media (max-width: 767.98px) {
    .subscribe-section .input-fuild .btn-style-five {
        line-height: 40px;
    }
}

@media (max-width: 575.98px) {
    .subscribe-section .input-fuild .btn-style-five {
        min-width: 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .subscribe-section .input-fuild {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.subscribe-section .list {
    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-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.subscribe-section .list li {
    color: var(--theme-color-white);
}

/*** 

====================================================================
    Subscribe Section Payment
====================================================================

***/
.subscribe-section-payment {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-color: var(--theme-color1);
    border-radius: 40px;
}

.subscribe-section-payment .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.subscribe-section-payment .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.subscribe-section-payment .sec-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subscribe-section-payment .title {
    color: #070c0f;
    margin-bottom: 0;
}

.subscribe-section-payment .btn-style-one {
    background: linear-gradient(39.66deg, #222b1c -21.47%, #070c0f 55.5%) !important;
    color: var(--theme-color-white) !important;
}

@media (max-width: 991.98px) {
    .subscribe-section-payment {
        padding: 40px 0;
        text-align: center;
    }

    .subscribe-section-payment .outer-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/***

====================================================================
    Growth Section
====================================================================

***/
.growth-section,
.growth-section-payment {
    overflow: hidden;
}

.growth-section .outer-box,
.growth-section-payment .outer-box {
    padding-left: 40px;
    padding-top: 60px;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.3%, rgba(4, 11, 29, 0)), color-stop(42.13%, rgba(48, 85, 235, 0.35)), color-stop(98.84%, #b443ff));
    background: linear-gradient(90deg, rgba(4, 11, 29, 0) 17.3%, rgba(48, 85, 235, 0.35) 42.13%, #b443ff 98.84%);
    background-repeat: no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.102);
    position: relative;
    z-index: 1;
}

.growth-section .outer-box .sec-bg,
.growth-section-payment .outer-box .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767.98px) {

    .growth-section .outer-box,
    .growth-section-payment .outer-box {
        padding: 30px 20px;
        padding-bottom: 0;
    }
}

.growth-section .content-column .inner-column .sec-title-five .title,
.growth-section-payment .content-column .inner-column .sec-title-five .title {
    font-size: 30px;
    line-height: 40px;
}

.growth-section .content-column .inner-column,
.growth-section-payment .content-column .inner-column {
    margin-bottom: 60px;
}

.growth-section .content-column .inner-column .download-btn a,
.growth-section-payment .content-column .inner-column .download-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 200px;
}

.growth-section .content-column .inner-column .download-btn a.playstore-btn,
.growth-section-payment .content-column .inner-column .download-btn a.playstore-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.45%, #040b1d), to(#1443ba));
    background: linear-gradient(180deg, #040b1d 20.45%, #1443ba 100%);
}

.growth-section .image-column .inner-column .image,
.growth-section-payment .image-column .inner-column .image {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {

    .growth-section .arry img,
    .growth-section-payment .arry img {
        display: none;
    }
}

.growth-block {
    padding: 30px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.102);
}

.growth-block .icon {
    margin-bottom: 20px;
}

.growth-block .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.growth-block .text {
    margin: 0;
}

.growth-block.middle-block {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    margin: 12px 0;
}

/***

====================================================================
    Growth Section Payment
====================================================================

***/
.growth-section-payment .outer-container {
    padding-top: 120px;
    border: 1px solid rgba(255, 255, 255, 0.102);
    background: radial-gradient(88.98% 150.9% at 4.75% -22.46%, #0d0d0d 74.87%, #10240a 100%);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 1620px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .growth-section-payment .outer-container {
        padding: 60px 0;
    }
}

@media (max-width: 1439.98px) {
    .growth-section-payment .outer-container {
        margin: 0 12px;
    }
}

.growth-section-payment .outer-container .sec-image {
    position: absolute;
    bottom: 0;
    left: 49%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .growth-section-payment .outer-container .sec-image {
        display: none;
    }
}

.growth-section-payment .left-column .inner-column {
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .growth-section-payment .left-column .inner-column {
        padding-bottom: 20px;
    }
}

.growth-section-payment .right-column .inner-column {
    position: relative;
    z-index: 1;
    background-color: #0a2416;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.growth-section-payment .right-column .inner-column .btn-box {
    border: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 20px;
    background-color: var(--theme-color1);
    padding: 40px;
}

.growth-section-payment .right-column .inner-column .btn-box .btn-style-five {
    background: var(--body-bg) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.growth-section-payment .right-column .inner-column .image {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 386px;
}

.growth-section-payment .right-column .inner-column .image img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .growth-section-payment .right-column .inner-column .image {
        display: none;
    }
}

/***

====================================================================
    Growth Section Helpdesk
====================================================================

***/
.growth-section-helpdesk {
    overflow: hidden;
}

.growth-section-helpdesk .inner-container {
    position: relative;
    z-index: 1;
}

.growth-section-helpdesk .inner-container .sec-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.growth-section-helpdesk .inner-container .sec-shape img {
    width: 100%;
}

.growth-section-helpdesk .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1439.98px) {
    .growth-section-helpdesk .outer-box br {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .growth-section-helpdesk .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.growth-section-helpdesk .bottom-box .inner-box {
    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: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    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: 1px solid rgba(255, 255, 255, 0.102);
    border-radius: 64px;
    padding: 8px 15px;
    padding-left: 25px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .growth-section-helpdesk .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        border-radius: 5px;
        gap: 10px;
    }
}

.growth-section-helpdesk .bottom-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.growth-section-helpdesk .bottom-box .image-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.74px solid #091d1e;
    margin-left: -10px;
}

.growth-section-helpdesk .bottom-box .text-box {
    color: var(--theme-color-white);
    display: inline-block;
}

@media (max-width: 991.98px) {
    .growth-section-helpdesk .bottom-box .text-box {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .growth-section-helpdesk .bottom-box .text-box a {
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

.growth-block-helpdek {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.growth-block-helpdek .title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
}

.growth-block-helpdek .text {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.growth-block-helpdek.have-margin {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .growth-block-helpdek {
        width: 45%;
    }

    .growth-block-helpdek.have-margin {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .growth-block-helpdek .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .growth-block-helpdek .text {
        font-size: 14px;
        line-height: 26px;
    }
}

/***

====================================================================
    Integration Section
====================================================================

***/
.integration-section {
    position: relative;
    z-index: 1;
}

.integration-section .image {
    max-width: 1116px;
    margin: 0 auto;
}

.integration-section .image img {
    width: 100%;
}

.integration-section .sec-shadow {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .integration-section.integration-section-crm {
        padding: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .integration-section.integration-section-crm .sec-shadow {
        display: none;
    }
}

/***

====================================================================
    Integration Section Helpdesk
====================================================================

***/
.integration-section-helpdesk {
    overflow: hidden;
}

.integration-section-helpdesk .inner-container {
    position: relative;
    z-index: 1;
}

.integration-section-helpdesk .inner-container .sec-shadow {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.integration-section-helpdesk .content-column .inner-column {
    padding: 50px;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.102);
}

@media (max-width: 1199.98px) {
    .integration-section-helpdesk .content-column .inner-column {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .integration-section-helpdesk .content-column .inner-column {
        padding: 30px 20px;
    }
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-block {
    margin-bottom: 40px;
}

.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 {
    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 {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 3;
}

.blog-block .image-box .date strong {
    position: relative;
    display: block;
    width: 60px;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--text-font);
    padding: 8px 0 10px;
    line-height: 1;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
}

.blog-block .image-box .date strong span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
}

.blog-block .content-box {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.blog-block .content-box .title {
    margin-bottom: 22px;
}

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

/***
==================================================================
	Main Footer
==================================================================
***/
.main-footer,
.footer-payment,
.footer-helpdesk,
.footer-crm {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main-footer .about-widget,
.footer-payment .about-widget,
.footer-helpdesk .about-widget,
.footer-crm .about-widget {
    max-width: 350px;
}

.main-footer .about-widget .text,
.footer-payment .about-widget .text,
.footer-helpdesk .about-widget .text,
.footer-crm .about-widget .text {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: var(--theme-color-white);
    margin: 0;
    margin-top: 80px;
}

@media (max-width: 991.98px) {

    .main-footer .about-widget .text,
    .footer-payment .about-widget .text,
    .footer-helpdesk .about-widget .text,
    .footer-crm .about-widget .text {
        margin-top: 30px;
        font-size: 24px;
        line-height: 35px;
    }
}

.main-footer .sec-text,
.footer-payment .sec-text,
.footer-helpdesk .sec-text,
.footer-crm .sec-text {
    max-width: 1371px;
    margin: 0 auto;
}

.main-footer .sec-text img,
.footer-payment .sec-text img,
.footer-helpdesk .sec-text img,
.footer-crm .sec-text img {
    width: 100%;
}

.footer-middle {
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .footer-middle {
        padding-bottom: 60px;
    }
}

.footer-widget .widget-title {
    margin-bottom: 30px;
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .footer-widget .widget-title {
        margin-bottom: 10px;
    }
}

.footer-widget .widget-content .user-links {
    position: relative;
}

.footer-widget .widget-content .user-links li {
    color: rgba(var(--theme-color-white-rgb), 0.55);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin-bottom: 5px;
}

.footer-widget .widget-content .user-links li:last-child {
    margin-bottom: 0;
}

.footer-widget .widget-content .user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-widget .widget-content .user-links li a:hover {
    color: #ffffff;
}

.footer-widget .widget-content .user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: var(--theme-color-white);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-widget .widget-content .user-links li a:hover:before {
    width: 100%;
}

.footer-bottom .inner-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .footer-bottom .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.footer-bottom .copyright-text {
    color: var(--theme-color-white);
}

.footer-bottom .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .footer-bottom .social-link {
        gap: 5px;
    }
}

.footer-bottom .social-link li a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1019607843);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 30px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: var(--theme-color-white);
    padding: 7px 15px;
}

.footer-bottom .social-link li a:hover {
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .footer-bottom .social-link li a {
        padding: 4px 8px;
        font-size: 12px;
        gap: 2px;
    }
}

.footer-style-ai {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#040b1d), to(#0f3184));
    background: linear-gradient(180deg, #040b1d 0%, #0f3184 100%);
}

.footer-style-ai .sec-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer-style-ai .sec-shape img {
    width: 100%;
}

.footer-style-ai .sec-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.footer-style-ai .contact-widget .user-links li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-style-ai .contact-widget .user-links li a {
    color: var(--theme-color-white);
    font-size: 20px;
    line-height: 30px;
}

.footer-style-ai .contact-widget .user-links li a::before {
    display: none;
}

.footer-style-ai .contact-widget .user-links li a:hover {
    color: var(--theme-color1);
}

/***
==================================================================
	Footer Marketing
==================================================================
***/
.footer-marketing,
.footer-payment,
.footer-helpdesk,
.footer-crm {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-marketing .sec-shadow,
.footer-payment .sec-shadow,
.footer-helpdesk .sec-shadow,
.footer-crm .sec-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-marketing .sec-shadow img,
.footer-payment .sec-shadow img,
.footer-helpdesk .sec-shadow img,
.footer-crm .sec-shadow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-marketing .footer-widget .widget-title,
.footer-payment .footer-widget .widget-title,
.footer-helpdesk .footer-widget .widget-title,
.footer-crm .footer-widget .widget-title {
    color: var(--theme-color-white);
}

.footer-marketing .footer-widget.about-widget,
.footer-payment .footer-widget.about-widget,
.footer-helpdesk .footer-widget.about-widget,
.footer-crm .footer-widget.about-widget {
    max-width: 100%;
}

@media (max-width: 991.98px) {

    .footer-marketing .footer-widget.about-widget,
    .footer-payment .footer-widget.about-widget,
    .footer-helpdesk .footer-widget.about-widget,
    .footer-crm .footer-widget.about-widget {
        margin-bottom: 30px;
    }
}

.footer-marketing .footer-widget.about-widget .text,
.footer-payment .footer-widget.about-widget .text,
.footer-helpdesk .footer-widget.about-widget .text,
.footer-crm .footer-widget.about-widget .text {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {

    .footer-marketing .footer-widget.about-widget .text,
    .footer-payment .footer-widget.about-widget .text,
    .footer-helpdesk .footer-widget.about-widget .text,
    .footer-crm .footer-widget.about-widget .text {
        margin-top: 30px;
    }
}

.footer-marketing .footer-widget.about-widget .input-fuild,
.footer-payment .footer-widget.about-widget .input-fuild,
.footer-helpdesk .footer-widget.about-widget .input-fuild,
.footer-crm .footer-widget.about-widget .input-fuild {
    position: relative;
    z-index: 1;
}

.footer-marketing .footer-widget.about-widget .input-fuild input,
.footer-payment .footer-widget.about-widget .input-fuild input,
.footer-helpdesk .footer-widget.about-widget .input-fuild input,
.footer-crm .footer-widget.about-widget .input-fuild input {
    width: 100%;
    padding: 15px 30px;
    background-color: var(--theme-color2);
    border: 1.5px solid rgba(255, 255, 255, 0.102);
    border-radius: 100px;
    color: var(--theme-color-white);
}

.footer-marketing .footer-widget.about-widget .input-fuild button,
.footer-payment .footer-widget.about-widget .input-fuild button,
.footer-helpdesk .footer-widget.about-widget .input-fuild button,
.footer-crm .footer-widget.about-widget .input-fuild button {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.102);
    background-color: #2289FE;
    position: absolute;
    top: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 6px;
}

.footer-marketing .footer-widget.about-widget .input-fuild button:hover,
.footer-payment .footer-widget.about-widget .input-fuild button:hover,
.footer-helpdesk .footer-widget.about-widget .input-fuild button:hover,
.footer-crm .footer-widget.about-widget .input-fuild button:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-marketing .footer-widget.about-widget .input-fuild label,
.footer-payment .footer-widget.about-widget .input-fuild label,
.footer-helpdesk .footer-widget.about-widget .input-fuild label,
.footer-crm .footer-widget.about-widget .input-fuild label {
    color: var(--theme-color-white);
    margin-top: 10px;
}

.footer-marketing-right {
    background: radial-gradient(50% 353.62% at 50% 50%, rgba(11, 11, 21, 0) 81.99%, rgba(255, 255, 255, 0.17) 100%);
    padding: 70px 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

@media (max-width: 575.98px) {
    .footer-marketing-right {
        padding: 60px 30px;
    }
}

.footer-marketing .footer-bottom .inner-container,
.footer-payment .footer-bottom .inner-container,
.footer-helpdesk .footer-bottom .inner-container,
.footer-crm .footer-bottom .inner-container {
    background: radial-gradient(50% 353.62% at 50% 50%, rgba(11, 11, 21, 0) 81.99%, #6d46e2 100%);
    border: 1px solid rgba(255, 255, 255, 0.102);
    overflow: hidden;
    border-radius: 40px;
    padding: 40px 50px;
}

@media (max-width: 575.98px) {

    .footer-marketing .footer-bottom .inner-container,
    .footer-payment .footer-bottom .inner-container,
    .footer-helpdesk .footer-bottom .inner-container,
    .footer-crm .footer-bottom .inner-container {
        padding: 30px 12px;
    }
}

.footer-marketing .footer-bottom .copyright-link,
.footer-payment .footer-bottom .copyright-link,
.footer-helpdesk .footer-bottom .copyright-link,
.footer-crm .footer-bottom .copyright-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media (max-width: 991.98px) {

    .footer-marketing .footer-bottom .copyright-link,
    .footer-payment .footer-bottom .copyright-link,
    .footer-helpdesk .footer-bottom .copyright-link,
    .footer-crm .footer-bottom .copyright-link {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {

    .footer-marketing .footer-bottom .copyright-link,
    .footer-payment .footer-bottom .copyright-link,
    .footer-helpdesk .footer-bottom .copyright-link,
    .footer-crm .footer-bottom .copyright-link {
        gap: 10px;
    }
}

.footer-marketing .footer-bottom .copyright-link li a,
.footer-payment .footer-bottom .copyright-link li a,
.footer-helpdesk .footer-bottom .copyright-link li a,
.footer-crm .footer-bottom .copyright-link li a {
    color: var(--theme-color-white);
}

.footer-marketing .footer-bottom .copyright-link li a:hover,
.footer-payment .footer-bottom .copyright-link li a:hover,
.footer-helpdesk .footer-bottom .copyright-link li a:hover,
.footer-crm .footer-bottom .copyright-link li a:hover {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {

    .footer-marketing .footer-bottom .copyright-link li a,
    .footer-payment .footer-bottom .copyright-link li a,
    .footer-helpdesk .footer-bottom .copyright-link li a,
    .footer-crm .footer-bottom .copyright-link li a {
        font-size: 14px;
    }
}

/***
==================================================================
	Footer Payment
==================================================================
***/
.footer-payment,
.footer-helpdesk,
.footer-crm {
    padding: 120px 0;
    background: radial-gradient(88.98% 180.92% at 4.75% -26.92%, #0d0d0d 74.87%, #10240a 100%);
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

@media (max-width: 991.98px) {

    .footer-payment,
    .footer-helpdesk,
    .footer-crm {
        padding: 60px 0;
    }
}

.footer-payment .footer-middle,
.footer-helpdesk .footer-middle,
.footer-crm .footer-middle {
    padding-bottom: 70px;
}

@media (max-width: 991.98px) {

    .footer-payment .footer-middle,
    .footer-helpdesk .footer-middle,
    .footer-crm .footer-middle {
        padding-bottom: 50px;
    }
}

.footer-payment .footer-bottom .inner-container,
.footer-helpdesk .footer-bottom .inner-container,
.footer-crm .footer-bottom .inner-container {
    padding: 0;
    padding-top: 10px;
    border-radius: 0;
    background: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.footer-payment .footer-bottom .inner-container .social-link li a:hover,
.footer-helpdesk .footer-bottom .inner-container .social-link li a:hover,
.footer-crm .footer-bottom .inner-container .social-link li a:hover {
    color: var(--body-bg);
}

/***
==================================================================
	Footer CRM
==================================================================
***/
.footer-crm {
    background: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 40px;
    z-index: 0;
}

.footer-crm .footer-middle {
    padding-bottom: 100px;
}

.footer-crm .outer-container {
    position: relative;
    z-index: 1;
    margin: 0 12px;
    padding: 120px 0;
    max-width: 1620px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.102);
}

@media (max-width: 991.98px) {
    .footer-crm .outer-container {
        padding: 60px 0;
    }
}

.footer-crm .outer-container .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-crm .outer-container .sec-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-crm .sec-title-eight .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-crm .sec-title-eight .btn-group .bg-white {
    color: #11100f;
}

.footer-crm .widgets-section {
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    padding-top: 50px;
}

.footer-crm .widgets-section .footer-widget.about-widget .input-fuild button {
    color: var(--theme-color-white);
}

/***

==================================================================
	 Footer Helpdesk
==================================================================

***/
.footer-helpdesk {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 30px;
    background: none;
}

.footer-helpdesk .footer-middle {
    padding-bottom: 70px;
}

@media (max-width: 991.98px) {
    .footer-helpdesk .footer-middle {
        padding-bottom: 30px;
    }
}

.footer-helpdesk .footer-middle .footer-widget.about-widget .input-fuild button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    padding: 0 25px;
    border-radius: 30px;
    top: 0;
    right: 0;
    height: 55px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.footer-helpdesk .footer-middle .footer-widget.about-widget .input-fuild label {
    margin-top: 20px;
}

.footer-helpdesk .footer-bottom .inner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-middle-helpdesk {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.footer-middle-helpdesk .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 630px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-middle-helpdesk .list-menu li a {
    color: var(--text-color);
}

.footer-middle-helpdesk .list-menu li a:hover {
    color: var(--theme-color1);
}

.footer-middle-helpdesk .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.footer-middle-helpdesk .social-link li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.102);
    color: var(--theme-color-white);
    border-radius: 50%;
}

.footer-middle-helpdesk .social-link li a:hover {
    color: #020628;
    background-color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .footer-middle-helpdesk {
        -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;
    }
}

@media (max-width: 991.98px) {
    .footer-middle-helpdesk {
        margin-top: 30px;
    }
}

/***

====================================================================
    Products details
====================================================================

***/
.product-details .bxslider .image-box {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
    position: relative;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__content .product-details__content-text1 {
    color: var(--theme-color-lighter2);
}

.product-details .product-info .product-details__content .product-details__content-text2 strong {
    color: var(--theme-color-lighter2);
}

.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: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: var(--review-color);
}

.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-color1);
    margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: var(--theme-color-lighter2);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    color: var(--theme-color-lighter2);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

.product-details .product-info .product-details__social .social-icon-one li a {
    color: var(--theme-color-lighter2);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 10px;
    height: 60px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 60px;
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color-white);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color1);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--theme-color-white);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: var(--theme-color1);
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    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;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details__quantity .quantity-box button:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-discription {
    position: relative;
    display: block;
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: var(--theme-color-lighter2);
}

.product-discription .product-description__text2 {
    color: var(--theme-color-lighter2);
}

.product-discription .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-discription .product-description__list ul {
    position: relative;
    display: block;
}

.product-discription .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    margin: 0;
    font-weight: 600;
    color: var(--theme-color-lighter2);
}

.product-discription .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    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: rgba(255, 255, 255, 0.17);
    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: var(--theme-color-gray);
    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-color1);
    color: var(--theme-color-white);
}

.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: rgba(var(--theme-color-white-rgb), 0.1);
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .form-control,
.product-discription .comment-box .input-text {
    color: var(--theme-color-lighter2);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-color: rgba(255, 255, 255, 0.17);
}

.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 .comment-box input::-webkit-input-placeholder,
.product-discription .comment-box textarea::-webkit-input-placeholder {
    color: var(--text-color);
}

.product-discription .comment-box input::-moz-placeholder,
.product-discription .comment-box textarea::-moz-placeholder {
    color: var(--text-color);
}

.product-discription .comment-box input:-ms-input-placeholder,
.product-discription .comment-box textarea:-ms-input-placeholder {
    color: var(--text-color);
}

.product-discription .comment-box input::-ms-input-placeholder,
.product-discription .comment-box textarea::-ms-input-placeholder {
    color: var(--text-color);
}

.product-discription .comment-box input::placeholder,
.product-discription .comment-box textarea::placeholder {
    color: var(--text-color);
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }

    .product-details__title span {
        margin-left: 0;
        display: block;
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}

/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

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

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2,
.products-section .sec-title-five h2,
.products-section .sec-title-six h2,
.products-section .sec-title-seven h2,
.products-section .sec-title-eight h2,
.products-section .sec-title-nine h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn,
.products-section .sec-title-five .theme-btn,
.products-section .sec-title-six .theme-btn,
.products-section .sec-title-seven .theme-btn,
.products-section .sec-title-eight .theme-btn,
.products-section .sec-title-nine .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,
.products-box .sec-title-five,
.products-box .sec-title-six,
.products-box .sec-title-seven,
.products-box .sec-title-eight,
.products-box .sec-title-nine {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color1);
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0px;
}

.product-block-two .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737;
}

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.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 12px 0;
    -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 {
    color: var(--theme-color1);
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ffc737;
    -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 rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 2px solid var(--theme-color1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color1);
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-lighter2);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    cursor: pointer;
    border-radius: 50px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
.table {
    border-color: rgba(255, 255, 255, 0.17);
}

.table > :not(caption) > * > * {
    color: var(--theme-color-lighter2);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-color: rgba(255, 255, 255, 0.17);
}

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 rgba(255, 255, 255, 0.17);
    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: 20px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    background-color: var(--theme-color1);
    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: var(--theme-color-lighter2);
}

.cart-form .form-control {
    background-color: var(--theme-color2);
    border-color: rgba(255, 255, 255, 0.17);
}

.cart-form .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.cart-form .form-control::-moz-placeholder {
    color: var(--text-color);
}

.cart-form .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.cart-form .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.cart-form .form-control::placeholder {
    color: var(--text-color);
}

.cart-form .form-control {
    color: var(--text-color);
}

.page-cart .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.page-cart .form-control::-moz-placeholder {
    color: var(--text-color);
}

.page-cart .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.page-cart .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.page-cart .form-control::placeholder {
    color: var(--text-color);
}

.section-content form .form-control,
.section-content form .input-text {
    color: var(--theme-color-lighter2);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-color: rgba(255, 255, 255, 0.17);
}

.payment-method .accordion-box .block {
    background: rgba(var(--theme-color-white-rgb), 0.1);
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block {
    -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;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    font-size: 28px;
    color: #fff;
}

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

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

#checkout-form label {
    margin-bottom: 10px;
}

#checkout-form .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

#checkout-form .form-control::-moz-placeholder {
    color: var(--text-color);
}

#checkout-form .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

#checkout-form .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

#checkout-form .form-control::placeholder {
    color: var(--text-color);
}

#checkout-form textarea {
    height: auto;
    color: var(--text-color);
}

.shop-sidebar {
    position: relative;
    display: block;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 5px;
    color: var(--theme-color-white);
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-webkit-input-placeholder {
    color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-moz-placeholder {
    color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]:-ms-input-placeholder {
    color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-ms-input-placeholder {
    color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::placeholder {
    color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]:focus {
    border-color: var(--theme-color1);
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    padding: 35px 30px 37px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
    color: var(--theme-color-lighter);
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    color: var(--theme-color-lighter2);
    font-weight: 400;
    padding-left: 20px;
}

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

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color1);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-lighter2);
    margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--theme-color-white);
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.range-slider {
    position: relative;
}

.range-slider .title {
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -19px;
    color: var(--theme-color-lighter2);
    font-size: 18px;
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: var(--theme-color-lighter2);
    margin-right: 10px !important;
}

.range-slider .input {
    color: var(--theme-color-lighter2);
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: var(--theme-color-lighter2);
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background-color: #d0d4dd;
    border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-light);
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-light);
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider input[type=submit] {
    position: relative;
    display: block;
    background: var(--theme-color1);
    color: var(--theme-color-black);
    float: right;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}

/*** 

====================================================================
Page Title
====================================================================

***/
.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0;
}

.page-title:before {
    background: #131313;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

@media (max-width: 575.98px) {
    .page-title .title {
        font-size: 50px;
        line-height: 60px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-title .image-curve {
    background-image: url(../images/main-slider/slide-shape-bottom.png);
    position: absolute;
    width: 100%;
    height: 69px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.page-title .large-title {
    color: rgba(255, 255, 255, 0.1);
    bottom: -50px;
    font-size: 216px;
    line-height: normal;
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 700;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .page-title .large-title {
        bottom: -30px;
        font-size: 150px;
    }
}

@media (max-width: 767.98px) {
    .page-title .large-title {
        display: none;
    }
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: var(--theme-color-light);
    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-color-light);
}

.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: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

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

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgba(245, 245, 245, 0.06);
    font-size: 14px;
    color: #333;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 7px;
}

.error-page__inner .error-page__form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .error-page__form input[type=search]::-moz-placeholder {
    color: var(--text-color);
}

.error-page__inner .error-page__form input[type=search]:-ms-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .error-page__form input[type=search]::-ms-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .error-page__form input[type=search]::placeholder {
    color: var(--text-color);
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    outline: none;
    border: none;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .service-sidebar {
        max-width: 100%;
    }
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.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 .service-details-image {
    border-radius: 10px;
    overflow: hidden;
}

.services-details__content .image {
    margin: 30px 0;
}

.services-details__content .text {
    color: #8f8c94;
}

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

.services-details__content .accordion-box {
    padding: 50px 0px;
}

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

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li + li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: var(--theme-color-lighter2);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    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: var(--theme-color-gray);
    background-color: var(--theme-color-lighter2);
    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,
.sidebar-service-list li:hover a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i,
.sidebar-service-list li:hover a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color-gray);
    background-color: var(--theme-color1);
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}

.help-title {
    font-size: 38px;
    color: var(--theme-color-gray);
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: var(--theme-color-gray);
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: var(--theme-color-gray);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .project-details__img {
        height: 470px;
    }
}

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

@media (max-width: 575.98px) {
    .project-details__img {
        height: 250px;
    }
}

.project-details__img img {
    width: 100%;
    border-radius: 10px;
}

.project-details__content {
    position: relative;
    display: block;
}

.project-details__content .title {
    margin-top: 50px;
}

.project-details__content .text {
    color: #8f8c94;
}

@media (max-width: 1199.98px) {
    .project-details__content .project-title-big-title {
        font-size: 40px;
        line-height: 60px;
    }
}

.project-details__content .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-details__content .feature-list ul {
    max-width: 45%;
    width: 100%;
}

.project-details__content .feature-list ul li {
    color: #8f8c94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 10px;
}

.project-details__content .feature-list ul li .icon {
    color: var(--theme-color1);
}

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

.project-details__details-list {
    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;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

@media (max-width: 991.98px) {
    .project-details__details-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
    }
}

@media (max-width: 575.98px) {
    .project-details__details-list {
        gap: 0;
    }
}

.project-details__details-list li {
    position: relative;
    display: block;
    padding: 12px 0;
    max-width: 25%;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .project-details__details-list li {
        max-width: 45%;
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .project-details__details-list li {
        max-width: 100%;
    }
}

.project-details__details-list li:after {
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 88px;
    content: "";
    background-color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1199.98px) {
    .project-details__details-list li:after {
        display: none;
    }
}

.project-details__details-list li:last-child:after {
    display: none;
}

.project-details__client {
    font-size: 16px;
    color: var(--theme-color-lighter2);
    line-height: 24px;
    margin: 0;
}

.project-details__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--theme-color-white);
}

.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(--text-color-bg-theme-color1);
    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-color2);
    color: var(--text-color-bg-theme-color2);
    border: 2px solid var(--theme-color2);
}

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

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__content .blog-details__text-2 {
    color: var(--theme-color-lighter2);
}

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

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 700;
}

.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 rgba(255, 255, 255, 0.17);
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--theme-color-lighter2);
    font-size: 20px;
    margin-right: 14px;
    font-weight: 600;
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: 600;
    -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-color-gray);
    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;
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
    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-light);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a + a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-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: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-gray);
    color: var(--theme-color-white);
    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 {
    background-color: var(--theme-color1);
    color: var(--theme-color-gray);
}

/*** 

====================================================================
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: 10px;
    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-color-white);
    color: var(--theme-color9);
    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-color9);
    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-color9);
    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: var(--theme-color1);
    color: var(--theme-color-gray);
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0 10px 10px 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-color-lighter2);
    background-color: var(--theme-color-gray);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

.sidebar__post .sidebar__post-list li + li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 80px;
    -ms-flex: 80px 0 0px;
    flex: 80px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: var(--theme-color-lighter2);
    -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 h3 a:hover {
    color: var(--theme-color1);
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-color-lighter2);
    background-color: var(--theme-color-gray);
    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-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: var(--theme-color-lighter2);
    background-color: var(--theme-color-gray);
    border: 1px solid rgba(255, 255, 255, 0.17);
    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-color-lighter2);
    background-color: var(--theme-color-gray);
    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-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--theme-color-lighter2);
    background: var(--theme-color-gray);
    border: 1px solid rgba(255, 255, 255, 0.17);
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 10px;
}

.sidebar__tags-list a:hover {
    background: var(--theme-color1);
    color: var(--theme-color-light);
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-color-lighter2);
    background-color: var(--theme-color-gray);
    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-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--theme-color-gray);
    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: var(--theme-color-lighter2);
}

.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 rgba(255, 255, 255, 0.17);
    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-color-white);
    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: 0%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-form .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::-moz-placeholder {
    color: var(--text-color);
}

.comment-form .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::placeholder {
    color: var(--text-color);
}

.comment-form .form-control,
.comment-form .input-text {
    color: var(--theme-color-lighter2);
    background-color: var(--theme-color-gray);
    border-color: rgba(255, 255, 255, 0.17);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    background-color: var(--theme-color-gray);
}

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

@media (max-width: 1439.98px) {
    .team-details__top-left {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .team-details__top-left {
        margin-right: 40px;
    }
}

@media (max-width: 575.98px) {
    .team-details__top-left {
        margin-right: 0px;
    }
}

.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: 16px;
    line-height: 30px;
    color: var(--theme-color-white);
    letter-spacing: 0.35em;
    font-weight: 500;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - 30px);
    right: -185px;
    text-transform: uppercase;
    padding: 15px 30px 20px 30px;
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .team-details__big-text {
        position: relative;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 30px;
        left: 0;
        right: auto;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 100px;
}

@media (max-width: 1439.98px) {
    .team-details__top-right {
        margin-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .team-details__top-right {
        margin-left: 0px;
        margin-top: 50px;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color1);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}

.team-details__social a + a {
    margin-left: 10px;
}

.team-details__top-right .team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}

.team-details__top-right .team-details__top-name .text-theme-colored1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color1);
}

.team-details__top-right .team-details__text-1 {
    color: #8c8f94;
}

.team-details__top-right .team-details__text-2 {
    color: #8c8f94;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.team-details__top-right .info-outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.team-details__top-right .info-outer-box .team-details-contact .title {
    font-size: 18px;
    color: #eeeeee;
    font-weight: 600;
    margin-bottom: 0;
}

.team-details__top-right .info-outer-box .team-details-contact .text {
    font-size: 16px;
    color: #8c8f94;
}

.team-details__bottom {
    position: relative;
    display: block;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

@media (max-width: 1439.98px) {
    .team-details__bottom-left {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .team-details__bottom-left {
        margin-bottom: 40px;
    }
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    color: #8c8f94;
    margin-bottom: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media (max-width: 1439.98px) {
    .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: #121310;
    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-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: #8c8f94;
    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;
    margin-bottom: 40px;
}

.team-details__progress-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--theme-color-white);
    margin-bottom: 10px;
}

.team-details__bottom .form-control,
.team-details__bottom .input-text,
.team-details__bottom input[type=text],
.team-details__bottom input[type=email] {
    background-color: var(--theme-color2);
    border-color: rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.team-details__bottom .form-control:focus,
.team-details__bottom .input-text:focus,
.team-details__bottom input[type=text]:focus,
.team-details__bottom input[type=email]:focus {
    border-color: var(--theme-color1);
}

.team-details__bottom textarea {
    background-color: var(--theme-color2);
    border-color: rgba(255, 255, 255, 0.17);
    height: 95px;
}

.team-details__bottom button {
    width: 100%;
    border-radius: 10px;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details {
    padding: 120px 0px 90px;
}

.contact-details .form-control,
.contact-details .input-text {
    background-color: rgba(244, 245, 248, 0.06);
    border-color: rgba(244, 245, 248, 0.06);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact-details .form-control:focus,
.contact-details .input-text:focus {
    background-color: rgba(244, 245, 248, 0.06);
    border-color: rgba(244, 245, 248, 0.06);
}

.contact-details .btn-style-one {
    margin-right: 15px;
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

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

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--text-color-theme-color1);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-white);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li + li {
    margin-top: 19px;
}

.map {
    height: 450px;
}
