@charset "UTF-8";
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("gt-walsheim-pro.css");
@import url("fontawesome.css");
@import url("flaticon-finance.css");
@import url("flaticon-agencyo.css");
@import url("tm-bs-mp.css");
@import url("jquery-ui.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1: #0a192f;
    --theme-color2: #0e0e0e;
    /* --theme-color3: #f1f2eb; */
    --theme-color3: #92A00D;
    /* --theme-color1-rgb: 10, 25, 47; */
    /* --theme-color2-rgb: 14, 14, 14; */
    --theme-color1-rgb: 196, 210, 63;
    --theme-color2-rgb: 96, 110, 0;
    --theme-color3-rgb: 146, 160, 13;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    /* --theme-color3-text-color: #000; */
    --theme-color3-text-color: #FFFFFF;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f2f8f9;
    --theme-color-gray: #f6f6f6;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --text-color: #666666;
    --headings-color: var(--theme-color1);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color2);
    --body-font-family: "GT Walsheim Pro", sans-serif;
    --heading-font-family: "GT Walsheim Pro", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 26px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.3em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 75px;
    --h2-font-size: 48px;
    --h3-font-size: 38px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 500;
    --h5-font-weight: 700;
    --h6-font-weight: 600;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 1em;
    --small-font-size: 14px;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f1f3f3;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1320px;
    --small-container-width: 1050px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --gradient-1: linear-gradient(to right, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 100%);
}


/*
 * typography.scss
 * -----------------------------------------------
*/

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

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

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

::-webkit-input-placeholder {
    color: #62736f;
}

::-moz-input-placeholder {
    color: #62736f;
}

::-ms-input-placeholder {
    color: #62736f;
}

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

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


/* -------- Headings ---------- */

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

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: 0rem;
}

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

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

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

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

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

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


/* -------- Body Text ---------- */

table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

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


/* -------- other ---------- */

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

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

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

a img {
    border: none;
}

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

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

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

iframe {
    border: none !important;
}


/*
 * container.scss
 * -----------------------------------------------
*/

.container .container {
    width: 100%;
}

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

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

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


/*=== Default Form ===*/

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

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

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

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

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

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

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

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

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

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


/* -------- Dark Theme Styling ---------- */

.dark-layout {
    background-color: var(--theme-color-black) !important;
    --sec-title-color: var(--theme-color-white);
}

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

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

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

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

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

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

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


/***

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

***/

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


/***

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

***/

textarea {
    overflow: hidden;
    resize: none;
}

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

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

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

.title a {
    color: inherit;
}

.color1 {
    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: hidden;
    z-index: 99;
    background-color: var(--body-bg);
}

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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


/*=======================
Scroll To Top style
=======================*/

.scroll-to-top {
    position: relative;
    left: 10px;
    width: 146px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-color-white);
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    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-transform: uppercase;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .scroll-to-top {
        width: 100%;
        height: 100%;
        padding: 10px 0;
        border-radius: 0;
        left: 0;
    }
}

.scroll-to-top span {
    margin-left: 15px;
    font-size: 20px;
}

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


/*=== List Style One ===*/

.list-style-one {
    position: relative;
    padding: 17px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.list-style-one li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--theme-color-white);
    font-size: var(--sec-title-subtitle-font-size);
}

.list-style-one li::before {
    position: absolute;
    content: "";
    right: -32px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--theme-color-white);
}

.list-style-one li:last-child::before {
    display: none;
}

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

.list-style-one li i {
    position: relative;
    top: 0px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    color: var(--theme-color-white);
    font-size: var(--sec-title-subtitle-font-size);
}

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

.list-style-one li a:hover {
    opacity: 0.7;
}

.list-style-one.light li,
.list-style-one.light a,
.list-style-one.light i {
    color: var(--theme-color-white) !important;
}

.list-style-one.light a:hover {
    text-decoration: underline;
}


/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    line-height: 20px;
    margin-bottom: 19px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--theme-color-white);
}

.list-style-two li:last-child {
    margin-bottom: 0;
}

.list-style-two li i {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    color: var(--theme-color2);
    border-radius: 0px 50px 50px 50px;
    background-color: var(--theme-color1);
}

.list-style-two.light li,
.list-style-two.light i {
    color: var(--theme-color-white) !important;
}


/*=== List Style Three ===*/

.list-style-three {
    position: relative;
}

@media (max-width: 991.98px) {
    .list-style-three {
        margin-top: 0px;
    }
}

.list-style-three li {
    position: relative;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--theme-color-white);
}

.list-style-three li:last-child {
    margin-bottom: 0;
}

.list-style-three li i {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
    color: var(--theme-color1);
}

.list-style-three.light li,
.list-style-three.light i {
    color: var(--theme-color-white) !important;
}

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

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

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

.social-icon-one li {
    margin-left: 20px;
    display: inline-block;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    color: var(--theme-color-black);
    font-size: 16px;
    line-height: 1em;
}

.social-icon-one 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-right: 13px;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-white);
    background-color: #0d0a16;
    -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;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50px;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

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

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

.bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.play-btn {
    position: relative;
    display: inline-block;
}

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

.play-btn .icon {
    color: var(--theme-color2);
    font-size: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*======================
    Media Play Button
======================*/

.play-now {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 63px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--theme-color-white);
}

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

.play-now:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}

.play-now .icon {
    position: relative;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50% 50% 50% 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;
}

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

.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(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}


/*========================
  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(--bg-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-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    color: var(--theme-color-black);
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-right: 10px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.default-dots .owl-dots {
    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%;
}

.default-dots .owl-dots .owl-dot {
    height: 20px;
    width: 20px;
    border: 2px solid #3d0de5;
    background-color: transparent;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}

.default-dots .owl-dots .owl-dot.active {
    background-color: #270ad9;
    border-radius: 50%;
    border: 2px solid #270ad9;
}


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


/*==========================
	Prelaoder
===========================*/

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

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: var(--theme-color-black);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

.preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preloader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ba55d3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff00ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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


/*==========================
	Default Tabs
===========================*/

.default-tabs .tab-buttons {
    position: relative;
}

.default-tabs .tab-buttons li {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.default-tabs .tabs-content {
    position: relative;
}

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

.default-tabs .tab .image {
    position: relative;
    overflow: hidden;
}

.default-tabs .tab .image img {
    width: 100%;
}

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

.blockquote-style-one {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-black);
    padding: 13px 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--title-font);
    font-weight: 800;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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


/*================================
    Progress Bar
=================================*/

.skills {
    position: relative;
    margin-bottom: 25px;
}

.skills.style-two .skill-item .skill-bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
    height: 10px;
    background-color: transparent;
    border: 1px solid #e6e0fa;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid var(--theme-color2);
    background-color: var(--theme-color-white);
}

.skills.style-two .skill-item .skill-bar .bar-inner .skill-percentage {
    color: var(--theme-color2);
}

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

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

.skills .skill-item .skill-header {
    position: relative;
    z-index: 3;
    margin-bottom: 14px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color3);
}

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

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

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

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--theme-color3);
}


/*** 

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

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--theme-color-white);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-nav-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

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

.mobile-menu .close-btn {
    position: relative;
    top: 0px;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-black);
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    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: 50px;
}

.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-color: var(--theme-color-white);
    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(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.1);
}

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

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

.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: var(--theme-color-black);
    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(0, 0, 0, 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;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}

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

.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color-black);
    font-weight: 500;
    text-transform: uppercase;
}

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

.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color-black);
}

.contact-list-one li .text a {
    color: var(--theme-color-black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box {
    color: var(--theme-color-black);
}

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

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

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

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


/***

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

***/

.toggle-hidden-bar {
    position: relative;
}

.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-black);
    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: 20px 30px 15px;
    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;
}

.hidden-bar .text-box .title {
    color: var(--theme-color-white);
}

.hidden-bar .text-box .text {
    color: var(--theme-color-white);
}

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

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


/***

====================================================================
    Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    padding: 6px 0px 25px 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .accordion-box .block {
        padding: 0px 0px 20px 100px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box .block {
        padding-left: 0px;
    }
}

.accordion-box .block .number {
    position: absolute;
    left: 0px;
    top: 18px;
    font-size: 16px;
    line-height: 1em;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box .block .number {
        display: none;
    }
}

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

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 32px;
    font-size: 22px;
    font-weight: 500;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box .block .acc-btn {
        font-size: 16px;
        padding-right: 40px;
    }
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: -6px !important;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    font-size: var(--body-font-size);
    background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .accordion-box .block .acc-btn .icon-outer {
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box .block .acc-btn .icon-outer {
        right: 0px;
    }
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .accordion-box .block .acc-btn .icon-outer .icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

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

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

.accordion-box .block .acc-content .content .text {
    line-height: 28px;
    font-size: 16px;
    max-width: 355px;
    color: var(--text-color);
}

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

.accordion-box.style-two .block {
    padding-left: 0px;
}

.accordion-box.style-two .block .icon-outer .icon {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-box.style-two .block .acc-content .content .text {
    max-width: 530px;
}

.accordion-box.style-two .icon-outer {
    top: -8px !important;
}

@media (max-width: 767.98px) {
    .accordion-box.style-two .icon-outer {
        top: 0px !important;
    }
}

.accordion-box.style-three .block {
    border-radius: 10px;
    padding: 17px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-box.style-three .block .acc-content .content {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-box.style-three .block .acc-content .content .text {
    max-width: 580px;
}


/***

====================================================================
    Accordion Style Two
====================================================================

***/

.accordion-box_two {
    position: relative;
}

.accordion-box_two .block {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-box_two .block .accordion-inner {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
}

.accordion-box_two .block .number {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 120px;
    line-height: 1em;
    color: #f3f3f3;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .block .number {
        display: none;
    }
}

.accordion-box_two .block:last-child {
    margin-bottom: 0px;
}

.accordion-box_two .block .acc-btn {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    font-size: 48px;
    padding: 42px 45px 38px 180px;
    color: var(--theme-color1);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
    .accordion-box_two .block .acc-btn {
        font-size: 34px;
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .block .acc-btn {
        font-size: 20px;
        padding: 25px 45px 25px 15px;
    }
}

.accordion-box_two .block .acc-btn .icon-outer {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .block .acc-btn .icon-outer {
        right: 0px;
        top: 18px;
        font-size: 20px;
    }
}

.accordion-box_two .block .acc-btn .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: var(--main-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_two .block .acc-btn .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box_two .block .acc-btn .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box_two .block .acc-btn.active .icon-outer {
    color: var(--theme-color-white);
    color: var(--theme-color2);
}

.accordion-box_two .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box_two .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box_two .block .acc-btn.active {
    display: none;
}

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

.accordion-box_two .block .acc-content .content {
    position: relative;
    padding: 0px 40px 30px 35px;
}

.accordion-box_two .block .acc-content .content .text {
    color: #767676;
    line-height: 28px;
    font-size: var(--font-18);
}

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

.accordion-box_two .accordion-content {
    position: relative;
    display: none;
    padding: 40px 0px 40px;
    background-color: var(--theme-color1);
}

.accordion-box_two .accordion-content .accordion-shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right center;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .accordion-box_two .accordion-content .accordion-shadow {
        display: none;
    }
}

.accordion-box_two .accordion-content .content_inner {
    position: relative;
    padding-left: 180px;
    max-width: 1290px;
    margin: 0px auto 15px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .accordion-content .content_inner {
        padding-left: 0px;
    }
}

.accordion-box_two .accordion-content .content_inner .number_two {
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 80px;
    line-height: 1em;
    font-weight: 700;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .accordion-content .content_inner .number_two {
        position: relative;
        margin-bottom: 25px;
    }
}

.accordion-box_two .accordion-content .content_inner h2 {
    position: relative;
    font-weight: 700;
    font-size: 44px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_two .accordion-content .content_inner h2 {
        left: 15px;
        font-size: 30px;
        word-wrap: break-word;
    }
}

.prod-tabs {
    position: relative;
}

@media (max-width: 1399.98px) {
    .prod-tabs {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.prod-tabs .tab-btns {
    position: relative;
    margin-top: 320px;
}

@media (max-width: 1399.98px) {
    .prod-tabs .tab-btns {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1023px) {
    .prod-tabs .tab-btns {
        margin-top: 30px;
    }
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.prod-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 1199px) {
    .prod-tabs .tab-btns .tab-btn {
        margin-bottom: 10px;
    }
}

.prod-tabs .tab-btns .tab-btn:hover {
    color: var(--theme-color-white);
    border: 1px solid white;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--theme-color-white);
    border: 1px solid white;
}

.prod-tabs .tabs-content {
    position: relative;
    padding: 0px 0px 0px;
    margin-top: -50px;
}

@media only screen and (max-width: 1199px) {
    .prod-tabs .tabs-content {
        margin-top: 20px;
    }
}

.prod-tabs .tabs-content .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--theme-color-white);
}

.prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.prod-tabs .tabs-content .tab.active-tab {
    display: block;
}


/***

====================================================================
    Accordion Style Three
====================================================================

***/

.accordion-box_three {
    position: relative;
}

.accordion-box_three .block {
    position: relative;
    margin-bottom: 13px;
    padding: 10px 0px 22px 100px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_three .block {
        padding-left: 0px;
    }
}

.accordion-box_three .block:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 500%;
    height: 1px;
    opacity: 0.07;
    background-color: var(--theme-color1);
}

.accordion-box_three .block.active-block .number {
    color: var(--theme-color1);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.accordion-box_three .block .number {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 16px;
    line-height: 1em;
    padding: 7px 12px;
    border-radius: 50px;
    font-weight: 500;
    color: var(--text-color);
    text-transform: uppercase;
    background-color: #fffaf0;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_three .block .number {
        display: none;
    }
}

.accordion-box_three .block:last-child {
    margin-bottom: 0px;
}

.accordion-box_three .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 32px;
    font-size: 22px;
    font-weight: 500;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_three .block .acc-btn {
        font-size: 18px;
    }
}

.accordion-box_three .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: -8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    font-size: var(--body-font-size);
    background-color: var(--theme-color2);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_three .block .acc-btn .icon-outer {
        right: 0px;
    }
}

.accordion-box_three .block .acc-btn .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_three .block .acc-btn.active .icon-outer .icon-plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}

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

.accordion-box_three .block .acc-content .content {
    position: relative;
    padding: 20px 0px 0px 0px;
}

.accordion-box_three .block .acc-content .content .text {
    line-height: 28px;
    font-size: 16px;
    max-width: 355px;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .accordion-box_three .block .acc-content .content .text {
        max-width: 100%;
    }
}

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


/***

====================================================================
    Accordion Style Four
====================================================================

***/

.accordion-box_four {
    position: relative;
}

.accordion-box_four .block {
    position: relative;
    padding: 22px 0px 22px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.accordion-box_four .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 32px;
    font-size: 22px;
    font-weight: 400;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_four .block .acc-btn {
        font-size: 18px;
        padding-right: 45px;
    }
}

.accordion-box_four .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: -8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    font-size: var(--body-font-size);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_four .block .acc-btn .icon-outer {
        right: 0px;
    }
}

.accordion-box_four .block .acc-btn .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_four .block .acc-btn.active .icon-outer .icon-plus {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

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

.accordion-box_four .block .acc-content .content {
    position: relative;
    padding: 20px 0px 20px 0px;
}

.accordion-box_four .block .acc-content .content .text {
    line-height: 28px;
    font-size: 16px;
    max-width: 530px;
    margin-bottom: 30px;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .accordion-box_four .block .acc-content .content .text {
        max-width: 100%;
    }
    .accordion-box_four .block .acc-content .content .text br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .accordion-box_four .block .acc-content .content .column .text {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_four .block .acc-content .content .column .text {
        margin-top: 0px;
    }
}

.accordion-box_four .block .acc-content .content .image {
    position: relative;
}

@media (max-width: 767.98px) {
    .accordion-box_four .block .acc-content .content .image {
        margin-top: 35px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_four .block .acc-content .content .image {
        margin-bottom: 25px;
    }
}

.accordion-box_four .block .acc-content .content .image img {
    width: 100%;
    display: block;
}

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

.accordion-box_four .block .faq-four_list {
    position: relative;
}

.accordion-box_four .block .faq-four_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.accordion-box_four .block .faq-four_list li i {
    position: relative;
    margin-right: 7px;
}

.accordion-box_four .block .faq-four_list li:last-child {
    margin-bottom: 0px;
}

.accordion-box_four.style-two .block {
    padding: 23px 0px 23px 0px;
    color: var(--theme-color-white);
    border-color: rgba(255, 255, 255, 0.1);
}

.accordion-box_four.style-two .block .acc-btn {
    padding-right: 50px;
    color: var(--theme-color-white);
}

.accordion-box_four.style-two .block .acc-btn .icon-outer {
    color: var(--theme-color1);
    border: none;
    background-color: var(--theme-color-white);
}

.accordion-box_four.style-two .block .acc-btn.active .icon-outer .icon-plus {
    background-color: var(--theme-color4);
}

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

@media (max-width: 767.98px) {
    .accordion-box_four.style-two .block .acc-content .content .text br {
        display: none;
    }
}

.accordion-box_four.style-two .block .faq-four_list li {
    color: var(--theme-color-white);
}

.accordion-box_four.style-three .block .acc-btn .icon-outer {
    top: 0px;
    width: auto;
    height: auto;
    border: none;
    line-height: inherit;
}

.accordion-box_four.style-three .block .acc-btn .icon-outer .icon {
    width: auto;
    height: auto;
    border: none;
    line-height: inherit;
}

.accordion-box_four.style-three .block .acc-btn .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box_four.style-three .block.active-block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
    background: none;
}

.accordion-box_four.style-three .block.active-block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    background: none;
}


/***

====================================================================
    Accordion Style Five
====================================================================

***/

.accordion-box_five {
    position: relative;
}

.accordion-box_five .block {
    position: relative;
    padding: 26px 0px 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.accordion-box_five .block:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.accordion-box_five .block .acc-btn {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_five .block .acc-btn .title {
    position: relative;
    font-size: 16px;
    width: 200px;
    display: inline-block;
    color: var(--theme-color2);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_five .block .acc-btn .title {
        display: none;
    }
}

.accordion-box_five .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--text-color);
    font-size: var(--body-font-size);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_five .block .acc-btn.active .icon-outer .icon-plus {
    color: var(--theme-color2);
}

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

.accordion-box_five .block .acc-content .content {
    position: relative;
}

.accordion-box_five .block .acc-content .content .text {
    line-height: 28px;
    font-size: 16px;
    max-width: 530px;
    margin-bottom: 30px;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .accordion-box_five .block .acc-content .content .text {
        max-width: 100%;
    }
    .accordion-box_five .block .acc-content .content .text br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .accordion-box_five .block .acc-content .content .column .text {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .accordion-box_five .block .acc-content .content .column .text {
        margin-top: 0px;
    }
}

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

.accordion-box_five .block .faq-five_list {
    position: relative;
    margin-left: 50%;
    margin-top: -25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box_five .block .faq-five_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.accordion-box_five .block .faq-five_list li i {
    position: relative;
    margin-right: 7px;
}

.accordion-box_five .block .faq-five_list li:last-child {
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .accordion-box_five .block .faq-five_list {
        margin: 0px;
        margin-top: 35px;
    }
}


/* Buttons Effect */

.button-theme1 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.button-theme1 .left-arrow:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.button-theme1 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme1 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme1 .theme-btn:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme1 .right-arrow {
    position: relative;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme1 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme1 .right-arrow:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.button-theme1:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme1:hover .theme-btn {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.button-theme1:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme2 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.button-theme2 .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color2-text-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.button-theme2 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme2 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .button-theme2 .theme-btn {
        padding: 12px 28px;
    }
}

.button-theme2 .theme-btn:hover {
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
}

.button-theme2 .right-arrow {
    position: relative;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.button-theme2 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme2 .right-arrow:hover {
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
}

.button-theme2:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme2:hover .theme-btn {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
}

.button-theme2:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme3 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.button-theme3 .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color3-text-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color3);
}

.button-theme3 .left-arrow:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.button-theme3 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme3 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    color: var(--theme-color3-text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color3);
}

@media (max-width: 375.98px) {
    .button-theme3 .theme-btn {
        padding: 12px 30px;
    }
}

.button-theme3 .theme-btn:hover {
    color: var(--theme-color3-text-color);
    background-color: var(--theme-color3);
}

.button-theme3 .right-arrow {
    position: relative;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: var(--theme-color3-text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color3);
}

.button-theme3 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme3 .right-arrow:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.button-theme3:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme3:hover .theme-btn {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
}

.button-theme3:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme-white {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.button-theme-white .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color-black);
    background-color: var(--theme-color-white);
}

.button-theme-white .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-white .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 10px 4px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color-black);
    background-color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .button-theme-white .theme-btn {
        font-size: 14px;
        padding: 12px 14px;
    }
}

.button-theme-white .theme-btn:hover {
    color: var(--theme-color3-text-color);
    background-color: var(--theme-color3);
}

.button-theme-white .right-arrow {
    position: relative;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color-black);
    background-color: var(--theme-color-white);
}

.button-theme-white .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-white .right-arrow:hover {
    color: var(--theme-color3-text-color);
    background-color: var(--theme-color3);
}

.button-theme-white:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme-white:hover .theme-btn {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
}

.button-theme-white:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme-border1 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.button-theme-border1 .left-arrow:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme-border1 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border1 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--theme-color1);
}

.button-theme-border1 .theme-btn:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme-border1 .right-arrow {
    position: relative;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--theme-color1);
}

.button-theme-border1 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border1 .right-arrow:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme-border1:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme-border1:hover .theme-btn {
    -webkit-transform: translateX(52px);
    transform: translateX(52px);
}

.button-theme-border1:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme-border2 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-theme-border2 .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 53px;
    height: 53px;
    font-size: 18px;
    line-height: 51px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-theme-border2 .left-arrow:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme-border2 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border2 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-theme-border2 .theme-btn:hover {
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
}

.button-theme-border2 .right-arrow {
    position: relative;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-theme-border2 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border2 .right-arrow:hover {
    color: var(--theme-color2);
    background-color: var(--theme-color-white);
}

.button-theme-border2:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme-border2:hover .theme-btn {
    -webkit-transform: translateX(52px);
    transform: translateX(52px);
}

.button-theme-border2:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.button-theme-border3 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-theme-border3 .left-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 53px;
    height: 53px;
    font-size: 18px;
    line-height: 51px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: var(--text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.button-theme-border3 .left-arrow:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--theme-color3);
}

.button-theme-border3 .left-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border3 .theme-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 34px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.button-theme-border3 .theme-btn:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--theme-color3);
}

.button-theme-border3 .right-arrow {
    position: relative;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.button-theme-border3 .right-arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-theme-border3 .right-arrow:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--theme-color3);
}

.button-theme-border3:hover .left-arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-theme-border3:hover .theme-btn {
    -webkit-transform: translateX(52px);
    transform: translateX(52px);
}

.button-theme-border3:hover .right-arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
}

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

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

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

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

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

.bounce-z {
    -webkit-animation: fa-spin 70s infinite;
    animation: fa-spin 70s infinite;
}

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

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

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

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

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

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

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

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

.img-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-anim {
    position: relative;
}

.btn-anim:before {
    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;
}

.btn-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms 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;
}

@-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 rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
}

.funfact-circle,
.steps-one_circle,
.about-four .info-outer .circle span,
.funfact-section .funfact-options .circle span,
.award-section .sec-title_two .right-box .circle span,
.slider-two .outer-box .content-column .inner-column .circle span,
.banner-section .outer-box .content-column .inner-column .circle span {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

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

.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 shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}


/***

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

***/

.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.header-style-one .header-lower .main-box {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-header {
    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;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .top-left {
    position: relative;
}

.header-top .top-right {
    position: relative;
}

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

.header-top .useful-links li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 12px;
    color: #75767a;
    line-height: 20px;
}

.header-top .useful-links li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.header-top .useful-links li:first-child:before {
    display: none;
}

.header-top .useful-links li:before {
    position: absolute;
    left: -3px;
    top: 0;
    content: "/";
}

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

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

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
    position: relative;
    padding: 27px 0px;
}

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

.main-header .logo img {
    max-width: 4rem;
    height: auto;
}

.main-header .main-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-menu {
    position: relative;
}

@media (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
}

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

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

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

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 23px 0px;
    margin-right: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    &.active {
        background-color: var(--theme-color3);
        color: #fff;
        & a {
            color: var(--theme-color1);
            padding-right: 12px !important;
            padding-left: 12px !important;
        }
    }
}

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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    opacity: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    font-size: var(--h6-font-size);
    color: var(--theme-color-white);
    font-weight: var(--h4-font-weight);
}

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

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

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

.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: 220px;
    z-index: 100;
    background-color: #ffffff;
    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 {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 20px;
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    color: var(--theme-color-white) !important;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: var(--theme-color1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.main-menu .navigation>li>ul>li.dropdown>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -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>li>ul>li {
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 20px;
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: var(--theme-color1);
    color: var(--theme-color-white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.main-menu .navigation>li>ul>li>ul>li.dropdown>a {
    border: none;
}

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

.header-phone_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: var(--h6-font-size);
    color: var(--theme-color-white);
    text-decoration: none;
    gap: 15px;
}

.header-phone_box i {
    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;
    width: 46px;
    height: 46px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--theme-color-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.main-header .ui-btn {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 50px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.sidebar-nav {
    position: relative;
    width: 40px;
    height: 20px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .sidebar-nav {
        display: none;
    }
}

.info-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 10px;
}

.info-btn .icon {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    color: var(--theme-color1);
}

.info-btn .phone {
    position: relative;
    color: #2b2b5e;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -3%;
}

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

.header-search {
    position: relative;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.header-search .form-group input:not([type=submit]) {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 30px;
    color: var(--text-color);
    background: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid transparent;
}

.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type=submit])::-moz-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type=submit])::placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type=submit]):focus {
    border-bottom: 1px solid var(--theme-color-white);
}

.header-search .form-group .icon {
    position: absolute;
    top: 0px;
    left: 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: var(--theme-color-black);
    background: none;
}


/***

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

***/

.main-header {
    position: relative;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .main-header {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
    }
}

.main-header .auto-container {
    max-width: 1810px;
}

.main-header .header-top {
    overflow: hidden;
}

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

.main-header .header-top .inner-container .top-right {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-header .header-top .inner-container .top-right .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.main-header .header-top .inner-container .top-right .header-socials {
    position: relative;
    padding: 16px 0px;
    padding-left: 20px;
}

.main-header .header-top .inner-container .top-right .header-socials:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 27px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--theme-color1);
}

.main-header .header-top .inner-container .top-right .header-socials li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.main-header .header-top .inner-container .top-right .header-socials li a {
    position: relative;
    font-size: 16px;
    color: var(--theme-color1);
}

.main-header .header-top .inner-container .nav-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.main-header .header-top .inner-container .nav-list li {
    position: relative;
    font-size: var(--small-font-size);
}

.main-header .header-top .inner-container .nav-list a {
    position: relative;
    color: var(--theme-color3);
    font-weight: var(--h6-font-weight);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .inner-container .nav-list a:hover {
    color: var(--theme-color1);
}

.main-header .header-lower {
    position: relative;
}

.main-header .header-lower .logo-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-header .header-lower .logo-box .logo {
    position: relative;
}

.main-header .header-lower .nav-outer {
    position: relative;
    padding-left: 70px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-header .header-lower .nav-outer {
        padding-left: 0px;
    }
}

.main-header .header-lower .outer-box {
    position: relative;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-header .header-lower .outer-box {
        gap: 12px;
    }
}

.main-header .header-lower .outer-box .btn-box {
    position: relative;
    gap: 10px;
}

.main-header .header-lower .outer-box .btn-box .login-btn {
    position: relative;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    color: var(--theme-color2);
    text-transform: uppercase;
    font-size: var(--small-font-size);
    font-weight: var(--h1-font-weight);
    background-color: var(--theme-color4);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .outer-box .btn-box .login-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

@media (max-width: 620px) {
    .main-header .header-lower .outer-box .btn-box {
        display: none !important;
    }
}

.main-header .header-lower .outer-box .ui-btn-box {
    position: relative;
}

.main-header .header-lower .outer-box .cart-btn {
    position: relative;
    font-weight: var(--h4-font-weight);
    font-size: var(--h5-font-size);
    color: var(--theme-color2);
}


/***

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

***/

.header-style-two {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: none;
}

.header-style-two .auto-container {
    max-width: 1650px;
}

.header-style-two .header-lower {
    position: relative;
}

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

.header-style-two .header-lower .nav-outer {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.header-style-two.header-style-two .main-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


/***

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

***/

.header-style-three {
    background-color: #e6f6fa;
}

.header-style-three .header-top .inner-container .top-right .inner {
    gap: 25px;
}

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

.header-style-three .list-style-one li i {
    color: var(--theme-color1);
}

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

.header-style-three .list-style-one li::before {
    background-color: var(--theme-color1);
}

.header-style-three .header-lower .mobile-nav-toggler {
    color: var(--theme-color2);
}

.header-style-three .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-three .header-lower .main-box .nav-outer {
    width: auto;
    padding-left: 0px;
}

.header-style-three .header-lower .main-box .nav-outer .main-menu .navigation>li>a {
    font-size: 18px;
    color: var(--theme-color1);
}


/***

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

***/

.header-style-four {
    position: relative;
    background-color: var(--theme-color-white);
}

.header-style-four .header-lower .mobile-nav-toggler {
    color: var(--theme-color2);
}

.header-style-four .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header-style-four .header-lower .main-box .nav-outer {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.header-style-four .header-lower .main-box .nav-outer .main-menu .navigation>li>a {
    font-size: 18px;
    color: var(--theme-color1);
}


/***

====================================================================
  Header Style Five
====================================================================

***/

.header-style-five {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background: none;
}

.header-style-five .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-style-five .header-lower .main-box .nav-outer {
    width: auto;
    padding-left: 0px;
}


/***

====================================================================
  Header Style Six
====================================================================

***/

.header-style-six {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background: none;
}

.header-style-six .header-top {
    background-color: var(--theme-color3);
}

.header-style-six .header-top .list-style-one {
    padding: 14px 0px;
}

.header-style-six .header-top .list-style-one li {
    color: var(--theme-color1);
}

.header-style-six .header-top .list-style-one li i {
    color: var(--theme-color1);
}

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

.header-style-six .header-top .list-style-one li::before {
    background-color: var(--theme-color1);
}

.header-style-six .header-lower .mobile-nav-toggler {
    color: var(--theme-color2);
}

.header-style-six .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-style-six .header-lower .main-box .nav-outer {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.header-style-six .header-lower .main-box .nav-outer .main-menu .navigation>li>a {
    font-size: 18px;
    color: var(--theme-color1);
}

.header-style-six .header-lower .outer-box {
    gap: 40px;
}

@media (max-width: 991.98px) {
    .header-style-six .header-lower .outer-box {
        gap: 25px;
    }
}


/***

====================================================================
  Header Style Seven
====================================================================

***/

.header-style-seven {
    position: relative;
    background-color: var(--theme-color-white);
}

.header-style-seven .header-lower .main-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header-style-seven .header-lower .mobile-nav-toggler {
    top: 0px;
    font-size: 24px;
    display: block;
    color: var(--theme-color2);
}

.header-style-seven .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .header-style-seven .main-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.header-style-seven .main-box .nav-outer {
    width: auto;
    padding: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .header-style-seven .main-box .nav-outer {
        display: none;
    }
}

.header-style-seven .main-box .nav-outer .outer-box .email-box {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color2);
}

.header-style-seven .main-box .nav-outer .outer-box .email-box i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-weight: normal;
}

.header-style-seven .main-box .nav-outer .outer-box .email-box:hover {
    color: var(--theme-color1);
}

.header-style-seven .main-box .main-menu {
    display: none;
}


/* Header Search Box */

@media (max-width: 1399.98px) {
    .header-search-box {
        display: none;
    }
}

.header-search-box .form-group {
    position: relative;
    margin: 0px;
}

.header-search-box .form-group input[type=text],
.header-search-box .form-group input[type=search] {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    width: 220px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 50px 10px 25px;
    color: var(--text-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-search-box .form-group input::-webkit-input-placeholder,
.header-search-box .form-group textarea::-webkit-input-placeholder {
    color: var(--text-color);
}

.header-search-box .form-group input::-moz-placeholder,
.header-search-box .form-group textarea::-moz-placeholder {
    color: var(--text-color);
}

.header-search-box .form-group input:-ms-input-placeholder,
.header-search-box .form-group textarea:-ms-input-placeholder {
    color: var(--text-color);
}

.header-search-box .form-group input::-ms-input-placeholder,
.header-search-box .form-group textarea::-ms-input-placeholder {
    color: var(--text-color);
}

.header-search-box .form-group input::placeholder,
.header-search-box .form-group textarea::placeholder {
    color: var(--text-color);
}

.header-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    line-height: 56px;
    font-weight: normal;
    border-radius: 0px;
    color: var(--text-color);
    background: none;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* Language Dropdown */

.language-dropdown {
    position: relative;
    line-height: 1em;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .language-dropdown {
        display: none;
    }
}

.language-dropdown button {
    position: relative;
    background: none;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    padding: 0;
    border: none;
    cursor: pointer;
    color: var(--theme-color1);
    text-transform: capitalize;
}

.language-dropdown button:focus,
.language-dropdown button:hover {
    color: var(--theme-color2);
}

.language-dropdown button .flag {
    position: relative;
    margin-right: 5px;
}

.language-dropdown button:after {
    display: none;
}

.language-dropdown button .fa {
    font-size: 14px;
}

.language-dropdown button .flag-icon {
    position: relative;
    margin-right: 10px;
}

.language-dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 8px !important;
    border-top: 4px solid var(--color-two);
}

.language-dropdown .dropdown-menu li {
    position: relative;
    border: none !important;
}

.language-dropdown .dropdown-menu li:last-child a {
    border: none;
}

.language-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    padding: 16px 15px;
    text-transform: capitalize;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.language-dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}


/***

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

***/

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

@media (max-width: 991.98px) {
    .sticky-header {
        padding: 5px 0;
    }
}

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

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

@media (max-width: 1399.98px) {
    .sticky-header .logo {
        padding: 25px 0px;
    }
}

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

.sticky-header .nav-outer .mobile-nav-toggler {
    color: var(--theme-color1);
}

.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: 17px;
    padding: 10px 0;
    &.active {
        background-color: var(--theme-color3);
        color: #fff;
        & a {
            color: var(--theme-color1);
        }
    }
}

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

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

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

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


/* Animate 1 */

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

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

.swiper .swiper-slide-active .animate-x {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.swiper .swiper-slide-active .animate-x,
.swiper .swiper-slide-active .animate-8,
.swiper .swiper-slide-active .animate-7,
.swiper .swiper-slide-active .animate-6,
.swiper .swiper-slide-active .animate-5,
.swiper .swiper-slide-active .animate-4,
.swiper .swiper-slide-active .animate-3,
.swiper .swiper-slide-active .animate-2,
.swiper .swiper-slide-active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.swiper .swiper-slide-active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper .swiper-slide-active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper .swiper-slide-active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.swiper .swiper-slide-active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.swiper .swiper-slide-active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.swiper .swiper-slide-active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.swiper .swiper-slide-active .animate-8 {
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}


/*** 

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

***/

.banner-section {
    position: relative;
    z-index: 1;
    background-color: var(--theme-color1);
}

.banner-section .nav-box {
    position: absolute;
    left: 80px;
    top: 50%;
    right: 80px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .banner-section .nav-box {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 1399.98px) {
    .banner-section .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
}

.banner-section .nav-box .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .banner-section .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.banner-section .nav-box .swiper-button-prev:after {
    display: none;
}

.banner-section .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.banner-section .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .banner-section .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.banner-section .nav-box .swiper-button-next:after {
    display: none;
}

.banner-section .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.banner-section .auto-container {
    max-width: 1810px;
}

.banner-section .inner-container {
    position: relative;
    overflow: hidden;
}

.banner-section .bg-slide-1 {
    background-image: url(../images/banner/slide-1.jpg);
}

.banner-section .bg-slide-1::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.banner-section .bg-slide-2 {
    background-image: url(../images/banner/slide-2.jpg);
}

.banner-section .bg-slide-2::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.banner-section .bg-slide-3 {
    background-image: url(../images/banner/slide-3.jpg);
}

.banner-section .bg-slide-3::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.banner-section .outer-box {
    position: relative;
    margin-top: 70px;
    padding: 440px 0px 0px;
}

@media (max-width: 991.98px) {
    .banner-section .outer-box {
        padding: 150px 0px 0px;
    }
}

.banner-section .outer-box .inner-box {
    position: relative;
    padding: 0px 70px 70px 70px;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .inner-box {
        padding: 0px 40px 40px 40px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .inner-box {
        padding: 0px 20px 30px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-section .outer-box .inner-box {
        padding: 0px 10px 20px 20px;
    }
}

.banner-section .outer-box .content-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-section .outer-box .content-column .inner-column .title {
    position: relative;
    line-height: 85px;
    max-width: 600px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .content-column .inner-column .title {
        max-width: 100%;
        font-size: 50px;
        line-height: 60px;
    }
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.banner-section .outer-box .content-column .inner-column .circle {
    position: relative;
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .content-column .inner-column .circle {
        display: none;
    }
}

.banner-section .outer-box .content-column .inner-column .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.banner-section .outer-box .content-column .inner-column .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/banner/arrow.png) no-repeat;
}

.banner-section .outer-box .content-column .inner-column .right-box {
    position: relative;
    max-width: 390px;
}

.banner-section .outer-box .content-column .inner-column .right-box .text {
    position: relative;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: var(--h6-font-size);
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .content-column .inner-column .right-box .text {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box .content-column .inner-column .right-box .text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .content-column .inner-column .right-box {
        max-width: 100%;
    }
}


/*** 

====================================================================
  Slider Two
====================================================================

***/

.slider-two {
    position: relative;
    z-index: 1;
}

.slider-two .nav-box {
    position: absolute;
    left: 40px;
    top: 50%;
    right: 40px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .slider-two .nav-box {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 1399.98px) {
    .slider-two .nav-box {
        display: none;
    }
}

.slider-two .nav-box .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-two .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-two .nav-box .swiper-button-prev:after {
    display: none;
}

.slider-two .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-two .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-two .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-two .nav-box .swiper-button-next:after {
    display: none;
}

.slider-two .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-two .auto-container {
    max-width: 1410px;
}

.slider-two .inner-container {
    position: relative;
    overflow: hidden;
}

.slider-two .bg-slide-1 {
    background-image: url('/images/slide11.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-two .bg-slide-1::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background: url(../images/banner/pattern-layer.png) no-repeat;
    background-size: cover;
}

.slider-two .bg-slide-2 {
    background-image: url('/images/slider_2.png');
}

.slider-two .bg-slide-2::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background: url(../images/banner/pattern-layer.png) no-repeat;
    background-size: cover;
}

.slider-two .bg-slide-3 {
    background-image: url('/images/our-people1.jpg');
}

.slider-two .bg-slide-3::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background: url(../images/banner/pattern-layer.png) no-repeat;
    background-size: cover;
}

.slider-two .bg-slide-4 {
    background-image: url('/images/dominon-slider.jpg');
}

.slider-two .bg-slide-4::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background: url(../images/banner/pattern-layer.png) no-repeat;
    background-size: cover;
}

.slider-two .bg-slide-5 {
    background-image: url('/images/coldstone-slider.jpg');
}

.slider-two .bg-slide-5::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background: url(../images/banner/pattern-layer.png) no-repeat;
    background-size: cover;
}

.slider-two .outer-box {
    position: relative;
    padding: 300px 0px 0px;
}

@media (max-width: 991.98px) {
    .slider-two .outer-box {
        padding: 150px 0px 0px;
    }
}

.slider-two .outer-box .inner-box {
    position: relative;
    padding: 0px 70px 100px 70px;
}

@media (max-width: 1599.98px) {
    .slider-two .outer-box .inner-box {
        padding: 0px 30px 80px 30px;
    }
}

@media (max-width: 991.98px) {
    .slider-two .outer-box .inner-box {
        padding: 0px 0px 40px 0px;
    }
}

.slider-two .outer-box .content-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-two .outer-box .content-column .inner-column .title {
    position: relative;
    line-height: 85px;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .slider-two .outer-box .content-column .inner-column .title {
        max-width: 100%;
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767.98px) {
    .slider-two .outer-box .content-column .inner-column .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-two .outer-box .content-column .inner-column .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider-two .outer-box .content-column .inner-column .circle {
    position: relative;
}

@media (max-width: 991.98px) {
    .slider-two .outer-box .content-column .inner-column .circle {
        display: none;
    }
}

.slider-two .outer-box .content-column .inner-column .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.slider-two .outer-box .content-column .inner-column .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/banner/arrow.png) no-repeat;
}

.slider-two .outer-box .content-column .inner-column .right-box {
    position: relative;
    max-width: 560px;
}

.slider-two .outer-box .content-column .inner-column .right-box .text {
    position: relative;
    line-height: 35px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 330px;
    margin-bottom: 60px;
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .slider-two .outer-box .content-column .inner-column .right-box .text {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .slider-two .outer-box .content-column .inner-column .right-box {
        max-width: 100%;
    }
}

.slider-two .outer-box .content-column .inner-column .right-box .slider-two-count {
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--theme-color-white);
}

.slider-two .outer-box .content-column .inner-column .right-box .slider-two-count sup {
    font-weight: 300;
}

.slider-two .outer-box .content-column .inner-column .right-box .slider-two-count .count-texts {
    position: relative;
    display: block;
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 767.98px) {
    .slider-two .outer-box .content-column .inner-column .right-box .slider-two-count .count-texts {
        line-height: 1em;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .slider-two .outer-box .content-column .inner-column .right-box .slider-two-count {
        line-height: 1em;
    }
    .slider-two .outer-box .content-column .inner-column .right-box .slider-two-count:first-child {
        margin-bottom: 25px;
    }
}


/**

====================================================================
  Slider Three
====================================================================

***/

.slider-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #e6f6fa;
}

.slider-three .globe {
    position: absolute;
    left: -180px;
    bottom: -150px;
    width: 383px;
    height: 383px;
    background-repeat: no-repeat;
}

.slider-three .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
}

.slider-three .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slider-three .animations-mode .animate-title {
    position: relative;
    font-size: 200px;
    font-weight: 600;
    line-height: 180px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-three .animations-mode .animate-title {
        font-size: 100px;
        line-height: 1em;
    }
}

.slider-three .nav-box {
    position: absolute;
    left: 80px;
    top: 50%;
    right: 80px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .slider-three .nav-box {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 1399.98px) {
    .slider-three .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
}

.slider-three .nav-box .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-three .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-three .nav-box .swiper-button-prev:after {
    display: none;
}

.slider-three .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-three .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-three .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-three .nav-box .swiper-button-next:after {
    display: none;
}

.slider-three .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-three .auto-container {
    max-width: 1660px;
}

.slider-three .inner-container {
    position: relative;
    overflow: hidden;
}

.slider-three .title {
    position: relative;
    margin-top: 290px;
    text-transform: capitalize;
    color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .slider-three .title {
        margin-top: 180px;
    }
}

@media (max-width: 1199.98px) {
    .slider-three .title {
        margin-top: 120px;
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 991.98px) {
    .slider-three .title {
        max-width: 100%;
        font-size: 50px;
        line-height: 60px;
        margin-top: 40px;
    }
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-three .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider-three .text {
    position: relative;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
    color: var(--theme-color1);
    font-size: var(--h6-font-size);
}

@media (max-width: 1399.98px) {
    .slider-three .text {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .slider-three .text {
        font-size: 16px;
        line-height: 26px;
    }
    .slider-three .text br {
        display: none;
    }
}

.slider-three .outer-box {
    position: relative;
    padding: 60px 0px 0px;
}

.slider-three .outer-box .inner-box {
    position: relative;
}

.slider-three .outer-box .inner-box .images-outer {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .slider-three .outer-box .inner-box .images-outer {
        margin-top: 35px;
    }
}

.slider-three .outer-box .inner-box .image {
    position: relative;
    text-align: center;
}

.slider-three .outer-box .inner-box .graph-1 {
    position: absolute;
    right: 0px;
    bottom: 60px;
}

.slider-three .outer-box .inner-box .graph-2 {
    position: absolute;
    right: -70px;
    bottom: 280px;
}

@media (max-width: 1599.98px) {
    .slider-three .outer-box .inner-box .graph-2 {
        right: 0px;
    }
}

@media (max-width: 1399.98px) {
    .slider-three .outer-box .inner-box .graph-2 {
        display: none;
    }
}

.slider-three .outer-box .inner-box .graph-3 {
    position: absolute;
    left: 0px;
    bottom: 280px;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-three .outer-box .inner-box .graph-3 {
        display: none;
    }
}

.banner-two {
    position: relative;
    z-index: 1;
    background-position: left center;
    background-repeat: no-repeat;
}

.banner-two .auto-container {
    max-width: 1800px;
}

.banner-two .column {
    position: relative;
}

@media (max-width: 991.98px) {
    .banner-two .column:first-child {
        margin-bottom: 40px;
    }
}

.banner-two .title {
    position: relative;
    margin-top: 140px;
    font-size: 90px;
    margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
    .banner-two .title {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width: 1399.98px) {
    .banner-two .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .banner-two .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991.98px) {
    .banner-two .title {
        font-size: 44px;
        line-height: 54px;
        margin-top: 100px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-two .title {
        font-size: 32px;
        line-height: 42px;
    }
}

.banner-two .image {
    position: relative;
    margin-left: 42px;
}

@media (max-width: 1399.98px) {
    .banner-two .image {
        margin-left: 0px;
    }
}

.banner-two .image img {
    max-width: inherit;
}

@media (max-width: 991.98px) {
    .banner-two .image img {
        max-width: 100%;
    }
}


/*** 

====================================================================
  Banner Three
====================================================================

***/

.banner-three {
    background-position: center center;
    background-repeat: repeat;
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-three .column:first-child {
        margin-bottom: 40px;
    }
}

.banner-three .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-three .vector-one {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: left top;
    background-repeat: no-repeat;
}

.banner-three .vector-two {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.banner-three .auto-container {
    max-width: 1790px;
}

.banner-three .column {
    position: relative;
}

.banner-three .big-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--theme-color-white);
    font-weight: 800;
    margin-bottom: 100px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(35px, 11.45vw, 220px);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

@media (max-width: 1199.98px) {
    .banner-three .big-title {
        display: inline-block;
        visibility: visible;
        opacity: 1 !important;
        overflow: visible;
    }
    .banner-three .big-title.denge-chars div {
        display: inline-block;
        visibility: visible;
        opacity: 1 !important;
        overflow: visible;
    }
}

.banner-three .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--theme-color-white);
    font-size: 75px;
    margin-top: 30px;
    max-width: 580px;
    margin-bottom: 50px;
    padding-bottom: 45px;
    position: relative;
    font-size: clamp(24px, 3.9vw, 75px);
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .banner-three .title {
        margin-top: 0px;
    }
}

.banner-three .image {
    position: relative;
}

.banner-three .image img {
    display: block;
    position: relative;
    width: 100%;
}

.banner-three .image .play {
    color: var(--theme-color-white);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-three .image .play .icon {
    background-color: #8a7ab2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 150px;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 22px;
    height: 120px;
    line-height: 118px;
    position: relative;
    text-align: center;
    width: 120px;
}


/***

====================================================================
  Slider Four
====================================================================

***/

.slider-four {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: right top;
    background-size: cover;
}

.slider-four .nav-box {
    position: absolute;
    left: 80px;
    top: 50%;
    right: 80px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .slider-four .nav-box {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 1399.98px) {
    .slider-four .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
}

.slider-four .nav-box .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-four .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-four .nav-box .swiper-button-prev:after {
    display: none;
}

.slider-four .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-four .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-four .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-four .nav-box .swiper-button-next:after {
    display: none;
}

.slider-four .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-four .auto-container {
    max-width: 1810px;
}

.slider-four .inner-container {
    position: relative;
    overflow: hidden;
}

.slider-four .inner-container .swiper-slide {
    z-index: 1;
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .slider-four .inner-container .swiper-slide {
        background-image: none !important;
    }
}

.slider-four .inner-container .shadow {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background: url(../images/banner/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.slider-four .big-title {
    position: absolute;
    right: 20px;
    bottom: -10px;
    line-height: 1em;
    font-size: 220px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .slider-four .big-title {
        font-size: 120px;
    }
}

@media (max-width: 991.98px) {
    .slider-four .big-title {
        font-size: 90px;
    }
}

@media (max-width: 767.98px) {
    .slider-four .big-title {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-four .big-title {
        font-size: 50px;
    }
}

.slider-four .left-box {
    position: relative;
    max-width: 520px;
}

@media (max-width: 991.98px) {
    .slider-four .left-box {
        max-width: 100%;
    }
}

.slider-four .left-box .title {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 1599.98px) {
    .slider-four .left-box .title {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .slider-four .left-box .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.slider-four .left-box .btn-box {
    position: relative;
    margin-bottom: 120px;
    padding-bottom: 130px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .slider-four .left-box .btn-box {
        border: none;
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
}

.slider-four .left-box .client-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--theme-color-white);
}

.slider-four .left-box .authors {
    position: relative;
    margin-top: 15px;
}

.slider-four .left-box .authors li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -18px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--theme-color-white);
}

.slider-four .left-box .authors li img {
    width: 100%;
}

.slider-four .left-box .authors li:nth-child(1) {
    margin-left: 0px;
}

.slider-four .right-box {
    position: relative;
    max-width: 270px;
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .slider-four .right-box {
        max-width: 100%;
    }
}

.slider-four .right-box .play {
    position: relative;
    z-index: 2;
    color: var(--theme-color-white);
}

.slider-four .right-box .play .icon {
    position: relative;
    width: 65px;
    height: 65px;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
    line-height: 65px;
    display: inline-block;
    backdrop-filter: blur(20px);
    color: var(--theme-color-white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), color-stop(#383838), color-stop(#2c2c2c), color-stop(#202020), to(#151515));
    background-image: linear-gradient(to bottom, #454545, #383838, #2c2c2c, #202020, #151515);
}

.slider-four .right-box .text {
    position: relative;
    line-height: 30px;
    margin-top: 30px;
    color: var(--theme-color-white);
    font-size: var(--h6-font-size);
}

.slider-four .outer-box {
    position: relative;
    padding: 220px 0px 65px;
}

@media (max-width: 991.98px) {
    .slider-four .outer-box {
        padding-bottom: 160px;
    }
}

.slider-four .outer-box .inner-box {
    position: relative;
}

.slider-four .outer-box .inner-box .content-column {
    position: relative;
}

.slider-four .outer-box .inner-box .content-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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) {
    .slider-four .outer-box .inner-box .content-column .inner-column {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/**

====================================================================
  Slider Five
====================================================================

***/

.slider-five {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 15px;
}

.slider-five .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    position: absolute;
    left: 0px;
    bottom: 32px;
    right: 0px;
}

.slider-five .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slider-five .animations-mode .animate-title {
    position: relative;
    font-size: 220px;
    font-weight: 500;
    line-height: 180px;
    text-transform: capitalize;
    color: var(--theme-color1);
}

@media (max-width: 1599.98px) {
    .slider-five .animations-mode .animate-title {
        font-size: 100px;
        line-height: 1em;
    }
}

@media (max-width: 1199.98px) {
    .slider-five .animations-mode {
        display: none;
    }
}

.slider-five .nav-box {
    position: absolute;
    left: 80px;
    top: 50%;
    right: 80px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .slider-five .nav-box {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 1399.98px) {
    .slider-five .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
}

.slider-five .nav-box .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-five .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-five .nav-box .swiper-button-prev:after {
    display: none;
}

.slider-five .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-five .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .slider-five .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.slider-five .nav-box .swiper-button-next:after {
    display: none;
}

.slider-five .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.slider-five .auto-container {
    max-width: 1810px;
}

.slider-five .inner-container {
    position: relative;
    overflow: hidden;
}

.slider-five .cloud {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: 50px;
    background-position: left top;
    background-repeat: no-repeat;
}

.slider-five .title {
    position: relative;
    margin-top: 140px;
    max-width: 650px;
    line-height: 80px;
    text-transform: capitalize;
    color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .slider-five .title {
        margin-top: 40px;
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .slider-five .title {
        margin-top: 20px;
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991.98px) {
    .slider-five .title {
        margin-top: 0px;
    }
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .slider-five .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider-five .text {
    position: relative;
    line-height: 30px;
    margin-top: 25px;
    max-width: 580px;
    margin-bottom: 35px;
    color: var(--text-color);
    font-size: var(--h6-font-size);
}

@media (max-width: 1399.98px) {
    .slider-five .text {
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .slider-five .text {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .slider-five .text {
        font-size: 16px;
        line-height: 26px;
    }
    .slider-five .text br {
        display: none;
    }
}

.slider-five .outer-box {
    position: relative;
    padding: 155px 0px 0px;
}

.slider-five .outer-box .inner-box {
    position: relative;
}

.slider-five .outer-box .inner-box .images-outer {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .slider-five .outer-box .inner-box .images-outer {
        margin-top: 35px;
    }
}

.slider-five .outer-box .inner-box .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 35px;
    display: inline-block !important;
}


/*** 

====================================================================
  Banner Four
====================================================================

***/

.banner-four {
    position: relative;
    padding-top: 70px;
    padding-bottom: 120px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-four {
        padding-bottom: 90px;
    }
}

.banner-four .auto-container {
    max-width: 1810px;
}

.banner-four .video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .banner-four .video-box {
        display: block;
    }
    .banner-four .video-box img {
        width: 100%;
    }
}

.banner-four .video-box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-four .video-box .play .icon {
    position: relative;
    width: 65px;
    height: 65px;
    font-size: 16px;
    line-height: 65px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: rgba(255, 255, 255, 0.8);
}

.banner-four .bold-text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    max-width: 280px;
    margin-top: 60px;
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .banner-four .bold-text {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-four .bold-text {
        font-size: 18px;
        line-height: 28px;
    }
}

.banner-four .text-outer {
    position: relative;
    padding-top: 50px;
    padding-left: 270px;
}

@media (max-width: 1399.98px) {
    .banner-four .text-outer {
        padding-left: 0px;
    }
}

.banner-four .text-outer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 65%;
    width: 150px;
    height: 1px;
    background-color: var(--theme-color2);
}

@media (max-width: 1399.98px) {
    .banner-four .text-outer:before {
        display: none;
    }
}

.banner-four .text-outer .text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    max-width: 390px;
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .banner-four .text-outer .text {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-four .text-outer .text {
        font-size: 18px;
        line-height: 28px;
    }
}

.banner-four .title {
    position: relative;
    font-size: 200px;
    font-weight: 900;
    margin-top: 100px;
    line-height: 170px;
    color: var(--theme-color2);
    text-transform: uppercase;
}

@media (max-width: 1599.98px) {
    .banner-four .title {
        font-size: 150px;
        line-height: 140px;
    }
}

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

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

@media (max-width: 991.98px) {
    .banner-four .title {
        font-size: 90px;
        line-height: 90px;
        max-width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-four .title {
        font-size: 74px;
        line-height: 84px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .banner-four .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.discuss-one_button {
    position: relative;
    margin-top: 60px;
}

.discuss-one_button .explore-content {
    position: relative;
    z-index: 3;
}

.discuss-one_button .banner-four_explore {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 250px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    padding: 52px 15px;
    color: var(--theme-color2);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.discuss-one_button .banner-four_explore:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
}

.discuss-one_button .banner-four_explore:hover .content {
    color: var(--theme-color-white);
}

.discuss-one_button .banner-four_explore:hover span {
    width: 500px;
    height: 500px;
}

.discuss-one_button .banner-four_explore span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    border-radius: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    background-color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*** 

====================================================================
  About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 110px 0px 80px;
}

.about-section .circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: -100px;
    left: -350px;
    background-repeat: no-repeat;
}

.about-section .sec-title {
    margin-bottom: 0px;
}

.about-section .sec-title h2 {
    max-width: 740px;
}

@media (max-width: 1599.98px) {
    .about-section .sec-title {
        margin-bottom: 40px;
    }
}

.about-section .upper-box {
    position: relative;
}

.about-section .upper-box .image {
    position: relative;
    margin-right: 110px;
    margin-left: -240px;
}

@media (max-width: 1599.98px) {
    .about-section .upper-box .image {
        margin-left: -80px;
    }
}

@media (max-width: 1399.98px) {
    .about-section .upper-box .image {
        margin: 0px 0px;
    }
}

@media (max-width: 991.98px) {
    .about-section .upper-box .image img {
        width: 100%;
    }
}

.about-section .upper-box .content {
    position: relative;
    margin-top: 40px;
}

.about-section .upper-box .content .text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
    .about-section .upper-box .content .column:first-child .about-block_one {
        margin-bottom: 30px;
    }
}

.about-section .upper-box .content .column:first-child .about-block_one .inner {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .about-section .upper-box .content .column:first-child .about-block_one .inner {
        border: none;
    }
}

.about-section .upper-box .content .column:last-child .about-block_one .inner {
    padding-left: 40px;
}

@media (max-width: 1199.98px) {
    .about-section .upper-box .content .column:last-child .about-block_one .inner {
        padding-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .about-section .upper-box .content .column:last-child .about-block_one .inner {
        padding-left: 0px;
    }
}

.about-section .upper-box .about-block_one {
    position: relative;
}

.about-section .upper-box .about-block_one .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.about-section .upper-box .about-block_one .inner .icon {
    line-height: 1em;
    font-size: 64px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--theme-color3);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-section .upper-box .about-block_one .inner .title {
    position: relative;
    font-size: 22px;
    color: #223328;
    line-height: 32px;
    font-weight: normal;
}

@media (max-width: 1199.98px) {
    .about-section .upper-box .about-block_one .inner .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-section .upper-box .about-block_one .inner .title {
        font-size: 18px;
        line-height: 28px;
    }
    .about-section .upper-box .about-block_one .inner .title br {
        display: none;
    }
}

.about-section .lower-box {
    position: relative;
}

.about-section .lower-box .image {
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
}

.about-section .lower-box .image img {
    max-width: inherit;
}

@media (max-width: 1599.98px) {
    .about-section .lower-box .image img {
        max-width: 100%;
    }
}

@media (max-width: 1399.98px) {
    .about-section .lower-box .image {
        margin-top: 30px;
    }
}

.about-section .lower-box .content {
    position: relative;
    margin-bottom: 30px;
    padding-right: 110px;
}

@media (max-width: 991.98px) {
    .about-section .lower-box .content {
        padding-right: 0px;
    }
}

.about-section .lower-box .content .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: var(--text-color);
}

.about-section .lower-box .content .list {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-section .lower-box .content .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .lower-box .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-family: "Font Awesome 6 Pro";
}

.about-section .lower-box .content .list li:last-child {
    margin-bottom: 0px;
}

.about-section .lower-box .counter {
    position: relative;
    padding: 60px 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-section .lower-box .counter {
        padding: 30px 0px;
    }
}

.about-section .lower-box .counter .inner {
    position: relative;
    padding-left: 170px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-section .lower-box .counter .inner {
        padding-left: 0px;
    }
}

.about-section .lower-box .counter .inner .count-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 75px;
    line-height: 1em;
    font-weight: 400;
    color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-section .lower-box .counter .inner .count-box {
        position: relative;
        margin-bottom: 10px;
    }
}

.about-section .lower-box .counter .inner .count-box .count-text {
    font-weight: 500;
}

.about-section .lower-box .counter .inner .count-texts {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
}

.about-section .lower-box .counter:before {
    position: absolute;
    height: 1px;
    content: "";
    top: auto;
    left: -240px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.08);
}


/*** 

====================================================================
  About Section
====================================================================

***/

.about-two {
    position: relative;
    padding: 110px 0px 0px;
}

.about-two .sec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-two .sec-title h2 {
    max-width: 610px;
}

@media (max-width: 991.98px) {
    .about-two .sec-title h2 {
        max-width: 100%;
    }
    .about-two .sec-title h2 br {
        display: none;
    }
}

.about-two .sec-title .text {
    font-size: 22px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .about-two .sec-title .text {
        font-size: 18px;
        line-height: 28px;
    }
}

.about-two .sec-title .right-box {
    max-width: 500px;
}

@media (max-width: 991.98px) {
    .about-two .sec-title .right-box {
        margin-top: 30px;
        max-width: 100%;
    }
}

.about-two .image {
    position: relative;
    overflow: hidden;
}

.about-two .image img {
    width: 100%;
    display: block;
}

.about-two .about-content {
    position: relative;
    padding: 40px 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color2);
}

.about-two .about-content:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media (max-width: 1399.98px) {
    .about-two .about-content {
        padding: 35px 35px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-two .about-content {
        padding: 25px 25px;
    }
}

.about-two .about-content .icon {
    line-height: 1em;
    font-size: 56px;
    display: inline-block;
    color: var(--theme-color-white);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two .about-content h4 {
    margin-top: 35px;
    color: var(--theme-color-white);
}

.about-two .about-content .text {
    margin-top: 20px;
    color: var(--theme-color-white);
}

.about-two .about-content .list {
    position: relative;
    margin-top: 35px;
}

.about-two .about-content .list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--theme-color-white);
}

.about-two .about-content .list li i {
    position: relative;
    margin-right: 8px;
}

.about-two .about-content .list li:last-child {
    margin-bottom: 0px;
}

.about-two .about-two-count {
    position: relative;
    padding: 45px 0px 45px 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-two .about-two-count {
        padding-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-two .about-two-count {
        padding-top: 55px;
    }
}

.about-two .about-two-count .count-outer {
    position: absolute;
    left: 0px;
    top: 60px;
    font-size: 48px;
    color: #2e2e2e;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-two .about-two-count .count-outer {
        position: relative;
        top: 0px;
        margin-bottom: 30px;
    }
}

.about-two .about-two-count .count-text {
    position: relative;
    font-size: 48px;
    color: #2e2e2e;
    font-weight: 500;
}

.about-two .about-two-count sup {
    top: -30px;
    font-size: 20px;
    position: relative;
}

.about-two .about-two-count .texts {
    display: block;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 26px;
    font-style: normal;
    max-width: 250px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-two .about-two-count .texts {
        max-width: 100%;
    }
}


/*** 

====================================================================
  About Three
====================================================================

***/

.about-three {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
    .about-three {
        padding-bottom: 0px;
    }
}

.about-three .circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: -40px;
    left: -50px;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .about-three .circle {
        display: none;
    }
}

.about-three .sec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .about-three .sec-title {
        margin-bottom: 50px;
    }
}

.about-three .sec-title h2 {
    max-width: 740px;
}

@media (max-width: 991.98px) {
    .about-three .sec-title h2 {
        max-width: 100%;
    }
}

.about-three .sec-title .text {
    max-width: 380px;
    margin-top: 35px;
    margin-left: 210px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .about-three .sec-title .text {
        margin-left: 0px;
        max-width: 100%;
    }
}

.about-three .sec-title .btn-box {
    margin-left: 210px;
}

@media (max-width: 991.98px) {
    .about-three .sec-title .btn-box {
        margin-left: 0px;
    }
}

.about-three .column {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .about-three .img-reveal {
        -webkit-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }
}

.about-three .image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-three .image {
        margin-bottom: 10px;
    }
}

.about-three .image img {
    width: 100%;
    display: block;
}

.about-three .counter-outer {
    position: relative;
    padding-top: 75px;
    margin-left: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1199.98px) {
    .about-three .counter-outer {
        margin-left: 0px;
    }
}

.about-three .counter-outer .about-count {
    position: relative;
    font-size: 75px;
    margin-bottom: 75px;
    font-weight: 300;
    color: var(--theme-color1);
}

.about-three .counter-outer .about-count .count-text {
    font-weight: 500;
}

.about-three .counter-outer .about-count .count-texts {
    display: block;
    color: #666666;
    font-size: 20px;
    margin-top: 45px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
}


/*** 

====================================================================
  About Four
====================================================================

***/

.about-four {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 90px;
}

.about-four .sec-title {
    max-width: 470px;
}

.about-four .info-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-four .info-outer .circle {
    position: relative;
    z-index: 1;
}

.about-four .info-outer .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.about-four .info-outer .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}

.about-four .info-outer .author {
    position: relative;
    margin-left: -50px;
    margin-right: 50px;
}

@media (max-width: 1199.98px) {
    .about-four .info-outer .author {
        margin-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-four .info-outer .author {
        display: none;
    }
}

.about-four .lower-box {
    position: relative;
    margin-top: 30px;
}

.about-four .lower-box .bold-text {
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--theme-color1);
}

.about-four .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    color: var(--theme-color1);
}

.about-four .count-box .count-text {
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-four .count-box {
        font-size: 70px;
    }
}

.about-four .count-box .texts {
    position: relative;
    font-size: 16px;
    display: block;
    max-width: 230px;
    margin-top: 15px;
    line-height: 26px;
    font-style: normal;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .about-four .count-box .texts {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about-four .count-box {
        margin-bottom: 30px;
    }
}

.about-four .list {
    position: relative;
    margin-left: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .about-four .list {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {
    .about-four .list {
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-four .list {
        margin-top: 25px;
    }
}

.about-four .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-four .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-family: "Font Awesome 6 Pro";
}

.about-four .list li:last-child {
    margin-bottom: 0px;
}

.about-four .btn-box {
    position: relative;
    margin-top: 0px;
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .about-four .btn-box {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {
    .about-four .btn-box {
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-four .btn-box {
        margin-top: 0px;
    }
}


/*** 

====================================================================
  About Five
====================================================================

***/

.about-five {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 90px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-five {
        padding-top: 100px;
    }
}

.about-five .auto-container {
    max-width: 1770px;
}

.about-five .sec-title_two {
    margin-left: 210px;
    max-width: 1045px;
    margin-bottom: 120px;
}

@media (max-width: 1399.98px) {
    .about-five .sec-title_two {
        margin-left: 0px;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about-five .sec-title_two {
        margin-bottom: 60px;
    }
}

.about-five .image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .about-five .image {
        margin-bottom: 40px;
        display: block;
    }
    .about-five .image img {
        width: 100%;
    }
}

.about-five .image-two {
    position: relative;
    display: block;
    margin-top: 170px;
}

.about-five .image-two img {
    max-width: inherit;
}

@media (max-width: 991.98px) {
    .about-five .image-two img {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about-five .image-two img {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .about-five .image-two {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .about-five .image-two {
        margin-top: 50px;
    }
}

.about-five .content {
    position: relative;
    padding: 80px 0px 0px 100px;
}

@media (max-width: 1399.98px) {
    .about-five .content {
        padding: 0px 0px 0px 0px;
    }
}

.about-five .content .column {
    position: relative;
}

@media (max-width: 767.98px) {
    .about-five .content .column {
        margin-bottom: 40px;
    }
}

.about-five .content .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .about-five .content .text br {
        display: none;
    }
}

.about-five .content .list {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-five .content .list li {
    position: relative;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .about-five .content .list li {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.about-five .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color2);
    font-family: "Font Awesome 6 Pro";
}

.about-five .content .list li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
  Client Section
====================================================================

***/

.client-section {
    position: relative;
    padding: 110px 0px 110px;
}

.client-section .outer-container {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
    .client-section .outer-container {
        border: none;
        text-align: center;
    }
}

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

@media (max-width: 991.98px) {
    .client-section .inner-container {
        display: block;
    }
}

.client-section .inner-container .image {
    position: relative;
    width: 20%;
    text-align: center;
    padding: 100px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.client-section .inner-container .image:last-child {
    border: none;
}

@media (max-width: 991.98px) {
    .client-section .inner-container .image:last-child {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }
}

@media (max-width: 991.98px) {
    .client-section .inner-container .image {
        width: 24.6%;
        margin: 5px 5px;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.07);
    }
}

@media (max-width: 767.98px) {
    .client-section .inner-container .image {
        width: 46%;
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .client-section .inner-container .image {
        width: 90%;
        display: inline-block;
    }
}


/*** 

====================================================================
  Client Two
====================================================================

***/

.client-two {
    position: relative;
    text-align: center;
}

.client-two .outer-container {
    position: relative;
    padding: 80px 0px 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}


/*** 

====================================================================
  Client Three
====================================================================

***/

.client-three {
    position: relative;
    text-align: center;
    padding: 110px 0px 0px;
}

.client-three .inner-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 0px;
}

.client-three .inner-container .column {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.client-three .inner-container .column:nth-child(4n+0) {
    border-right: none;
}

.client-three .image {
    position: relative;
    height: 150px;
    line-height: 150px;
    text-align: center;
}


/*** 

====================================================================
    Project Section
====================================================================

***/

.project-one {
    position: relative;
    padding: 200px 0px 120px;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .project-one .project-one .sec-title h2 br {
        display: none;
    }
}

.project-one::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    height: 78px;
    background: url(../images/background/lines.png) repeat-x;
}

.project-one::after {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -400px;
    width: 673px;
    height: 769px;
    background: url(../images/background/project-circel.png) no-repeat;
}

.project-one .auto-container {
    position: relative;
}

.project-one .filter-list {
    position: relative;
    padding-left: 440px;
    margin-top: -265px;
}

@media (max-width: 1199.98px) {
    .project-one .filter-list {
        padding-left: 0px;
        margin-top: 0px;
    }
}

.project-one .filters {
    position: absolute;
    left: 20px;
    top: 300px;
    z-index: 1;
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .project-one .filters {
        position: relative;
        left: 0px;
        top: 0px;
        display: block;
    }
}

.project-one .filters .filter-tabs {
    position: relative;
    padding: 5px 0px 5px 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .project-one .filters .filter-tabs {
        padding: 0px;
        border: none;
        text-align: left;
        margin-bottom: 25px;
    }
}

.project-one .filters li {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 25px 0px 25px;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199.98px) {
    .project-one .filters li {
        margin-top: 0px;
        margin-right: 20px;
        display: inline-block;
    }
}

.project-one .filters li:before {
    position: absolute;
    content: "";
    left: -64px;
    top: 10px;
    width: 6px;
    height: 6px;
    opacity: 0;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--theme-color-white);
    outline-offset: 7px;
    outline: 1px solid var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .project-one .filters li:before {
        display: none;
    }
}

.project-one .filters li:hover::before {
    opacity: 1;
}

.project-one .filters li.active::before {
    opacity: 1;
}

.project-one .filters .filter.active {
    color: var(--theme-color-white);
}

.project-one .filters .filter:hover {
    color: var(--theme-color-white);
}

.project-block_one.mix {
    display: none;
}

.project-block_one {
    position: relative;
    margin-bottom: 30px;
}

.project-block_one .inner {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.project-block_one .inner .image {
    position: relative;
}

.project-block_one .inner .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.project-block_one .inner:hover img {
    -webkit-transform: scale(1.04, 1.04) rotate(2deg);
    transform: scale(1.04, 1.04) rotate(2deg);
}

.project-block_one .inner:hover .content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.project-block_one .content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 30px 40px 30px;
    backdrop-filter: blur(20px);
    -webkit-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
}

@media (max-width: 1199.98px) {
    .project-block_one .content {
        padding: 30px 20px 30px;
    }
}

.project-block_one .content .title a {
    color: var(--theme-color-white);
}

.project-block_one .content .designation {
    margin-top: 8px;
    color: var(--theme-color-white);
}

.project-block_one .content .text {
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.project-block_one .content .text:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 120px;
    height: 1px;
    opacity: 0.3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--theme-color-white);
}

.project-block_one .content .arrow {
    position: relative;
    margin-top: 20px;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    display: block;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
}

.project-block_one .content .arrow:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}


/*** 

====================================================================
    Project Two
====================================================================

***/

.project-two {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 90px;
    background-color: var(--theme-color1);
}

.project-two .project-two_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-two .sec-title h2 br {
        display: none;
    }
}

.project-two .project-two_circle {
    position: absolute;
    right: -200px;
    top: -40px;
    width: 436px;
    height: 474px;
    background-repeat: no-repeat;
}

.project-two .project-two-count {
    position: relative;
    font-size: 75px;
    line-height: 60px;
    font-weight: var(--h4-font-weight);
    color: var(--theme-color-white);
}

.project-two .project-two-count .count-texts {
    position: relative;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}

.project-two .outer-container {
    position: relative;
    max-width: 1810px;
    margin: 0 auto;
    padding: 0px 15px;
}

.project-block_two {
    position: relative;
    margin-bottom: 30px;
}

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

.project-block_two .inner .image {
    position: relative;
    overflow: hidden;
}

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

.project-block_two .inner:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.04, 1.04) rotate(2deg);
    transform: scale(1.04, 1.04) rotate(2deg);
}

.project-block_two .inner:hover .content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.project-block_two .content {
    position: relative;
    padding-top: 30px;
}

.project-block_two .content .title {
    position: relative;
}

.project-block_two .content .title a {
    position: relative;
    color: var(--theme-color-white);
}

.project-block_two .content .designation {
    position: relative;
    font-size: 16px;
    margin-top: 8px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_two .content .designation {
        font-size: 14px;
    }
}

.project-block_two .content .arrow {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .project-block_two .content .arrow {
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
}

.project-block_two .content .arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}


/*** 

====================================================================
    Project Three
====================================================================

***/

.project-three {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 110px;
}

.project-three .button-box {
    position: relative;
}

.project-three .project-block_three {
    position: relative;
    margin-bottom: 30px;
}

.project-three .project-block_three .inner {
    position: relative;
    background-color: var(--theme-color1);
}

.project-three .project-block_three .inner .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: 100px;
    background-position: left top;
    background-repeat: no-repeat;
}

.project-three .project-block_three .inner .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 50%;
    left: auto;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .project-three .project-block_three .inner .image {
        position: relative;
        width: 100%;
        height: 450px;
        background-size: cover;
    }
}

.project-three .project-block_three .content {
    position: relative;
    width: 50%;
    padding: 75px 30px 70px 70px;
}

@media (max-width: 1199.98px) {
    .project-three .project-block_three .content {
        padding: 40px 30px 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .project-three .project-block_three .content {
        width: 100%;
        padding: 30px 30px 30px 30px;
    }
}

.project-three .project-block_three .number {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 180px;
    color: var(--theme-color-white);
}

.project-three .project-block_three .number sub {
    opacity: 0.5;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-three .project-block_three .number {
        margin-bottom: 50px;
    }
}

.project-three .project-block_three .icon {
    font-size: 66px;
    line-height: 1em;
    margin-bottom: 20px;
    color: var(--theme-color2);
    font-family: "flaticon-agencyo";
}

.project-three .project-block_three .title {
    font-size: 30px;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--theme-color-white);
    text-transform: capitalize;
}

.project-three .project-block_three .title a {
    color: var(--theme-color-white);
}

.project-three .project-block_three .title a:hover {
    color: var(--theme-color2);
}

.project-three .project-block_three .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 345px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .project-three .project-block_three .text {
        max-width: 100%;
    }
}


/*** 

====================================================================
    Project Four
====================================================================

***/

.project-four {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.project-four .swiper-horizontal {
    max-width: 850px;
    overflow: visible;
}

.project-four .swiper-slide.swiper-slide-active .project-block_four .inner .image:before {
    opacity: 1;
}

.project-four .swiper-slide.swiper-slide-active .project-block_four .inner .image .content {
    opacity: 1;
}

.project-four .nav-box {
    position: absolute;
    left: 60px;
    top: 50%;
    right: 60px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1399.98px) {
    .project-four .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 35px;
        text-align: center;
    }
}

.project-four .nav-box .single-button-prev {
    position: relative;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .project-four .nav-box .single-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}

.project-four .nav-box .single-button-prev:after {
    display: none;
}

.project-four .nav-box .single-button-prev:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.project-four .nav-box .single-button-next {
    position: absolute;
    right: 0px;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .project-four .nav-box .single-button-next {
        position: relative;
        margin: 0px 5px;
    }
}

.project-four .nav-box .single-button-next:after {
    display: none;
}

.project-four .nav-box .single-button-next:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.project-block_four {
    position: relative;
    margin-bottom: 30px;
}

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

.project-block_four .inner .image {
    position: relative;
}

.project-block_four .inner .image img {
    width: 100%;
}

.project-block_four .inner .image:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 70%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#031F1C));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #031F1C);
}

.project-block_four .content {
    position: absolute;
    left: 70px;
    bottom: 70px;
    z-index: 2;
    opacity: 0;
    max-width: 350px;
}

@media (max-width: 991.98px) {
    .project-block_four .content {
        left: 30px;
        bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .project-block_four .content {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_four .content {
        left: 15px;
        bottom: 15px;
    }
}

.project-block_four .content .title {
    position: relative;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_four .content .title {
        font-size: 20px;
    }
}

.project-block_four .content .title a {
    color: var(--theme-color-white);
}

.project-block_four .content .text {
    position: relative;
    margin-top: 20px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_four .content .text {
        display: none;
    }
}

.project-block_four .content .options-box {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_four .content .options-box {
        margin-top: 20px;
    }
}


/*** 

====================================================================
    Project Five
====================================================================

***/

.project-five {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.project-five .auto-container {
    max-width: 1890px;
}

.project-block_five {
    position: relative;
    margin-bottom: 30px;
}

.project-block_five:nth-child(2) .inner .content-outer {
    background-color: var(--theme-color1);
}

.project-block_five:nth-child(2) .inner .content-outer .content .btn-box .read-more {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.project-block_five:nth-child(2) .inner .content-outer .content .btn-box .read-more:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.project-block_five:nth-child(2) .inner .content-outer .content .btn-box .arrow-btn {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.project-block_five:nth-child(2) .inner .content-outer .content .btn-box .arrow-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

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

.project-block_five .inner .image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.project-block_five .inner .image img {
    width: 100%;
    height: 100%;
}

.project-block_five .inner .content-outer {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 65px 50px;
    border-radius: 14px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color2);
}

@media (max-width: 1599.98px) {
    .project-block_five .inner .content-outer {
        padding: 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .project-block_five .inner .content-outer {
        margin-top: 10px;
    }
}

.project-block_five .inner .content-outer .title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .project-block_five .inner .content-outer .title {
        font-size: 22px;
        line-height: 32px;
    }
}

.project-block_five .inner .content-outer .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .project-block_five .inner .content-outer .text {
        margin-top: 40px;
    }
}

.project-block_five .inner .content-outer .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;
    height: 100%;
}

.project-block_five .inner .content-outer .content .btn-box {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 1399.98px) {
    .project-block_five .inner .content-outer .content .btn-box .theme-btn {
        font-size: 15px;
        padding: 12px 20px;
    }
}


/*** 

====================================================================
    Project Six
====================================================================

***/

.project-six {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.project-six .auto-container {
    max-width: 1810px;
}

.project-six .sec-title_two {
    margin-bottom: 105px;
    margin-left: 250px;
}

@media (max-width: 1399.98px) {
    .project-six .sec-title_two {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {
    .project-six .sec-title_two {
        margin-bottom: 50px;
    }
}

.project-six_outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

@media (max-width: 991.98px) {
    .project-six_outer {
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .project-six_outer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.project-block_six {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .project-block_six {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .project-block_six {
        margin-bottom: 0px;
        width: 100%;
    }
}

.project-block_six .inner {
    overflow: hidden;
    position: relative;
}

.project-block_six .inner:hover .image img {
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project-block_six .inner:hover .overlay {
    opacity: 1;
    bottom: 70px;
}

@media (max-width: 991.98px) {
    .project-block_six .inner:hover .overlay {
        bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_six .inner:hover .overlay {
        bottom: 15px;
    }
}

.project-block_six .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--theme-color2);
}

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

.project-block_six .overlay {
    position: absolute;
    left: 70px;
    bottom: -170px;
    max-width: 350px;
    height: auto;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .project-block_six .overlay {
        left: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-block_six .overlay {
        left: 15px;
    }
}

.project-block_six .title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .project-block_six .title {
        font-size: 22px;
    }
}

.project-block_six .title a {
    position: relative;
    display: inline-block;
    color: var(--theme-color-white);
}

.project-block_six .title a:hover {
    color: var(--theme-color1);
}

.project-block_six .text {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .project-block_six .text {
        display: none;
    }
}

.project-block_six .btn-box {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .project-block_six .btn-box {
        margin-top: 15px;
    }
}


/***

====================================================================
  Service Section
====================================================================

***/

.service-section {
    position: relative;
    padding: 110px 0px 110px;
}

.service-section .inner-container {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: none;
    border-right: none;
}

.service-section .service-block_one {
    position: relative;
}

.service-section .service-block_one .inner {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.service-section .service-block_one:nth-child(3n) .service-block_one-inner {
    border-right: none;
}

.service-block_one {
    position: relative;
}

.service-block_one .inner {
    position: relative;
    padding: 40px 40px;
}

@media (max-width: 991.98px) {
    .service-block_one .inner {
        padding: 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .service-block_one .inner {
        padding: 25px 25px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_one .inner {
        padding: 22px 22px;
    }
}

.service-block_one .inner:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1);
    background-color: var(--theme-color1);
}

.service-block_one .inner:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-block_one .inner:hover .icon::before {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-block_one .inner:hover .icon i {
    opacity: 0.1;
}

.service-block_one .inner:hover .more,
.service-block_one .inner:hover .text,
.service-block_one .inner:hover .title a,
.service-block_one .inner:hover .number {
    color: var(--theme-color1-text-color);
}

.service-block_one .number {
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--text-color);
    font-size: var(--h5-font-size);
}

.service-block_one .title {
    margin-bottom: 30px;
    font-weight: var(--h4-font-weight);
}

.service-block_one .title a {
    color: var(--theme-color1);
}

.service-block_one .title a:hover {
    color: var(--theme-color3);
}

.service-block_one .icon {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

.service-block_one .icon i {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 70px;
    border-radius: 100px;
    display: inline-block;
    background-color: #f1f2eb;
}

.service-block_one .icon::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.service-block_one .text {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 15px;
    color: var(--text-color);
}

.service-block_one .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--h4-font-weight);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block_one .more i {
    font-size: 14px;
}

.service-block_one .more span {
    text-decoration: underline;
}

.service-block_one .more .icon1 {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block_one .more .icon2 {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block_one .more:hover i.icon1 {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
}

.service-block_one .more:hover i.icon2 {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1;
    visibility: visible;
}


/***

====================================================================
  Service Section Two
====================================================================

***/

.service-section-two {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service-section-two .auto-container {
    padding: 0px;
    max-width: 1550px;
}

.service-section-two .inner-container {
    position: relative;
}

.service-section-two .column:nth-child(4) .service-block_two {
    border: none;
}

.service-block_two {
    position: relative;
    height: 470px;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_two {
        height: 480px;
    }
}

.service-block_two .inner {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 75px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_two .inner {
        padding: 15px 15px 40px;
    }
}

.service-block_two .inner:hover {
    padding-bottom: 50px;
}

.service-block_two .inner:hover .image-outer {
    margin-bottom: 0px;
}

.service-block_two .inner:hover .image-outer .image {
    width: 150px;
}

.service-block_two .inner:hover .image-outer .image img {
    border-radius: 160px 0px 160px 160px;
}

.service-block_two .inner:hover .content {
    margin-top: -20px;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
    .service-block_two .inner:hover .content {
        padding-left: 0px;
    }
}

.service-block_two .content {
    position: relative;
    padding-left: 0;
}

@media (max-width: 1399.98px) {
    .service-block_two .content {
        padding-left: 0px;
    }
}

.service-block_two .content .lower-box {
    display: none;
}

.service-block_two .image-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 991.98px) {
    .service-block_two .image-outer {
        margin-bottom: 30px;
    }
}

.service-block_two .image-outer .image {
    position: relative;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block_two .image-outer .image img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 40px 0px 40px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767.98px) {
    .service-block_two .image-outer .image {
        width: auto;
    }
}

.service-block_two .number {
    position: relative;
    font-size: 20px;
    color: var(--text-color);
}

.service-block_two .title {
    position: relative;
    margin-top: 40px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .service-block_two .title {
        margin-top: 15px;
    }
}

.service-block_two .title a {
    color: var(--theme-color1);
}

.service-block_two .title a:hover {
    color: var(--theme-color1);
    text-decoration: underline;
}

.service-block_two .text {
    color: var(--text-color);
    margin-top: 30px;
    max-width: 240px;
    position: relative;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_two .text {
        margin-top: 15px;
    }
}

.service-block_two .button-theme-border1 {
    margin-top: 35px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_two .theme-button8 {
        margin-top: 15px;
    }
}


/***

====================================================================
  Service Section Three
====================================================================

***/

.service-section-three {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service-section-three .auto-container {
    max-width: 1900px;
}

.service-section-three .column {
    gap: 0px;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1399.98px) {
    .service-section-three .column {
        width: 33.3333%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .service-section-three .column:last-child .inner {
        border-right: 1px solid rgba(0, 0, 0, 0.07) !important;
    }
}

@media (max-width: 1399.98px) and (max-width: 575.98px) {
    .service-section-three .column:last-child .inner {
        border-right: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .service-section-three .column {
        width: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .service-section-three .column .inner {
        padding: 30px 15px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-section-three .column {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .service-section-three .column .inner {
        border-right: 0px;
        padding: 30px 0px;
    }
}

.service-section-three .column:last-child .service-block_three {
    position: relative;
}

.service-section-three .column:last-child .service-block_three .inner {
    border: none;
}

.service-block_three {
    position: relative;
}

.service-block_three .inner {
    position: relative;
    padding: 70px 30px;
    background-color: var(--theme-color1-text-color);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.service-block_three .inner .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color2);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.service-block_three .inner:hover .bg-layer {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.service-block_three .inner:hover .icon {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color1-text-color);
}

.service-block_three .inner:hover .title a {
    color: var(--theme-color1-text-color);
}

.service-block_three .inner:hover .text {
    color: var(--theme-color1-text-color);
}

.service-block_three .inner:hover .number {
    color: var(--theme-color1-text-color);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}

.service-block_three .number {
    position: relative;
    width: 46px;
    height: 46px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--text-color);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.service-block_three .title {
    position: relative;
    max-width: 300px;
    margin: 40px 0px 40px;
    color: var(--theme-color1);
}

.service-block_three .title a {
    color: var(--theme-color1);
}

.service-block_three .icon {
    position: relative;
    line-height: 1em;
    font-size: 60px;
    display: inline-block;
    color: var(--theme-color3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "flaticon-agencyo";
}

.service-block_three .text {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/***

====================================================================
  Service Section Four
====================================================================

***/

.service-section-four {
    position: relative;
    margin-top: -160px;
    padding: 260px 0px 80px;
    background-color: var(--theme-color2);
}

.service-section-four .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: cover;
}

.service-section-four .column {
    position: relative;
    margin-bottom: 30px;
}

.service-section-four .column:first-child::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    opacity: 0.1;
    background-color: var(--theme-color1-text-color);
}

@media (max-width: 991.98px) {
    .service-section-four .column:first-child::before {
        display: none;
    }
}

.service-block_four {
    position: relative;
    margin-bottom: 50px;
}

.service-block_four:last-child .inner {
    border: none;
    min-height: 200px;
}

.service-block_four:last-child {
    margin-bottom: 0px;
}

.service-block_four .inner {
    position: relative;
    padding-top: 10px;
    padding-left: 350px;
    min-height: 250px;
    margin-right: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .service-block_four .inner {
        padding-left: 330px;
        margin-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .service-block_four .inner {
        padding-left: 320px;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .service-block_four .inner {
        padding: 0px 0px;
        min-height: auto;
        margin-right: 0px;
        padding-bottom: 45px;
    }
}

.service-block_four .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 200px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .service-block_four .inner .image {
        position: relative;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_four .inner .image {
        width: 100%;
        height: auto;
    }
    .service-block_four .inner .image img {
        width: 100%;
    }
}

.service-block_four .inner .title {
    position: relative;
}

.service-block_four .inner .title a {
    color: var(--theme-color1-text-color);
}

.service-block_four .inner .title span {
    position: relative;
    font-size: 14px;
    top: -12px;
    line-height: 1em;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px 10px;
    background-color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_four .inner .title span {
        top: 0px;
    }
}

.service-block_four .inner .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    max-width: 390px;
    margin: 15px 0px 25px;
    color: var(--theme-color1-text-color);
}

@media (max-width: 991.98px) {
    .service-block_four .inner .text {
        max-width: 100%;
    }
}

.service-four_content {
    position: relative;
    padding-left: 110px;
}

@media (max-width: 1199.98px) {
    .service-four_content {
        padding-left: 0px;
    }
}

.service-four_content .text {
    position: relative;
    font-size: 20px;
    max-width: 290px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--theme-color1-text-color);
}

@media (max-width: 991.98px) {
    .service-four_content .text {
        max-width: 100%;
    }
}

.service-four_content .image {
    position: relative;
    margin-top: 90px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-four_content .image {
        margin-top: 30px;
    }
}


/***

====================================================================
  Service Section Five
====================================================================

***/

.service-section-five {
    position: relative;
}

.service-section-five .images-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 991.98px) {
    .service-section-five .images-outer {
        display: none;
    }
}

.service-section-five .images-outer .image-layer {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-section-five .images-outer .image-layer {
        background-position: center center;
    }
}

.service-section-five .images-outer .image-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    opacity: 0.4;
    background-color: var(--theme-color2);
}

.service-section-five .images-outer .image-layer.active {
    opacity: 1;
    visibility: visible;
}

.service-section-five .outer-container {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.service-section-five .column:last-child .inner {
    border: none;
}

.service-block_five {
    position: relative;
}

.service-block_five .inner {
    position: relative;
    padding-top: 560px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
    .service-block_five .inner {
        border: none;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_five .inner {
        padding-top: 220px;
    }
}

.service-block_five .inner:hover .content {
    bottom: 0px;
}

.service-block_five .inner:hover .button-outer {
    opacity: 1 !important;
}

.service-block_five .inner .mobile-image {
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .service-block_five .inner .mobile-image {
        display: block;
    }
}

.service-block_five .inner .content {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0px 50px 40px;
    bottom: -50px;
}

@media (max-width: 1399.98px) {
    .service-block_five .inner .content {
        padding: 0px 20px 20px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_five .inner .content {
        padding: 0px 15px 40px;
    }
}

.service-block_five .inner .content .designation {
    position: relative;
    font-size: 16px;
    color: var(--theme-color1-text-color);
}

.service-block_five .inner .content .title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .service-block_five .inner .content .title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1199.98px) {
    .service-block_five .inner .content .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.service-block_five .inner .content .title a {
    color: var(--theme-color1-text-color);
}

.service-block_five .inner .content .button-outer {
    position: relative;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/***

====================================================================
  Service Section Six
====================================================================

***/

.service-section-six {
    position: relative;
    padding: 100px 0px 100px;
}

.service-section-six .auto-container {
    max-width: 1810px;
}

.service-section-six .auto-container .inner-container {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .service-section-six .auto-container .inner-container {
        border-bottom: 0px;
    }
}

.service-section-six .column {
    position: relative;
}

.service-section-six .column:last-child .inner {
    border-right: none;
}

.service-section-six .column:nth-child(2n+0) .content {
    padding-top: 0px;
    padding-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .service-section-six .column:last-child .inner {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767.98px) {
    .service-section-six .column:last-child .inner {
        border-right: 0px;
    }
}

.service-section-six .column:nth-child(2) .service-block_six .inner .image img {
    mask-image: url(../images/resource/service-14-1.png);
    -webkit-mask-image: url(../images/resource/service-14-1.png);
}

.service-section-six .column:nth-child(3) .service-block_six .inner .image img {
    mask-image: url(../images/resource/service-15-1.png);
    -webkit-mask-image: url(../images/resource/service-15-1.png);
}

.service-section-six .column:nth-child(4) .service-block_six .inner .image img {
    mask-image: url(../images/resource/service-16-1.png);
    -webkit-mask-image: url(../images/resource/service-16-1.png);
}

.service-block_six {
    position: relative;
}

.service-block_six .inner {
    position: relative;
    text-align: center;
    padding: 60px 15px 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .service-block_six .inner {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767.98px) {
    .service-block_six .inner {
        border-right: 0px;
    }
}

.service-block_six .inner .image {
    position: relative;
}

.service-block_six .inner .image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* mask here */
    -webkit-mask-image: url(../images/resource/service-13-1.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../images/resource/service-13-1.png);
    mask-size: cover;
    mask-repeat: no-repeat;
}

.service-block_six .inner .content {
    position: relative;
    padding-top: 40px;
}

.service-block_six .inner .title {
    font-weight: var(--h4-font-weight);
}

.service-block_six .inner .title a {
    color: var(--theme-color1);
}

.service-block_six .inner .title a:hover {
    color: var(--theme-color2);
}

.service-block_six .inner .text {
    position: relative;
    margin-top: 15px;
    padding: 0px 30px;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_six .inner .text {
        padding: 0px 0px;
    }
}


/***

====================================================================
  Service Section Seven
====================================================================

***/

.service-section-seven {
    position: relative;
    padding: 100px 0px 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-section-seven .auto-container {
    max-width: 1890px;
}

.service-section-seven .row {
    margin: 0px -5px;
}

.service-section-seven .row .column {
    padding: 0px 5px;
}

.service-section-seven .row .column .image {
    height: 97%;
    margin-bottom: 10px;
}

.service-section-seven .row .column .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.service-block_seven {
    position: relative;
    margin-bottom: 10px;
}

.service-block_seven .inner {
    position: relative;
    padding: 66px 60px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1799.98px) {
    .service-block_seven .inner {
        padding: 40px 50px;
    }
}

@media (max-width: 1599.98px) {
    .service-block_seven .inner {
        padding: 40px 30px;
        min-height: 438px;
    }
}

@media (max-width: 767.98px) {
    .service-block_seven .inner {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_seven .inner {
        padding: 30px 30px;
        min-height: auto;
    }
}

.service-block_seven .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color3);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.service-block_seven .inner:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.service-block_seven .inner:hover .left-arrow {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.service-block_seven .inner:hover .left-arrow:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-block_seven .inner:hover .theme-btn {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.service-block_seven .inner:hover .theme-btn:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-block_seven .inner:hover .right-arrow {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.service-block_seven .inner:hover .right-arrow:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-block_seven .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-block_seven .inner:hover .text {
    color: var(--theme-color-white);
}

.service-block_seven .inner:hover .title a {
    color: var(--theme-color-white);
}

.service-block_seven .inner:hover .btn-box .read-more {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.service-block_seven .inner:hover .btn-box .arrow-btn {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.service-block_seven .icon {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 54px;
    line-height: 100px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color3);
    font-family: "flaticon-agencyo";
    background-color: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block_seven .title {
    position: relative;
    margin-top: 45px;
    text-transform: capitalize;
}

.service-block_seven .title a {
    position: relative;
    color: var(--theme-color3);
}

.service-block_seven .text {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--text-color);
}


/***

====================================================================
  Service Section Eight
====================================================================

***/

.service-section-eight {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .service-section-eight {
        padding-bottom: 60px;
    }
}

.service-section-eight .auto-container {
    max-width: 1820px;
}

.service-section-eight .circle {
    position: absolute;
    left: 0px;
    bottom: -500px;
    width: 799px;
    height: 800px;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .service-section-eight .circle {
        display: none;
    }
}

.service-section-eight .column:nth-child(-n+2) .service-block_eight .inner {
    border-top: none;
}

@media (max-width: 1199.98px) {
    .service-section-eight .column:nth-child(-n+2) .service-block_eight .inner {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
}

.service-section-eight .column:nth-child(odd) .service-block_eight .inner {
    border-right: none;
}

@media (max-width: 767.98px) {
    .service-section-eight .column:nth-child(odd) .service-block_eight .inner {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
    }
}

.service-section-eight .column:nth-child(3n+0) {
    border-right: none;
}

.service-section-eight .column {
    position: relative;
}

@media (max-width: 767.98px) {
    .service-section-eight .column {
        margin-bottom: 30px;
    }
}

.service-section-eight .column .title-box {
    position: relative;
    margin-left: 250px;
    padding: 110px 0px 30px;
}

@media (max-width: 1399.98px) {
    .service-section-eight .column .title-box {
        margin-left: 0px;
    }
}

.service-block_eight {
    position: relative;
    margin-bottom: 0px;
}

.service-block_eight .inner {
    position: relative;
    padding: 130px 60px 60px 60px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1399.98px) {
    .service-block_eight .inner {
        padding: 60px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_eight .inner {
        padding: 30px 30px;
    }
}

.service-block_eight .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color2);
    background-color: var(--theme-color3);
}

.service-block_eight .icon {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    border-radius: 0px;
    text-align: center;
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    color: var(--theme-color3);
    background-color: var(--theme-color2);
}

.service-block_eight .title {
    position: relative;
    margin-top: 45px;
    text-transform: capitalize;
    color: var(--theme-color3);
}

.service-block_eight .title a {
    position: relative;
    color: var(--theme-color3);
}

.service-block_eight .text {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_eight .text {
        margin-bottom: 0px;
    }
}


/***

====================================================================
  Service Section Nine
====================================================================

***/

.service-section-nine {
    position: relative;
    overflow: hidden;
    margin: 0px 30px;
}

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

.service-section-nine .outer-container {
    position: relative;
    max-width: 1890px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
    padding: 120px 0px 100px;
    background-color: var(--theme-color1);
}

.service-section-nine .outer-container .inner-container {
    position: relative;
}

.service-section-nine .cloud {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 265px;
    z-index: 1;
    overflow: hidden;
    border-radius: 25px 25px 0px 0px;
    background-image: url(../images/background/cloud.png);
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}

@-webkit-keyframes cloudScroll {
    from {
        background-position: 0 top;
    }
    to {
        background-position: 1000px top;
        /* adjust based on image size and desired speed */
    }
}

@keyframes cloudScroll {
    from {
        background-position: 0 top;
    }
    to {
        background-position: 1000px top;
        /* adjust based on image size and desired speed */
    }
}

.service-section-nine .nav-box {
    position: absolute;
    left: 100px;
    top: 50%;
    right: 100px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .service-section-nine .nav-box {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 1399.98px) {
    .service-section-nine .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        display: none;
        margin-top: 20px;
        text-align: center;
    }
}

.service-section-nine .nav-box .four-item_button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    line-height: 43px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-section-nine .nav-box .four-item_button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.service-section-nine .nav-box .four-item_button-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    line-height: 43px;
    border-radius: 150px;
    display: inline-block;
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1399.98px) {
    .service-section-nine .nav-box .four-item_button-next {
        position: relative;
    }
}

.service-section-nine .nav-box .four-item_button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.service-section-nine .four-item-pagination {
    position: relative;
    z-index: 10;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .service-section-nine .four-item-pagination {
        margin-top: 20px;
    }
}

.service-section-nine .four-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
}

.service-section-nine .four-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color-white);
}

.service-section-nine .four-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
}

.service-section-nine .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.service-block_nine {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.service-block_nine .inner {
    position: relative;
    text-align: center;
}

.service-block_nine .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color2);
    background-color: var(--theme-color-white);
}

.service-block_nine .image_outer {
    position: relative;
}

.service-block_nine .image_outer .image {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 350px;
}

.service-block_nine .image_outer .image img {
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.service-block_nine .image_outer .icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 38px;
    line-height: 70px;
    border-radius: 8px;
    margin-top: -35px;
    font-family: "flaticon-agencyo";
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
}

.service-block_nine .title {
    position: relative;
    margin-top: 30px;
}

.service-block_nine .title a {
    position: relative;
    color: var(--theme-color-white);
}

.service-block_nine .title a:hover {
    color: var(--theme-color2);
}

.service-block_nine .text {
    position: relative;
    opacity: 0.65;
    margin: 0px 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--theme-color-white);
}


/***

====================================================================
  Service Section Ten
====================================================================

***/

.service-section-ten {
    position: relative;
}

@media (max-width: 991.98px) {
    .service-section-ten {
        padding-top: 110px;
    }
}

.service-section-ten .auto-container {
    max-width: 1800px;
}

.service-section-ten .inner-container {
    position: relative;
    background-color: var(--theme-color1);
}

.service-section-ten .inner-container .column:last-child .inner-column {
    background-color: var(--theme-color2);
}

.service-section-ten .inner-container .image {
    position: relative;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .service-section-ten .inner-container .image {
        display: none;
    }
}

.service-section-ten .inner-container .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-section-ten .inner-container .column .inner-column {
    padding: 50px 50px;
}

@media (max-width: 991.98px) {
    .service-section-ten .inner-container .column .inner-column {
        padding: 50px 35px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-section-ten .inner-container .column .inner-column {
        padding: 40px 25px;
    }
}

.service-section-ten .inner-container .column .inner-column .play {
    position: relative;
}

.service-section-ten .inner-container .column .inner-column .play .icon {
    position: relative;
    width: 65px;
    height: 65px;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 63px;
    display: inline-block;
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-section-ten .inner-container .column .inner-column .text {
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--theme-color-white);
}

.service-section-ten .inner-container .column .inner-column .client-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 120px;
    margin-bottom: 15px;
    color: var(--theme-color-white);
}

@media (max-width: 1599.98px) {
    .service-section-ten .inner-container .column .inner-column .client-title {
        margin-top: 90px;
    }
}

.service-section-ten .inner-container .column .inner-column .authors {
    position: relative;
    margin-top: 15px;
}

.service-section-ten .inner-container .column .inner-column .authors li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -18px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--theme-color-white);
}

.service-section-ten .inner-container .column .inner-column .authors li img {
    width: 100%;
}

.service-section-ten .inner-container .column .inner-column .authors li:nth-child(1) {
    margin-left: 0px;
}

.service-section-ten .inner-container .award {
    position: relative;
    line-height: 1em;
}

.service-section-ten .inner-container .experiance-box {
    position: relative;
    width: 170px;
    height: 170px;
    font-size: 48px;
    font-weight: 600;
    border-radius: 150px;
    padding: 45px 40px;
    color: var(--theme-color-white);
    border: 2px solid white;
}

.service-section-ten .inner-container .experiance-box .experiance-box-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
}

.service-section-ten .inner-container .experiance-image {
    position: relative;
    width: 170px;
    height: 170px;
    margin-left: -40px;
    overflow: hidden;
    border-radius: 100px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .service-section-ten .inner-container .experiance-image {
        margin-left: -50px;
    }
}

@media (max-width: 767.98px) {
    .service-section-ten .inner-container .experiance-image {
        margin-left: -35px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-section-ten .inner-container .experiance-image {
        display: none;
    }
}


/***

====================================================================
  Service Section Eleven
====================================================================

***/

.service-section-eleven {
    position: relative;
    padding: 110px 0px 0px;
}

.service-section-eleven .auto-container {
    max-width: 1810px;
}

.service-section-eleven .auto-container .inner-container {
    position: relative;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .service-section-eleven .left-column {
        display: none;
    }
}

.service-section-eleven .column {
    position: relative;
}

.service-section-eleven .column .image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.service-section-eleven .column .image img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .service-section-eleven .column .image {
        display: none;
    }
}

.service-section-eleven .column .inner-column {
    position: relative;
    padding: 60px 15px 15px 55px;
}

@media (max-width: 1599.98px) {
    .service-section-eleven .column .inner-column {
        padding: 35px 15px 15px 35px;
    }
}

@media (max-width: 991.98px) {
    .service-section-eleven .column .inner-column {
        padding: 60px 15px 60px 15px;
    }
}

.service-section-eleven .column .inner-column .title {
    margin-bottom: 30px;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .service-section-eleven .column .inner-column .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1199.98px) {
    .service-section-eleven .column .inner-column .title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 35px;
    }
    .service-section-eleven .column .inner-column .title br {
        display: none;
    }
}

.service-eleven-tabs {
    position: relative;
}

.service-eleven-tabs .tab-btns {
    position: relative;
    margin-right: 35px;
}

@media (max-width: 1399.98px) {
    .service-eleven-tabs .tab-btns {
        margin-right: 5px;
    }
}

.service-eleven-tabs .tab-btns li {
    position: relative;
    font-size: 22px;
    display: block;
    font-weight: 400px;
    padding: 28px 0px 28px 60px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-eleven-tabs .tab-btns li {
        font-size: 18px;
    }
}

.service-eleven-tabs .tab-btns li.active-btn {
    color: var(--theme-color4);
}

.service-eleven-tabs .tab-btns li.active-btn i {
    opacity: 1;
}

.service-eleven-tabs .tab-btns li:hover {
    color: var(--theme-color4);
}

.service-eleven-tabs .tab-btns li:hover i {
    opacity: 1;
}

.service-eleven-tabs .tab-btns li .icon {
    position: absolute;
    left: 0px;
    font-size: 30px;
    line-height: 1em;
    font-family: flaticon-agencyo;
}

.service-eleven-tabs .tab-btns li i {
    position: absolute;
    right: 0px;
    top: 32px;
    opacity: 0;
    font-size: 18px;
    line-height: 1em;
    color: var(--theme-color4);
}

.service-eleven-tabs .tabs-content {
    padding: 50px 50px;
    margin-top: -175px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1599.98px) {
    .service-eleven-tabs .tabs-content {
        padding: 35px 30px;
    }
}

@media (max-width: 1199.98px) {
    .service-eleven-tabs .tabs-content {
        margin-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .service-eleven-tabs .tabs-content {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-eleven-tabs .tabs-content {
        padding: 20px 20px;
    }
}

.service-eleven-tabs .title-box {
    position: relative;
}

.service-eleven-tabs .form-title {
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-eleven-tabs .form-title {
        font-size: 22px;
    }
}

.service-eleven-tabs .text {
    margin-bottom: 30px;
    color: var(--theme-color-white);
}


/*** 
====================================================================
	  Service Form
====================================================================
***/

.service-form .form-group {
    margin-bottom: 20px;
}

.service-form .form-group:last-child {
    margin-bottom: 0;
}

.service-form .form-group input[type=text],
.service-form .form-group input[type=password],
.service-form .form-group input[type=tel],
.service-form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-form .form-group input[type=text]:focus,
.service-form .form-group input[type=password]:focus,
.service-form .form-group input[type=tel]:focus,
.service-form .form-group input[type=email]:focus {
    border-color: var(--theme-color-white);
}

.service-form .form-group input::-webkit-input-placeholder {
    color: var(--theme-color-white);
}

.service-form .form-group input::-moz-placeholder {
    color: var(--theme-color-white);
}

.service-form .form-group input:-ms-input-placeholder {
    color: var(--theme-color-white);
}

.service-form .form-group input::-ms-input-placeholder {
    color: var(--theme-color-white);
}

.service-form .form-group input::placeholder {
    color: var(--theme-color-white);
}

.service-form .form-group button {
    background: none;
}

.service-form .check-box {
    position: relative;
}

.service-form .check-box label {
    position: relative;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 2px 0px 0px 35px;
    color: var(--theme-color-white);
}

.service-form .check-box label:before {
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 20px;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.service-form .check-box label:after {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "✔";
    font-size: 12px;
    color: var(--theme-color-white);
    font-weight: bold;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.service-form .check-box input[type=checkbox] {
    display: none;
}

.service-form .check-box input[type=checkbox]:checked+label:before {
    background-color: var(--theme-color4);
    border-color: var(--theme-color4);
}

.service-form .check-box input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.service-form.style-two .form-group input[type=text],
.service-form.style-two .form-group input[type=password],
.service-form.style-two .form-group input[type=tel],
.service-form.style-two .form-group input[type=email] {
    border: none;
    padding: 10px 0px;
    border-radius: 0px;
    color: var(--theme-color1);
    border-bottom: 1px solid rgba(0, 37, 92, 0.1);
}

.service-form.style-two .form-group .ui-selectmenu-button.ui-button {
    border: none;
    padding: 10px 0px;
    border-radius: 0px;
    color: var(--theme-color1);
    border-bottom: 1px solid rgba(0, 37, 92, 0.1);
}

.service-form.style-two .form-group .ui-button .ui-icon:before {
    color: var(--theme-color1);
}

.service-form.style-two .form-group input::-webkit-input-placeholder,
.service-form.style-two .form-group textarea::-webkit-input-placeholder {
    color: var(--theme-color1);
}

.service-form.style-two .form-group input::-moz-placeholder,
.service-form.style-two .form-group textarea::-moz-placeholder {
    color: var(--theme-color1);
}

.service-form.style-two .form-group input:-ms-input-placeholder,
.service-form.style-two .form-group textarea:-ms-input-placeholder {
    color: var(--theme-color1);
}

.service-form.style-two .form-group input::-ms-input-placeholder,
.service-form.style-two .form-group textarea::-ms-input-placeholder {
    color: var(--theme-color1);
}

.service-form.style-two .form-group input::placeholder,
.service-form.style-two .form-group textarea::placeholder {
    color: var(--theme-color1);
}

.service-form.style-two .form-group textarea {
    border: none;
    width: 100%;
    height: 110px;
    padding: 10px 0px;
    border-radius: 0px;
    color: var(--theme-color1);
    border-bottom: 1px solid rgba(0, 37, 92, 0.1);
}

.service-form.style-two .form-group .btn-box .read-more {
    background-color: var(--theme-color2);
}

.service-form.style-two .form-group .btn-box .read-more:hover {
    background-color: var(--theme-color1);
}

.service-form.style-two .form-group .btn-box .arrow-btn {
    background-color: var(--theme-color2);
}

.service-form.style-two .form-group .btn-box .arrow-btn:hover {
    background-color: var(--theme-color1);
}


/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
    top: -2px;
    width: 100%;
    padding: 16px 25px;
    height: 60px;
    font-style: normal;
    line-height: 28px;
    font-size: 16px;
    border-radius: 10px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 5px;
    text-indent: 0px;
    color: #a5a5a5;
}

.form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    color: var(--theme-color-white);
}

.ui-menu .ui-menu-item {
    font-size: 16px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item:hover {
    background-color: var(--theme-color4);
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    line-height: 24px;
    font-size: 16px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: var(--theme-color2) !important;
    border-color: var(--theme-color2) !important;
}


/***

====================================================================
  Service Twelve
====================================================================

***/

.service-section-twelve {
    position: relative;
    padding: 120px 0px 60px;
}

.service-section-twelve .sec-title {
    margin-bottom: 30px;
}

.service-section-twelve .sec-title h2 {
    max-width: 380px;
}

@media (max-width: 991.98px) {
    .service-section-twelve .sec-title h2 {
        max-width: 100%;
    }
}

.service-section-twelve .sec-title .text {
    max-width: 380px;
    margin-top: 35px;
}

@media (max-width: 991.98px) {
    .service-section-twelve .sec-title .text {
        max-width: 100%;
    }
}

.service-section-twelve .sec-title .btn-box {
    margin-top: 0px;
}

.service-section-twelve .column {
    margin-bottom: 30px;
}

.service-section-twelve .image {
    position: relative;
}

.service-section-twelve .image img {
    max-width: inherit;
}

@media (max-width: 1199.98px) {
    .service-section-twelve .image img {
        max-width: 100%;
    }
}

.service-section-twelve .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    position: absolute;
    left: 0px;
    bottom: -18px;
    right: 0px;
}

.service-section-twelve .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.service-section-twelve .animations-mode .animate-title {
    position: relative;
    font-size: 200px;
    font-weight: 500;
    line-height: 180px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-section-twelve .animations-mode .animate-title {
        font-size: 100px;
        line-height: 1em;
    }
}


/***

====================================================================
  Service Thirteen
====================================================================

***/

.service-section-thirteen {
    position: relative;
    padding: 120px 0px 50px;
    background-color: var(--theme-color2);
}

.service-section-thirteen .sec-title_two {
    margin-bottom: 70px;
}

.service-block_ten {
    position: relative;
}

.service-block_ten:before {
    position: absolute;
    content: "";
    left: -500px;
    top: 0px;
    right: -500px;
    height: 1px;
    opacity: 0.1;
    background-color: var(--theme-color-white);
}

.service-block_ten .inner {
    position: relative;
    padding: 70px 0px 70px;
}

.service-block_ten .inner .column {
    position: relative;
    overflow: hidden;
}

.service-block_ten .content {
    position: relative;
}

@media (max-width: 991.98px) {
    .service-block_ten .content {
        margin-bottom: 40px;
    }
}

.service-block_ten .content .number {
    position: relative;
    font-size: 16px;
    color: var(--theme-color-white);
}

.service-block_ten .content .title {
    position: relative;
    font-size: 35px;
    margin-top: 90px;
    font-weight: 500;
    line-height: 45px;
    color: var(--theme-color-white);
}

.service-block_ten .content .title a {
    color: var(--theme-color-white);
}

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

@media (max-width: 1199.98px) {
    .service-block_ten .content .title {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_ten .content .title {
        font-size: 26px;
        line-height: 36px;
    }
}

.service-block_ten .content .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    max-width: 420px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .service-block_ten .content .text {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .service-block_ten .content .text {
        font-size: 14px;
    }
}

.service-block_ten .content .arrow {
    position: relative;
    margin-top: 5px;
    width: 80px;
    height: 80px;
    font-size: 24px;
    text-align: center;
    line-height: 76px;
    border-radius: 100px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-block_ten .content .arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
    background-color: var(--theme-color1);
}

.service-block_ten .image {
    position: relative;
    overflow: hidden;
}

.service-block_ten .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block_ten .image:hover img {
    opacity: 0.6;
}


/*** 

====================================================================
  Funfact Section
====================================================================

***/

.funfact-section {
    position: relative;
    padding: 0px 0px 80px;
}

.funfact-section .column {
    position: relative;
    margin-bottom: 30px;
}

.funfact-section .title-box {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .funfact-section .title-box {
        font-size: 32px;
        line-height: 42px;
    }
}

.funfact-section .funfact-options {
    position: relative;
}

.funfact-section .funfact-options .circle {
    position: relative;
    z-index: 2;
}

.funfact-section .funfact-options .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.funfact-section .funfact-options .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}

.funfact-section .funfact-options .author {
    position: relative;
    margin-left: -40px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .funfact-section .funfact-options .author {
        margin-left: 0px;
    }
}

.funfact-section .funfact-counter_box {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.funfact-section .funfact-counter_box .column {
    margin-bottom: 0px;
}

.funfact-section .funfact-counter_box .column:last-child .funfact-counts {
    border: none;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .funfact-section .funfact-counter_box .column:last-child .funfact-counts {
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
}

.funfact-section .funfact-counter_box .funfact-counts {
    position: relative;
    padding: 40px 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .funfact-section .funfact-counter_box .funfact-counts {
        border-right: 0px;
        padding: 30px 30px;
    }
}

.funfact-section .funfact-counter_box .funfact-counts:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.funfact-section .funfact-counter_box .funfact-counts .count-box {
    position: relative;
    font-size: 75px;
    font-weight: 500;
    line-height: 1em;
    color: var(--theme-color1);
}

.funfact-section .funfact-counter_box .funfact-counts .designation {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 15px;
    color: var(--text-color);
}

.funfact-section .funfact-counter_box .funfact-counts .icon {
    position: relative;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 60px;
    margin-bottom: 60px;
    display: inline-block;
    color: var(--theme-color3);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.funfact-section .funfact-counter_box .funfact-counts .text {
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
}


/*** 

====================================================================
  Funfact Section Two
====================================================================

***/

.funfact-section-two {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.funfact-section-two .column {
    position: relative;
}

.funfact-section-two .column:first-child .counter-block .inner {
    padding-left: 0px;
}

.funfact-section-two .column:last-child .inner:before {
    display: none;
}

@media (max-width: 1399.98px) {
    .funfact-section-two .column:nth-child(4) .counter-block .inner {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1399.98px) and (max-width: 767.98px) {
    .funfact-section-two .column:nth-child(4) .counter-block .inner {
        border: none;
    }
}

@media (max-width: 1399.98px) {
    .funfact-section-two .column:nth-child(1) .counter-block .inner,
    .funfact-section-two .column:nth-child(2) .counter-block .inner {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767.98px) {
    .funfact-section-two .column:nth-child(3) .counter-block .inner {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.funfact-section-two .auto-container {
    max-width: 1950px;
}

.funfact-section-two .inner-container {
    position: relative;
}

.funfact-section-two.style-two {
    border: none;
}

.funfact-section-two.style-two .column:first-child .counter-block .inner {
    padding-left: 40px;
}

.funfact-section-two.style-two .column .counter-block .inner {
    padding-left: 40px;
}

.funfact-section-two.style-two .auto-container {
    max-width: 1890px;
}

.funfact-section-two.style-two .auto-container .inner-container {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1399.98px) {
    .funfact-section-two.style-two .auto-container .inner-container {
        border-right: 0px;
        border-radius: 0px;
    }
}

@media (max-width: 1399.98px) and (max-width: 767.98px) {
    .funfact-section-two.style-two .auto-container .inner-container {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }
}

.funfact-section-two.style-two .auto-container .inner-container .counter-block .inner .icon-box .icon {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.funfact-section-two.style-two .auto-container .inner-container .counter-block .inner .count-box {
    color: var(--theme-color1);
}

.counter-block {
    position: relative;
}

.counter-block .inner {
    position: relative;
    padding: 70px 60px 70px;
}

@media (max-width: 1799.98px) {
    .counter-block .inner {
        padding: 50px 40px 50px;
    }
}

@media (max-width: 1599.98px) {
    .counter-block .inner {
        padding: 70px 15px 70px;
    }
}

@media (max-width: 767.98px) {
    .counter-block .inner {
        padding: 30px 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .counter-block .inner {
        padding: 30px 0px;
    }
}

.counter-block .inner .content {
    position: relative;
    padding-left: 110px;
}

.counter-block .inner::before {
    position: absolute;
    content: "";
    right: -1px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .counter-block .inner::before {
        display: none;
    }
}

.counter-block .inner:hover .icon-box .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.counter-block .inner .icon-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .icon-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    font-size: 40px;
    line-height: 85px;
    text-align: center;
    font-style: normal;
    border-radius: 50px;
    display: inline-block;
    font-family: "flaticon-agencyo";
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color3);
}

.counter-block .inner .count-box {
    position: relative;
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
    color: var(--theme-color3);
    text-transform: uppercase;
}

.counter-block .inner .text {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    max-width: 230px;
    margin-top: 8px;
    color: var(--text-color);
}


/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
}

.contact-section .outer-container {
    position: relative;
    background-color: #f1f2eb;
}

.contact-section .outer-container .image {
    position: relative;
    height: 100%;
}

.contact-section .outer-container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-section .outer-container .image::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.contact-section .outer-container .form-outer {
    position: relative;
    padding: 80px 80px;
}

@media (max-width: 1599.98px) {
    .contact-section .outer-container .form-outer {
        padding: 40px 40px;
    }
}

@media (max-width: 1399.98px) {
    .contact-section .outer-container .form-outer {
        padding: 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .contact-section .outer-container .form-outer {
        padding: 60px 25px;
    }
}


/* Contact Form */

.contact-form {
    position: relative;
}

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

.contact-form .form-group label {
    position: relative;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color1);
    text-transform: capitalize;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form .form-group input[type=text],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=email],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 55px;
    font-weight: 400;
    border-radius: 50px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: var(--body-font-size);
    background-color: var(--theme-color-white);
}

.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group select:focus {
    border-color: var(--theme-color2);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    resize: none;
    line-height: 26px;
    padding: 20px 25px;
    border-radius: 25px;
    color: var(--text-color);
    font-size: var(--body-font-size);
    background-color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea:focus {
    border-color: var(--theme-color2);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--theme-color2);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form.style-two .form-group input {
    border-radius: 50px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-form.style-two .form-group textarea {
    border-radius: 25px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-form.style-two .form-group button {
    background: none;
}

.contact-form.style-two .form-group button .read-more {
    background-color: var(--theme-color4);
}

.contact-form.style-two .form-group button .read-more:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.contact-form.style-two .form-group button .arrow-btn {
    background-color: var(--theme-color4);
}

.contact-form.style-two .form-group button .arrow-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}


/*** 

====================================================================
    Contact Two
====================================================================

***/

.contact-two {
    position: relative;
    background-color: #f1f2eb;
    background-position: right top;
    background-repeat: no-repeat;
}

.contact-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.contact-two .auto-container {
    position: relative;
    max-width: 1950px;
}

@media (max-width: 1199.98px) {
    .contact-two .left-column {
        display: none;
    }
}

.contact-two .image {
    position: relative;
    margin-left: -15px;
    height: 100%;
}

.contact-two .image img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .contact-two .image {
        display: none;
    }
}

.contact-two .form-outer {
    position: relative;
    padding: 80px 0px 80px 60px;
}

.contact-two .form-outer .sec-title {
    margin-bottom: 35px;
}

.contact-two .form-outer .contact-form {
    padding-left: 60px;
}

@media (max-width: 1599.98px) {
    .contact-two .form-outer .contact-form {
        padding-left: 0px;
    }
}

@media (max-width: 1599.98px) {
    .contact-two .form-outer {
        padding: 60px 0px 60px 20px;
    }
    .contact-two .form-outer .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact-two .form-outer .sec-title .text br {
        display: none;
    }
}

@media (max-width: 1399.98px) {
    .contact-two .form-outer {
        padding: 60px 0px;
    }
}

@media (max-width: 991.98px) {
    .contact-two .form-outer {
        padding: 100px 0px;
    }
}

.contact-two .form-outer .title {
    font-weight: 300;
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 50px;
    color: var(--theme-eatngo2);
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    .contact-two .form-outer .title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .contact-two .form-outer .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .contact-two .form-outer .title {
        font-size: 44px;
        line-height: 54px;
    }
}

.contact-two .location-box {
    position: relative;
    max-width: 360px;
    padding: 16px 27px;
    border-radius: 10px;
    background-color: var(--theme-color-white);
}

.contact-two .location-box .location {
    position: relative;
    font-size: 16px;
    color: var(--theme-color1);
}

.contact-two .location-box .location span {
    position: relative;
    margin-right: 8px;
}

.contact-two .location-box strong {
    position: relative;
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 10px;
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .contact-two .location-box {
        margin-bottom: 25px;
        max-width: 100%;
    }
}


/*** 

====================================================================
    Contact Three
====================================================================

***/

.contact-three {
    position: relative;
    padding: 100px 0px 70px;
    background-position: right top;
    background-repeat: no-repeat;
}

.contact-three .vector {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact-three .column {
    position: relative;
    margin-bottom: 30px;
}

.contact-three .title-outer {
    position: relative;
}

.contact-three .title-outer .info-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-three .title-outer .info-outer .info {
    position: relative;
    padding: 20px 26px;
    border-radius: 8px;
    max-width: 230px;
    width: 100%;
    color: var(--theme-color1);
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 767.98px) {
    .contact-three .title-outer .info-outer .info {
        margin-bottom: 20px;
    }
}

.contact-three .title-outer .info-outer .info i {
    position: relative;
    margin-right: 10px;
}

.contact-three .title-outer .info-outer .info a {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .contact-three .title-outer .info-outer .info a {
        font-size: 18px;
    }
}

.contact-three.style-two .sec-title_two h1 {
    font-size: 48px;
    line-height: 55px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .contact-three.style-two .sec-title_two h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.contact-three.style-two .info-outer .info {
    color: var(--theme-color2);
}

.contact-three.style-two .info-outer .info a {
    color: var(--theme-color2);
}

.contact-three.style-two .contact-form .form-group label {
    color: var(--theme-color2);
}

.contact-three.style-two .contact-form .form-group button {
    background: none;
}

.contact-three.style-two .contact-form .form-group button .read-more {
    background-color: var(--theme-color1);
}

.contact-three.style-two .contact-form .form-group button .arrow-btn {
    background-color: var(--theme-color1);
}


/*** 

====================================================================
    Contact Four
====================================================================

***/

.contact-four {
    position: relative;
    padding: 100px 0px 80px;
}

.contact-four .column {
    margin-bottom: 30px;
}

.contact-four .info {
    position: relative;
    color: var(--text-color);
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .contact-four .info {
        margin-bottom: 0px;
    }
}

.contact-four .info i {
    position: relative;
    margin-right: 10px;
}

.contact-four .info a {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}

.contact-four .info strong {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}

.contact-four .lower-box {
    position: relative;
    padding-top: 35px;
    margin-right: 110px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1399.98px) {
    .contact-four .lower-box {
        margin-right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .contact-four .lower-box {
        margin-right: 0px;
    }
}

.contact-four .lower-box .social-links {
    position: relative;
}

.contact-four .lower-box .social-links li {
    margin-right: 5px;
    display: inline-block;
}

.contact-four .lower-box .social-links li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.contact-four .lower-box .social-links li a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.contact-four .lower-box .social-links li:last-child {
    margin-right: 0px;
}

.contact-four .form-outer {
    position: relative;
    padding: 40px 50px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .contact-four .form-outer {
        padding: 30px 30px;
    }
}

.contact-four .form-outer .form-title {
    font-weight: 500;
    font-size: 22px;
}

.contact-four .form-outer .form-text {
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 25px;
}


/*** 

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

***/

.pricing-one {
    position: relative;
    padding: 110px 0px 80px;
}

.price-block_one {
    position: relative;
    margin-bottom: 30px;
}

.price-block_one .inner {
    position: relative;
    padding: 40px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .price-block_one .inner {
        padding: 30px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .price-block_one .inner {
        padding: 30px 25px 30px;
    }
}

.price-block_one .inner:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
    background-color: var(--theme-color1);
}

.price-block_one .inner:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.price-block_one .inner:hover .price {
    color: var(--theme-color-white);
    border-color: rgba(255, 255, 255, 0.1);
}

.price-block_one .inner:hover .title {
    color: var(--theme-color-white);
}

.price-block_one .inner:hover .title:before {
    background-color: var(--theme-color-white);
}

.price-block_one .inner:hover .text {
    color: var(--theme-color-white);
}

.price-block_one .inner:hover .list li {
    color: var(--theme-color-white);
}

.price-block_one .inner:hover .arrow {
    color: var(--theme-color-white);
    border-color: white;
}

.price-block_one .inner:hover .button {
    color: var(--theme-color1);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}

.price-block_one .inner:hover .button-theme-border1 .left-arrow {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.price-block_one .inner:hover .button-theme-border1 .theme-btn {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.price-block_one .inner:hover .button-theme-border1 .right-arrow {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

.price-block_one .title {
    position: relative;
    font-size: 22px;
    padding-left: 25px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    color: var(--theme-color1);
}

.price-block_one .title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--theme-color1);
}

.price-block_one .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    color: var(--text-color);
}

.price-block_one .price {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    margin-top: 25px;
    font-weight: 500;
    padding: 20px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .price-block_one .price {
        font-size: 50px;
    }
}

.price-block_one .price sub {
    font-size: 24px;
}

@media (max-width: 1399.98px) {
    .price-block_one .price sub {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .price-block_one .price {
        font-size: 48px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .price-block_one .price {
        font-size: 46px;
    }
}

.price-block_one .list {
    position: relative;
    margin-top: 40px;
    margin-bottom: 35px;
}

.price-block_one .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block_one .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
}

.price-block_one .list li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
    Pricing Two
====================================================================

***/

.pricing-two {
    position: relative;
    padding: 90px 0px 80px;
    background-color: #f3f3f3;
}

.pricing-tabs {
    position: relative;
}

.pricing-tabs .title-column {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.pricing-tabs .tab-buttons {
    display: inline-block;
    position: relative;
    text-align: center;
}

.pricing-tabs .tab-buttons .tab-btn {
    color: var(--text-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    float: left;
    line-height: 47px;
    margin: 0 20px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 375.98px) {
    .pricing-tabs .tab-buttons .tab-btn {
        margin: 0 10px;
    }
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: var(--theme-color1);
}

.pricing-tabs .tab-buttons .tab-btn i {
    position: relative;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 12px;
    font-style: normal;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.pricing-tabs .tab-buttons .boll {
    background-color: var(--theme-color2);
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    height: 45px;
    padding: 8px 8px;
    position: relative;
    text-align: left;
    width: 92px;
}

.pricing-tabs .tab-buttons .boll .round {
    position: relative;
    width: 30px;
    height: 29px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .boll .round.boll-right {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
}

@media (max-width: 375.98px) {
    .pricing-tabs .tab-buttons .boll .round.boll-right {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}

@media (max-width: 355.98px) {
    .pricing-tabs .tab-buttons .boll .round.boll-right {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.pricing-tabs .tabs-content .tab .content .guarantee {
    position: relative;
    text-align: center;
    color: #373a5b;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.pricing-tabs .tabs-content .tab .content .guarantee .circle {
    position: relative;
    width: 18px;
    height: 18px;
    top: 3px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #2bb852;
}

.pricing-tabs .tabs-content .tab .content .guarantee .circle:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #2bb852;
}

.pricing-tabs .tabs-content .patern-layer-three {
    position: absolute;
    left: -170px;
    bottom: -70px;
    width: 460px;
    height: 584px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.pricing-tabs .tabs-content .patern-layer-four {
    position: absolute;
    right: -195px;
    bottom: 60px;
    width: 382px;
    height: 620px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.price-block_two {
    position: relative;
    margin-bottom: 30px;
}

.price-block_two .inner {
    position: relative;
    padding: 40px 45px;
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .price-block_two .inner {
        padding: 30px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .price-block_two .inner {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 1199.98px) {
    .price-block_two .inner .button-theme-border1 .theme-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.price-block_two .inner .tag {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 5px 15px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .price-block_two .inner .tag {
        font-size: 12px;
        padding: 4px 12px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .price-block_two .inner .tag {
        padding: 3px 8px;
        font-size: 12px;
        right: 4px;
        top: 4px;
    }
}

.price-block_two .title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    color: var(--theme-color1);
}

.price-block_two .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    color: var(--text-color);
}

.price-block_two .price {
    position: relative;
    font-size: 48px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color1);
}

.price-block_two .price sub {
    font-size: 20px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .price-block_two .price {
        font-size: 34px;
    }
}

.price-block_two .list {
    position: relative;
    margin-top: 40px;
}

.price-block_two .list span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--theme-color1);
}

.price-block_two .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.price-block_two .list li:before {
    position: absolute;
    content: "\f058";
    left: 0px;
    top: 0px;
    font-weight: 700;
    color: var(--theme-color1);
    font-family: "Font Awesome 6 Pro";
}

.price-block_two .list li:last-child {
    margin-bottom: 0px;
}

.price-block_two .list li:first-child {
    padding-left: 0px;
}

.price-block_two .list li:first-child:before {
    display: none;
}


/***

====================================================================
    Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 100px 0px 70px;
}

.team-section .sec-title {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .team-section .column:first-child .button-theme-border1 {
        margin-bottom: 40px;
    }
}

.team-section .team-vector {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 118px;
    height: 118px;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .team-section .team-vector {
        display: none;
    }
}

.team-block_one {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.team-block_one .inner {
    position: relative;
}

.team-block_one .inner .image_outer {
    position: relative;
}

.team-block_one .inner .image_outer .image {
    position: relative;
    overflow: hidden;
}

.team-block_one .inner .image_outer .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block_one .inner:hover .shares .team-socials {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.team-block_one .inner:hover .shares .share-icon {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.team-block_one .inner .shares {
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 15px;
    text-align: center;
}

.team-block_one .inner .shares .share-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    line-height: 50px;
    font-size: 18px;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
}

.team-block_one .inner .shares .team-socials {
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.team-block_one .inner .shares .team-socials a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin: 5px 0px;
    line-height: 50px;
    font-size: 18px;
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.team-block_one .inner .shares .team-socials a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.team-block_one .content {
    position: relative;
    padding-top: 25px;
}

.team-block_one .content .title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
}

.team-block_one .content .title a {
    color: var(--theme-color1);
}

.team-block_one .content .designation {
    position: relative;
    font-weight: 500;
    margin-top: 5px;
    color: var(--text-color);
}


/***

====================================================================
    Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 100px 0px 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.team-section-two .big-letter {
    position: absolute;
    left: 0px;
    bottom: 120px;
    right: 0px;
}

.team-section-two .big-letter .title {
    position: relative;
    font-size: 220px;
    font-weight: 500;
    line-height: 180px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.25);
}

.team-section-two .big-letter .animations-mode {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 70s linear infinite;
    animation: scroll 70s linear infinite;
}

@media (max-width: 1199.98px) {
    .team-section-two .empty-column {
        display: none;
    }
}

.team-block_two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.team-block_two .inner {
    position: relative;
    overflow: hidden;
}

.team-block_two .inner:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.team-block_two .inner .image_outer {
    position: relative;
}

.team-block_two .inner .image_outer .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2);
}

.team-block_two .inner .image_outer .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block_two .inner .image_outer .image:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.team-block_two .inner:hover .image:before {
    opacity: 1;
}

.team-block_two .inner:hover .team-block_two-shares .team-socials {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.team-block_two .inner:hover .team-block_two-shares .share-icon {
    color: var(--theme-color-white);
    background-color: var(--theme-color6);
}

.team-block_two .inner:hover .content {
    bottom: 30px;
}

.team-block_two .inner .team-socials {
    position: relative;
    margin-top: 12px;
}

.team-block_two .inner .team-socials a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-right: 5px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-image: -webkit-gradient(linear, left top, right top, from(#959290), color-stop(#a5a3a1), color-stop(#b5b3b2), color-stop(#c6c5c3), to(#d7d6d5));
    background-image: linear-gradient(to right, #959290, #a5a3a1, #b5b3b2, #c6c5c3, #d7d6d5);
}

.team-block_two .inner .team-socials a:hover {
    color: var(--theme-color1);
    background-image: -webkit-gradient(linear, left top, right top, from(#99ea48), color-stop(#99ea48), color-stop(#99ea48), color-stop(#99ea48), to(#99ea48));
    background-image: linear-gradient(to right, #99ea48, #99ea48, #99ea48, #99ea48, #99ea48);
}

.team-block_two .content {
    position: absolute;
    left: 30px;
    bottom: -130px;
    right: 30px;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block_two .content .title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
}

.team-block_two .content .title a {
    color: var(--theme-color-white);
}

.team-block_two .content .designation {
    position: relative;
    font-weight: 500;
    margin-top: 5px;
    color: var(--theme-color-white);
}


/***

====================================================================
    Team Section Three
====================================================================

***/

.team-section-three {
    position: relative;
    padding: 0px 0px 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.team-section-three .auto-container {
    max-width: 1780px;
}

.team-block_three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.team-block_three .inner {
    position: relative;
}

.team-block_three .inner .image_outer {
    position: relative;
}

.team-block_three .inner .image_outer .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2);
}

.team-block_three .inner .image_outer .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block_three .inner:hover .shares .team-socials {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.team-block_three .inner:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05, 1.05) rotate(2deg);
    transform: scale(1.05, 1.05) rotate(2deg);
}

.team-block_three .inner .shares {
    position: absolute;
    display: inline-block;
    left: 35px;
    top: 35px;
    text-align: center;
}

.team-block_three .inner .shares .team-socials {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.team-block_three .inner .shares .team-socials a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 50px;
    color: var(--theme-color-white);
    background-image: -webkit-gradient(linear, left top, right top, from(#949991), color-stop(#a2a7a0), color-stop(#b1b5ae), color-stop(#c0c3be), to(#cfd1cd));
    background-image: linear-gradient(to right, #949991, #a2a7a0, #b1b5ae, #c0c3be, #cfd1cd);
}

.team-block_three .inner .shares .team-socials a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.team-block_three .content {
    position: relative;
    padding-top: 25px;
}

.team-block_three .content .title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
}

.team-block_three .content .title a {
    color: var(--theme-color2);
}

.team-block_three .content .title a:hover {
    color: var(--theme-color1);
}

.team-block_three .content .designation {
    position: relative;
    font-weight: 500;
    margin-top: 5px;
    color: var(--text-color);
}


/***====================================================================
    Map Section CSS
====================================================================***/

.map-section {
    position: relative;
}


/*** 

====================================================================
    Faq Section
====================================================================

***/

.faq-section {
    position: relative;
    /* padding: 105px 0px 105px; */
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .faq-section {
        background-image: none !important;
    }
}

.faq-section .inner-container {
    position: relative;
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .faq-section .inner-container {
        max-width: 100%;
    }
}


/*** 

====================================================================
    Faq Two
====================================================================

***/

.faq-two {
    position: relative;
    padding: 0px 0px 110px;
}


/*** 

====================================================================
    Faq Three
====================================================================

***/

.faq-three {
    position: relative;
    background-color: var(--theme-color1);
}

.faq-three .image {
    position: relative;
}

.faq-three .image img {
    position: relative;
    width: 100%;
    display: block;
}

.faq-three .image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.faq-three .lower-box {
    position: relative;
}

.faq-three .lower-box .auto-container {
    max-width: 1730px;
}

.faq-three .lower-box .author-box {
    position: relative;
    padding-left: 150px;
    margin-top: 110px;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .faq-three .lower-box .author-box {
        margin-top: 60px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .faq-three .lower-box .author-box {
        padding-left: 0px;
    }
}

.faq-three .lower-box .author-box .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .faq-three .lower-box .author-box .author-image {
        position: relative;
        margin-bottom: 20px;
    }
}

.faq-three .lower-box .author-box .author-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .faq-three .lower-box .author-box .author-title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .faq-three .lower-box .author-box .author-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.faq-three .accordion-outer {
    position: relative;
    z-index: 1;
    margin-left: -180px;
    padding: 66px 70px;
    margin-top: -280px;
    margin-right: 181px;
    background-color: #f1f2eb;
}

.faq-three .accordion-outer .sec-title {
    margin-bottom: 35px;
}

@media (max-width: 1599.98px) {
    .faq-three .accordion-outer {
        margin-left: -130px;
        margin-right: 140px;
    }
}

@media (max-width: 1399.98px) {
    .faq-three .accordion-outer {
        padding: 40px 40px;
    }
}

@media (max-width: 1199.98px) {
    .faq-three .accordion-outer {
        padding: 35px 35px;
        margin-right: 0px;
    }
}

@media (max-width: 1399.98px) {
    .faq-three .accordion-outer {
        margin-top: -280px;
        margin-left: -80px;
        margin-right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .faq-three .accordion-outer {
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 110px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .faq-three .accordion-outer {
        padding: 20px 20px;
    }
}

.faq-three .accordion-outer:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0px;
    height: 100%;
    width: 315px;
    background: url(../images/resource/faq-2.jpg) no-repeat;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .faq-three .accordion-outer:before {
        display: none;
    }
}


/*** 

====================================================================
    Faq Four
====================================================================

***/

.faq-four {
    position: relative;
    padding: 120px 0px 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1199.98px) {
    .faq-four {
        padding-bottom: 110px;
    }
}

.faq-four .accordion-box_four {
    margin-top: -190px;
}

@media (max-width: 1199.98px) {
    .faq-four .accordion-box_four {
        margin-top: 30px;
    }
}

.faq-four .images-outer {
    position: relative;
    margin-left: -400px;
    margin-right: 100px;
    margin-top: 30px;
}

@media (max-width: 1399.98px) {
    .faq-four .images-outer {
        margin-right: 0px;
    }
}

@media (max-width: 1199.98px) {
    .faq-four .images-outer {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.faq-four .images-outer .image {
    display: none;
}

.faq-four .images-outer .image img {
    position: relative;
    width: 100%;
    display: block;
}


/*** 

====================================================================
    Faq Five
====================================================================

***/

.faq-five {
    position: relative;
    padding: 20px 0px 0px;
}

.faq-five .auto-container {
    max-width: 1810px;
}

.faq-five .circle-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 303px;
    height: 323px;
}

@media (max-width: 1199.98px) {
    .faq-five .circle-layer {
        display: none;
    }
}

.faq-five .inner-container {
    position: relative;
    background-size: cover;
}

.faq-five .title-outer {
    position: relative;
    padding: 180px 100px 60px 120px;
}

@media (max-width: 1599.98px) {
    .faq-five .title-outer {
        padding: 120px 40px 60px 60px;
    }
}

@media (max-width: 1199.98px) {
    .faq-five .title-outer {
        padding: 80px 30px 60px 30px;
    }
}

@media (max-width: 767.98px) {
    .faq-five .title-outer {
        padding: 50px 15px 50px 15px;
    }
}

.faq-five .title-outer .buttons-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-five .accordion-outer {
    position: relative;
    padding: 80px 90px;
    backdrop-filter: blur(25px);
    background-color: rgba(10, 25, 47, 0.6);
}

@media (max-width: 1599.98px) {
    .faq-five .accordion-outer {
        padding: 70px 40px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .faq-five .accordion-outer {
        padding: 50px 20px;
    }
}


/*** 

====================================================================
    Faq Six
====================================================================

***/

.faq-six {
    position: relative;
    padding: 110px 0px 150px;
    background-position: left top;
    background-repeat: no-repeat;
}

.faq-six .column {
    position: relative;
}

@media (max-width: 991.98px) {
    .faq-six .column:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
    }
}

.faq-six .image {
    position: relative;
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .faq-six .image {
        display: block;
    }
}

.faq-six .image img {
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .faq-six .image img {
        width: 100%;
    }
}

.faq-six .faq-six-content {
    position: absolute;
    right: -70px;
    bottom: -40px;
    max-width: 260px;
    border-radius: 10px;
    padding: 30px 30px;
    background: linear-gradient(135deg, #3a00ff, #ff00dc);
}

.faq-six .faq-six-content .icon {
    position: relative;
}

.faq-six .faq-six-content .icon img {
    width: auto;
}

.faq-six .faq-six-content .title {
    margin-top: 30px;
    font-weight: 500;
    color: var(--theme-color-white);
}

.faq-six .faq-six-content .text {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--theme-color-white);
}

.faq-six .faq-six-content .arrow {
    position: relative;
    text-align: right;
    font-size: 20px;
    display: block;
    color: var(--theme-color-white);
}

.faq-six .faq-six-content .arrow:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-six .faq-six-content .arrow:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 11px;
    opacity: 0.2;
    right: 30px;
    height: 1px;
    background-color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .faq-six .faq-six-content {
        right: 10px;
        bottom: 10px;
    }
}


/*** 

====================================================================
    Faq Seven
====================================================================

***/

.faq-seven {
    position: relative;
    padding: 110px 0px 150px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.faq-seven .sec-title {
    margin-bottom: 90px;
}

.faq-seven .question-box {
    position: relative;
    max-width: 370px;
    width: 100%;
    padding: 40px 45px;
    background-size: cover;
}

.faq-seven .question-box:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), var(--theme-color1));
}

.faq-seven .question-box .title {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    color: var(--theme-color-white);
}

.faq-seven .question-box .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .faq-seven .question-box {
        margin-bottom: 30px;
    }
}


/*** 

====================================================================
    Faq Eight
====================================================================

***/

.faq-eight {
    position: relative;
    padding: 110px 0px 150px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .faq-eight {
        padding-bottom: 100px;
    }
}

.faq-eight .cloud {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    top: -180px;
    background-position: center top;
    background-repeat: no-repeat;
}

.faq-eight .inner-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.faq-eight .accordion-box_four .block {
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 22px 30px 22px;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.faq-eight .accordion-box_four .block .acc-content .content .text {
    max-width: 100%;
    margin-bottom: 0px;
}


/***

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0px 90px;
}

.news-section.style-two {
    padding-top: 0px;
}

.news-section.style-three .column:last-child .inner {
    border: none;
}

.news-block_one {
    position: relative;
    margin-bottom: 30px;
}

.news-block_one .inner {
    position: relative;
}

.news-block_one .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color1);
}

.news-block_one .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_one .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_one .date {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 65px;
    height: 65px;
    font-size: 24px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--theme-color1);
    font-weight: var(--h4-font-weight);
    background-color: var(--theme-color-white);
}

.news-block_one .date span {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.news-block_one .meta {
    position: relative;
    padding: 20px 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block_one .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    color: var(--text-color);
    font-weight: 500;
}

.news-block_one .meta li:first-child {
    color: var(--theme-color2);
}

.news-block_one .meta li:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}

.news-block_one .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_one .meta li {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.news-block_one .content {
    position: relative;
}

.news-block_one .content .title {
    margin-top: 20px;
    margin-bottom: 25px;
    color: var(--theme-color1);
}

.news-block_one .content .title a {
    color: var(--theme-color1);
}

.news-block_one .content .title a:hover {
    color: var(--theme-color6);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_one .content .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.news-block_one .content .text {
    margin-bottom: 30px;
}

.news-block_one.style-two .date {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
}

.news-block_one.style-two .inner {
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 767.98px) {
    .news-block_one.style-two .inner {
        padding: 0px;
        border: 0px;
    }
}

.news-block_one.style-two .inner .meta {
    border: none;
}

.news-block_one.style-two .inner .meta li {
    margin-right: 40px;
}

.news-block_one.style-two .inner .meta li:first-child {
    padding: 10px 12px;
    background-color: #e6f6fa;
}

.news-block_one.style-two .inner .meta li i {
    font-style: normal;
    color: var(--theme-color1);
}

.news-block_one.style-two .inner .meta li:before {
    right: -24px;
    top: 14px;
}

.news-block_one.style-two .inner .title {
    margin-top: 0px;
}


/***

====================================================================
    News Section Two
====================================================================

***/

.news-section_two {
    position: relative;
    padding: 120px 0px 90px;
}

.news-block_two {
    position: relative;
    margin-bottom: 30px;
}

.news-block_two .inner {
    position: relative;
}

.news-block_two .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color3);
}

.news-block_two .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_two .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_two .meta {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 16px 30px 16px;
    backdrop-filter: blur(10px);
}

.news-block_two .meta::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    opacity: 0.5;
    background-color: var(--theme-color3);
}

.news-block_two .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    color: var(--theme-color-white);
}

.news-block_two .meta li:before {
    position: absolute;
    content: "/";
    right: -3px;
    top: 0px;
}

.news-block_two .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_two .meta li:last-child::before {
    display: none;
}

.news-block_two .content {
    position: relative;
    padding-top: 25px;
}

.news-block_two .content .title {
    margin-bottom: 15px;
    color: var(--theme-color1);
}

.news-block_two .content .title a {
    color: var(--theme-color1);
}

.news-block_two .content .title a:hover {
    opacity: 0.8;
}

.news-block_two .content .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    color: var(--text-color);
}


/***

====================================================================
    News Section Three
====================================================================

***/

.news-section_three {
    position: relative;
    padding: 120px 0px 90px;
}

@media (max-width: 1199.98px) {
    .news-section_three .title-box {
        margin-bottom: 40px;
    }
}

.news-section_three .sec-title {
    position: relative;
    margin-bottom: 25px;
}

.news-section_three .sec-title .text {
    max-width: 320px;
    margin-top: 190px;
}

@media (max-width: 1199.98px) {
    .news-section_three .sec-title .text {
        margin-top: 30px;
    }
}

.news-block_three {
    position: relative;
    margin-bottom: 30px;
}

.news-block_three:last-child .inner {
    border: none;
    min-height: 240px;
}

.news-block_three .inner {
    position: relative;
    padding-left: 480px;
    min-height: 270px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1399.98px) {
    .news-block_three .inner {
        padding-left: 440px;
    }
}

@media (max-width: 767.98px) {
    .news-block_three .inner {
        padding-left: 0px;
        min-height: auto;
        padding-bottom: 30px;
    }
}

.news-block_three .image {
    position: absolute;
    left: 0px;
    width: 410px;
    height: 240px;
    overflow: hidden;
    background-color: var(--theme-color1);
}

.news-block_three .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_three .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

@media (max-width: 767.98px) {
    .news-block_three .image {
        position: relative;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_three .image {
        width: 100%;
        height: auto;
    }
}

.news-block_three .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 65px;
    height: 65px;
    font-size: 24px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--theme-color1);
    font-weight: var(--h4-font-weight);
    background-color: var(--theme-color-white);
}

.news-block_three .date span {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.news-block_three .meta {
    position: relative;
    padding: 20px 0px 0px;
}

@media (max-width: 1399.98px) {
    .news-block_three .meta {
        padding-top: 0px;
    }
}

.news-block_three .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    color: var(--theme-color1);
    font-weight: 500;
}

.news-block_three .meta li span {
    color: var(--text-color);
}

.news-block_three .meta li:first-child {
    padding: 8px 12px;
    display: inline-block;
    background-color: #f5f5f5;
}

.news-block_three .meta li:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}

.news-block_three .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_three .meta li {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.news-block_three .content {
    position: relative;
}

.news-block_three .content .title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--theme-color1);
}

.news-block_three .content .title a {
    color: var(--theme-color1);
}

.news-block_three .content .title a:hover {
    color: var(--theme-color6);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_three .content .title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
}


/***

====================================================================
    News Section Four
====================================================================

***/

.news-section_four {
    position: relative;
    padding: 0px 0px 90px;
}

.news-block_four {
    position: relative;
    margin-bottom: 30px;
}

.news-block_four .inner {
    position: relative;
}

.news-block_four .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color1);
}

.news-block_four .image::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.news-block_four .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_four .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_four .meta {
    position: relative;
}

.news-block_four .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 500;
    color: var(--theme-color-white);
}

.news-block_four .meta li:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.news-block_four .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_four .content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    z-index: 2;
}

.news-block_four .content .title {
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--theme-color-white);
}

.news-block_four .content .title a {
    color: var(--theme-color-white);
}

.news-block_four .content .title a:hover {
    opacity: 0.7;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_four .content .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.news-block_five {
    position: relative;
    margin-bottom: 30px;
}

.news-block_five .inner {
    position: relative;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.news-block_five .meta {
    position: relative;
}

.news-block_five .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 500;
    color: var(--text-color);
}

.news-block_five .meta li:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.4);
}

.news-block_five .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_five .meta li:last-child::before {
    display: none;
}

.news-block_five .title {
    max-width: 340px;
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 22px;
    color: var(--theme-color1);
}

.news-block_five .title a {
    color: var(--theme-color1);
}

.news-block_five .title a:hover {
    opacity: 0.7;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_five .title {
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
}

.news-block_six {
    position: relative;
    margin-bottom: 30px;
}

.news-block_six .inner {
    position: relative;
}

.news-block_six .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color3);
}

.news-block_six .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_six .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_six .meta {
    position: relative;
}

.news-block_six .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_six .meta li {
        font-size: 14px;
    }
}

.news-block_six .meta li:before {
    position: absolute;
    content: "/";
    right: -3px;
    top: 0px;
}

.news-block_six .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_six .meta li:last-child::before {
    display: none;
}

.news-block_six .content {
    position: relative;
    padding-top: 25px;
}

.news-block_six .content .title {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--theme-color1);
}

.news-block_six .content .title a {
    color: var(--theme-color1);
}

.news-block_six .content .title a:hover {
    text-decoration: underline;
}


/***

====================================================================
    News Section Five
====================================================================

***/

.news-section_five {
    position: relative;
    padding: 110px 0px 90px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.news-block_seven {
    margin-bottom: 30px;
    position: relative;
}

.news-block_seven .inner {
    position: relative;
}

.news-block_seven .image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--theme-color1);
}

.news-block_seven .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_seven .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_seven .image:hover .tag {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.news-block_seven .image .tag {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    padding: 7px 25px;
    border-radius: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-white);
}

.news-block_seven .meta {
    position: absolute;
    left: 35px;
    bottom: 25px;
    right: 30px;
    border-radius: 50px;
    padding: 16px 30px 16px;
    backdrop-filter: blur(5px);
}

@media (max-width: 991.98px) {
    .news-block_seven .meta {
        left: 5px;
        bottom: 5px;
        right: 5px;
    }
}

.news-block_seven .meta::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    opacity: 0.2;
    border-radius: 50px;
    background-color: var(--theme-color3);
}

.news-block_seven .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-right: 30px;
    display: inline-block;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_seven .meta li {
        margin-right: 12px;
    }
}

.news-block_seven .meta li i {
    margin-right: 5px;
}

.news-block_seven .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_seven .content {
    position: relative;
    padding-top: 30px;
}

.news-block_seven .content .title {
    margin-bottom: 15px;
    color: var(--theme-color1);
}

.news-block_seven .content .title a {
    color: var(--theme-color1);
}

.news-block_seven .content .title a:hover {
    color: var(--theme-color2);
}

.news-block_seven .content .text {
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
}


/***

====================================================================
    News Section Six
====================================================================

***/

.news-section_six {
    position: relative;
    padding: 110px 0px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.news-section_six .sec-title_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-section_six .btn-box {
    position: relative;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-section_six .btn-box {
        margin-top: 25px;
    }
}

.news-block_eight {
    position: relative;
    margin-bottom: 30px;
}

.news-block_eight .inner {
    position: relative;
}

.news-block_eight .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--theme-color3);
}

.news-block_eight .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_eight .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_eight .meta {
    position: relative;
}

.news-block_eight .meta li {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .news-block_eight .meta li {
        font-size: 14px;
    }
}

.news-block_eight .meta li:before {
    position: absolute;
    content: "/";
    right: -3px;
    top: 0px;
}

.news-block_eight .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.news-block_eight .meta li:last-child::before {
    display: none;
}

.news-block_eight .content {
    position: relative;
    padding-top: 25px;
}

.news-block_eight .content .title {
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--theme-color2);
}

.news-block_eight .content .title a {
    color: var(--theme-color2);
}

.news-block_eight .content .title a:hover {
    color: var(--theme-color1);
}


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    padding: 100px 0px 100px;
    background-color: var(--theme-color1);
    /* Newsletter Box */
}

.main-footer.color-two {
    padding-bottom: 40px;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: var(--theme-color2);
}

.main-footer.color-two .newsletter-box .form-group .btn-box .read-more {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

.main-footer.color-two .newsletter-box .form-group .btn-box .arrow-btn {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

@media (max-width: 991.98px) {
    .main-footer {
        padding-bottom: 40px;
    }
}

.main-footer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 450px;
    height: 250px;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .main-footer .pattern-1 {
        display: none;
    }
}

.main-footer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 469px;
    height: 403px;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .main-footer .pattern-2 {
        display: none;
    }
}

.main-footer .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 283px;
    height: 269px;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .main-footer .pattern-3 {
        display: none;
    }
}

.main-footer .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: left top;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer.style-two {
    background-position: left bottom;
    bottom: -100px;
}

@media (max-width: 991.98px) {
    .main-footer .pattern-layer {
        display: none;
    }
}

.main-footer .auto-container {
    max-width: 1320px;
}

.main-footer .widgets-box {
    position: relative;
    padding-bottom: 70px;
}

.main-footer .widgets-box .row {
    margin: 0px -35px;
}

@media (max-width: 1199.98px) {
    .main-footer .widgets-box {
        padding-bottom: 30px;
    }
}

.main-footer .widgets-box .column {
    position: relative;
    padding: 0px 35px;
    margin-bottom: 30px;
}

.main-footer .footer-logo {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-text {
    position: relative;
    margin-bottom: 35px;
    color: var(--theme-color-white);
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    margin-right: 8px;
    text-align: center;
    display: inline-block;
}

.main-footer .social-links li a {
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .social-links li a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

.main-footer .info {
    position: relative;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .main-footer .info {
        margin-bottom: 20px;
    }
}

.main-footer .info i {
    position: relative;
    margin-right: 10px;
}

.main-footer .info a {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .main-footer .info a {
        font-size: 18px;
    }
}

.main-footer .subscribe-text {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 35px;
    color: var(--theme-color-white);
}

.main-footer .newsletter-box {
    position: relative;
}

.main-footer .newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.main-footer .newsletter-box .form-group input[type=text],
.main-footer .newsletter-box .form-group input[type=email] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: white;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.main-footer .newsletter-box .form-group button {
    background: none;
}

.main-footer .footer-title {
    position: relative;
    margin-bottom: 20px;
    color: var(--theme-color-white);
}

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 12px;
}

.main-footer .footer-list li a {
    opacity: 0.7;
    color: var(--theme-color-white);
}

.main-footer .footer-list li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    width: 5px;
    height: 5px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--theme-color-white);
}

.main-footer .footer-list li a:hover {
    opacity: 1;
    padding-left: 18px;
    text-decoration: underline;
}

.main-footer .footer-list li a:hover:before {
    opacity: 1;
}

.main-footer .footer-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .middle-box {
    position: relative;
    padding: 40px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .middle-box .footer-logo {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .main-footer .middle-box .footer-logo {
        margin-bottom: 25px;
    }
}

.main-footer .lower-box {
    position: relative;
    padding-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer .big-title {
    position: relative;
    font-size: 200px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    background-size: cover;
    text-transform: uppercase;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .main-footer .big-title {
        font-size: 140px;
    }
}

@media (max-width: 767.98px) {
    .main-footer .big-title {
        font-size: 100px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-footer .big-title {
        font-size: 60px;
    }
}

.main-footer .copyright {
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-footer .copyright {
        font-size: 16px;
    }
}

.main-footer .footer-bottom {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-footer .footer-bottom_nav {
    position: relative;
}

@media (max-width: 991.98px) {
    .main-footer .footer-bottom_nav {
        margin-top: 15px;
    }
}

.main-footer .footer-bottom_nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.main-footer .footer-bottom_nav li a {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .main-footer .footer-bottom_nav li a {
        font-size: 16px;
    }
}

.main-footer .footer-bottom_nav li:first-child {
    margin-left: 0px;
}

.main-footer.style-two {
    overflow: hidden;
    padding: 0px 0px;
    background-color: var(--theme-color2);
}

.main-footer.style-two.alternate {
    background-color: var(--theme-color1);
}

.main-footer.style-two.alternate .newsletter-box .form-group button .read-more {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.main-footer.style-two.alternate .newsletter-box .form-group button .read-more:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.main-footer.style-two.alternate .newsletter-box .form-group button .arrow-btn {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.main-footer.style-two.alternate .newsletter-box .form-group button .arrow-btn:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.main-footer.style-two .building-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.main-footer.style-two .building-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.main-footer.style-two .clouds {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: center top;
    background-repeat: no-repeat;
}

.main-footer.style-two .upper-box {
    padding: 60px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .main-footer.style-two .upper-box {
        padding: 35px 0px;
    }
}

.main-footer.style-two .upper-box .upper-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-footer.style-two .upper-box .upper-inner .footer-logo {
    margin-bottom: 0px;
}

.main-footer.style-two .upper-box .footer-socials {
    position: relative;
}

@media (max-width: 767.98px) {
    .main-footer.style-two .upper-box .footer-socials {
        margin-top: 20px;
    }
}

.main-footer.style-two .upper-box .footer-socials li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .main-footer.style-two .upper-box .footer-socials li {
        margin-left: 20px;
    }
}

.main-footer.style-two .upper-box .footer-socials li a {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-footer.style-two .upper-box .footer-socials li a {
        font-size: 15px;
    }
}

.main-footer.style-two .upper-box .footer-socials li:first-child {
    margin-left: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .main-footer.style-two .upper-box .footer-socials li {
        margin-left: 8px;
    }
}

.main-footer.style-two .lower-box {
    border: none;
    padding: 0px 0px;
}

.main-footer.style-two .lower-box .big-title {
    color: var(--theme-color-white);
    -webkit-text-fill-color: inherit;
}

.main-footer.style-two .lower-box .big-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 23px;
    right: 0px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.main-footer.style-two .lower-box .big-title:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 33px;
    right: 0px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.main-footer.style-two .widgets-box {
    padding-top: 90px;
    padding-bottom: 50px;
}

.main-footer.style-two .widgets-box .address {
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.main-footer.style-two .widgets-box .address i {
    margin-right: 12px;
}

.main-footer.style-two .widgets-box .address span {
    display: block;
    margin-top: 10px;
    max-width: 240px;
}

.main-footer.style-two .widgets-box .newsletter-box input {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.main-footer.style-two .footer-bottom {
    padding-top: 0px;
    padding-bottom: 30px;
}

.main-footer .footer-contact-list {
    position: relative;
}

.main-footer .footer-contact-list li {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--theme-color-white);
}

.main-footer .footer-contact-list li i {
    display: inline-block;
    margin-right: 12px;
}

.main-footer .footer-contact-list li a {
    font-size: 20px;
    color: var(--theme-color-white);
}

.main-footer .footer-contact-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .map-box {
    position: relative;
    margin-left: -30px;
}

@media (max-width: 1199.98px) {
    .main-footer .map-box {
        margin-left: 0px;
    }
}

.main-footer .map-box iframe {
    width: 300px;
    height: 256px;
    overflow: hidden;
    border-radius: 15px;
}

@media (max-width: 1399.98px) {
    .main-footer .map-box iframe {
        width: 100%;
    }
}


/***

==================================================================
	Footer Style Two
==================================================================

***/

.footer-style-two {
    position: relative;
    padding-top: 100px;
    background-color: var(--theme-color1);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-style-two .footer-logo {
    position: relative;
}

@media (max-width: 991.98px) {
    .footer-style-two .footer-logo {
        margin-bottom: 30px;
    }
}

.footer-style-two .info {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-style-two .info a {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color-white);
}

.footer-style-two .middle-box {
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.footer-style-two .middle-box .big-title {
    color: var(--theme-color-white);
    font-size: clamp(36px, 10.41vw, 200px);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-style-two .middle-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 22px;
    right: 0px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-style-two .middle-box:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 33px;
    right: 0px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-style-two .footer-bottom {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .footer-style-two .footer-bottom .copyright {
        font-size: 15px;
    }
}

.footer-style-two .footer-bottom_nav {
    position: relative;
}

@media (max-width: 767.98px) {
    .footer-style-two .footer-bottom_nav {
        margin-top: 10px;
    }
}

.footer-style-two .footer-bottom_nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.footer-style-two .footer-bottom_nav li a {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .footer-style-two .footer-bottom_nav li a {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .footer-style-two .footer-bottom_nav li a {
        font-size: 15px;
    }
}

.footer-style-two .footer-bottom_nav li:first-child {
    margin-left: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .footer-style-two .footer-bottom_nav li {
        margin-left: 0px;
        margin-right: 15px;
    }
}

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

.footer-style-two.style-two .middle-box {
    border: none;
    background-position: center bottom;
    background-repeat: repeat-x;
}


/***

==================================================================
	Footer Style Three
==================================================================

***/

.footer-style-three {
    position: relative;
    background-size: cover;
    background-color: var(--theme-color3);
    /* Newsletter Box */
}

.footer-style-three .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.footer-style-three .footer-logo {
    position: relative;
    margin-bottom: 30px;
}

.footer-style-three .widgets-box {
    position: relative;
    padding: 100px 0px 40px;
}

.footer-style-three .widgets-box .column {
    position: relative;
    margin-bottom: 30px;
}

.footer-style-three .widgets-box .column:nth-child(2) .inner-column {
    margin-left: -60px;
}

@media (max-width: 991.98px) {
    .footer-style-three .widgets-box .column:nth-child(2) .inner-column {
        margin-left: 0px;
    }
}

.footer-style-three .widgets-box .column:nth-child(3) .inner-column {
    margin-left: -30px;
}

@media (max-width: 991.98px) {
    .footer-style-three .widgets-box .column:nth-child(3) .inner-column {
        margin-left: 0px;
    }
}

.footer-style-three .footer-text {
    position: relative;
    opacity: 0.65;
    max-width: 270px;
    line-height: 28px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .footer-style-three .footer-text {
        max-width: 100%;
    }
}

.footer-style-three .clients-text {
    position: relative;
    opacity: 1;
    font-size: 18px;
    line-height: 28px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .footer-style-three .clients-text {
        margin-bottom: 35px;
    }
}

.footer-style-three .newsletter-box {
    position: relative;
}

.footer-style-three .newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.footer-style-three .newsletter-box .form-group input[type=text],
.footer-style-three .newsletter-box .form-group input[type=email] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 62px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: white;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-style-three .newsletter-box .form-group button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
}

.footer-style-three .newsletter-box .form-group button:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.footer-style-three .subscribe-text {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 35px;
    color: var(--theme-color-white);
}

.footer-style-three .footer-title {
    position: relative;
    margin-bottom: 20px;
    color: var(--theme-color-white);
}

.footer-style-three .footer-list {
    position: relative;
}

.footer-style-three .footer-list li {
    position: relative;
    margin-bottom: 8px;
}

.footer-style-three .footer-list li a {
    opacity: 0.7;
    color: var(--theme-color-white);
}

.footer-style-three .footer-list li a:hover {
    opacity: 1;
}

.footer-style-three .middle-box {
    position: relative;
    margin-top: 20px;
}

.footer-style-three .middle-box .clients_swiper {
    text-align: center;
}

.footer-style-three .footer-bottom {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    padding: 35px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .footer-style-three .footer-bottom {
        padding: 20px 0px;
    }
}

.footer-style-three .footer-bottom .copyright {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .footer-style-three .footer-bottom .copyright {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-three .footer-bottom .copyright {
        margin-bottom: 8px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .footer-style-three .footer-bottom .copyright {
        font-size: 14px;
    }
}

.footer-style-three .footer-bottom .footer-bottom_socials {
    position: relative;
}

.footer-style-three .footer-bottom .footer-bottom_socials li {
    position: relative;
    margin-left: 40px;
    display: inline-block;
}

.footer-style-three .footer-bottom .footer-bottom_socials li a {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

.footer-style-three .footer-bottom .footer-bottom_socials li a i {
    position: relative;
    margin-right: 8px;
}

@media (max-width: 991.98px) {
    .footer-style-three .footer-bottom .footer-bottom_socials li a {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .footer-style-three .footer-bottom .footer-bottom_socials li a {
        font-size: 14px;
    }
}

.footer-style-three .footer-bottom .footer-bottom_socials li:first-child {
    margin-left: 0px;
}

@media (max-width: 991.98px) {
    .footer-style-three .footer-bottom .footer-bottom_socials li {
        margin-left: 15px;
    }
}


/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0px 100px;
    background-color: #edebf3;
}

.testimonial-section .testimonial-pagination {
    position: relative;
    z-index: 10;
    text-align: left;
    margin-top: 150px;
    margin-left: 300px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section .testimonial-pagination {
        margin-left: 25px;
    }
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: var(--theme-color2);
    outline-offset: 7px;
    outline: 1px solid var(--theme-color2);
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color2);
    outline-offset: 7px;
    outline: 1px solid var(--theme-color2);
}

.testimonial-section .testimonial-circle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 464px;
    height: 393px;
    background-position: right top;
    background-repeat: no-repeat;
}

.testimonial-section .outer-container {
    position: relative;
    max-width: 2200px;
    margin: 0 auto;
}

.testimonial-section .swiper-horizontal {
    max-width: 630px;
    overflow: visible;
}

.testimonial-section .animations-mode {
    position: relative;
    margin-top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
}

.testimonial-section .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.testimonial-section .animations-mode .title {
    position: relative;
    font-size: 120px;
    opacity: 0.2;
    line-height: 1em;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    color: #0A192F;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.testimonial-block_one {
    position: relative;
}

.testimonial-block_one .inner {
    position: relative;
    padding: 40px 0px 35px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_one .inner {
        padding: 25px 25px;
    }
}

.testimonial-block_one .inner:before {
    position: absolute;
    content: "";
    left: 80px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_one .inner:before {
        left: 0px;
    }
}

.testimonial-block_one .content {
    position: relative;
    padding-left: 190px;
    padding-right: 50px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_one .content {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.testimonial-block_one .content .author {
    position: absolute;
    left: 0px;
    top: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_one .content .author {
        position: relative;
        margin-bottom: 50px;
        display: inline-block;
    }
}

.testimonial-block_one .content .author img {
    position: relative;
    width: 150px;
    height: 150px;
    display: inline-block;
}

.testimonial-block_one .content .author .quote {
    position: absolute;
    left: 50%;
    bottom: -32px;
    width: 75px;
    height: 75px;
    font-size: 38px;
    line-height: 75px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--theme-color-white);
    background-color: var(--theme-eatngo2);
}

.testimonial-block_one .content .text {
    position: relative;
    color: #8C8C8C;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_one .content .text {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-block_one .content .designation {
    position: relative;
    font-size: 18px;
    color: var(--theme-color1);
    font-weight: var(--h6-font-weight);
}

.testimonial-block_one .content .designation span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}


/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 110px 0px 80px;
    background-color: var(--theme-color1);
}

.testimonial-section-two .nav-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-two .nav-box {
        position: relative;
        margin-top: 40px;
    }
}

.testimonial-section-two .nav-box .swiper-button-prev:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.testimonial-section-two .nav-box .swiper-button-next:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.testimonial-section-two .nav-box .swiper-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0px;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: #F6F6F6;
}

.testimonial-section-two .nav-box .swiper-button-prev:after {
    display: none;
}

.testimonial-section-two .nav-box .swiper-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    right: 0px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1);
    background-color: #F6F6F6;
}

.testimonial-section-two .nav-box .swiper-button-next:after {
    display: none;
}

.testimonial-section-two .lines-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 285px;
    height: 565px;
    background-repeat: no-repeat;
}

.testimonial-section-two .lines-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 356px;
    height: 565px;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-two .lines-two {
        display: none;
    }
}

.testimonial-section-two .column {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-section-two .info {
    position: relative;
    padding-top: 60px;
    margin-right: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-two .info {
        margin-right: 0px;
    }
}

.testimonial-section-two .info .authors {
    position: relative;
}

.testimonial-section-two .info .authors li {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-left: -18px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    border: 2px solid var(--theme-color-white);
}

.testimonial-section-two .info .authors li:nth-child(2) {
    margin-left: 0px;
}

.testimonial-section-two .info .authors li:first-child {
    border: none;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 8px;
    margin-left: 0px;
}

.testimonial-section-two .info .right-box {
    position: relative;
}

.testimonial-section-two .info .right-box .client {
    margin-bottom: 10px;
}

.testimonial-section-two .info .right-box .rating {
    font-size: 16px;
    color: var(--theme-color-white);
}

.testimonial-section-two .info .right-box .rating i {
    color: #ffae00;
    margin-right: 5px;
}

.testimonial-block_two {
    position: relative;
}

.testimonial-block_two .inner {
    position: relative;
}

.testimonial-block_two .quote {
    position: relative;
    line-height: 1em;
    font-size: 66px;
    color: var(--theme-color2);
}

.testimonial-block_two .text {
    position: relative;
    font-size: 30px;
    max-width: 630px;
    margin-top: 25px;
    line-height: 42px;
    margin-bottom: 70px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_two .text {
        font-size: 22px;
        line-height: 32px;
    }
}

.testimonial-block_two .lower-info {
    position: relative;
    padding-left: 100px;
    font-size: 14px;
    min-height: 70px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_two .lower-info {
        padding-left: 90px;
    }
}

.testimonial-block_two .lower-info .author_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block_two .lower-info strong {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    position: relative;
    padding: 180px 0px 0px;
    background-color: var(--theme-color3);
}

@media (max-width: 991.98px) {
    .testimonial-section-three {
        padding-top: 120px;
    }
}

.testimonial-section-three .title {
    position: absolute;
    left: 0px;
    top: 80px;
    right: 0px;
    z-index: 1;
    font-size: 150px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .testimonial-section-three .title {
        font-size: 110px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section-three .title {
        font-size: 90px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-three .title {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-three .title {
        font-size: 40px;
    }
}

.testimonial-section-three .image {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-section-three .image img {
    width: 100%;
    display: block;
}

.testimonial-section-three .nav-box {
    position: relative;
    margin-top: 70px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-three .nav-box {
        margin-top: 20px;
    }
}

.testimonial-section-three .nav-box:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 25px;
    right: 30px;
    height: 1px;
    opacity: 0.1;
    background-color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-three .nav-box {
        position: relative;
    }
}

.testimonial-section-three .nav-box .three-item_button-prev:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.testimonial-section-three .nav-box .three-item_button-next:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.testimonial-section-three .nav-box .three-item_button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0px;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: #F6F6F6;
}

.testimonial-section-three .nav-box .three-item_button-prev:after {
    display: none;
}

.testimonial-section-three .nav-box .three-item_button-next {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    right: 0px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1);
    background-color: #F6F6F6;
}

.testimonial-section-three .nav-box .three-item_button-next:after {
    display: none;
}

.testimonial-section-three .three-item-pagination {
    position: absolute;
    text-align: center;
    bottom: 14px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-three .three-item-pagination {
        display: none;
    }
}

.testimonial-section-three .three-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-white);
}

.testimonial-section-three .three-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color2);
}

.testimonial-section-three .three-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color2);
}

.testimonial-section-three .three-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-section-three .three-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color2);
}

.testimonial-section-three .auto-container {
    max-width: 1780px;
}

.testimonial-section-three .carousel-outer {
    position: relative;
    padding: 110px 0px 110px;
    background-position: center center;
    background-repeat: repeat-x;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-three .carousel-outer {
        padding: 80px 0px 80px;
    }
}


/* Testimonial Block Three */

.testimonial-block_three {
    position: relative;
}

.testimonial-block_three .inner {
    position: relative;
    padding-left: 130px;
}

@media (max-width: 1599.98px) {
    .testimonial-block_three .inner {
        padding-left: 100px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_three .inner {
        padding-left: 0px;
    }
}

.testimonial-block_three .inner .author {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_three .inner .author {
        position: relative;
        margin-bottom: 15px;
    }
}

.testimonial-block_three .inner .designation {
    position: relative;
    font-size: 16px;
    color: var(--theme-color-white);
}

.testimonial-block_three .inner .text {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    margin-top: 12px;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .testimonial-block_three .inner .text {
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonial-block_three .inner .info {
    position: relative;
    padding-left: 80px;
    font-size: 14px;
    margin-top: 25px;
    color: var(--theme-color-white);
}

.testimonial-block_three .inner .info .quote {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 54px;
    line-height: 1em;
    color: var(--theme-color2);
}

.testimonial-block_three .inner .info strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Testimonial Section Four
====================================================================

***/

.testimonial-section-four {
    position: relative;
    padding: 100px 0px 100px;
}

.testimonial-section-four .auto-container {
    max-width: 1760px;
}

.testimonial-section-four .nav-box {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 7px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-four .nav-box {
        position: relative;
        margin-top: 10px;
    }
}

.testimonial-section-four .nav-box .four-item_button-prev:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color4);
    background-color: var(--theme-color4);
    outline: 2px solid var(--theme-color2);
    outline-offset: 6px;
}

.testimonial-section-four .nav-box .four-item_button-next:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color4);
    background-color: var(--theme-color4);
    outline: 2px solid var(--theme-color2);
    outline-offset: 6px;
}

.testimonial-section-four .nav-box .four-item_button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0px;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    color: var(--text-color);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.testimonial-section-four .nav-box .four-item_button-prev:after {
    display: none;
}

.testimonial-section-four .nav-box .four-item_button-next {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    right: 0px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--text-color);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.testimonial-section-four .nav-box .four-item_button-next:after {
    display: none;
}

.testimonial-section-four .four-item-pagination {
    position: absolute;
    text-align: center;
    bottom: 20px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-four .four-item-pagination {
        display: none;
    }
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color2);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color2);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--theme-color2);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color2);
}


/* Testimonial Block Four */

.testimonial-block_four {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block_four .inner {
    position: relative;
    padding: 40px 40px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 767.98px) {
    .testimonial-block_four .inner {
        padding: 25px 25px;
    }
}

.testimonial-block_four .inner .author {
    position: relative;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 120px;
}

.testimonial-block_four .inner .designation {
    position: relative;
    font-size: 20px;
    color: #1a237e;
    font-weight: 500;
    margin-top: 22px;
}

.testimonial-block_four .inner .text {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--theme-color3);
}

.testimonial-block_four .inner .info {
    position: relative;
    font-size: 14px;
    margin-top: 25px;
    color: var(--text-color);
}

.testimonial-block_four .inner .info .quote {
    position: relative;
    font-size: 54px;
    display: block;
    line-height: 1em;
    color: #1a237e;
    margin-bottom: 10px;
}

.testimonial-block_four .inner .info strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--theme-color3);
}


/*** 

====================================================================
    Testimonial Section Five
====================================================================

***/

.testimonial-section-five {
    position: relative;
    padding: 100px 0px 100px;
    border-bottom: 1px solid #cfe1e4;
}

.testimonial-section-five .auto-container {
    position: relative;
    max-width: 1320px;
}

.testimonial-section-five .title-box {
    position: absolute;
    left: 15px;
    top: -148px;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-five .title-box {
        font-size: 14px;
    }
}

.testimonial-section-five .upper-box {
    position: relative;
    margin-bottom: 130px;
    padding-bottom: 120px;
    border-bottom: 1px solid #cfe1e4;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-five .upper-box {
        padding-bottom: 90px;
    }
}

.testimonial-section-five .upper-box .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
}

.testimonial-section-five .upper-box .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.testimonial-section-five .upper-box .animations-mode .title {
    position: relative;
    font-size: 200px;
    font-weight: 600;
    line-height: 180px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-five .upper-box .animations-mode .title {
        font-size: 100px;
        line-height: 1em;
    }
}

.testimonial-section-five .nav-box {
    position: absolute;
    right: 15px;
    top: -155px;
    z-index: 10;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-five .nav-box {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 30px;
    }
}

.testimonial-section-five .nav-box .single-button-prev:hover {
    color: var(--theme-color1-text-color);
}

.testimonial-section-five .nav-box .single-button-next:hover {
    color: var(--theme-color1-text-color);
}

.testimonial-section-five .nav-box .single-button-prev:hover::before {
    opacity: 1;
}

.testimonial-section-five .nav-box .single-button-next:hover::before {
    opacity: 1;
}

.testimonial-section-five .nav-box .single-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0px;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: var(--theme-color1-text-color);
    border: 1px solid #cfe1e4;
}

.testimonial-section-five .nav-box .single-button-prev .icon {
    position: relative;
    z-index: 1;
}

.testimonial-section-five .nav-box .single-button-prev:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color3);
}

.testimonial-section-five .nav-box .single-button-prev:after {
    display: none;
}

.testimonial-section-five .nav-box .single-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1);
    background-color: var(--theme-color1-text-color);
    border: 1px solid #cfe1e4;
}

.testimonial-section-five .nav-box .single-button-next .icon {
    position: relative;
    z-index: 1;
}

.testimonial-section-five .nav-box .single-button-next:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color3);
}

.testimonial-section-five .nav-box .single-button-next:after {
    display: none;
}

.testimonial-section-five .single-item-pagination {
    position: relative;
    margin-left: 260px;
    margin-top: 65px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-five .single-item-pagination {
        margin-left: 0px;
        display: none;
    }
}

.testimonial-section-five .single-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color3);
}

.testimonial-section-five .single-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color3);
}

.testimonial-section-five .single-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color3);
}

.testimonial-section-five .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--theme-color3);
}

.testimonial-section-five .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color3);
}


/* Testimonial Block Five */

.testimonial-block_five {
    position: relative;
}

.testimonial-block_five .inner {
    position: relative;
    padding-left: 260px;
}

@media (max-width: 767.98px) {
    .testimonial-block_five .inner {
        padding-left: 0px;
    }
}

.testimonial-block_five .info {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-block_five .info .image {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 150px;
}

.testimonial-block_five .info .name {
    margin-top: 25px;
    color: var(--theme-color2);
}

.testimonial-block_five .info .designation {
    margin-top: 10px;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
    .testimonial-block_five .info {
        position: relative;
        margin-bottom: 30px;
    }
}

.testimonial-block_five .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color3);
}

.testimonial-block_five .title i {
    position: relative;
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
    border-radius: 80px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    background-color: var(--theme-color3);
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_five .title {
        font-size: 16px;
    }
}

.testimonial-block_five .text {
    position: relative;
    font-size: 48px;
    margin-top: 30px;
    line-height: 55px;
    color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .testimonial-block_five .text {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_five .text {
        font-size: 20px;
        line-height: 30px;
    }
}


/*** 

====================================================================
    Testimonial Section Six
====================================================================

***/

.testimonial-section-six {
    position: relative;
    padding: 120px 0px 120px;
    background-color: #f5f5f5;
}

.testimonial-section-six .auto-container {
    position: relative;
    max-width: 1750px;
}

.testimonial-section-six .side-image {
    position: absolute;
    right: -60px;
    bottom: 0px;
    z-index: 1;
}

@media (max-width: 1799.98px) {
    .testimonial-section-six .side-image {
        display: none;
    }
}

.testimonial-section-six .nav-box {
    position: relative;
    padding-top: 22px;
    text-align: center;
    margin-left: 20px;
    margin-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.testimonial-section-six .nav-box .two-item_button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 3px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--text-color);
    background-color: #e9eaeb;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-section-six .nav-box .two-item_button-prev:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.testimonial-section-six .nav-box .two-item_button-next {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 3px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--text-color);
    background-color: #e9eaeb;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-section-six .nav-box .two-item_button-next:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.testimonial-section-six .content-box {
    position: relative;
    padding: 100px 80px;
    max-width: 1315px;
    background-color: var(--theme-color-white);
}

@media (max-width: 1799.98px) {
    .testimonial-section-six .content-box {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section-six .content-box {
        padding: 50px 40px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-section-six .content-box {
        padding: 25px 25px;
    }
}

.testimonial-section-six .content-box .rating-box {
    position: relative;
    z-index: 2;
    margin-left: -80px;
    margin-right: 80px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 1799.98px) {
    .testimonial-section-six .content-box .rating-box {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-six .content-box .rating-box {
        border: none;
        margin-top: 40px;
    }
}

.testimonial-section-six .content-box .rating-box .rating-title {
    font-size: 18px;
    color: var(--theme-color1);
}

.testimonial-section-six .content-box .rating-box .rating {
    font-size: 54px;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--theme-color1);
    font-weight: var(--h6-font-weight);
}

.testimonial-section-six .content-box .rating-box .reviews {
    position: relative;
    font-size: 18px;
    margin-top: 15px;
    color: var(--theme-color1);
}


/* Testimonial Block Six */

.testimonial-block_six {
    position: relative;
}

.testimonial-block_six .inner {
    position: relative;
}

.testimonial-block_six .inner:hover .quote {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background-color: var(--theme-color1);
}

.testimonial-block_six .inner .quote {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-block_six .inner .text {
    max-width: 340px;
    margin-top: 35px;
    line-height: 30px;
}

@media (max-width: 1799.98px) {
    .testimonial-block_six .inner .text {
        max-width: 100%;
    }
}

.testimonial-block_six .inner .name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    color: var(--theme-color1);
}

.testimonial-block_six .inner .name span {
    display: block;
    font-size: 14px;
    color: var(--text-color);
}


/*** 

====================================================================
	Fluid One
====================================================================

***/

.fluid-one {
    position: relative;
    overflow: hidden;
    background-position: right bottom;
    background-color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .fluid-one {
        background-image: none !important;
    }
}

.fluid-one .single-item-pagination {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: auto;
    text-align: right;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .fluid-one .single-item-pagination {
        display: none;
    }
}

.fluid-one .single-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-white);
}

.fluid-one .single-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color-white);
}

.fluid-one .single-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color-white);
}

.fluid-one .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.fluid-one .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color-white);
}

.fluid-one .outer-container {
    position: relative;
}

.fluid-one .right-box {
    position: relative;
    width: 55%;
    float: right;
}

@media (max-width: 991.98px) {
    .fluid-one .right-box {
        width: 100%;
    }
}

.fluid-one .right-box_inner {
    position: relative;
    max-width: 650px;
    width: 100%;
    float: left;
    padding: 100px 15px 100px 100px;
}

@media (max-width: 1399.98px) {
    .fluid-one .right-box_inner {
        padding-left: 30px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .fluid-one .right-box_inner {
        padding-left: 15px;
    }
}

.fluid-one .right-box .carousel-outer {
    position: relative;
    padding-top: 70px;
}

.fluid-one .right-box .carousel-outer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 1px;
    width: 200%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fluid-one .fluid-one_image {
    position: relative;
    display: none;
}

@media (max-width: 991.98px) {
    .fluid-one .fluid-one_image {
        display: block;
    }
}

.fluid-one .fluid-one_image img {
    position: relative;
    width: 100%;
    display: block;
}

.fluid-one .left-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .fluid-one .left-box {
        position: relative;
        width: 100%;
        float: left;
    }
}

.fluid-one .left-box_inner {
    position: relative;
    max-width: 650px;
}


/* Testimonial Block Seven */

.testimonial-block_seven {
    position: relative;
}

.testimonial-block_seven .inner {
    position: relative;
}

.testimonial-block_seven .inner .author {
    position: relative;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block_seven .inner .designation {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    color: var(--theme-color-white);
}

.testimonial-block_seven .inner .text {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .testimonial-block_seven .inner .text {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-block_seven .inner .info {
    position: relative;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 10px;
    color: var(--theme-color-white);
}

.testimonial-block_seven .inner .info .quote {
    position: absolute;
    left: -10px;
    top: -30px;
    opacity: 0.1;
    font-size: 80px;
    line-height: 1em;
    color: var(--theme-color-white);
}

.testimonial-block_seven .inner .info strong {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--theme-color-white);
}


/*** 

====================================================================
	Fluid Two
====================================================================

***/

.fluid-two {
    position: relative;
    overflow: hidden;
    background-color: #011715;
}

@media (max-width: 767.98px) {
    .fluid-two {
        background-image: none !important;
    }
}

.fluid-two .outer-container {
    position: relative;
}

.fluid-two .contact-form .form-group label {
    color: var(--theme-color-white);
}

.fluid-two .contact-form .form-group input {
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.fluid-two .contact-form .form-group textarea {
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.fluid-two .contact-form .form-group button {
    background: none;
}

.fluid-two .contact-form .form-group button .read-more {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

.fluid-two .contact-form .form-group button .arrow-btn {
    color: var(--theme-color-white);
    background-color: var(--theme-color3);
}

.fluid-two .right-box {
    position: relative;
    width: 40%;
    float: right;
}

@media (max-width: 1199.98px) {
    .fluid-two .right-box {
        width: 100%;
    }
}

.fluid-two .right-box_inner {
    position: relative;
    max-width: 700px;
    width: 100%;
    float: left;
    padding: 100px 15px 100px 100px;
}

@media (max-width: 1399.98px) {
    .fluid-two .right-box_inner {
        padding-left: 30px;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .fluid-two .right-box_inner {
        padding-left: 15px;
    }
}

.fluid-two .left-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .fluid-two .left-box {
        position: relative;
        width: 100%;
    }
}

.fluid-two .left-box .content {
    position: absolute;
    right: 0px;
    z-index: 2;
    bottom: 60px;
    width: 100%;
    max-width: 900px;
    padding-left: 15px;
}

@media (max-width: 1199.98px) {
    .fluid-two .left-box .content {
        position: relative;
        bottom: 0px;
        max-width: 100%;
        padding: 120px 15px 120px 15px;
    }
}

.fluid-two .left-box .content .text {
    max-width: 606px;
}

.fluid-two .left-box .content .sec-title {
    margin-bottom: 35px;
}

.fluid-two .left-box .content .sec-title .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .fluid-two .left-box .content .sec-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .fluid-two .left-box .content .sec-title h1 {
        font-size: 34px;
        line-height: 44px;
    }
}

.fluid-two .left-box:before {
    position: absolute;
    left: 0;
    top: 10%;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color2)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}

@media (max-width: 991.98px) {
    .fluid-two .left-box {
        position: relative;
        width: 100%;
        float: left;
    }
}

.fluid-two .left-box_inner {
    position: relative;
    max-width: 650px;
}


/*** 

====================================================================
    Testimonial Section Seven
====================================================================

***/

.testimonial-section-seven {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
}

.testimonial-section-seven .swiper {
    overflow: visible;
}

.testimonial-section-seven .two-item-pagination {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.testimonial-section-seven .two-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color1);
}

.testimonial-section-seven .two-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color1);
}

.testimonial-section-seven .two-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color1);
}

.testimonial-section-seven .two-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--theme-color1);
}

.testimonial-section-seven .two-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color1);
}


/* Testimonial Block Eight */

.testimonial-block_eight {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block_eight .inner {
    position: relative;
    padding: 50px 50px;
    border-radius: 12px;
    background-color: var(--theme-color3);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_eight .inner {
        padding: 30px 30px;
    }
}

.testimonial-block_eight .info-box {
    position: relative;
    min-height: 70px;
    padding-top: 7px;
    padding-left: 100px;
}

.testimonial-block_eight .info-box .author {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_eight .info-box .author {
        position: relative;
        margin-bottom: 15px;
    }
}

.testimonial-block_eight .info-box strong {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: var(--theme-color2);
}

.testimonial-block_eight .info-box span {
    position: relative;
    display: block;
    font-size: 16px;
    margin-top: 4px;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_eight .info-box {
        padding: 0px;
    }
}

.testimonial-block_eight .text {
    position: relative;
    display: block;
    font-size: 22px;
    margin-top: 35px;
    line-height: 34px;
    padding-left: 95px;
    color: var(--theme-color2);
}

.testimonial-block_eight .text .quote {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 64px;
    line-height: 1em;
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_eight .text .quote {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .testimonial-block_eight .text {
        padding-left: 0px;
        margin-top: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}


/*** 

====================================================================
  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-black);
    opacity: 0.95;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*** 

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

***/

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

.sec-title .sub-title {
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color1);
    font-size: var(--small-font-size);
}

.sec-title .sub-title.alternate {
    padding-left: 20px;
}

.sec-title .sub-title.alternate:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--theme-color1);
}

.sec-title h2 {
    display: block;
    margin-bottom: 0;
}

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

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .sec-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .sec-title h2 br {
        display: none;
    }
}

.sec-title .text {
    position: relative;
    margin-top: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
}

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

.sec-title.light .style-two {
    color: var(--theme-color1) !important;
}

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

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

.sec-title.light .sub-title:before {
    background-color: var(--theme-color-white);
}

.sec-title.centered {
    text-align: center;
}


/*** 

====================================================================
  Section Title Two
====================================================================

***/

.sec-title_two {
    position: relative;
    margin-bottom: 50px;
}

.sec-title_two .sub-title {
    position: relative;
    font-size: 16px;
    padding-left: 130px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color2);
    font-size: var(--small-font-size);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .sec-title_two .sub-title {
        padding-left: 0px;
        font-size: 14px;
    }
}

.sec-title_two .sub-title.style-two {
    padding: 0px;
}

.sec-title_two .sub-title.style-two::before {
    display: none;
}

.sec-title_two .sub-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 100px;
    height: 1px;
    background-color: var(--theme-color2);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .sec-title_two .sub-title:before {
        display: none;
    }
}

.sec-title_two .title {
    margin-top: 15px;
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .sec-title_two .title {
        font-size: 60px;
        line-height: 64px;
    }
}

@media (max-width: 767.98px) {
    .sec-title_two .title {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .sec-title_two .title {
        font-size: 30px;
        line-height: 34px;
    }
}

.sec-title_two .text {
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
    .sec-title_two .text {
        font-size: 18px;
        margin-top: 20px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .sec-title_two .text {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-title_two .text br {
        display: none;
    }
}

.sec-title_two.light .sub-title,
.sec-title_two.light h1 {
    color: var(--theme-color-white);
}

.sec-title_two.light .text {
    color: var(--theme-color-white);
}

.sec-title_two.light .sub-title:before {
    background-color: var(--theme-color-white);
}

.sec-title_two.centered {
    text-align: center;
}


/*** 

====================================================================
    Business Action
====================================================================

***/

.business-section {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.business-section .outer-container {
    position: relative;
}

.business-section .outer-container .image {
    position: relative;
}

.business-section .outer-container .image img {
    width: 100%;
    display: block;
}

.business-section .outer-container .image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.business-section .outer-container .image .content {
    position: absolute;
    left: 15px;
    max-width: 1310px;
    margin: 0 auto;
    right: 0px;
    bottom: 60px;
    z-index: 2;
}

.business-section .outer-container .image .content .title {
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .business-section .outer-container .image .content .title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-section .outer-container .image .content .title {
        font-size: 24px;
        line-height: 34px;
    }
}

.business-section .outer-container .image .content .subtitle {
    margin-top: 25px;
    font-size: var(--h5-font-size);
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-section .outer-container .image .content .subtitle {
        margin-top: 0px;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .business-section .outer-container .image .content {
        bottom: 25px;
    }
}

.business-section .lower-box {
    position: relative;
}

.business-section .lower-box .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 70px;
    margin-bottom: 30px;
    padding-right: 80px;
    color: var(--text-color);
}

@media (max-width: 1399.98px) {
    .business-section .lower-box .text {
        margin-top: 50px;
    }
}

.business-section .business-content {
    position: relative;
    z-index: 1;
    margin-top: -230px;
    margin-right: -160px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1599.98px) {
    .business-section .business-content {
        margin-right: -80px;
    }
}

@media (max-width: 1399.98px) {
    .business-section .business-content {
        margin-right: -40px;
    }
}

@media (max-width: 1199.98px) {
    .business-section .business-content {
        margin-top: 50px;
        margin-right: 0px;
    }
}

.business-section .business-content .circle-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    right: -90px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.business-section .business-content .column:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .business-section .business-content .column:first-child {
        border: none;
    }
}

.business-section .business-content:before {
    background-color: var(--theme-color1);
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    width: 300%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .business-section .business-content:before {
        width: 100%;
    }
}

.business-section .business-content .inner-column {
    position: relative;
    padding: 100px 40px 100px 50px;
}

@media (max-width: 1399.98px) {
    .business-section .business-content .inner-column {
        padding: 60px 40px 60px 30px;
    }
}

@media (max-width: 991.98px) {
    .business-section .business-content .inner-column {
        padding: 30px 40px 30px 25px;
    }
}

@media (max-width: 767.98px) {
    .business-section .business-content .inner-column {
        padding: 30px 40px 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-section .business-content .inner-column {
        padding: 25px 30px 25px 20px;
    }
}

.business-section .business-content .inner-column .lower-title {
    margin-bottom: 20px;
    color: var(--theme-color-white);
}

.business-section .business-content .inner-column .block-text {
    margin-bottom: 30px;
    color: var(--theme-color-white);
}

.business-section .business-content .inner-column .business-list {
    position: relative;
}

.business-section .business-content .inner-column .business-list li {
    margin-bottom: 10px;
    color: var(--theme-color-white);
}

.business-section .business-content .inner-column .business-list li i {
    margin-right: 10px;
}


/*** 

====================================================================
    Business Two
====================================================================

***/

.business-two {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    z-index: 2;
}

.business-two .circle {
    position: absolute;
    left: -150px;
    top: -150px;
    width: 357px;
    height: 357px;
    background-repeat: no-repeat;
}

.business-two .sec-title {
    max-width: 680px;
}

.business-two .sec-title .text {
    margin-top: 50px;
    max-width: 401px;
}

@media (max-width: 1199.98px) {
    .business-two .sec-title .text {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .business-two .sec-title {
        max-width: 100%;
    }
}

.business-two .list {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.business-two .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.business-two .list li i {
    position: relative;
    margin-right: 8px;
    color: var(--theme-color1);
}

.business-two .list li:last-child {
    margin-bottom: 0px;
}

.business-two .experiance {
    position: relative;
    max-width: 520px;
    width: 100%;
    margin-top: 90px;
    padding: 35px 45px;
    border-radius: 5px;
    background-color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-two .experiance {
        width: 100%;
        padding: 25px 25px;
    }
}

.business-two .experiance .award-text {
    margin-top: 50px;
    color: var(--theme-color1-text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-two .experiance .award-text {
        margin-bottom: 20px;
    }
    .business-two .experiance .award-text br {
        display: none;
    }
}

.business-two .experiance .experiance-count {
    position: relative;
    font-size: 120px;
    font-weight: 500;
    line-height: 1em;
    color: var(--theme-color1-text-color);
}

@media (max-width: 1399.98px) {
    .business-two .experiance .experiance-count {
        font-size: 100px;
    }
}

.business-two .experiance .experiance-count sup {
    font-size: 80px;
    font-weight: normal;
}

.business-two .experiance .experiance-count .count-texts {
    display: block;
    font-size: 28px;
    line-height: 35px;
    font-style: normal;
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-two .experiance .experiance-count .count-texts {
        font-size: 20px;
    }
}

.business-two .year {
    position: relative;
    bottom: -35px;
    font-size: 220px;
    font-weight: 700;
    text-align: right;
    color: transparent;
    margin-top: -362px;
    line-height: 180px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
    .business-two .year {
        margin-top: 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-two .year {
        font-size: 120px;
    }
}

.business-two .image {
    position: relative;
}

.business-two .image img {
    max-width: inherit;
}

@media (max-width: 1199.98px) {
    .business-two .image img {
        width: 100%;
    }
}


/*** 

====================================================================
    Business Three
====================================================================

***/

.business-three {
    position: relative;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: var(--theme-color2);
}

.business-three .upper-image {
    position: relative;
}

.business-three .upper-image::before {
    position: absolute;
    left: 0;
    top: 10%;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color2)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}

.business-three .upper-image img {
    width: 100%;
    display: block;
}

.business-three .sec-title {
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .business-three .sec-title {
        margin-bottom: 30px;
    }
}

.business-three .content {
    position: relative;
    padding: 100px 0px 70px;
}

.business-three .content .image {
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .business-three .content .image img {
        width: 100%;
    }
}

.business-three .content .title {
    margin-bottom: 15px;
    color: var(--theme-color-white);
}

.business-three .content p {
    opacity: 0.65;
    margin-bottom: 20px;
    color: var(--theme-color-white);
}

.business-three .list {
    position: relative;
    margin-top: 40px;
    margin-left: 120px;
    margin-bottom: 25px;
}

@media (max-width: 1399.98px) {
    .business-three .list {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {
    .business-three .list {
        margin-top: 0px;
    }
}

.business-three .list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--theme-color-white);
}

.business-three .list li i {
    position: relative;
    margin-right: 8px;
}

.business-three .list li:last-child {
    margin-bottom: 0px;
}

.business-three .button-theme-white {
    margin-left: 120px;
}

@media (max-width: 1399.98px) {
    .business-three .button-theme-white {
        margin-left: 0px;
    }
}


/*** 

====================================================================
    Business Four
====================================================================

***/

.business-four {
    position: relative;
    margin: 0px 60px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .business-four {
        margin: 0px 0px;
    }
}

.business-four .auto-container {
    max-width: 1810px;
}

.business-four .image {
    position: relative;
}

.business-four .image img {
    width: 100%;
    display: block;
}

.business-four .content {
    position: absolute;
    max-width: 520px;
    left: 250px;
    bottom: -67px;
    background-color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .business-four .content {
        position: relative;
        left: 0px;
        bottom: 0px;
        max-width: 100%;
    }
}

.business-four .content .upper-box {
    position: relative;
    padding: 60px 60px;
}

@media (max-width: 767.98px) {
    .business-four .content .upper-box {
        padding: 30px 30px;
    }
}

.business-four .content .upper-box .title {
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .business-four .content .upper-box .title br {
        display: none;
    }
}

.business-four .content .upper-box .text {
    margin-top: 20px;
    color: var(--theme-color-white);
}

.business-four .content .lower-box {
    position: relative;
    padding: 20px 60px;
    font-size: 16px;
    display: block;
    color: var(--theme-color-white);
    background-color: var(--theme-color4);
}

@media (max-width: 767.98px) {
    .business-four .content .lower-box {
        padding: 15px 30px;
    }
}


/*** 

====================================================================
    Business Five
====================================================================

***/

.business-five {
    position: relative;
}

.business-five .auto-container {
    max-width: 1810px;
}

.business-five .auto-container .inner-container {
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color3);
}

.business-five .image {
    position: relative;
    margin-right: 60px;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1599.98px) {
    .business-five .image {
        margin-right: 0px;
    }
}

@media (max-width: 1199.98px) {
    .business-five .image {
        display: none;
    }
}

.business-five .image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.business-five .content {
    position: relative;
    padding: 90px 110px 90px 60px;
}

@media (max-width: 1599.98px) {
    .business-five .content {
        padding: 60px 50px 50px 60px;
    }
}

@media (max-width: 1399.98px) {
    .business-five .content {
        padding: 40px 30px 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-five .content {
        padding: 25px 25px;
    }
}

.business-five .content .text {
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .business-five .content .text br {
        display: none;
    }
}

.business-five .content .bold-text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.business-five .content .list {
    position: relative;
    margin-bottom: 40px;
}

.business-five .content .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.business-five .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color-white);
    font-family: "Font Awesome 6 Pro";
}

.business-five .content .list li:last-child {
    margin-bottom: 0px;
}

.business-five .content .lower-content {
    position: relative;
    padding-left: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1599.98px) {
    .business-five .content .lower-content {
        border: 0px;
        padding: 0px;
    }
}

@media (max-width: 991.98px) {
    .business-five .content .lower-content {
        margin-top: 35px;
    }
}

.business-five .content .lower-content .tax-phone {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    color: var(--theme-color-white);
}

.business-five .content .lower-content .tax-phone i {
    position: relative;
    width: 51px;
    height: 51px;
    font-size: 16px;
    line-height: 51px;
    text-align: center;
    margin-right: 22px;
    border-radius: 50px;
    color: var(--theme-color2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), color-stop(#383838), color-stop(#2c2c2c), color-stop(#202020), to(#151515));
    background-image: linear-gradient(to bottom, #454545, #383838, #2c2c2c, #202020, #151515);
}


/*** 

====================================================================
    Business Six
====================================================================

***/

.business-six {
    position: relative;
    padding-bottom: 40px;
}

.business-six .auto-container {
    max-width: 1890px;
}

.business-six .lines {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.business-six .image {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 30px;
}

.business-six .image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business-six .image .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    color: var(--theme-color-white);
}

.business-six .image .play .icon {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 22px;
    border-radius: 150px;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    backdrop-filter: blur(500px);
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.business-six .content {
    position: relative;
    height: 100%;
    padding: 90px 80px;
    border-radius: 25px;
    background-color: var(--theme-color1);
    background-position: right top;
    background-repeat: no-repeat;
}

.business-six .content .icon {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color1);
    font-family: "flaticon-agencyo";
    background-color: var(--theme-color-white);
}

.business-six .content .title {
    margin-top: 42px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

.business-six .content .text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

.business-six .content .list {
    position: relative;
}

.business-six .content .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.business-six .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color-white);
    font-family: "Font Awesome 6 Pro";
}

.business-six .content .list li:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1399.98px) {
    .business-six .content {
        padding: 40px 35px;
    }
}

@media (max-width: 991.98px) {
    .business-six .content {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-six .content {
        padding: 20px 20px;
    }
}

.business-six .single-item-pagination {
    position: relative;
    margin-top: 40px;
}

.business-six .single-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    z-index: 1;
    margin: 0px 16px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color-white);
}

.business-six .single-item-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid var(--theme-color-white);
}

.business-six .single-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color-white);
}

.business-six .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.business-six .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Business Seven
====================================================================

***/

.business-seven {
    position: relative;
    padding-bottom: 40px;
}

.business-seven .auto-container {
    max-width: 1890px;
}

.business-seven .inner-container {
    position: relative;
    padding: 90px 40px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1399.98px) {
    .business-seven .inner-container {
        padding: 90px 10px;
    }
}

.business-seven .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.business-seven .upper-box .country-block_one {
    width: 20%;
    padding: 0px 15px;
}

@media (max-width: 1199.98px) {
    .business-seven .upper-box .country-block_one {
        width: 33.3333%;
    }
}

@media (max-width: 991.98px) {
    .business-seven .upper-box .country-block_one {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-seven .upper-box .country-block_one {
        width: 100%;
    }
}

.business-seven .lower-box {
    position: relative;
}

.business-seven .lower-box .content-outer {
    position: relative;
    margin-left: 80px;
}

@media (max-width: 1599.98px) {
    .business-seven .lower-box .content-outer {
        margin-left: 0px;
    }
}

.business-seven .lower-box .content-outer .btn-box {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .business-seven .lower-box .content-outer .btn-box {
        margin-top: 10px;
    }
}

.business-seven .lower-box .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.business-seven .lower-box .sec-title .text {
    max-width: 590px;
}

.business-seven .lower-box .list {
    position: relative;
}

.business-seven .lower-box .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 35px;
    color: var(--text-color);
}

.business-seven .lower-box .list li span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.business-seven .lower-box .list li:last-child {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .business-seven .lower-box .list {
        margin-bottom: 25px;
    }
}

.business-seven .lower-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 40px;
}

@media (max-width: 1399.98px) {
    .business-seven .lower-box .image {
        margin-left: 0px;
    }
}

@media (max-width: 1199.98px) {
    .business-seven .lower-box .image {
        margin-left: 0px;
        margin-top: 40px;
    }
}

.business-seven .lower-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.business-seven .lower-box .image .consult-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100%;
    max-width: 370px;
    padding: 50px 50px;
    border-radius: 15px;
    background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .business-seven .lower-box .image .consult-box {
        position: relative;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
        border-radius: 0px;
    }
}

.business-seven .lower-box .image .consult-box .authors {
    position: relative;
}

@media (max-width: 1599.98px) {
    .business-seven .lower-box .image .consult-box .authors {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .business-seven .lower-box .image .consult-box .authors {
        display: block;
    }
}

.business-seven .lower-box .image .consult-box .authors li {
    position: relative;
    margin-left: -25px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--theme-color-white);
}

.business-seven .lower-box .image .consult-box .authors li:first-child {
    margin-left: 0px;
}

@media (max-width: 767.98px) {
    .business-seven .lower-box .image .consult-box {
        position: relative;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-seven .lower-box .image .consult-box {
        padding: 25px 25px;
    }
}

.business-seven .lower-box .image .consult-box .vector {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 57px;
    height: 81px;
}

.business-seven .lower-box .image .consult-box .author {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.business-seven .lower-box .image .consult-box .author-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    color: var(--theme-color-white);
}

@media (max-width: 1599.98px) {
    .business-seven .lower-box .image .consult-box .author-title {
        margin-top: 0px;
    }
}

@media (max-width: 1199.98px) {
    .business-seven .lower-box .image .consult-box .author-title {
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .business-seven .lower-box .image .consult-box .author-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.business-seven .lower-box .image .consult-box .btn-box {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .business-seven .lower-box .image .consult-box .btn-box {
        margin-top: 25px;
    }
}

.business-seven .lower-box .image .consult-box .btn-box .read-more {
    position: relative;
    font-size: 16px;
    padding: 11px 34px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
}

.business-seven .lower-box .image .consult-box .btn-box .read-more:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.business-seven .lower-box .image .consult-box .btn-box .arrow-btn {
    position: relative;
    font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
}

.business-seven .lower-box .image .consult-box .btn-box .arrow-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}

.business-seven .lower-box .image .consult-box .btn-box:hover .read-more {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}

.business-seven .lower-box .image .consult-box .btn-box:hover .arrow-btn {
    position: absolute;
    left: 0px;
    top: 0px;
}

.country-block_one {
    position: relative;
    margin-bottom: 30px;
}

.country-block_one .inner {
    position: relative;
    text-align: center;
}

.country-block_one .inner:hover .flag {
    animation: icon-bounce 1s infinite ease;
    -webkit-animation: icon-bounce 1s infinite ease;
}

.country-block_one .inner:hover .image img {
    opacity: 0.75;
    -webkit-transform: scale(1.07, 1.07) rotate(2deg);
    transform: scale(1.07, 1.07) rotate(2deg);
}

.country-block_one .inner .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--theme-color1);
}

.country-block_one .inner .image img {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.country-block_one .inner .flag {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -25px;
    border-radius: 150px;
    border: 3px solid var(--theme-color-white);
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.country-block_one .inner .title {
    position: relative;
    margin-top: 20px;
    font-weight: 500;
}

.country-block_one .inner .title a {
    color: var(--theme-color1);
}

.country-block_one .inner .title a:hover {
    color: var(--theme-color2);
}

.country-block_one .inner .text {
    color: var(--text-color);
    margin-top: 5px;
}


/*** 

====================================================================
    Agency Section
====================================================================

***/

.agency-one {
    position: relative;
    margin: 0px 30px;
}

@media (max-width: 1599.98px) {
    .agency-one {
        margin: 0px 0px;
    }
}

.agency-one .outer-container {
    position: relative;
    max-width: 1890px;
    margin: 0 auto;
}

.agency-one .image-expand {
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0px 0px;
}

.agency-one .image-expand img {
    position: relative;
    width: 100%;
}

.agency-one .expand-section {
    width: 70%;
    margin: 0 auto;
}

.agency-one .lower-section {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 25px 25px;
    padding: 0px 40px 0px 130px;
    background-size: cover;
    background-color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .agency-one .lower-section .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1599.98px) {
    .agency-one .lower-section {
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 991.98px) {
    .agency-one .lower-section {
        padding-bottom: 60px;
    }
}

.agency-one .lower-section .title-box {
    padding: 90px 0px;
}

.agency-one .lower-section .sec-title {
    padding-right: 0px;
}

.agency-one .lower-section .sec-title .text {
    max-width: 390px;
    margin-top: 40px;
}

@media (max-width: 1399.98px) {
    .agency-one .lower-section .sec-title .text {
        max-width: 100%;
    }
}

.agency-one .lower-section .column .inner-column {
    position: relative;
    padding: 95px 60px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
    .agency-one .lower-section .column .inner-column {
        padding: 60px 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .agency-one .lower-section .column .inner-column {
        border: none;
        padding: 0px 0px;
    }
}

.agency-one .agency-box {
    position: relative;
    font-size: 16px;
    padding-left: 120px;
    padding-top: 10px;
    min-height: 85px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .agency-one .agency-box {
        padding: 0px 0px;
    }
}

.agency-one .agency-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 12px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .agency-one .agency-box .image {
        position: relative;
        margin-bottom: 20px;
    }
}

.agency-one .agency-box h4 {
    margin-bottom: 8px;
    color: var(--theme-color-white);
}

.agency-one .agency-block_one {
    position: relative;
    margin-bottom: 65px;
}

@media (max-width: 991.98px) {
    .agency-one .agency-block_one {
        margin-bottom: 50px;
    }
}

.agency-one .agency-block_one .inner {
    position: relative;
}

.agency-one .agency-block_one .inner:hover .icon {
    color: var(--theme-color2);
    background-color: var(--theme-color-white);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.agency-one .agency-block_one .inner .icon {
    position: relative;
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: var(--theme-color-white);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color2);
}

.agency-one .agency-block_one .inner .title {
    margin-top: 30px;
    color: var(--theme-color-white);
}

.agency-one .agency-block_one .inner .text {
    opacity: 0.65;
    margin-top: 15px;
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Skill Section
====================================================================

***/

.skill-section {
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 110px 0px 90px;
    position: relative;
}

.skill-section .default-skills {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .skill-section {
        background-image: none !important;
    }
}

.skill-section .images-outer {
    position: relative;
    text-align: right;
    margin-left: 125px;
    margin-right: -120px;
}

@media (max-width: 1599.98px) {
    .skill-section .images-outer {
        margin-left: 60px;
        margin-right: -60px;
    }
}

@media (max-width: 1399.98px) {
    .skill-section .images-outer {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .skill-section .images-outer {
        margin-top: 30px;
    }
}

.skill-section .images-outer .decisions {
    position: absolute;
    left: 110px;
    top: 100px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .skill-section .images-outer .decisions {
        left: 25px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .skill-section .images-outer .decisions {
        left: 0px;
        display: none;
    }
}

.skill-section .images-outer .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 45px;
    display: inline-block;
}

.skill-section .images-outer .image-two {
    position: absolute;
    left: 15px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .skill-section .images-outer .image-two {
        left: 10px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .skill-section .images-outer .image-two {
        display: none;
    }
}

.skill-section .images-outer .image-two a.play {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(153, 153, 153, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(153, 153, 153, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    bottom: 0;
    color: var(--theme-color-white);
    height: 104px;
    left: 0;
    line-height: 104px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translate(55%, 90px);
    transform: translate(55%, 90px);
    width: 104px;
    z-index: 0;
}


/* Skills Section */

.default-skills {
    position: relative;
}

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

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

.default-skills .default-skill-item .default-skill-title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--theme-color1);
    text-transform: capitalize;
}

.default-skills .default-skill-item .default-skill-bar {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: #E5E5E5;
}

.default-skills .default-skill-item .default-skill-bar .default-bar-inner {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 0px;
}

.default-skills .default-skill-item .default-skill-bar .default-bar-inner .default-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 0px;
    border-bottom: 3px solid var(--theme-color3);
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.default-skills .default-skill-item .default-count-box {
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color1);
}

.feature-section {
    position: relative;
    padding: 90px 0px 70px;
    background-color: var(--theme-color2);
}

.feature-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: left center;
}

.feature-section .circle-pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.feature-block_one {
    position: relative;
    margin-bottom: 30px;
}

.feature-block_one .auto-container {
    max-width: 1320px;
}

.feature-block_one .inner {
    position: relative;
    text-align: center;
}

.feature-block_one .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.feature-block_one .inner .icon {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 62px;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #353E47;
    color: var(--theme-color-white);
    font-family: "flaticon-agencyo";
}

.feature-block_one .inner .title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 23px;
    text-transform: capitalize;
}

.feature-block_one .inner .title a {
    color: var(--theme-color-white);
}

.feature-block_one .inner .seperater {
    position: relative;
    width: 168px;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.15);
}

.feature-block_one .inner .seperater:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 1px;
    width: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}

.feature-block_one .inner .text {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 25px;
    line-height: 28px;
    color: var(--theme-color1-text-color);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .feature-block_one .inner .text br {
        display: none;
    }
}

.feature-section-two {
    position: relative;
    padding: 120px 0px 120px;
}

.feature-section-two .auto-container {
    max-width: 1320px;
}

.feature-section-two .sec-title {
    max-width: 370px;
}

@media (max-width: 1199.98px) {
    .feature-section-two .sec-title {
        max-width: 100%;
    }
}

.feature-section-two .inner-container {
    position: relative;
    padding-left: 450px;
}

@media (max-width: 1199.98px) {
    .feature-section-two .inner-container {
        padding-left: 400px;
    }
}

@media (max-width: 991.98px) {
    .feature-section-two .inner-container {
        padding-left: 0px;
    }
}

.feature-section-two .tabs-content {
    position: relative;
    margin-top: -265px;
}

@media (max-width: 1199.98px) {
    .feature-section-two .tabs-content {
        margin-top: 0px;
    }
}

.feature-section-two .tab-btns {
    position: absolute;
    left: 0px;
    top: 265px;
    max-width: 370px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .feature-section-two .tab-btns {
        top: 0px;
    }
}

@media (max-width: 991.98px) {
    .feature-section-two .tab-btns {
        position: relative;
        margin-bottom: 50px;
        max-width: 100%;
    }
}

.feature-section-two .tab-btns li {
    position: relative;
    color: #A4A4A4;
    font-size: 20px;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 18px 0px 18px 70px;
    font-weight: var(--h4-font-weight);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .feature-section-two .tab-btns li {
        padding-left: 0px;
    }
}

.feature-section-two .tab-btns li span {
    position: absolute;
    left: 0px;
    top: 18px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .feature-section-two .tab-btns li span {
        display: none;
    }
}

.feature-section-two .tab-btns li i {
    position: absolute;
    right: 0px;
    top: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-section-two .tab-btns li.active-btn {
    color: var(--theme-color1);
}

.feature-section-two .tab-btns li.active-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.feature-section-two .tab-btns li:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.feature-section-two .tab-btns li:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.feature-section-two .tab-inner-content {
    position: relative;
    padding: 35px 0px 0px 40px;
}

@media (max-width: 1399.98px) {
    .feature-section-two .tab-inner-content {
        padding: 0px 0px;
    }
}

@media (max-width: 767.98px) {
    .feature-section-two .tab-inner-content {
        padding-top: 35px;
    }
}

.feature-section-two .tab-inner-content h4 {
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--theme-color1);
    font-weight: var(--h4-font-weight);
}

.feature-section-two .tab-inner-content .text {
    margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .feature-section-two .tab-inner-content .text {
        margin-bottom: 30px;
    }
}

.feature-section-two .tab-inner-content .feature-list {
    position: relative;
    margin-bottom: 45px;
}

.feature-section-two .tab-inner-content .feature-list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--theme-color1);
}

.feature-section-two .tab-inner-content .feature-list li i {
    margin-right: 10px;
}

.feature-section-two .tab-inner-content .feature-list li:last-child {
    margin-bottom: 0px;
}

.feature-section-three {
    position: relative;
    padding: 120px 0px 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.feature-section-three .auto-container {
    max-width: 1320px;
}

.feature-section-three .side-image {
    position: absolute;
    left: -400px;
    top: 20px;
}

@media (max-width: 1599.98px) {
    .feature-section-three .side-image {
        left: -350px;
    }
}

@media (max-width: 1399.98px) {
    .feature-section-three .side-image {
        display: none;
    }
}

.feature-section-three .content {
    position: relative;
    content: center;
    justify-content: center;
    /* margin-left: auto; */
    max-width: fit-content !important;
}

@media (max-width: 1399.98px) {
    .feature-section-three .content {
        margin-left: 0px;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .feature-section-three .content {
        margin-bottom: 35px;
    }
}

.feature-section-three .feature-three_list {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.feature-section-three .feature-three_list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--theme-color1);
}

.feature-section-three .feature-three_list li i {
    margin-right: 10px;
    color: var(--theme-color2);
}

.feature-section-three .feature-three_list li:last-child {
    margin-bottom: 0px;
}

.feature-section-three .image {
    position: relative;
}

.feature-section-three .image img {
    max-width: inherit;
}

@media (max-width: 1199.98px) {
    .feature-section-three .image img {
        width: 100%;
    }
}

.feature-section-three .content-box {
    position: absolute;
    left: -100px;
    bottom: 50px;
    max-width: 560px;
    width: 100%;
    padding: 35px 45px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .feature-section-three .content-box {
        padding: 25px 25px;
    }
}

@media (max-width: 1199.98px) {
    .feature-section-three .content-box {
        position: relative;
        left: 0px;
        top: 0px;
    }
}

@media (max-width: 991.98px) {
    .feature-section-three .content-box {
        max-width: 100%;
    }
}

.feature-section-three .content-box .title {
    color: var(--theme-color1);
    font-weight: var(--h6-font-weight);
}

@media (max-width: 1199.98px) {
    .feature-section-three .content-box .title {
        font-size: 24px;
    }
}

.feature-section-three .content-box .play {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color1);
}

.feature-section-three .content-box .play .icon {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}


/*** 

====================================================================
  Process Section
====================================================================

***/

.process-one {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding: 110px 0px 40px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .process-one {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.process-one .outer-container {
    position: relative;
    margin: 0 auto;
    max-width: 1890px;
    border-radius: 20px;
    padding: 60px 0px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.process-one .outer-container:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 56%;
    right: 0px;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1399.98px) {
    .process-one .outer-container:before {
        display: none;
    }
}


/* Process Block One */

.process-block_one {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .process-block_one {
        margin-bottom: 50px;
    }
}

.process-block_one .inner {
    position: relative;
    text-align: center;
}

.process-block_one .inner:hover .number {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
    background-color: var(--theme-color1);
}

.process-block_one .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.process-block_one .inner .icon {
    position: relative;
    font-size: 56px;
    line-height: 1em;
    color: var(--theme-color2);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-block_one .inner .title {
    position: relative;
    margin-top: 20px;
    color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .process-block_one .inner .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .process-block_one .inner .title {
        font-size: 20px;
    }
}

.process-block_one .inner .number {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--theme-color1);
    font-size: 22px;
    font-weight: 500;
    height: 70px;
    line-height: 68px;
    margin: 0 auto;
    margin-top: 35px;
    position: relative;
    width: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
    .process-block_one .inner .number {
        margin-top: 25px;
    }
}

.process-block_one .inner .text {
    margin-top: 30px;
    padding: 0px 30px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .process-block_one .inner .text {
        padding: 0px 0px;
    }
}

@media (max-width: 1199.98px) {
    .process-block_one .inner .text {
        margin-top: 20px;
    }
}


/*** 

====================================================================
  Process Two
====================================================================

***/

.process-two {
    position: relative;
    padding: 0px 0px 0px;
}

.process-two .sec-title_two {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.process-two .outer-container {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0px 0px;
}


/* Process Block Two */

.process-block_two {
    position: relative;
}

.process-block_two .inner {
    background-color: var(--theme-color3);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 40px 40px;
    position: relative;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .process-block_two .inner {
        padding: 25px 25px;
    }
}

.process-block_two .inner .content {
    min-height: 170px;
    padding-left: 220px;
    position: relative;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .process-block_two .inner .content {
        min-height: auto;
        padding-left: 0px;
    }
}

.process-block_two .inner .content .author-image {
    border-radius: 150px;
    height: 170px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 170px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .process-block_two .inner .content .author-image {
        position: relative;
        margin-bottom: 30px;
    }
}

.process-block_two .inner .content .number {
    color: var(--text-color);
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

.process-block_two .inner .content .title {
    color: var(--theme-color2);
    margin-top: 10px;
    position: relative;
    text-transform: capitalize;
}

.process-block_two .inner .content .text {
    color: var(--text-color);
    font-size: 16px;
    margin-top: 22px;
    position: relative;
}


/*** 

====================================================================
  Step Section
====================================================================

***/

.steps-one {
    position: relative;
    padding: 110px 0px 80px;
}

.steps-one .steps-one_circle {
    position: absolute;
    left: -270px;
    bottom: 0px;
    width: 543px;
    height: 543px;
    background-repeat: no-repeat;
}

.step-block_one {
    position: relative;
    margin-bottom: 30px;
}

.step-block_one .inner {
    position: relative;
    text-align: center;
    padding: 0px 30px 60px;
    background-color: var(--theme-color-white);
}

.step-block_one .inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.step-block_one .inner:hover .number {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.step-block_one .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.step-block_one .number {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 56px;
    border-radius: 50px;
    color: var(--theme-color1);
    background-color: #e7e7e7;
}

.step-block_one .icon {
    position: relative;
    width: 98px;
    height: 94px;
    margin: 0 auto;
    font-size: 54px;
    margin-top: 45px;
    line-height: 94px;
    font-family: flaticon-agencyo;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1);
    background-color: #e7e7e7;
}

.step-block_one .title {
    margin-top: 40px;
    font-weight: var(--h4-font-weight);
}

.step-block_one .title a:hover {
    color: var(--theme-color4);
}

.step-block_one .text {
    margin-top: 20px;
    color: var(--text-color);
}


/*** 

====================================================================
  Step Section
====================================================================

***/

.steps-two {
    position: relative;
    padding: 110px 0px 80px;
}

.steps-two .image {
    position: relative;
    overflow: hidden;
}

.steps-two .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.steps-two .column {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .steps-two .column {
        margin-bottom: 60px;
    }
}

.step-block_two {
    position: relative;
}

.step-block_two:last-child .inner {
    padding-bottom: 0px;
}

.step-block_two .inner {
    position: relative;
    padding-top: 15px;
    padding-left: 90px;
    padding-bottom: 25px;
}

.step-block_two .inner::before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    opacity: 0.1;
    background-color: var(--theme-color1);
}

.step-block_two .inner:hover .number {
    color: var(--theme-color-white);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}

.step-block_two .inner .number {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.step-block_two .inner .title {
    position: relative;
    margin-bottom: 15px;
    color: var(--theme-color1);
    text-transform: capitalize;
}

.step-block_two .inner .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    max-width: 340px;
    color: var(--text-color);
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .step-block_two .inner .text {
        max-width: 100%;
    }
}


/*** 

====================================================================
  Step Section Three
====================================================================

***/

.workflow {
    position: relative;
}

.workflow .upper-box {
    position: relative;
    overflow: hidden;
}

.workflow .upper-box .image {
    position: relative;
}

.workflow .upper-box .image img {
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.workflow .upper-box .image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    content: "";
    z-index: 1;
    background-color: #223328;
}

.workflow .upper-box .overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    padding: 200px 200px;
}

@media (max-width: 1599.98px) {
    .workflow .upper-box .overlay {
        padding: 140px 200px;
    }
}

@media (max-width: 1399.98px) {
    .workflow .upper-box .overlay {
        padding: 110px 60px;
    }
}

@media (max-width: 991.98px) {
    .workflow .upper-box .overlay {
        position: relative;
        padding: 60px 30px;
        background-color: var(--theme-color1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.workflow .upper-box .overlay .sec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.workflow .upper-box .overlay .sec-title .right-box {
    max-width: 750px;
    width: 100%;
}

.workflow .auto-container {
    max-width: 1810px;
}

.steps-three {
    position: relative;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .steps-three {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.steps-three .step-block_three {
    min-height: 517px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    will-change: flex;
}

.steps-three .step-block_three.active {
    -webkit-box-flex: 1.8;
    -ms-flex: 1.8;
    flex: 1.8;
}

.steps-three .step-block_three.active .content {
    opacity: 1;
}

.steps-three .step-block_three:hover {
    -webkit-box-flex: 1.8;
    -ms-flex: 1.8;
    flex: 1.8;
}

.steps-three .step-block_three:hover .content {
    opacity: 1;
}

.steps-three .step-block_three:hover .content .step {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.steps-three .step-block_three:hover .content .icon {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.steps-three .step-block_three:hover .content .title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.steps-three .step-block_three:hover .content .text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

@media (max-width: 1199.98px) {
    .steps-three .step-block_three {
        width: 50%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .steps-three .step-block_three {
        width: 100%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .steps-three .step-block_three {
        min-height: auto;
    }
}

.step-block_three {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .step-block_three {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

.step-block_three:hover .inner .number,
.step-block_three:hover .inner .icon,
.step-block_three:hover .inner .title {
    opacity: 0;
}

.step-block_three:last-child {
    border-right: 0px;
}

.step-block_three .inner {
    position: relative;
    padding-top: 100px;
    padding-left: 70px;
    padding-bottom: 80px;
}

@media (max-width: 1399.98px) {
    .step-block_three .inner {
        padding-left: 25px;
    }
}

@media (max-width: 1199.98px) {
    .step-block_three .inner {
        padding-top: 100px;
        padding-left: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .step-block_three .inner {
        padding-top: 30px;
        padding-left: 5px;
        padding-bottom: 20px;
    }
}

.step-block_three .inner .number {
    position: relative;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.step-block_three .inner .icon {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 1em;
    margin-top: 150px;
    margin-bottom: 35px;
    color: var(--theme-color-white);
    font-family: "flaticon-agencyo";
}

.step-block_three .inner .title {
    position: relative;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .step-block_three .inner .title {
        font-size: 24px;
        line-height: 34px;
    }
    .step-block_three .inner .title br {
        display: none;
    }
}

.step-block_three .content {
    position: absolute;
    left: 49px;
    top: 100px;
    z-index: 1;
    bottom: 80px;
    right: 100px;
    opacity: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
    .step-block_three .content {
        left: 15px;
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .step-block_three .content {
        left: 32px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .step-block_three .content {
        left: 15px;
        top: 80px;
    }
}

.step-block_three .content .step {
    position: relative;
    font-size: 16px;
    opacity: 0;
    font-weight: 500;
    border-radius: 50px;
    padding: 9px 22px 8px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color1);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    background-color: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.step-block_three .content .title {
    opacity: 0;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--theme-color-white);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .step-block_three .content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

.step-block_three .content .icon {
    position: relative;
    opacity: 0;
    line-height: 1em;
    font-size: 74px;
    margin-top: 40px;
    margin-bottom: 35px;
    color: var(--theme-color2);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    font-family: "flaticon-agencyo";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.step-block_three .content .text {
    opacity: 0;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-color-white);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .step-block_three .content .text {
        display: none;
    }
}


/*** 

====================================================================
  Step Section Four
====================================================================

***/

.steps-four {
    position: relative;
    padding: 120px 0px 120px;
}

.steps-four .sec-title {
    margin-bottom: 35px;
}

.steps-four .column {
    position: relative;
}

.steps-four .column .accordion-box_three {
    padding-right: 100px;
}

@media (max-width: 1399.98px) {
    .steps-four .column .accordion-box_three {
        padding-right: 0px;
    }
}

.steps-four .images-outer {
    position: relative;
}

.steps-four .images-outer .image:first-child {
    display: block;
}

.steps-four .images-outer .image {
    position: relative;
    display: none;
}

.steps-four .images-outer .image img {
    max-width: inherit;
}

@media (max-width: 1399.98px) {
    .steps-four .images-outer .image img {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .steps-four .images-outer .image img {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .steps-four .images-outer .image {
        margin-top: 40px;
    }
}


/*** 

====================================================================
  Consult Section
====================================================================

***/

.consult-section {
    position: relative;
}

.consult-section .auto-container {
    position: relative;
    max-width: 1810px;
}

.consult-section .auto-container .inner-container {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-section .auto-container .inner-container {
        padding: 15px 15px;
    }
}

.consult-section .content {
    position: relative;
    padding: 80px 120px 15px 90px;
}

@media (max-width: 1599.98px) {
    .consult-section .content {
        padding: 40px 30px 15px 40px;
    }
}

@media (max-width: 1399.98px) {
    .consult-section .content {
        padding: 20px 0px 15px 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-section .content {
        padding-top: 0px;
    }
}

.consult-section .images-outer {
    position: relative;
}

.consult-section .images-outer .image {
    position: relative;
}

.consult-section .images-outer .image img {
    width: 100%;
    display: block;
}

.consult-section .btn-box {
    position: relative;
    margin-top: 30px;
}

.consult-quote {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 370px;
    padding: 50px 50px;
    background-color: var(--theme-color2);
}

@media (max-width: 767.98px) {
    .consult-quote {
        position: relative;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-quote {
        padding: 25px 25px;
    }
}

.consult-quote .vector {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 57px;
    height: 81px;
}

.consult-quote .author {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.consult-quote .author-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 35px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-quote .author-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.consult-tab {
    position: relative;
}

.consult-tab .tab-buttons {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-tab .tab-buttons {
        border: none;
    }
}

.consult-tab .tab-buttons li {
    position: relative;
    font-size: 22px;
    color: #A9A9A9;
    font-weight: 500;
    margin-right: 35px;
    padding-bottom: 20px;
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .consult-tab .tab-buttons li {
        font-size: 18px;
        margin-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-tab .tab-buttons li {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

.consult-tab .tab-buttons li::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 3px;
    opacity: 0;
    background-color: var(--theme-color2);
}

.consult-tab .tab-buttons li:last-child {
    margin-right: 0px;
}

.consult-tab .tab-buttons li.active-btn {
    color: var(--theme-color3);
}

.consult-tab .tab-buttons li.active-btn::before {
    opacity: 1;
}

.consult-tab .tab-buttons li:hover {
    color: var(--theme-color3);
}

.consult-tab .tab-buttons li:hover::before {
    opacity: 1;
}

.consult-tab .tab-content {
    position: relative;
    padding-top: 40px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-tab .tab-content {
        padding-top: 20px;
    }
}

.consult-tab .tab-content .text {
    margin-bottom: 30px;
}

.consult-tab .tab-content .list {
    position: relative;
    margin-top: 30px;
}

.consult-tab .tab-content .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.consult-tab .tab-content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
}

.consult-tab .tab-content .list li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
  Consult Two
====================================================================

***/

.consult-two {
    position: relative;
    overflow: hidden;
}

.consult-two .outer-container {
    position: relative;
}

.consult-two .image {
    position: relative;
}

.consult-two .image img {
    width: 100%;
}

.consult-two .content {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 725px;
    padding: 60px 100px;
    backdrop-filter: blur(25px);
}

@media (max-width: 991.98px) {
    .consult-two .content {
        width: 100%;
        padding: 50px 30px;
        position: relative;
        background-color: var(--theme-color1);
    }
}

.consult-two .content .sec-title {
    margin-bottom: 30px;
}


/*** 

====================================================================
  Consult Three
====================================================================

***/

.consult-three {
    position: relative;
    overflow: hidden;
    margin-top: 130px;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.consult-three .column {
    position: relative;
}

.consult-three .column:nth-child(2) .content-outer {
    padding-left: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
    .consult-three .column:nth-child(2) .content-outer {
        padding-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .consult-three .column:nth-child(2) .content-outer {
        padding: 0px 0px 40px;
        border: none;
    }
}

.consult-three .column .content-outer {
    position: relative;
    padding: 130px 0px 100px;
}

@media (max-width: 767.98px) {
    .consult-three .column .content-outer {
        padding-bottom: 60px;
    }
}

.consult-three .column .content-outer .sec-title {
    margin-bottom: 30px;
}

.consult-three .column .content-outer .sec-title .text {
    max-width: 350px;
}

@media (max-width: 991.98px) {
    .consult-three .column .content-outer .sec-title .text {
        max-width: 100%;
    }
}

.consult-three .column .list {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.consult-three .column .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.consult-three .column .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-family: "Font Awesome 6 Pro";
}

.consult-three .column .list li:last-child {
    margin-bottom: 0px;
}

.consult-three .column .info-outer {
    position: relative;
}

.consult-three .column .info-outer .info {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 25px;
    font-size: 16px;
    width: 100%;
    max-width: 330px;
    border-radius: 10px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .consult-three .column .info-outer .info {
        max-width: 100%;
    }
}

.consult-three .column .info-outer .info i {
    position: relative;
    margin-right: 10px;
}

.consult-three .column .info-outer .info a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}

.consult-three .image-outer {
    position: relative;
    padding: 50px 0px 0px 0px;
}

@media (max-width: 991.98px) {
    .consult-three .image-outer {
        padding: 0px 0px 60px 0px;
    }
}

.consult-three .image-outer .image {
    position: relative;
    margin-left: 40px;
}

.consult-three .image-outer .image img {
    max-width: inherit;
}

@media (max-width: 767.98px) {
    .consult-three .image-outer .image img {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .consult-three .image-outer .image {
        margin-left: 0px;
    }
}

.consult-three .contact-form .form-group button .read-more {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.consult-three .contact-form .form-group button .arrow-btn {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}


/*** 
====================================================================
    Marketing One
====================================================================
***/

.marketing-one {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    overflow: hidden;
    background-color: var(--theme-color1);
}

.marketing-one .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* Takes full width of all titles */
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    /* Adjust speed (40s) */
}

.marketing-one .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    /* Pause on hover if desired */
}

.marketing-one .title {
    position: relative;
    font-size: 18px;
    margin: 0 25px;
    padding-left: 25px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color-white);
    white-space: nowrap;
    /* Prevent text from wrapping */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* Prevent items from shrinking */
}

.marketing-one .title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: var(--theme-color-white);
}

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

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


/*** 
====================================================================
    Marketing One
====================================================================
***/

.marketing-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 110px;
}

.marketing-two .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
}

.marketing-two .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marketing-two .title {
    position: relative;
    font-size: 120px;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color2);
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.marketing-two i {
    position: relative;
    width: 34px;
    height: 34px;
    font-size: 25px;
    line-height: 32px;
    margin: 15px 26px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid var(--theme-color2);
    &:hover {
        background-color: var(--theme-color2);
        color: var(--theme-color-white);
        border-color: var(--theme-color2);
        cursor: hand;
    }
}

.marketing-two.style-two {
    padding: 80px 0px 80px;
}


/*** 
====================================================================
    Marketing Three
====================================================================
***/

.marketing-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 110px;
}

@media (max-width: 991.98px) {
    .marketing-three {
        padding-top: 100px;
    }
}

.marketing-three .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
}

.marketing-three .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marketing-three .title {
    position: relative;
    font-size: 220px;
    line-height: 1em;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    color: var(--theme-color1);
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .marketing-three .title {
        font-size: 90px;
        line-height: 90px;
    }
}


/*** 

====================================================================
    Market Section
====================================================================

***/

.market-one {
    position: relative;
}

.market-one .auto-container {
    position: relative;
    max-width: 1940px;
}

.market-one .auto-container .row {
    margin: 0px -5px;
}

.market-one .auto-container .row .column {
    padding: 0px 5px;
}

.market-one .market-block_one,
.market-one .market-block_two {
    height: 100%;
}

.market-one .market-block_one-inner,
.market-one .market-block_two-inner {
    height: 100%;
}

.market-block_one {
    position: relative;
}

.market-block_one .inner {
    position: relative;
    height: 100%;
}

.market-block_one .image {
    position: relative;
    height: 100%;
}

.market-block_one .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.market-block_one .shadow {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right top;
    background-repeat: no-repeat;
}

.market-block_one .shadow-two {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.market-block_one .content {
    position: absolute;
    left: 220px;
    bottom: 70px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .market-block_one .content {
        left: 100px;
    }
}

@media (max-width: 1199.98px) {
    .market-block_one .content {
        left: 70px;
    }
}

@media (max-width: 991.98px) {
    .market-block_one .content {
        left: 40px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .market-block_one .content {
        left: 30px;
        bottom: 30px;
    }
}

.market-block_one .content .title {
    position: relative;
}

.market-block_one .content .title a {
    position: relative;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .market-block_one .content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .market-block_one .content .title {
        font-size: 24px;
        line-height: 34px;
    }
}

.market-block_one .content .subtitle {
    position: relative;
    font-size: 18px;
    padding-top: 40px;
    margin-top: 35px;
    color: var(--theme-color-white);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .market-block_one .content .subtitle {
        padding-top: 15px;
        margin-top: 15px;
    }
}

.market-block_two {
    position: relative;
}

.market-block_two .shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right top;
    background-repeat: no-repeat;
}

.market-block_two .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.market-block_two .inner {
    position: relative;
    padding: 85px 75px;
    background-color: var(--theme-color2);
}

@media (max-width: 1399.98px) {
    .market-block_two .inner {
        padding: 40px 40px;
    }
}

@media (max-width: 1199.98px) {
    .market-block_two .inner {
        padding: 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .market-block_two .inner {
        padding: 30px 30px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .market-block_two .inner {
        padding: 25px 25px;
    }
}

.market-block_two .inner .sec-title h2 {
    font-weight: 500;
}

@media (max-width: 1399.98px) {
    .market-block_two .inner .sec-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 1199.98px) {
    .market-block_two .inner .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.market-block_two .swiper-scrollbar {
    bottom: 15px;
    left: 60px;
    right: 60px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.15);
}

.market-block_two .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: white;
}

.market-block_two .nav-box {
    position: relative;
    margin-top: 40px;
}

.market-block_two .nav-box .swiper-button-prev:hover {
    color: var(--theme-color1);
    background-color: white;
}

.market-block_two .nav-box .swiper-button-next:hover {
    color: var(--theme-color1);
    background-color: white;
}

.market-block_two .nav-box .swiper-button-prev {
    position: relative;
    width: 36px;
    height: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.15);
}

.market-block_two .nav-box .swiper-button-prev:after {
    display: none;
}

.market-block_two .nav-box .swiper-button-next {
    position: absolute;
    right: 0px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.15);
}

.market-block_two .nav-box .swiper-button-next:after {
    display: none;
}

.review-block {
    position: relative;
}

.review-block .inner-box {
    position: relative;
}

.review-block .inner-box:hover .image span {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}

.review-block .inner-box:hover .image img {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

.review-block .inner-box .image {
    position: relative;
    /* margin-left: 15px; */
    /* padding-top: 15px; */
    display: inline-block;
    /* Ensure image fully fits into the circular area */
    object-fit: cover;
    overflow: hidden;
}

.review-block .inner-box .image span {
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color1);
    background-color: #f4b400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.review-block .inner-box .image img {
    position: relative;
    overflow: hidden;
    border-radius: 300px;
    outline-offset: 12px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    outline: 1px solid var(--theme-color-white);
}

.review-block .inner-box .title {
    position: relative;
    margin-top: 70px;
    font-size: 24px;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .review-block .inner-box .title {
        margin-top: 40px;
    }
}

.review-block .inner-box .text {
    position: relative;
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Market Two
====================================================================

***/

.market-two {
    position: relative;
    padding: 110px 0px 110px;
    background-position: left top;
    background-repeat: no-repeat;
}

.market-two .auto-container {
    position: relative;
}

.market-two .auto-container .inner-container {
    position: relative;
}

.market-two .auto-container .inner-container .options-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    max-width: 265px;
}

.market-two .auto-container .inner-container .options-text .lower-text {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .market-two .auto-container .inner-container .options-text {
        position: relative;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.market-two .tabs-content {
    position: relative;
    padding-left: 350px;
}

@media (max-width: 991.98px) {
    .market-two .tabs-content {
        padding-left: 0px;
    }
}

.market-two .tabs-content .content {
    position: relative;
}

.market-two .tabs-content .content .column {
    position: relative;
}

.market-two .tabs-content .content .column:first-child .inner-column {
    padding-left: 80px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 1199.98px) {
    .market-two .tabs-content .content .column:first-child .inner-column {
        padding-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .market-two .tabs-content .content .column:first-child .inner-column {
        padding: 0px;
        border: none;
    }
}

.market-two .tabs-content .content .column:nth-child(2) .inner-column {
    padding-left: 65px;
}

@media (max-width: 1199.98px) {
    .market-two .tabs-content .content .column:nth-child(2) .inner-column {
        padding-left: 0px;
    }
}

.market-two .tabs-content .content .bold-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    max-width: 300px;
    margin-bottom: 35px;
    color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .market-two .tabs-content .content .bold-text {
        max-width: 100%;
    }
}

.market-two .tabs-content .content .text {
    max-width: 330px;
    margin-bottom: 45px;
}

@media (max-width: 767.98px) {
    .market-two .tabs-content .content .text {
        max-width: 100%;
    }
}

.market-two .tabs-content .content .image {
    position: relative;
}

@media (max-width: 767.98px) {
    .market-two .tabs-content .content .image {
        margin-bottom: 30px;
    }
}

.market-two .tabs-content .content .image img {
    position: relative;
}

.market-two .tabs-content .content .image .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-white);
}

.market-two .tabs-content .content .image .play .icon {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--theme-color1);
    background-color: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .market-two .tabs-content .content .image .play .icon {
        margin-right: 5px;
    }
}

.market-two .tabs-content .content .image .play span {
    font-size: 16px;
    border-bottom: 1px solid var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .market-two .tabs-content .content .image .play span {
        font-size: 12px;
    }
}

.market-two .tab-btns {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    max-width: 370px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .market-two .tab-btns {
        top: 0px;
    }
}

@media (max-width: 991.98px) {
    .market-two .tab-btns {
        position: relative;
        margin-bottom: 50px;
        max-width: 100%;
    }
}

.market-two .tab-btns li {
    position: relative;
    color: #A4A4A4;
    font-size: 20px;
    display: block;
    line-height: 30px;
    max-width: 260px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0px 0px 0px 55px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.market-two .tab-btns li span {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 17px;
    height: 17px;
    border: 1px solid var(--text-color);
}

.market-two .tab-btns li span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 17px;
    height: 17px;
    background-color: var(--text-color);
}

.market-two .tab-btns li i {
    position: absolute;
    right: 0px;
    top: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.market-two .tab-btns li.active-btn {
    color: var(--theme-color1);
}

.market-two .tab-btns li.active-btn span {
    border-color: var(--theme-color2);
}

.market-two .tab-btns li.active-btn span::before {
    background-color: var(--theme-color2);
}

.market-two .tab-btns li:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.market-two .tab-btns li:hover span {
    border-color: var(--theme-color2);
}

.market-two .tab-btns li:hover span::before {
    background-color: var(--theme-color2);
}

.market-two .tab-inner-content {
    position: relative;
    padding: 35px 0px 0px 40px;
}

@media (max-width: 1399.98px) {
    .market-two .tab-inner-content {
        padding: 0px 0px;
    }
}

@media (max-width: 767.98px) {
    .market-two .tab-inner-content {
        padding-top: 35px;
    }
}


/*** 

====================================================================
    Market Three
====================================================================

***/

.market-three {
    position: relative;
    margin-top: -150px;
    z-index: 1;
    padding: 0px 0px 0px;
}

@media (max-width: 991.98px) {
    .market-three {
        margin-top: 0px;
        padding-top: 110px;
    }
}

.market-three .sec-title {
    margin-top: 200px;
    margin-bottom: 25px;
}

.market-three .sec-title .text {
    max-width: 430px;
}

@media (max-width: 991.98px) {
    .market-three .sec-title .text {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .market-three .sec-title {
        margin-top: 0px;
    }
}

.market-three .market-three_list {
    position: relative;
    margin-bottom: 30px;
}

.market-three .market-three_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.market-three .market-three_list li i {
    position: relative;
    margin-right: 10px;
    color: var(--theme-color1);
}

.market-three .market-three_list li:last-child {
    margin-bottom: 0px;
}

.market-three .image {
    position: relative;
}

@media (max-width: 991.98px) {
    .market-three .image {
        margin-top: 35px;
    }
}

.market-three .image img {
    max-width: inherit;
}

@media (max-width: 991.98px) {
    .market-three .image img {
        max-width: 100%;
    }
}

.market-three .content {
    position: absolute;
    left: -70px;
    bottom: 0px;
    max-width: 370px;
    width: 100%;
    padding: 35px 35px;
    background-color: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .market-three .content {
        left: 0px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .market-three .content {
        position: relative;
        max-width: 100%;
    }
}

.market-three .content .logo {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.market-three .content .clients {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: var(--theme-color1);
}

.market-three .content .authors {
    position: relative;
    margin-top: 15px;
}

.market-three .content .authors li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -18px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--theme-color-white);
}

.market-three .content .authors li img {
    width: 100%;
}

.market-three .content .authors li:nth-child(1) {
    margin-left: 0px;
}


/*** 

====================================================================
    FullWidth Image
====================================================================

***/

.fullwidth-image {
    position: relative;
    overflow: hidden;
}

.fullwidth-image .image {
    position: relative;
}

.fullwidth-image .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


/*** 

====================================================================
    Choose Section
====================================================================

***/

.choose-section {
    position: relative;
    padding: 180px 0px 70px;
}

.choose-section .globe-layer {
    position: absolute;
    right: -200px;
    top: 80px;
    width: 433px;
    height: 438px;
    background-repeat: no-repeat;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.choose-block_one {
    position: relative;
    margin-bottom: 30px;
}

.choose-block_one .inner {
    position: relative;
    padding: 40px 35px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .choose-block_one .inner {
        padding: 25px 25px;
    }
}

.choose-block_one .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: var(--theme-color4);
}

.choose-block_one .inner .icon {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    font-family: flaticon-agencyo;
}

.choose-block_one .inner .title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--theme-color1);
    text-transform: capitalize;
    font-weight: var(--h4-font-weight);
}

.choose-block_one .inner .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: var(--text-color);
}

.choose-block_one .inner .list {
    position: relative;
    margin-top: 30px;
}

.choose-block_one .inner .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.choose-block_one .inner .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
}

.choose-block_one .inner .list li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
  Success Section
====================================================================

***/

.success-section {
    position: relative;
    padding: 100px 0px 70px;
}

.success-section .vector {
    position: absolute;
    left: -80px;
    bottom: -150px;
    width: 357px;
    height: 357px;
    background-repeat: no-repeat;
}

.success-section .column {
    position: relative;
}

.success-section .column:nth-child(2n+0) .success-block_one .inner .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 767.98px) {
    .success-section .column:nth-child(2n+0) .success-block_one .inner .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.success-section .column:nth-child(2n+0) .success-block_one .inner .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .success-section .column:nth-child(2n+0) .success-block_one .inner .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.success-section .success-block_one {
    position: relative;
    margin-bottom: 30px;
}

.success-section .success-block_one .inner {
    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;
}

.success-section .success-block_one .inner:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05, 1.05) rotate(2deg);
    transform: scale(1.05, 1.05) rotate(2deg);
}

.success-section .success-block_one .inner:hover .content .number {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--theme-color-white);
    border-color: var(--theme-color3);
    background-color: var(--theme-color3);
}

.success-section .success-block_one .inner .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color3);
}

.success-section .success-block_one .inner .image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.success-section .success-block_one .inner .content {
    position: relative;
    padding: 35px 35px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .success-section .success-block_one .inner .content {
        padding: 25px 25px;
    }
}

.success-section .success-block_one .inner .content .number {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color6);
    font-weight: var(--h4-font-weight);
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.success-section .success-block_one .inner .content .title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: var(--h4-font-weight);
}

.success-section .success-block_one .inner .content .title a {
    color: var(--theme-color1);
}

.success-section .success-block_one .inner .content .title a:hover {
    color: var(--theme-color6);
}

.success-section .success-block_one .inner .content .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
}


/*** 

====================================================================
  Success Section Two
====================================================================

***/

.success-section-two {
    position: relative;
}

.success-section-two .auto-container {
    max-width: 1810px;
}

.success-section-two .auto-container .inner-container {
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color1);
}

.success-section-two .auto-container .inner-container .image {
    position: relative;
}

.success-section-two .auto-container .inner-container .image img {
    position: relative;
    width: 100%;
    display: block;
}

.success-section-two .auto-container .inner-container .image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.success-section-two .auto-container .inner-container .content {
    position: relative;
    padding: 60px 200px 90px;
}

@media (max-width: 1599.98px) {
    .success-section-two .auto-container .inner-container .content {
        padding: 60px 80px 80px;
    }
}

@media (max-width: 1399.98px) {
    .success-section-two .auto-container .inner-container .content {
        padding: 60px 40px 80px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .success-section-two .auto-container .inner-container .content {
        padding: 30px 20px 30px;
    }
}

.success-section-two .auto-container .inner-container .content .title {
    padding-bottom: 30px;
    color: var(--theme-color-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .success-section-two .auto-container .inner-container .content .title {
        font-size: 34px;
        line-height: 44px;
    }
}

.success-section-two .auto-container .inner-container .content .text {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: var(--h5-font-size);
    color: var(--theme-color-white);
}

.success-section-two .auto-container .inner-container .counter-outer {
    position: relative;
    padding-left: 110px;
    margin-left: 120px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
    .success-section-two .auto-container .inner-container .counter-outer {
        margin-left: 0px;
        padding-left: 60px;
    }
}

@media (max-width: 1199.98px) {
    .success-section-two .auto-container .inner-container .counter-outer {
        border: none;
        margin-top: 80px;
        padding-left: 0px;
    }
}

.success-section-two .auto-container .inner-container .counter-outer .success-count {
    position: relative;
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 90px;
    color: var(--theme-color-white);
}

.success-section-two .auto-container .inner-container .counter-outer .success-count .text {
    display: block;
    margin-top: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: var(--theme-color-white);
}

.success-section-two .auto-container .inner-container .counter-outer .success-count:last-child {
    margin-bottom: 0px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .success-section-two .auto-container .inner-container .counter-outer .success-count {
        font-size: 70px;
    }
}


/*** 

====================================================================
    Solution Section
====================================================================

***/

.solution-section {
    position: relative;
    padding: 100px 0px 70px;
    background-color: var(--theme-color1);
}

.solution-section .auto-container {
    position: relative;
    max-width: 1810px;
}

.solution-section .auto-container .big-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.1;
    font-size: 120px;
    line-height: 1em;
    font-weight: var(--h4-font-weight);
    text-transform: uppercase;
    color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .solution-section .auto-container .big-title {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .solution-section .auto-container .big-title {
        font-size: 50px;
    }
}

.solution-section .column {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-section .column .image {
        position: relative;
        margin-bottom: 25px;
    }
}

.solution-section .author-box {
    position: relative;
    font-size: 16px;
    min-height: 100px;
    padding-top: 18px;
    padding-left: 125px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-section .author-box {
        padding: 0px 0px;
    }
}

.solution-section .author-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 80px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-section .author-box .image {
        position: relative;
    }
}

.solution-section .author-box h4 {
    margin-bottom: 8px;
    color: var(--theme-color-white);
}

.solution-section .solution-count {
    position: relative;
    margin-top: 160px;
    font-size: 100px;
    font-weight: 500;
    color: var(--theme-color-white);
}

.solution-section .solution-count .text {
    display: block;
    margin-top: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-section .solution-count .text {
        font-size: 16px;
        margin-top: 25px;
    }
}

.solution-section .solution-count sup {
    font-weight: 300;
    font-size: 60px;
}

@media (max-width: 1199.98px) {
    .solution-section .solution-count {
        font-size: 70px;
    }
}

@media (max-width: 767.98px) {
    .solution-section .solution-count {
        font-size: 60px;
        margin-top: 60px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-section .solution-count {
        font-size: 45px;
    }
}

.solution-section .solution-content {
    position: relative;
    padding: 36px 45px;
    margin-top: 25px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #f1f2eb;
}

@media (max-width: 1399.98px) {
    .solution-section .solution-content {
        padding: 25px 25px;
    }
}

.solution-section .solution-content .solution-title {
    font-weight: var(--h4-font-weight);
}

@media (max-width: 1199.98px) {
    .solution-section .solution-content .solution-title {
        font-size: 24px;
    }
}

.solution-section .solution-content .play {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color1);
}

.solution-section .solution-content .play .icon {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}


/*** 

====================================================================
	Solution Two
====================================================================

***/

.solution-two {
    position: relative;
    overflow: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--theme-color3);
}

@media (max-width: 767.98px) {
    .solution-two {
        background-image: none !important;
    }
}

.solution-two .outer-container {
    position: relative;
}

.solution-two .right-box {
    position: relative;
    width: 50%;
    float: right;
}

@media (max-width: 991.98px) {
    .solution-two .right-box {
        width: 100%;
    }
}

.solution-two .right-box_inner {
    position: relative;
    max-width: 820px;
    width: 100%;
    float: left;
    padding: 100px 15px 100px 100px;
}

.solution-two .right-box_inner .sec-title .text {
    margin-top: 55px;
}

@media (max-width: 1399.98px) {
    .solution-two .right-box_inner {
        padding-left: 30px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .solution-two .right-box_inner {
        padding-left: 15px;
    }
}

.solution-two .right-box .lower-box {
    position: relative;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.solution-two .right-box .lower-box .author-box {
    position: relative;
    font-size: 16px;
    min-height: 65px;
    padding-top: 0px;
    padding-left: 85px;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-two .right-box .lower-box .author-box {
        padding: 0px 0px;
        margin-bottom: 30px;
    }
}

.solution-two .right-box .lower-box .author-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 80px;
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .solution-two .right-box .lower-box .author-box .image {
        position: relative;
        margin-bottom: 20px;
    }
}

.solution-two .right-box .lower-box .author-box strong {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--theme-color-white);
}

.solution-two .solution-two_image {
    position: relative;
    display: none;
}

@media (max-width: 991.98px) {
    .solution-two .solution-two_image {
        display: block;
    }
}

.solution-two .solution-two_image img {
    position: relative;
    width: 100%;
    display: block;
}

.solution-two .left-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .solution-two .left-box {
        position: relative;
        width: 100%;
        float: left;
    }
}

.solution-two .left-box_inner {
    position: relative;
    max-width: 650px;
}


/*** 

====================================================================
    Video Section
====================================================================

***/

.video-section {
    position: relative;
    text-align: center;
    padding: 220px 0px 220px;
    background-size: cover;
    background-attachment: fixed;
}

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

.video-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.video-section .big-title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    font-size: 200px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .video-section .big-title {
        font-size: 120px;
    }
}

@media (max-width: 991.98px) {
    .video-section .big-title {
        font-size: 80px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .video-section .big-title {
        font-size: 50px;
    }
}

.video-section .play {
    position: relative;
    z-index: 2;
    color: var(--theme-color-white);
}

.video-section .play .icon {
    position: relative;
    width: 120px;
    height: 120px;
    font-size: 28px;
    border-radius: 150px;
    text-align: center;
    line-height: 118px;
    display: inline-block;
    backdrop-filter: blur(20px);
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-section .title {
    z-index: 2;
    margin-top: 30px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .video-section .title {
        font-size: 36px;
        line-height: 46px;
    }
    .video-section .title br {
        display: none;
    }
}


/*** 

====================================================================
    CTA Section
====================================================================

***/

.cta-section {
    position: relative;
    padding: 320px 0px 60px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .cta-section {
        padding-top: 150px;
    }
}

.cta-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}

.cta-section .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta-section .content .title {
    font-size: 75px;
    line-height: 75px;
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .cta-section .content .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991.98px) {
    .cta-section .content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .cta-section .content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.cta-section.style-two:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color2)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}


/*** 

====================================================================
    Tax Section
====================================================================

***/

.tax-section {
    position: relative;
    padding: 110px 0px 90px;
    background-size: cover;
    background-color: var(--theme-color3);
}

.tax-section .big-title {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 700;
    font-size: 180px;
    line-height: 1em;
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .tax-section .big-title {
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .tax-section .big-title {
        display: none;
    }
}

.tax-section .tax-box {
    position: relative;
    max-width: 270px;
    padding: 30px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tax-section .tax-box:before {
    opacity: 0.1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), color-stop(#383838), color-stop(#2c2c2c), color-stop(#202020), to(#151515));
    background-image: linear-gradient(to bottom, #454545, #383838, #2c2c2c, #202020, #151515);
}

.tax-section .tax-box .number {
    position: relative;
    font-weight: 500;
    font-size: 48px;
    color: var(--theme-color-white);
}

.tax-section .tax-box .number .icon {
    margin-right: 20px;
}

.tax-section .tax-box .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .tax-section .tax-box {
        max-width: 100%;
        margin-bottom: 35px;
    }
}

.tax-section .image {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.tax-section .image img {
    overflow: hidden;
    border-radius: 50%;
}

.tax-section .content {
    position: relative;
    margin-left: -10px;
    padding-top: 110px;
}

@media (max-width: 1199.98px) {
    .tax-section .content {
        padding-top: 60px;
        margin-left: 0px;
    }
}

.tax-section .content .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.tax-section .content .list {
    position: relative;
    margin-bottom: 40px;
}

.tax-section .content .list li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tax-section .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color-white);
    font-family: "Font Awesome 6 Pro";
}

.tax-section .content .list li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
    Award Section
====================================================================

***/

.award-section {
    position: relative;
    padding: 40px 0px 120px;
}

.award-section .sec-title_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.award-section .sec-title_two .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.award-section .sec-title_two .right-box .circle {
    position: relative;
    z-index: 1;
}

.award-section .sec-title_two .right-box .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.award-section .sec-title_two .right-box .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}

.award-section .sec-title_two .right-box .author {
    position: relative;
    z-index: -1;
    margin-left: -45px;
}

@media (max-width: 1199.98px) {
    .award-section .sec-title_two .right-box .author {
        margin-left: -85px;
    }
}

@media (max-width: 355.98px) {
    .award-section .sec-title_two .right-box .author {
        margin-left: 0px;
    }
}

@media (max-width: 1199.98px) {
    .award-section .sec-title_two .right-box {
        margin-top: 40px;
    }
}


/***
====================================================================
  Products details
====================================================================
***/

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: 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: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-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: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    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;
    border: 1px solid #e0e4e8;
    -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: #fff;
    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 {
    color: var(--headings-color);
    background-color: var(--theme-color2);
}

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

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

.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: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    color: #fff;
    background-color: var(--theme-color1);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.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 .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }
    .product-details__title span {
        margin-left: 0;
        display: block;
    }
    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}


/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #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 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-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 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block.mix {
    display: none;
}

.product-block .inner-box {
    position: relative;
    border: 2px solid #e4e1d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 2px solid var(--theme-color1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-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(--text-gray-silver);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    background-color: var(--theme-color1);
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}


/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

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

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.shop-sidebar {
    position: relative;
    display: block;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.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: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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: #fff;
    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(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    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;
}

.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: #646578;
    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-color1);
}

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

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1;
}

.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: #646578;
    margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a267a;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.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: #646578;
    font-size: 18px;
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important;
}

.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #646578;
    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);
    position: absolute;
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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 {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}


/*** 

====================================================================
Page Title
====================================================================

***/

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--theme-color1);
    opacity: 0.6;
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: var(--theme-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

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

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.error-page__inner .theme-btn {
    text-decoration: underline;
}


/***

====================================================================
        Contact
====================================================================

***/

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

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

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-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(--theme-color-white);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--text-color-bg-theme-color1);
    color: var(--theme-color-white);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color2);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

.contact-details .theme-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    padding: 16px 30px;
}


/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .theme-btn {
    border: 1px solid var(--theme-color-black);
}

.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 .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 19px 40px;
}

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

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.service-details-help {
    background-color: var(--theme-color1);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

.service-section-seven.style-inner .service-block_seven .title a {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven .text {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details__img {
    display: block;
    position: relative;
}

.project-details__img img {
    border-radius: 10px;
    width: 100%;
}

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}

.project-details__details-list li {
    display: block;
    position: relative;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details-btn .theme-btn {
    position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.project-details__client a {
    text-decoration: underline;
}

.project-details__client a:hover {
    color: var(--link-color);
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

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

.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

.room-facility-list {
    position: relative;
}

.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff;
}

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto;
}

@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }
    .rooms-section {
        padding: 80px 0;
    }
}

.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.project-list li {
    color: #0A1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}

.project-list i {
    color: var(--theme-color2);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}


/***

====================================================================
    Blog Details
====================================================================

***/

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-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__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: var(--body-font-weight-bold);
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    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(--text-color-bg-theme-color2);
}

.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: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color1);
}


/*** 

====================================================================
Sidebar
====================================================================

***/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: #fff;
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--headings-color);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}


/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: 1px solid var(--theme-color-black);
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-form .theme-btn {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    padding: 14px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color1);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color1);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

.team-contact-form .btn-style-submit {
    background-color: var(--theme-color-black);
    padding: 12px 20px;
    border-radius: 5px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-contact-form .btn-style-submit:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
}

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 {
    font-size: 60px;
}
.products-section .sec-title .theme-btn {
    margin-top: 30px;
}
.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}
.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}
.products-box .sec-title {
    margin-bottom: 30px;
}
.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}
.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}
.banner-box-two {
    position: relative;
}
.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
    content: "";
}
.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}
.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}
.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.product-block-two {
    position: relative;
    margin-bottom: 30px;
}
.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-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 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featured-products .filters li:last-child {
    margin-right: 0;
}
.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color1);
    color: #fff;
}
.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}
.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.product-block {
    position: relative;
    margin-bottom: 30px;
}
.product-block.mix {
    display: none;
}
.product-block .inner-box {
    position: relative;
    border: 2px solid #e4e1d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block .inner-box:hover {
    border: 2px solid var(--theme-color1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}
.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}
.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}
.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 5px;
}
.product-block h4 a {
    color: var(--theme-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(--text-gray-silver);
    font-weight: 600;
}
.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}
.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}
.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}
.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.product-block .ui-btn {
    background-color: var(--theme-color1);
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block .ui-btn:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}
table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}
table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}
table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}
.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    
    font-size: 28px;
    color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method h3 {
    margin-bottom: 32px;
}
.shop-sidebar {
    position: relative;
    display: block;
}
.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}
.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: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.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: #fff;
    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(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    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;
}
.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: #646578;
    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-color1);
}
.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 {
    padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1;
}
.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: #646578;
    margin-bottom: 7px;
}
.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a267a;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}
.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: #646578;
    font-size: 18px;
}
.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important;
}
.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}
.range-slider .input input {
    background: none;
    color: #646578;
    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);
    position: absolute;
}
.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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 {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--theme-color1);
    opacity: 0.6;
}
.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}
.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}
.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
    display: none;
}
.page-breadcrumb li a {
    color: var(--theme-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
    color: #ffffff;
}
.page-title.style-two {
    background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}
.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}
.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}
.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}
.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.error-page__inner .theme-btn {
    text-decoration: underline;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}
.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-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(--theme-color-white);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
    background-color: var(--text-color-bg-theme-color1);
    color: var(--theme-color-white);
}
.contact-details__info li:hover .icon span {
    color: var(--theme-color2);
}
.contact-details__info li:hover .text a {
    color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}
.contact-details__info li .text {
    margin-left: 30px;
}
.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}
.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}
.contact-details__info li+li {
    margin-top: 19px;
}
.map {
    height: 550px;
}
.contact-details .theme-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    padding: 16px 30px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}
.service-sidebar .theme-btn {
    border: 1px solid var(--theme-color-black);
}
.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 .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}
.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.service-list li:last-child {
    margin-bottom: 0px;
}
.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}
.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}
.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar-service-list {
    margin: 0;
}
.sidebar-service-list li+li {
    margin-top: 10px;
}
.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 19px 40px;
}
.sidebar-service-list li a:hover {
    color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}
.sidebar-service-list li.current a {
    color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}
.service-details-help {
    background-color: var(--theme-color1);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}
.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff;
}
.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}
.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}
.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}
.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.help-contact a:hover {
    color: #fff;
}
.service-section-seven.style-inner .service-block_seven .title a {
    color: var(--theme-color-black);
}
.service-section-seven.style-inner .service-block_seven .text {
    color: var(--theme-color-black);
}
.service-section-seven.style-inner .service-block_seven:hover .left-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}
.service-section-seven.style-inner .service-block_seven:hover .left-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}
.service-section-seven.style-inner .service-block_seven:hover .theme-btn {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}
.service-section-seven.style-inner .service-block_seven:hover .theme-btn:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}
.service-section-seven.style-inner .service-block_seven:hover .right-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}
.service-section-seven.style-inner .service-block_seven:hover .right-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    display: block;
    position: relative;
}
.project-details__img img {
    border-radius: 10px;
    width: 100%;
}
.project-details__content {
    display: block;
    position: relative;
}
.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}
.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}
.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}
.project-details__details-list {
    display: block;
    position: relative;
}
.project-details__details-list li {
    display: block;
    position: relative;
}
.project-details__details-list li+li {
    margin-top: 24px;
}
.project-details-btn .theme-btn {
    position: relative;
}
.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }
    
    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }
    
    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 575.98px) {
    .text-5xl {
        font-size: 3rem !important;
    }
    
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}
.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}
.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}
.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.project-details__client a {
    text-decoration: underline;
}
.project-details__client a:hover {
    color: var(--link-color);
}
.project-details__name {
    font-size: 16px;
    line-height: 24px;
}
.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}
.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}
.project-details__social a+a {
    margin-left: 10px;
}
.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination li a:hover {
    color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
    position: relative;
    display: block;
}
.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}
.project-details__pagination li.next {
    float: left;
    position: relative;
}
.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold);
}
.project-details__pagination li.previous {
    position: relative;
    float: right;
}
.project-details__pagination li.previous .content {
    text-align: right;
}
.room-facility-list {
    position: relative;
}
.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff;
}
.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}
.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}
.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}
.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto;
}
@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    
    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }
    
    .rooms-section {
        padding: 80px 0;
    }
}
.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.project-list li {
    color: #0A1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}
.project-list i {
    color: var(--theme-color2);
    margin-right: 10px;
}
.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}
.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}
.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-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__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: var(--body-font-weight-bold);
}
.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}
.blog-details__bottom p {
    margin: 0;
}
.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}
.blog-details__tags a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none;
}
.blog-details__tags a+a {
    margin-left: 6px;
}
.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    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(--text-color-bg-theme-color2);
}
.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: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}
.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}
.sidebar__single+.sidebar__single {
    margin-top: 30px;
}
.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}
.sidebar__search {
    position: relative;
    display: block;
}
.sidebar__search-form {
    position: relative;
}
.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}
.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}
.sidebar__post .sidebar__title {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}
.sidebar__post .sidebar__post-list {
    margin: 0;
}
.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}
.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}
.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}
.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}
.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}
.sidebar__category-list {
    margin: 0;
}
.sidebar__category-list li+li {
    margin-top: 4px;
}
.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}
.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}
.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}
.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}
.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}
.sidebar__tags-list {
    margin-top: -10px;
}
.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}
.sidebar__tags-list a:hover {
    color: #fff;
    background: var(--theme-color1);
}
.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}
.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}
.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}
.sidebar__comments-list {
    position: relative;
    display: block;
}
.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--headings-color);
}
.sidebar__comments-list li+li {
    margin-top: 23px;
}
.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}
.sidebar__comments-text-box p span {
    color: #0e2207;
}
.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
    margin-bottom: 30px;
}
.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}
@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}
.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}
.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}
.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: 1px solid var(--theme-color-black);
}
.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}
.comment-one .comment-one__image img {
    border-radius: 50%;
}
.comment-form .comment-form__title {
    margin-top: -7px;
}
.comment-form .theme-btn {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    padding: 14px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}
.team-details__top {
    padding: 0 0 120px;
}
.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}
.team-details-shape-1 img {
    width: auto;
}
.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}
.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}
.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}
.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}
.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}
@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}
.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}
.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}
.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color1);
}
.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}
.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.team-details__social a+a {
    margin-left: 10px;
}
.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}
.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}
.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}
.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}
.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
.team-details__bottom-left-text {
    padding-top: 30px;
}
.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}
@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}
.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}
.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}
.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color1);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}
.team-details__progress-single {
    position: relative;
    display: block;
}
.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}
.team-contact-form {
    background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
}
.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}
.team-contact-form .btn-style-submit {
    background-color: var(--theme-color-black);
    padding: 12px 20px;
    border-radius: 5px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-contact-form .btn-style-submit:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
}
color: var(--theme-color-black);

}