@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: #336ead;
    --theme-color2: #00255C;
    --theme-color1-rgb: 225, 56, 51;
    --theme-color2-rgb: 0, 37, 92;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #EDF2F5;
    --theme-color-gray: #f6f6f6;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --text-color: #666666;
    --headings-color: #00255C;
    --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-h4: 1.4545;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 70px;
    --h2-font-size: 48px;
    --h3-font-size: 35px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 500;
    --h2-font-weight: 500;
    --h3-font-weight: 500;
    --h4-font-weight: 500;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --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: 1890px;
    --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-h4);
}

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
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
    --bs-gutter-x: 30px;
}

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

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

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

.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: #fff;
    border: 1px solid #b7b7b7;
    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;
}

.text-justify {
    text-align: justify !important;
}
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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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;
    }
}

/***

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

***/
.btn-style-one {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-style-one:hover .btn-arrow-left {
    scale: 1;
}
.btn-style-one:hover .btn-arrow-right {
    scale: 0;
}
.btn-style-one:hover .btn-title {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}
.btn-style-one .btn-title {
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-style-one .btn-title:before {
    display: none;
}
.btn-style-one .btn-title:after {
    display: none;
}
.btn-style-one .btn-arrow-left {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    color: #fff;
    border-radius: 50%;
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-style-one .btn-arrow-right {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/***

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

***/
.btn-style-two {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-style-two:hover .btn-title,
.btn-style-two:hover .btn-arrow-right {
    background-color: var(--theme-color1);
}
.btn-style-two .btn-title {
    background: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.btn-style-two .btn-title:before {
    display: none;
}
.btn-style-two .btn-title:after {
    display: none;
}
.btn-style-two .btn-arrow-right {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/***

==================================================================
btn style three
==================================================================

***/
.btn-style-three {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-style-three:hover .btn-arrow-left {
    scale: 1;
}
.btn-style-three:hover .btn-arrow-right {
    scale: 0;
}
.btn-style-three:hover .btn-title {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}
.btn-style-three .btn-title {
    background: var(--theme-color-white);
    color: var(--theme-color-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 30.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-style-three .btn-title:before {
    display: none;
}
.btn-style-three .btn-title:after {
    display: none;
}
.btn-style-three .btn-arrow-left {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color-white);
    color: var(--theme-color-black);
    border-radius: 50%;
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-style-three .btn-arrow-right {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color-white);
    color: var(--theme-color-black);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/***

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

***/
.btn-style-four {
    background-color: #F3F3F3;
    color: var(--theme-color-black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font2);
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding: 2.5px 16px;
    border-radius: 6px;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 31px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.btn-style-four:hover {
    color: var(--theme-color-white);
}
.btn-style-four:hover .btn-arrow-right {
    color: var(--theme-color-white);
}
.btn-style-four:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-four:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-four .btn-arrow-right {
    line-height: 40px;
    color: var(--theme-color-black);
    position: relative;
    z-index: 1;
}

/***

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

***/
.btn-style-five {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-style-five:hover .btn-title {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}
.btn-style-five:hover .btn-arrow-right {
    scale: 0;
}
.btn-style-five:hover .btn-arrow-left {
    scale: 1;
}
.btn-style-five .btn-title {
    background: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 27.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--theme-color-white);
}
.btn-style-five .btn-title:before {
    display: none;
}
.btn-style-five .btn-title:after {
    display: none;
}
.btn-style-five .btn-arrow-left {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--theme-color-white);
    color: #fff;
    border-radius: 50%;
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-style-five .btn-arrow-right {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--theme-color-white);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    scale: 1;
}

/***

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

***/
.btn-style-six {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-style-six:hover .btn-title {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}
.btn-style-six:hover .btn-arrow-left {
    scale: 1;
}
.btn-style-six:hover .btn-arrow-right {
    scale: 0;
}
.btn-style-six .btn-title {
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.btn-style-six .btn-title:before {
    display: none;
}
.btn-style-six .btn-title:after {
    display: none;
}
.btn-style-six .btn-arrow-left {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    scale: 0;
    position: absolute;
    left: 0;
}
.btn-style-six .btn-arrow-right {
    width: 46px;
    height: 46px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    scale: 1;
}

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

.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: 33px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@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-color-white);
}
.main-menu .navigation > li.current > a {
    color: var(--theme-color-white);
}
.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 > 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: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    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);
}

.mobile-nav-toggler {
    position: relative;
    width: 40px;
    height: 20px;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}
@media (max-width: 991.98px) {
    .mobile-nav-toggler {
        display: block;
    }
}

.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
====================================================================

***/
.header-style-one {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background: none;
}
.header-style-one .header-top {
    background-color: var(--theme-color-light);
}
.header-style-one .header-top .list-style-one {
    padding: 10px 0px;
}
.header-style-one .header-top .list-style-one li {
    color: var(--theme-color1);
}
.header-style-one .header-top .list-style-one li i {
    color: var(--theme-color1);
}
.header-style-one .header-top .list-style-one li a {
    color: var(--theme-color1);
}
.header-style-one .header-top .list-style-one li::before {
    background-color: var(--theme-color1);
}
.header-style-one .header-lower .mobile-nav-toggler {
    color: var(--theme-color2);
}
.header-style-one .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-one .header-lower .main-box .nav-outer {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}
.header-style-one .header-lower .main-box .nav-outer .main-menu .navigation > li > a {
    font-size: 18px;
    color: var(--theme-color1);
}
.header-style-one .header-lower .outer-box {
    gap: 40px;
}
@media (max-width: 991.98px) {
    .header-style-one .header-lower .outer-box {
        gap: 25px;
    }
}

/***

====================================================================
  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: var(--theme-color-white);
}
.header-style-three .outer-container {
    max-width: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-style-three .header-top {
    overflow: visible;
}
.header-style-three .header-top .top-left {
    position: relative;
}
.header-style-three .header-top .top-left:before {
    position: absolute;
    /* content: ""; */
    /* background-color: var(--theme-color2); */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: calc(50% - 2.5px);
    top: calc(50% - 2.5px);
}
.header-style-three .header-top .top-left .list-style-one {
    padding: 10px 0px;
}
.header-style-three .header-top .top-left .list-style-one li {
    color: var(--theme-color2);
}
.header-style-three .header-top .top-left .list-style-one li:before {
    display: none;
}
.header-style-three .header-top .top-left .list-style-one li a {
    color: var(--theme-color2);
}
.header-style-three .header-top .top-left .list-style-one li a:hover {
    color: var(--theme-color1);
}
.header-style-three .header-top .top-left .list-style-one li i {
    color: var(--theme-color2);
}
.header-style-three .header-lower {
    border-top: 1px solid rgba(0, 37, 92, 0.1019607843);
}
.header-style-three .header-lower .logo-box {
    padding: 19px 0px;
}
@media (max-width: 1399.98px) {
    .header-style-three .header-lower .outer-box {
        padding: 36px 0px 0;
    }
}
.header-style-three .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-style-three .header-lower .main-box .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-style-three .header-lower .nav-outer {
    padding-left: 110px;
}
@media (max-width: 1199.98px) {
    .header-style-three .header-lower .nav-outer {
        padding-left: 75px;
    }
}
.header-style-three .header-lower .main-menu .navigation li {
    margin-right: 35px;
    padding: 31px 0px;
}
.header-style-three .header-lower .main-menu .navigation li a {
    color: #101010;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    font-weight: 500;
}
.header-style-three .header-lower .main-menu .navigation li a:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    width: 0;
    height: 1.5px;
    left: 0;
    bottom: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-three .header-lower .main-menu .navigation li a:hover {
    color: var(--theme-color2);
    opacity: 1;
}
.header-style-three .header-lower .main-menu .navigation li a:hover:before {
    width: 100%;
}
.header-style-three .header-lower .main-menu .navigation li ul li {
    padding: 0;
}
.header-style-three .header-lower .main-menu .navigation li ul li a {
    background-color: var(--theme-color2);
    font-weight: 400;
}
.header-style-three .header-lower .main-menu .navigation li ul li a:before {
    display: none;
}
.header-style-three .header-lower .main-menu .navigation li ul .dropdown a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-style-three .language-dropdown button {
    color: var(--theme-color2);
    font-size: 16px;
}
.header-style-three .language-dropdown button .flag {
    bottom: 2px;
}
.header-style-three .language-dropdown button:hover {
    color: var(--theme-color1);
}
.header-style-three .language-dropdown button select option {
    background-color: var(--theme-color1);
}
.header-style-three .language-dropdown button select option:hover {
    background-color: var(--theme-color2);
}
.header-style-three .mobile-nav-toggler {
    color: var(--theme-color2);
}
@media (max-width: 1399.98px) {
    .header-style-three .theme-btn {
        display: none;
    }
}
.header-style-three .theme-btn .btn-title {
    padding: 8px 29px;
}
.header-style-three .header-lower .right-box .outer-box {
    gap: 30px;
}
.header-style-three .header-phone_box {
    gap: 20px;
    margin-right: 3px;
}
@media (max-width: 1599.98px) {
    .header-style-three .header-phone_box {
        display: none;
    }
}
.header-style-three .header-phone_box:hover .icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.header-style-three .header-phone_box .icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
}
.header-style-three .header-phone_box img {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-three .header-phone_box .info {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-style-three .header-phone_box .info strong {
    color: var(--theme-color2);
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-three .header-phone_box .info strong:hover {
    color: var(--theme-color1);
}

/***

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

***/
.header-style-two {
    background-color: var(--theme-color2);
}
.header-style-two .outer-container {
    max-width: 1750px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-style-two .header-top {
    overflow: visible;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 1599.98px) {
    .header-style-two .header-top {
        display: none;
    }
}
.header-style-two .header-top .inner-container .logo {
    padding: 25px 105px 25px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.header-style-two .header-top .inner-container .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 127px;
}
.header-style-two .header-top .inner-container .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 25px 0 25px 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.header-style-two .header-top .inner-container .social-links .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    line-height: 38px;
    color: var(--theme-color-white);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .header-top .inner-container .social-links .icon:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.header-style-two .header-top .top-left {
    position: relative;
}
.header-style-two .header-top .top-left:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: calc(50% - 2.5px);
    top: calc(50% - 2.5px);
}
.header-style-two .header-top .top-left .list-style-one {
    padding: 10px 0px;
}
.header-style-two .header-top .top-left .list-style-one li {
    color: var(--theme-color2);
}
.header-style-two .header-top .top-left .list-style-one li:before {
    display: none;
}
.header-style-two .header-top .top-left .list-style-one li a {
    color: var(--theme-color2);
}
.header-style-two .header-top .top-left .list-style-one li a:hover {
    color: var(--theme-color1);
}
.header-style-two .header-top .top-left .list-style-one li i {
    color: var(--theme-color2);
}
.header-style-two .header-lower {
    border-top: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 1599.98px) {
    .header-style-two .header-lower .outer-box {
        padding: 47px 0 38px;
    }
}
.header-style-two .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-style-two .header-lower .main-box .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1599.98px) {
    .header-style-two .header-lower .main-box .left-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 70px;
    }
}
@media (max-width: 1199.98px) {
    .header-style-two .header-lower .main-box .left-box {
        gap: 0;
    }
}
.header-style-two .header-lower .main-box .logo-box {
    display: none;
}
@media (max-width: 1599.98px) {
    .header-style-two .header-lower .main-box .logo-box {
        display: block;
    }
}
@media (max-width: 1199.98px) {
    .header-style-two .header-lower .nav-outer {
        padding-left: 75px;
    }
}
.header-style-two .header-lower .main-menu .navigation li {
    margin-right: 45px;
    padding: 20px 0px;
}
@media (max-width: 1599.98px) {
    .header-style-two .header-lower .main-menu .navigation li {
        padding: 20px 0px 13px;
    }
}
.header-style-two .header-lower .main-menu .navigation li a {
    color: rgba(255, 255, 255, 0.5490196078);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    font-weight: 400;
}
.header-style-two .header-lower .main-menu .navigation li a:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 0;
    height: 1.5px;
    left: 0;
    bottom: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .header-lower .main-menu .navigation li a:hover {
    color: var(--theme-color1);
    opacity: 1;
}
.header-style-two .header-lower .main-menu .navigation li a:hover:before {
    width: 100%;
}
.header-style-two .header-lower .main-menu .navigation li ul li {
    padding: 0;
}
.header-style-two .header-lower .main-menu .navigation li ul li a {
    background-color: var(--theme-color1);
    font-weight: 400;
}
.header-style-two .header-lower .main-menu .navigation li ul li a:before {
    display: none;
}
.header-style-two .header-lower .main-menu .navigation li ul li a:hover {
    background-color: var(--theme-color2);
}
.header-style-two .header-lower .main-menu .navigation li ul .dropdown a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
    .header-style-two .language-dropdown {
        display: none;
    }
}
.header-style-two .language-dropdown button {
    color: var(--theme-color-white);
    font-size: 16px;
}
.header-style-two .language-dropdown button .flag {
    bottom: 2px;
}
.header-style-two .language-dropdown button:hover {
    color: var(--theme-color1);
}
.header-style-two .language-dropdown button select {
    color: var(--theme-color-white);
    font-size: 18px;
}
.header-style-two .language-dropdown button select option {
    background-color: var(--theme-color1);
}
.header-style-two .language-dropdown button select option:hover {
    background-color: var(--theme-color2);
}
.header-style-two .mobile-nav-toggler {
    color: var(--theme-color2);
}
@media (max-width: 1399.98px) {
    .header-style-two .theme-btn {
        display: none;
    }
}
.header-style-two .theme-btn .btn-title {
    padding: 8px 29px;
}
.header-style-two .header-lower .right-box .outer-box {
    gap: 50px;
}
.header-style-two .header-phone_box {
    gap: 15px;
    margin-right: 3px;
}
@media (max-width: 1599.98px) {
    .header-style-two .header-phone_box {
        display: none;
    }
}
.header-style-two .header-phone_box:hover .icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.header-style-two .header-phone_box .icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.1019607843);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
}
.header-style-two .header-phone_box img {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .header-phone_box .info {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6509803922);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-style-two .header-phone_box .info strong {
    color: var(--theme-color-white);
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .header-phone_box .info strong:hover {
    color: var(--theme-color1);
}

/* 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: 46px;
    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: 46px;
    width: 46px;
    display: block;
    cursor: pointer;
    line-height: 46px;
    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) {
    .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;
}
.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 button select {
    cursor: pointer;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
    font-weight: 400;
}
.language-dropdown button select:hover {
    color: var(--theme-color1);
}
.language-dropdown button select option {
    font-weight: 400;
    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);
    cursor: pointer;
}
.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;
    width: 150px;
}
.sticky-header .nav-outer {
    position: relative;
    background: none;
}
.sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
    line-height: 0em;
}
.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: 30px;
    padding: 20px 0;
}

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

.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;
    }
}
.contact-list-one li .text {
    font-size: 18px;
}

.contact-list-one li .title {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 28px;
}
.contact-list-one li .title:hover {
    color: var(--theme-color2);
    line-height: 28px;
}

/* 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) {
    .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) {
    .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: 1810px;
}
.slider-two .inner-container {
    position: relative;
    overflow: hidden;
}
.slider-two .bg-slide-1 {
    background-image: url(../images/banner/slide-4.jpg);
}
.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/banner/slide-5.jpg);
}
.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/banner/slide-6.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 .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) {
    .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: 75px;
    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) {
    .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) {
    .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) {
    .slider-three .outer-box .inner-box .graph-3 {
        display: none;
    }
}

/*** 

====================================================================
  Banner Two
====================================================================

***/
.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) {
    .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) {
    .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-h1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 22px;
}
@media (max-width: 1199.98px) {
    .slider-h1 {
        padding-bottom: 130px;
    }
}
.slider-h1 .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;
}
@media (max-width: 1199.98px) {
    .slider-h1 .animations-mode {
        bottom: -110px;
    }
}
@media (max-width: 575.98px) {
    .slider-h1 .animations-mode {
        bottom: -85px;
    }
}
.slider-h1 .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-h1 .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-h1 .animations-mode .animate-title {
        font-size: 100px;
        line-height: 1em;
    }
}
@media (max-width: 575.98px) {
    .slider-h1 .animations-mode .animate-title {
        font-size: 50px;
    }
}
.slider-h1 .nav-box {
    position: absolute;
    left: 80px;
    top: 50%;
    right: 80px;
    z-index: 1;
}
@media (max-width: 1599.98px) {
    .slider-h1 .nav-box {
        left: 60px;
        right: 60px;
    }
}
@media (max-width: 1399.98px) {
    .slider-h1 .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
}
.slider-h1 .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-h1 .nav-box .swiper-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}
.slider-h1 .nav-box .swiper-button-prev:after {
    display: none;
}
.slider-h1 .nav-box .swiper-button-prev:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}
.slider-h1 .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-h1 .nav-box .swiper-button-next {
        position: relative;
        margin: 0px 5px;
    }
}
.slider-h1 .nav-box .swiper-button-next:after {
    display: none;
}
.slider-h1 .nav-box .swiper-button-next:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}
.slider-h1 .inner-container {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .slider-h1 .inner-container {
        overflow: initial;
    }
}
.slider-h1 .cloud {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    top: 50px;
    background-position: left top;
    background-repeat: no-repeat;
}
.slider-h1 .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-h1 .title {
        margin-top: 40px;
        font-size: 60px;
        line-height: 70px;
    }
}
@media (max-width: 1199.98px) {
    .slider-h1 .title {
        margin-top: 20px;
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 991.98px) {
    .slider-h1 .title {
        margin-top: 0px;
    }
}
@media (max-width: 767.98px) {
    .slider-h1 .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 575.98px) {
    .slider-h1 .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.slider-h1 .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-h1 .text {
        margin-top: 30px;
    }
}
@media (max-width: 991.98px) {
    .slider-h1 .text {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .slider-h1 .text {
        font-size: 16px;
        line-height: 26px;
    }
    .slider-h1 .text br {
        display: none;
    }
}
.slider-h1 .outer-box {
    position: relative;
    padding: 155px 0px 0px;
}
.slider-h1 .outer-box .inner-box {
    position: relative;
}
.slider-h1 .outer-box .inner-box .content-box {
    margin-left: 40px;
}
@media (max-width: 991.98px) {
    .slider-h1 .outer-box .inner-box .content-box {
        margin-left: 0;
    }
}
.slider-h1 .outer-box .inner-box .images-outer {
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .slider-h1 .outer-box .inner-box .images-outer {
        margin-top: 35px;
        display: none;
    }
}
.slider-h1 .outer-box .inner-box .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 35px;
    display: inline-block !important;
    margin-left: 40px;
}
@media (max-width: 991.98px) {
    .slider-h1 .outer-box .inner-box .image {
        margin-left: 0;
    }
}

/*** 

====================================================================
  Banner Four
====================================================================

***/
.banner-four {
    position: relative;
    padding-top: 70px;
    padding-bottom: 120px;
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .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) {
    .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%);
}

/*** 

====================================================================
banner-section-home-three
====================================================================

***/
/* Banner Section */
.banner-section-home-three {}

/* Swiper Container */
.banner-section-home-three .swiper {
    max-width: 1880px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Each Slide */
.banner-section-home-three .swiper-slide {
    position: relative;
    padding: 460px 0 65px;
    overflow: hidden;
}

/* Background Image per Slide */
.banner-section-home-three .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: var(--slide-bg);   /* ← reads the CSS variable */
    background-size: cover;
    background-position: center;
    z-index: -2;
}
/* Overlay Gradient */
.banner-section-home-three .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(225,56,51,0) 35%, #111418 90%);
    z-index: -1;
}

/* Background Images */
/*.banner-section-home-three .swiper-slide:nth-child(1)::before {
    background-image: url(../images/background/banner-h3-1.jpg);
}

.banner-section-home-three .swiper-slide:nth-child(2)::before {
    background-image: url(../images/background/banner-h3-2.jpg);
}*/

/* Content Box */
.banner-section-home-three .content-box {
    position: relative;
    z-index: 2;
}

/* Inner Layout */
.banner-section-home-three .inner-box {
    max-width: 1606px;
    padding: 0 15px;
    margin: 0 auto 0 85px;
    display: flex;
    justify-content: space-between;
}

/* Responsive Layout */
@media (max-width: 1399.98px) {
    .banner-section-home-three .inner-box {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
}

/* Title */
.banner-section-home-three .title {
    max-width: 702px;
    line-height: 75px;
    letter-spacing: -3px;
    color: var(--theme-color-white);
    font-weight: 500;
}

@media (max-width: 1399.98px) {
    .banner-section-home-three .title {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .banner-section-home-three .title {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-home-three .title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }
}

/* Content Text Wrapper */
.banner-section-home-three .content {
    max-width: 502px;
}

@media (max-width: 1399.98px) {
    .banner-section-home-three .content {
        max-width: 100%;
        text-align: center;
    }
}

/* Description Text */
.banner-section-home-three .content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: var(--theme-color-white);
    margin-bottom: 30px;
    margin-top: 65px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .banner-section-home-three .content .text {
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-home-three .content .text {
        font-size: 18px;
        line-height: 20px;
    }
}

/* Slide Padding Responsive */
@media (max-width: 1399.98px) {
    .banner-section-home-three .swiper-slide {
        padding: 200px 0 65px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-home-three .swiper-slide {
        padding: 200px 0 60px;
    }
}

/* Swiper Pagination Styling */
.banner-section-home-three .swiper-pagination {
    bottom: 30px !important;
}

.banner-section-home-three .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.banner-section-home-three .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color1);
}




/*.banner-section-home-three {
     padding: 0 20px 20px; 
}
.banner-section-home-three .outer-box {
    max-width: 1880px;
    padding: 460px 0 65px;
    margin: 0 auto;
    position: relative;
     border-radius: 10px; 
    overflow: hidden;
}
@media (max-width: 1399.98px) {
    .banner-section-home-three .outer-box {
        padding: 200px 0 65px;
    }
}
@media (max-width: 575.98px) {
    .banner-section-home-three .outer-box {
        padding: 200px 0 60px;
    }
}
.banner-section-home-three .outer-box:before {
    position: absolute;
    content: "";
    background-image: url(../images/background/banner-h3-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     border-radius: 10px; 
}
.banner-section-home-three .outer-box:after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(225, 56, 51, 0)), color-stop(90%, #336ead));
    background: linear-gradient(180deg, rgba(225, 56, 51, 0) 35%, #111418 90%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.banner-section-home-three .outer-box .content-box {
    position: relative;
    z-index: 1;
}
.banner-section-home-three .outer-box .content-box .inner-box {
    max-width: 1606px;
    padding: 0 15px;
    margin: 0 auto 0 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1399.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
}
.banner-section-home-three .outer-box .content-box .inner-box .title {
    max-width: 702px;
    line-height: 75px;
    letter-spacing: -3px;
    color: var(--theme-color-white);
    font-weight: 500;
}
@media (max-width: 1399.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .title {
        max-width: 100%;
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .title {
        font-size: 48px;
        line-height: 50px;
    }
}
@media (max-width: 575.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }
}
.banner-section-home-three .outer-box .content-box .inner-box .content {
    max-width: 502px;
}
@media (max-width: 1399.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .content {
        max-width: 100%;
        text-align: center;
    }
}
.banner-section-home-three .outer-box .content-box .inner-box .content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: var(--theme-color-white);
    margin-bottom: 30px;
    margin-top: 65px;
    position: relative;
}
@media (max-width: 1399.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .content .text {
        margin-top: 30px;
    }
}
@media (max-width: 991.98px) {
    .banner-section-home-three .outer-box .content-box .inner-box .content .text {
        font-size: 18px;
        line-height: 20px;
    }
}*/

/*** 

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

***/
.banner-section-h2 {
    padding: 194px 0 20px;
}
@media (max-width: 1599.98px) {
    .banner-section-h2 {
        padding: 132px 0 20px;
    }
}
.banner-section-h2 .outer-box {
    padding: 0 20px;
    max-width: 1920px;
    margin: 0 auto;
}
.banner-section-h2 .outer-box .content-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    margin-right: -22px;
}
@media (max-width: 1399.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column {
        margin-bottom: 30px;
        margin-right: 0;
    }
}
.banner-section-h2 .outer-box .content-column .inner-column:before {
    position: absolute;
    content: "";
    background-image: url(../images/resource/banner-h2-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}
.banner-section-h2 .outer-box .content-column .inner-column:after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(85%, #336ead));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #336ead 85%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box {
    padding: 70px 0 70px 80px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1599.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box {
        padding: 70px 0 70px 36px;
    }
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box {
        text-align: center;
        padding: 50px 60px;
    }
}
@media (max-width: 575.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box {
        padding: 50px 30px;
    }
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle {
    display: inline-block;
    margin-bottom: 99px;
    position: relative;
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle {
        margin-bottom: 30px;
    }
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle svg {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .circle text {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .banner-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 75px;
    letter-spacing: -3.5px;
    margin-bottom: 21px;
    color: var(--theme-color-white);
    max-width: 567px;
}
@media (max-width: 1599.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .banner-title {
        font-size: 48px;
        line-height: 59px;
        letter-spacing: -3px;
    }
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .banner-title {
        max-width: 100%;
        letter-spacing: 0;
    }
}
@media (max-width: 767.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .banner-title {
        font-size: 31px;
        line-height: 50px;
    }
}
.banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .text {
    font-weight: 500;
    color: var(--theme-color-white);
    max-width: 515px;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .content-box .inner-box .text {
        max-width: 100%;
    }
}
.banner-section-h2 .outer-box .content-column .inner-column .image {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    max-width: 593px;
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .content-column .inner-column .image {
        display: none;
    }
}
.banner-section-h2 .outer-box .form-column .inner-column {
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px;
    -webkit-box-shadow: 10px 4px 60px 0px rgba(159, 159, 159, 0.2509803922);
    box-shadow: 10px 4px 60px 0px rgba(159, 159, 159, 0.2509803922);
    background-color: #EDF2F5;
    position: relative;
    z-index: 1;
    margin-left: 42px;
    overflow: hidden;
}
@media (max-width: 1399.98px) {
    .banner-section-h2 .outer-box .form-column .inner-column {
        padding: 50px 25px 0;
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .banner-section-h2 .outer-box .form-column .inner-column {
        padding: 0 25px 0;
    }
}
.banner-section-h2 .outer-box .form-column .inner-column .form-box {
    padding: 50px 60px 0;
}
@media (max-width: 1599.98px) {
    .banner-section-h2 .outer-box .form-column .inner-column .form-box {
        padding: 50px 30px 0;
    }
}
@media (max-width: 575.98px) {
    .banner-section-h2 .outer-box .form-column .inner-column .form-box {
        padding: 30px 0 0;
    }
}
.banner-section-h2 .outer-box .form-column .inner-column:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/cloud-1.png);
    width: 100%;
    height: 252px;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 1;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
    z-index: -1;
}
.banner-section-h2 .outer-box .form-column .inner-column .content {
    text-align: center;
}
.banner-section-h2 .outer-box .form-column .inner-column .content .title {
    color: var(--theme-color2);
    margin-bottom: 10px;
}
.banner-section-h2 .outer-box .form-column .inner-column .content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 390px;
    margin: 0 auto 48px;
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group {
    padding: 16px 30px;
    border-radius: 7px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.3019607843);
    position: relative;
    z-index: 1;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group:last-child {
    min-height: 130px;
    margin-bottom: 30px;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group:hover {
    border: 1px solid #00255C;
    -webkit-box-shadow: 10px 4px 60px 0px rgba(128, 128, 128, 0.2509803922);
    box-shadow: 10px 4px 60px 0px rgba(128, 128, 128, 0.2509803922);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text],
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password],
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel],
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email] {
    background-color: transparent;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text]::-webkit-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password]::-webkit-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel]::-webkit-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email]::-webkit-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text]::-moz-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password]::-moz-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel]::-moz-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email]::-moz-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text]:-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password]:-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel]:-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email]:-ms-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text]::-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password]::-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel]::-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email]::-ms-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=text]::placeholder,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=password]::placeholder,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=tel]::placeholder,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input[type=email]::placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea {
    background-color: transparent;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea[type=text] {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input {
    width: 100%;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea::-webkit-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select::-webkit-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input::-webkit-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea::-moz-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select::-moz-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input::-moz-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea:-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select:-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input:-ms-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea::-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select::-ms-input-placeholder, .banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input::-ms-input-placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea::placeholder,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select::placeholder,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input::placeholder {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group textarea::selected,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select::selected,
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group input::selected {
    color: var(--theme-color2);
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select {
    color: var(--theme-color2);
    background-color: transparent;
    cursor: pointer;
}
.banner-section-h2 .outer-box .form-column .inner-column .conatct-form-h3 .form-group select option {
    cursor: pointer;
}
.banner-section-h2 .outer-box .form-column .inner-column .theme-btn {
    position: relative;
    z-index: 1;
}
.banner-section-h2 .outer-box .form-column .inner-column .image {
    margin-top: -28px;
    margin-left: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

/*** 

====================================================================
  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) {
    .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) {
    .about-section .lower-box .counter {
        padding: 30px 0px;
    }
}
.about-section .lower-box .counter .inner {
    position: relative;
    padding-left: 170px;
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .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) {
    .about-two .about-two-count {
        padding-left: 0px;
    }
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .about-four .btn-box {
        margin-top: 0px;
    }
}

/*** 

====================================================================
  About Five
====================================================================

***/
.about-five {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 90px;
}
@media (max-width: 575.98px) {
    .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) {
    .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;
}

/*** 

====================================================================
about-section-h3-three
====================================================================

***/
.about-section-h3-three {
    position: relative;
    padding: 0 0 120px;
}
@media (max-width: 1199.98px) {
    .about-section-h3-three {
        padding: 0 0 70px;
    }
}
.about-section-h3-three .anim-icon {
    position: absolute;
    top: 22px;
    left: 0;
}
@media (max-width: 1799px) {
    .about-section-h3-three .anim-icon {
        display: none;
    }
}
.about-section-h3-three .content-column .inner-column {
    padding-top: 66px;
}
@media (max-width: 1199.98px) {
    .about-section-h3-three .content-column .inner-column {
        padding-top: 0;
    }
}
.about-section-h3-three .content-column .inner-column .sec-title-h2 .title {
    margin-bottom: 30px;
}
.about-section-h3-three .content-column .inner-column .sec-title-h2 .text {
    margin-bottom: 30px;
    max-width: 455px;
}
@media (max-width: 1199.98px) {
    .about-section-h3-three .image-column .inner-column {
        margin-top: 30px;
    }
}
.about-section-h3-three .image-column .inner-column .image {
    border-radius: 10px;
}
.about-section-h3-three .image-column .inner-column .image.one {
    padding-left: 22px;
}
@media (max-width: 1199.98px) {
    .about-section-h3-three .image-column .inner-column .image.one {
        padding-left: 0;
    }
}
.about-section-h3-three .image-column .inner-column .image img {
    border-radius: 10px;
    height: 430px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .about-section-h3-three .image-column .inner-column .image img {
        height: auto;
        width: 100%;
    }
}

/*** 

====================================================================
about-section-h3-one
====================================================================

***/
.about-section-h3-one {
    position: relative;
    padding: 0 0 103px;
    /* border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843); */
}
@media (max-width: 1199.98px) {
    .about-section-h3-one {
        padding: 0 0 233px;
    }
}
@media (max-width: 991.98px) {
    .about-section-h3-one {
        padding: 0 0 193px;
    }
}
@media (max-width: 575.98px) {
    .about-section-h3-one {
        padding: 0 0 80px;
    }
}
.about-section-h3-one .content-column .inner-column {
    margin-top: 20px;
}
.about-section-h3-one .content-column .inner-column .sec-title-h3 .title {
    margin-bottom: 30px;
    letter-spacing: -1px;
    /* max-width: 440px; */
}
.about-section-h3-one .content-column .inner-column .sec-title-h3 .text {
    /* max-width: 502px; */
    margin-bottom: 36px;
}
.about-section-h3-one .content-column .inner-column .sec-title-h3 .text a {
    text-decoration: underline;
    color: var(--theme-color2);
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 93px;
}
@media (max-width: 1399.98px) {
    .about-section-h3-one .content-column .inner-column .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .list-style-four {
    margin-top: 5px;
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .list-style-four li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-black);
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .list-style-four li .icon {
    width: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    margin-right: 15px;
    display: block;
    text-align: center;
    color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
    .about-section-h3-one .content-column .inner-column .bottom-box .inner-box .exp-box {
        margin-bottom: 30px;
    }
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .exp-box .exp {
    padding: 30px 44px;
    background: #FAF8F7;
    border-top: 5px solid var(--theme-color1);
    max-width: 200px;
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .exp-box .exp .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: var(--theme-color-black);
    line-height: 28px;
}
.about-section-h3-one .content-column .inner-column .bottom-box .inner-box .exp-box .exp .count-box {
    font-size: 65px;
    font-weight: 500;
    line-height: 1;
    color: var(--theme-color1);
    letter-spacing: -1px;
}
.about-section-h3-one .image-column .inner-column {
    position: relative;
    height: 100%;
}
@media (max-width: 1199.98px) {
    .about-section-h3-one .image-column .inner-column {
        margin-top: 30px;
    }
}
.about-section-h3-one .image-column .inner-column .image-1 {
    text-align: right;
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .about-section-h3-one .image-column .inner-column .image-1 {
        margin-left: 183px;
        -moz-text-align-last: left;
        text-align-last: left;
    }
}
@media (max-width: 575.98px) {
    .about-section-h3-one .image-column .inner-column .image-1 {
        margin: 0;
    }
}
.about-section-h3-one .image-column .inner-column .image-2 {
    margin-top: -460px;
}
@media (max-width: 575.98px) {
    .about-section-h3-one .image-column .inner-column .image-2 {
        display: none;
    }
}
.about-section-h3-one .image-column .inner-column .anim-icon {
    position: absolute;
    left: 32px;
    bottom: -70px;
}
@media (max-width: 1399.98px) {
    .about-section-h3-one .image-column .inner-column .anim-icon {
        display: none;
    }
}

/*** 

====================================================================
  about-section-h3-two
====================================================================

***/
.about-section-h3-two {
    padding: 100px 0 120px;
}
@media (max-width: 991.98px) {
    .about-section-h3-two {
        padding: 80px 0 50px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.one {
    padding: 20px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    background-color: #EDF2F5;
    border-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;
}
@media (max-width: 1399.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.one {
        margin-bottom: 30px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.one:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about-section-h3-two .about-block-h3-two .inner-block.one .content-box .inner-box {
    padding: 20px 15px 0;
}
.about-section-h3-two .about-block-h3-two .inner-block.one .content-box .inner-box.two {
    padding: 0 15px 20px;
}
.about-section-h3-two .about-block-h3-two .inner-block.one .content-box .inner-box .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #223328;
    padding: 6.5px 14.5px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.about-section-h3-two .about-block-h3-two .inner-block.one .content-box .inner-box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--theme-color2);
}
.about-section-h3-two .about-block-h3-two .inner-block.one .content-box .inner-box .title:hover {
    color: var(--theme-color1);
}
.about-section-h3-two .about-block-h3-two .inner-block.one .image {
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 109px;
}
@media (max-width: 991.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.one .image {
        margin-top: 50px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.one .image.two {
    margin: 10px 10px 99px;
}
@media (max-width: 991.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.one .image.two {
        margin: 10px 10px 50px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.one .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-section-h3-two .about-block-h3-two .inner-block.two {
    padding: 0 35px;
    background-color: var(--theme-color-white);
}
.about-section-h3-two .about-block-h3-two .inner-block.two .content-box {
    padding: 0 2px;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .content-box .count-box {
    font-size: 75px;
    font-weight: 500;
    line-height: 75px;
    margin-bottom: 15px;
    color: var(--theme-color2);
}
.about-section-h3-two .about-block-h3-two .inner-block.two .content-box .text {
    margin-bottom: 53px;
}
@media (max-width: 991.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.two .content-box .text {
        margin-bottom: 30px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.two .image {
    position: relative;
    margin-bottom: 91px;
    padding-bottom: 5px;
    max-width: 322px;
}
@media (max-width: 991.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.two .image {
        margin-bottom: 50px;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.two .image:before {
    position: absolute;
    content: "";
    width: 330px;
    height: 1px;
    background-color: rgba(0, 37, 92, 0.1019607843);
    left: 11px;
    bottom: 0;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .image img {
    width: 100%;
    height: 100%;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer {
    padding: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .circle {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .circle svg {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .circle text {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .author {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: -36px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .author {
        display: none;
    }
}
.about-section-h3-two .about-block-h3-two .inner-block.two .info-outer .author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*** 

====================================================================
  about-section-home-two
====================================================================

***/
.about-section-home-two {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
}
.about-section-home-two .outer-box {
    max-width: 1910px;
    padding: 0 15px;
    margin: 0 auto;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block {
    max-width: 502px;
    margin: 0 auto 0 58px;
}
@media (max-width: 1650px) {
    .about-section-home-two .outer-box .about-block-home-two .inner-block {
        margin: 0;
    }
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .sec-title-h2 .title {
    margin-bottom: 40px;
}
@media (max-width: 1599.98px) {
    .about-section-home-two .outer-box .about-block-home-two .inner-block .sec-title-h2 .title {
        font-size: 45px;
    }
}
@media (max-width: 575.98px) {
    .about-section-home-two .outer-box .about-block-home-two .inner-block .sec-title-h2 .title {
        font-size: 24px;
    }
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 375.98px) {
    .about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns {
        gap: 20px;
    }
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns button {
    background-color: transparent;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns .tab-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--text-color);
    margin-left: 21px;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns .tab-btn.active-btn {
    color: var(--theme-color2);
    position: relative;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tab-btns .tab-btn.active-btn:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 37, 92, 0.1019607843);
    width: 100px;
    height: 3px;
    bottom: -17.5px;
    left: -21px;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tabs-content .tab .tab-inner-content .text-1 {
    margin-top: 33px;
    margin-bottom: 30px;
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tabs-content .tab .tab-inner-content .text-1 a {
    text-decoration: underline;
    color: var(--theme-color2);
}
.about-section-home-two .outer-box .about-block-home-two .inner-block .tabs-content .tab .tab-inner-content .text-2 {
    margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
    .about-section-home-two .outer-box .image-column .inner-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width: 1199.98px) {
    .about-section-home-two .outer-box .image-column .inner-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .image {
    border-radius: 10px;
    margin-bottom: 0;
}
.about-section-home-two .outer-box .image-column .inner-column .image.one {
    margin-right: 9px;
}
@media (max-width: 1199.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .image.one {
        margin-bottom: 30px;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .image.two {
    margin-left: 9px;
}
@media (max-width: 1399.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .image.two {
        margin-left: 0;
        margin-top: 30px;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .image img {
    border-radius: 10px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box {
    margin-bottom: 56px;
}
@media (max-width: 1399.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .about-box {
        margin-bottom: 0;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box {
    padding: 38px 50px 40px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px;
    background-color: var(--theme-color2);
    margin-top: 20px;
    margin-left: 9px;
    /* Skills Section */
}
@media (max-width: 1399.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box {
        margin-left: 0;
    }
}
@media (max-width: 375.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box {
        padding: 30px 25px;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--theme-color-white);
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills {
    position: relative;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item {
    position: relative;
    margin-bottom: 35px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item:last-child {
    margin-bottom: 0px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item .default-skill-title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--theme-color-white);
    text-transform: capitalize;
    line-height: 30px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item .default-skill-bar {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.1019607843);
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item .default-skill-bar .default-bar-inner {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 0px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item .default-skill-bar .default-bar-inner .default-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 0px;
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
    background-color: var(--theme-color-white);
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .default-skills .default-skill-item .default-count-box {
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color-white);
    line-height: 30px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-top: 40px;
    border: 0;
    border: none;
    margin-left: 0;
}
@media (max-width: 575.98px) {
    .about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22px;
    }
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box .list-style-two li {
    margin-bottom: 25px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box .list-style-two li:last-child {
    margin-bottom: 0;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box .list-style-two li .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1019607843);
    line-height: 25px;
    color: var(--theme-color-white);
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}
.about-section-home-two .outer-box .image-column .inner-column .about-box .inner-box .bottom-box .inner-box .list-style-two li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-white);
}

/*** 

====================================================================
  About Four
====================================================================

***/
.about-section-h1 {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 90px;
}
@media (max-width: 991.98px) {
    .about-section-h1 {
        padding: 80px 0 90px;
    }
}
.about-section-h1 .sec-title {
    max-width: 470px;
}
@media (max-width: 1399.98px) {
    .about-section-h1 .sec-title {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .about-section-h1 .sec-title {
        margin-bottom: 0;
    }
}
.about-section-h1 .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;
}
@media (max-width: 991.98px) {
    .about-section-h1 .info-outer {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
}
@media (max-width: 767.98px) {
    .about-section-h1 .info-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 20px;
    }
}
.about-section-h1 .info-outer .circle {
    position: relative;
    z-index: 1;
}
.about-section-h1 .info-outer .circle span {
    position: relative;
    font-size: 22px;
    display: inline-block;
}
.about-section-h1 .info-outer .circle span svg {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.about-section-h1 .info-outer .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}
.about-section-h1 .info-outer .author {
    position: relative;
    margin-left: -50px;
    margin-right: 50px;
}
@media (max-width: 1199.98px) {
    .about-section-h1 .info-outer .author {
        margin-right: 20px;
    }
}
@media (max-width: 767.98px) {
    .about-section-h1 .info-outer .author {
        display: none;
    }
}
.about-section-h1 .lower-box {
    position: relative;
    margin-top: 30px;
}
.about-section-h1 .lower-box .bold-text {
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--theme-color1);
}
.about-section-h1 .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    color: var(--theme-color1);
}
.about-section-h1 .count-box .count-text {
    font-weight: 500;
}
@media (max-width: 1399.98px) {
    .about-section-h1 .count-box {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .about-section-h1 .count-box {
        font-size: 70px;
    }
}
.about-section-h1 .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-section-h1 .count-box .texts {
        max-width: 100%;
    }
}
.about-section-h1 .list {
    position: relative;
    margin-left: 40px;
    margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
    .about-section-h1 .list {
        margin-left: 0px;
    }
}
@media (max-width: 991.98px) {
    .about-section-h1 .list {
        margin-left: 0px;
    }
}
@media (max-width: 575.98px) {
    .about-section-h1 .list {
        margin-top: 25px;
    }
}
.about-section-h1 .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-section-h1 .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-family: "Font Awesome 6 Pro";
}
.about-section-h1 .list li:last-child {
    margin-bottom: 0px;
}
.about-section-h1 .btn-box {
    position: relative;
    margin-top: 0px;
    margin-left: 40px;
}
@media (max-width: 1399.98px) {
    .about-section-h1 .btn-box {
        margin-left: 0px;
    }
}
@media (max-width: 991.98px) {
    .about-section-h1 .btn-box {
        margin-left: 0px;
    }
}
@media (max-width: 575.98px) {
    .about-section-h1 .btn-box {
        margin-top: 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) {
    .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.html) repeat-x;
}
.project-one::after {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -400px;
    width: 673px;
    height: 769px;
    background: url(../images/background/project-circel.html) 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) {
    .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) {
    .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) {
    .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-section-h1-two {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.project-section-h1-two .swiper-horizontal {
    max-width: 850px;
    overflow: visible;
}
.project-section-h1-two .swiper-slide.swiper-slide-active .project-block_four .inner .image:before {
    opacity: 1;
}
.project-section-h1-two .swiper-slide.swiper-slide-active .project-block_four .inner .image .content {
    opacity: 1;
}
.project-section-h1-two .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-section-h1-two .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 35px;
        text-align: center;
    }
}
.project-section-h1-two .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-section-h1-two .nav-box .single-button-prev {
        position: relative;
        margin: 0px 5px;
    }
}
.project-section-h1-two .nav-box .single-button-prev:after {
    display: none;
}
.project-section-h1-two .nav-box .single-button-prev:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.project-section-h1-two .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-section-h1-two .nav-box .single-button-next {
        position: relative;
        margin: 0px 5px;
    }
}
.project-section-h1-two .nav-box .single-button-next:after {
    display: none;
}
.project-section-h1-two .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;
}
@media (max-width: 575.98px) {
    .project-block_four .inner .image {
        min-height: 350px;
    }
}
.project-block_four .inner .image img {
    width: 100%;
}
@media (max-width: 575.98px) {
    .project-block_four .inner .image img {
        height: 350px;
    }
}
.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) {
    .project-block_four .content {
        left: 15px;
        bottom: 15px;
    }
}
.project-block_four .content .title {
    position: relative;
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .project-block_four .content .options-box {
        margin-top: 20px;
    }
}

/*** 

====================================================================
    Project Five
====================================================================

***/
.project-section-h1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.project-section-h1 .outer-container {
    max-width: 1890px;
    padding: 0 15px;
    margin: 0 auto;
}

.project-block_h1 {
    position: relative;
    margin-bottom: 30px;
}
.project-block_h1:nth-child(2) .inner .content-outer {
    background-color: var(--theme-color1);
}
.project-block_h1:nth-child(2) .inner .content-outer .content .btn-box .read-more {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}
.project-block_h1:nth-child(2) .inner .content-outer .content .btn-box .read-more:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.project-block_h1:nth-child(2) .inner .content-outer .content .btn-box .arrow-btn {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}
.project-block_h1:nth-child(2) .inner .content-outer .content .btn-box .arrow-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.project-block_h1 .inner {
    position: relative;
}
.project-block_h1 .inner .image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}
@media (max-width: 767.98px) {
    .project-block_h1 .inner .image {
        max-height: 435px;
    }
}
.project-block_h1 .inner .image img {
    width: 100%;
    height: 100%;
}
.project-block_h1 .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_h1 .inner .content-outer {
        padding: 30px 30px;
    }
}
@media (max-width: 1399.98px) {
    .project-block_h1 .inner .content-outer {
        padding: 30px 15px;
    }
}
@media (max-width: 767.98px) {
    .project-block_h1 .inner .content-outer {
        margin-top: 10px;
    }
}
.project-block_h1 .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_h1 .inner .content-outer .title {
        font-size: 22px;
        line-height: 32px;
    }
}
.project-block_h1 .inner .content-outer .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
    .project-block_h1 .inner .content-outer .text {
        margin-top: 40px;
    }
}
.project-block_h1 .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_h1 .inner .content-outer .content .btn-box {
    position: relative;
    margin-top: 30px;
}

/*** 

====================================================================
    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) {
    .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) {
    .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: 0 20px;
}
.service-section .outer-box {
    padding: 130px 0px 100px;
    margin: 0 auto;
    background-color: var(--theme-color2);
    border-radius: 0 0 10px 10px;
    position: relative;
    max-width: 1880px;
}
.service-section .outer-box .anim-icon-one {
    position: absolute;
    top: -78px;
    left: 70px;
}
.service-section .outer-box .anim-icon-two {
    position: absolute;
    top: 0;
    right: 39px;
}
@media (max-width: 1199.98px) {
    .service-section .outer-box .anim-icon-two {
        display: none;
    }
}
.service-section .outer-box .inner-box {
    max-width: 1760px;
    padding: 0 15px;
    margin: 0 auto;
}
.service-section .outer-box .inner-box .sec-title-h2 .sub-title {
    color: var(--theme-color-white);
}
.service-section .outer-box .inner-box .sec-title-h2 .title {
    color: var(--theme-color-white);
    max-width: 595px;
    margin-bottom: 60px;
}
.service-section .outer-box .inner-box .four-item-pagination {
    position: relative;
    z-index: 10;
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 1399.98px) {
    .service-section .outer-box .inner-box .four-item-pagination {
        margin-top: 20px;
    }
}
.service-section .outer-box .inner-box .four-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0px 7.5px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
}
.service-section .outer-box .inner-box .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 .outer-box .inner-box .four-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
}
.service-section .outer-box .inner-box .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 15px;
}
.service-section .outer-box .inner-box .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.service-block {
    margin-bottom: 30px;
}
.service-block .inner-block {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 10px;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.service-block .inner-block:hover .image-box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.service-block .inner-block:hover .image-box img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.service-block .inner-block:hover .content-box {
    opacity: 0;
    visibility: hidden;
}
.service-block .inner-block:hover .content-box-overlay {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.service-block .inner-block .image-box {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.service-block .inner-block .image-box img {
    border-radius: 10px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block .inner-block .image-box img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.service-block .inner-block .content-box {
    padding: 30px 29px 19px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box {
        padding: 25px 15px 25px;
    }
}
.service-block .inner-block .content-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.service-block .inner-block .content-box .inner .icon {
    background-color: var(--theme-color1);
    border-radius: 14px;
    height: 70px;
    line-height: 68px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    width: 70px;
    min-width: 70px;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box .inner .icon {
        margin-bottom: 20px;
    }
}
.service-block .inner-block .content-box .inner .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.service-block .inner-block .content-box-overlay {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    padding: 25px 29px 25px;
    position: absolute;
    left: 10px;
    bottom: -100%;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box-overlay {
        padding: 25px 15px 25px;
    }
}
.service-block .inner-block .content-box-overlay .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box-overlay .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.service-block .inner-block .content-box-overlay .inner .icon {
    background-color: var(--theme-color1);
    border-radius: 14px;
    height: 70px;
    line-height: 68px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    width: 70px;
    min-width: 70px;
}
@media (max-width: 424.98px) {
    .service-block .inner-block .content-box-overlay .inner .icon {
        margin-bottom: 20px;
    }
}
.service-block .inner-block .content-box-overlay .inner .title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.service-block .inner-block .content-box-overlay .text {
    margin-top: 25px;
}

/***

====================================================================
  Service Section Two
====================================================================

***/
.service-section-two {
    background-color: var(--theme-color2);
    position: relative;
    padding: 120px 0px;
}

.service-block-two {
    margin-bottom: 30px;
}
.service-block-two .inner-block {
    background-color: #082C61;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 10px;
    position: relative;
    padding: 24px 10px 10px;
    overflow: hidden;
}
.service-block-two .inner-block:hover .icon-box i, .service-block-two .inner-block:hover .icon-box img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.service-block-two .inner-block:hover .content-box:before {
    height: 100%;
}
.service-block-two .inner-block:hover .content-box .text {
    color: var(--theme-color-white);
}
.service-block-two .inner-block:hover .content-box .btn-more {
    color: var(--theme-color-white);
}
.service-block-two .inner-block .shape-1 {
    position: absolute;
    top: 19px;
    right: 16px;
}
.service-block-two .inner-block .title-box {
    padding: 0 29px 100px;
}
.service-block-two .inner-block .icon-box {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .icon-box img, .service-block-two .inner-block .icon-box i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
}
.service-block-two .inner-block .content-box {
    background-color: #00398E;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 10px;
    padding: 29px 29px 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .content-box:before {
    background-color: var(--theme-color1);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .content-box .text {
    color: rgba(var(--theme-color-white-rgb), 0.65);
    line-height: 1.625;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .btn-more {
    color: rgba(var(--theme-color-white-rgb), 0.65);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .btn-more:hover .btn-title:before {
    width: 100%;
}
.service-block-two .inner-block .btn-more .btn-title {
    position: relative;
}
.service-block-two .inner-block .btn-more .btn-title:before {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-block .btn-more .icon {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

/***

====================================================================
  Service Section Three
====================================================================

***/
.service-section-three {
    position: relative;
    padding: 100px 0px 90px;
}
@media (max-width: 991.98px) {
    .service-section-three {
        padding: 60px 0 50px;
    }
}
@media (max-width: 991.98px) {
    .service-section-three .sec-title-h2 .title {
        margin-bottom: 40px;
    }
}
@media (max-width: 575.98px) {
    .service-section-three .sec-title-h2 .title {
        font-size: 34px;
    }
}

.service-block-three {
    margin-bottom: 30px;
}
.service-block-three .inner-block {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 7px;
    position: relative;
    padding: 19px 19px 39px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
    .service-block-three .inner-block {
        padding: 19px 15px 39px;
    }
}
.service-block-three .inner-block:hover {
    background-color: #EDF2F5;
}
.service-block-three .inner-block:hover .image-box .icon i, .service-block-three .inner-block:hover .image-box .icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.service-block-three .inner-block:hover .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.service-block-three .inner-block:hover .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.service-block-three .inner-block:hover .content-box .theme-btn {
    color: var(--theme-color-white);
}
.service-block-three .inner-block:hover .content-box .theme-btn .btn-arrow-right {
    color: var(--theme-color-white);
}
.service-block-three .inner-block:hover .content-box .theme-btn:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.service-block-three .inner-block .image-box {
    position: relative;
}
.service-block-three .inner-block .image-box .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    font-size: 35px;
    line-height: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    position: absolute;
    right: 18px;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-three .inner-block .image-box .icon i {
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-three .inner-block .image-box .icon img {
    max-width: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-three .inner-block .image {
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.service-block-three .inner-block .image img {
    border-radius: 7px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block-three .inner-block .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.service-block-three .inner-block .content-box {
    padding: 29px 20px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 1670px) {
    .service-block-three .inner-block .content-box {
        padding: 29px 0 0;
    }
}
@media (max-width: 1199.98px) {
    .service-block-three .inner-block .content-box {
        padding: 29px 0 0;
    }
}
.service-block-three .inner-block .content-box .title {
    margin-bottom: 11px;
}
.service-block-three .inner-block .content-box .text {
    margin-bottom: 21px;
}
.service-block-three .inner-block .content-box .feature-list {
    margin-bottom: 36px;
}
.service-block-three .inner-block .content-box .feature-list li {
    margin-bottom: 7px;
}
.service-block-three .inner-block .content-box .feature-list li:last-child {
    margin-bottom: 0;
}
.service-block-three .inner-block .content-box .feature-list li i {
    color: var(--theme-color2);
    margin-right: 10px;
}
.service-block-three .inner-block .content-box .theme-btn {
    margin-top: 0;
    padding: 3px 16px;
    font-size: 14px;
}

/***

====================================================================
  Service Section Four
====================================================================

***/
.service-section-four {
    background-color: var(--theme-color2);
    position: relative;
    padding: 120px 0px;
}

.service-block-four {
    margin-bottom: 30px;
}
.service-block-four .inner-block {
    background-color: #082C61;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 10px;
    position: relative;
    padding: 24px 10px 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block:hover {
    background-color: var(--theme-color-white);
}
.service-block-four .inner-block:hover .icon-box i, .service-block-four .inner-block:hover .icon-box img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.service-block-four .inner-block:hover .title {
    color: var(--headings-color);
}
.service-block-four .inner-block:hover .shape-1 img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.service-block-four .inner-block:hover .content-box:before {
    height: 100%;
}
.service-block-four .inner-block:hover .content-box .text {
    color: var(--theme-color-white);
}
.service-block-four .inner-block:hover .content-box .btn-more {
    color: var(--theme-color-white);
}
.service-block-four .inner-block .shape-1 {
    position: absolute;
    top: 19px;
    right: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .shape-1 img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .title-box {
    padding: 0 29px 90px;
}
.service-block-four .inner-block .icon-box {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .icon-box img, .service-block-four .inner-block .icon-box i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
}
.service-block-four .inner-block .content-box {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    padding: 29px 29px 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .content-box:before {
    background-color: var(--theme-color1);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .content-box .text {
    line-height: 1.625;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .btn-more {
    color: #0F3D3A;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .btn-more:hover .btn-title:before {
    width: 100%;
}
.service-block-four .inner-block .btn-more .btn-title {
    position: relative;
}
.service-block-four .inner-block .btn-more .btn-title:before {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .inner-block .btn-more .icon {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

/***

====================================================================
  Countries Section
====================================================================

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

.countries-block {
    margin-bottom: 30px;
}
.countries-block .inner-block {
    background-color: #EDF2F5;
    border: 1px solid rgba(0, 37, 92, 0.07);
    border-radius: 10px;
    position: relative;
    padding: 30px 15px;
    overflow: hidden;
    text-align: center;
}
.countries-block .inner-block .image-box {
    border: 5px solid var(--theme-color-white);
    -webkit-box-shadow: 10px 4px 30px 0px rgba(121, 121, 121, 0.2509803922);
    box-shadow: 10px 4px 30px 0px rgba(121, 121, 121, 0.2509803922);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.countries-block .inner-block .image-box img {
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.countries-block .inner-block .title {
    margin-top: 13px;
    margin-bottom: 18px;
}
.countries-block .inner-block .btn-icon {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color2);
    display: inline-block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
    width: 46px;
    z-index: 1;
}
.countries-block .inner-block .btn-icon:hover {
    color: var(--theme-color1-text-color);
}
.countries-block .inner-block .btn-icon:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.countries-block .inner-block .btn-icon:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.countries-block .inner-block .btn-icon:before {
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.countries-block .inner-block .btn-icon i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
services-section-home-three
====================================================================

***/
.services-section-home-three {
    padding: 0 0 120px;
}
@media (max-width: 1199.98px) {
    .services-section-home-three {
        padding: 0 0 40px;
    }
}
.services-section-home-three .outer-box {
    max-width: 1910px;
    padding: 0 15px;
    margin: 0 auto;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block {
    background-color: var(--theme-color2);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 1399.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .anim-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box {
    padding: 47px 0 50px 40px;
    max-width: 318px;
}
@media (max-width: 1599.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box {
        padding: 47px 0 50px 29px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box {
        max-width: 282px;
    }
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--theme-color-white);
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 28px;
    color: var(--theme-color-white);
}
@media (max-width: 1650px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box .title {
        font-size: 26px;
    }
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .content-box .inner-box .title:hover {
    color: var(--theme-color1);
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box {
    padding: 31px 30px 31px 0;
    position: relative;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.two {
    padding: 18px 0 0;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.two .shape {
    position: absolute;
    right: 46px;
    top: 0;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.two .shape {
        display: none;
    }
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.three {
    padding: 31px 20px 31px 0;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.three .shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .services-section-home-three .outer-box .service-block-home-three .inner-block .images-box.three .shape {
        display: none;
    }
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box .image {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.services-section-home-three .outer-box .service-block-home-three .inner-block .images-box .image img {
    width: 100%;
    height: 100%;
}

/***

====================================================================
  service-section-h3-two
====================================================================

***/
.service-section-h3-two {
    background: linear-gradient(45deg, #b6d551, #1a9abf, #00255c);
    position: relative;
    padding: 120px 0px 90px;
}
@media (max-width: 991.98px) {
    .service-section-h3-two {
        padding: 80px 0 50px;
    }
}
.service-section-h3-two:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/service-h3-shappe-1.png);
    background-position: top left;
    width: 100%;
    height: 415px;
    top: 0;
    left: 0;
    opacity: 0.05;
}
.service-section-h3-two:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/service-h3-shappe-2.png);
    background-position: bottom left;
    width: 100%;
    height: 369px;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
.service-section-h3-two .sec-title-h3 .sub-title {
    line-height: 1;
    color: var(--theme-color-white);
    margin-bottom: 10px;
}
.service-section-h3-two .sec-title-h3 .title {
    line-height: 55px;
    color: var(--theme-color-white);
    margin-bottom: 38px;
    letter-spacing: 0;
}
.service-section-h3-two .sec-title-h3 .text {
    color: var(--theme-color-white);
    max-width: 595px;
}
.service-section-h3-two .image-column .inner-column {
    border-radius: 10px;
    background-color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
    .service-section-h3-two .image-column .inner-column {
        margin-top: 30px;
    }
}
.service-section-h3-two .image-column .inner-column .image-box {
    position: relative;
}
.service-section-h3-two .image-column .inner-column .image-box .image {
    margin-bottom: 100px;
    border-radius: 10px;
}
.service-section-h3-two .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.service-section-h3-two .image-column .inner-column .image-box .client-info {
    position: absolute;
    padding: 30px 53px 22px 42px;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    border-radius: 10px 0 10px 0;
}
@media (max-width: 575.98px) {
    .service-section-h3-two .image-column .inner-column .image-box .client-info {
        padding: 15px;
    }
}
.service-section-h3-two .image-column .inner-column .image-box .client-info .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--theme-color-white);
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    .service-section-h3-two .image-column .inner-column .image-box .client-info .title {
        font-size: 16px;
    }
    .service-section-h3-two .image-column .inner-column .image-box .client-info .title br {
        display: none;
    }
}
.service-section-h3-two .image-column .inner-column .image-box .client-info .client-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-section-h3-two .image-column .inner-column .image-box .client-info .client-img .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin-right: -5px;
    margin-bottom: 0;
}
.service-section-h3-two .image-column .inner-column .image-box .client-info .client-img .image img {
    width: 100%;
    height: 100%;
}
.service-section-h3-two .service-block-four {
    margin-bottom: 30px;
}
.service-section-h3-two .service-block-four .inner-block {
    background-color: var(--theme-color2);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    backdrop-filter: blur(40px);
    border-radius: 10px;
    position: relative;
    padding: 36px 10px 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block:hover {
    background-color: var(--theme-color-white);
}
.service-section-h3-two .service-block-four .inner-block:hover .icon-box i, .service-section-h3-two .service-block-four .inner-block:hover .icon-box img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.service-section-h3-two .service-block-four .inner-block:hover .title {
    color: var(--headings-color);
}
.service-section-h3-two .service-block-four .inner-block:hover .shape-1 img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.service-section-h3-two .service-block-four .inner-block:hover .content-box:before {
    height: 100%;
}
.service-section-h3-two .service-block-four .inner-block:hover .content-box .text {
    color: var(--theme-color-white);
}
.service-section-h3-two .service-block-four .inner-block:hover .content-box .btn-more {
    color: var(--theme-color-white);
}
.service-section-h3-two .service-block-four .inner-block .shape-1 {
    position: absolute;
    top: 19px;
    right: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .shape-1 img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .title-box {
    padding: 0 29px 90px;
}
@media (max-width: 1399.98px) {
    .service-section-h3-two .service-block-four .inner-block .title-box {
        padding: 0 15px 90px;
    }
}
.service-section-h3-two .service-block-four .inner-block .icon-box {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .icon-box img, .service-section-h3-two .service-block-four .inner-block .icon-box i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
    font-size: 22px;
}
.service-section-h3-two .service-block-four .inner-block .content-box {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    padding: 29px 29px 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .content-box:before {
    background-color: var(--theme-color1);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .content-box .text {
    line-height: 1.625;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .btn-more {
    color: #0F3D3A;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .btn-more:hover .btn-title:before {
    width: 100%;
}
.service-section-h3-two .service-block-four .inner-block .btn-more .btn-title {
    position: relative;
}
.service-section-h3-two .service-block-four .inner-block .btn-more .btn-title:before {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-two .service-block-four .inner-block .btn-more .icon {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

/***

====================================================================
service-section-h3-three
====================================================================

***/
.service-section-h3-three {
    padding: 120px 0 40px;
    position: relative;
}
@media (max-width: 991.98px) {
    .service-section-h3-three {
        padding: 80px 0 20px;
    }
}
.service-section-h3-three .anim-icon-one {
    position: absolute;
    top: 117px;
    right: 64px;
}
@media (max-width: 1399.98px) {
    .service-section-h3-three .anim-icon-one {
        display: none;
    }
}
.service-section-h3-three .anim-icon-two {
    position: absolute;
    top: 285px;
    left: 142px;
}
@media (max-width: 1399.98px) {
    .service-section-h3-three .anim-icon-two {
        display: none;
    }
}
.service-section-h3-three .sec-title-h2 .title {
    max-width: 680px;
}
.service-section-h3-three .outer-container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .service-section-h3-three .outer-container .nav-box {
        display: none;
    }
}
.service-section-h3-three .outer-container .nav-box .four-item_button-prev,
.service-section-h3-three .outer-container .nav-box .four-item_button-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    border: 5px solid var(--theme-color-white);
    background-color: var(--theme-color2);
}
.service-section-h3-three .outer-container .nav-box .four-item_button-prev:hover,
.service-section-h3-three .outer-container .nav-box .four-item_button-next:hover {
    background-color: var(--theme-color1);
}
.service-section-h3-three .outer-container .nav-box .four-item_button-prev span,
.service-section-h3-three .outer-container .nav-box .four-item_button-next span {
    color: var(--theme-color-white);
}
.service-section-h3-three .outer-container .nav-box .four-item_button-prev {
    position: absolute;
    bottom: 29%;
    left: -12px;
    z-index: 1;
}
@media (max-width: 1399.98px) {
    .service-section-h3-three .outer-container .nav-box .four-item_button-prev {
        left: 0;
    }
}
.service-section-h3-three .outer-container .nav-box .four-item_button-next {
    position: absolute;
    bottom: 29%;
    right: -12px;
    z-index: 1;
}
@media (max-width: 1399.98px) {
    .service-section-h3-three .outer-container .nav-box .four-item_button-next {
        right: 0;
    }
}
.service-section-h3-three .countries-block .inner-block .title {
    font-size: 20px;
}

/***

====================================================================
services-section-h3
====================================================================

***/
.services-section-h3 {
    padding: 120px 0;
}
@media (max-width: 991.98px) {
    .services-section-h3 {
        padding: 80px 0;
    }
}
@media (max-width: 991.98px) {
    .services-section-h3 {
        padding: 50px 0;
    }
}
.services-section-h3 .sec-title-h2 .title {
    max-width: 487px;
    margin: 0 auto 70px;
}
@media (max-width: 991.98px) {
    .services-section-h3 .sec-title-h2 .title {
        margin-bottom: 30px;
    }
}
.services-section-h3 .inner-container {
    position: relative;
    margin-bottom: 70px;
}
@media (max-width: 991.98px) {
    .services-section-h3 .inner-container {
        margin-bottom: 30px;
    }
}
.services-section-h3 .inner-container .nav-box .four-item_button-prev,
.services-section-h3 .inner-container .nav-box .four-item_button-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
}
.services-section-h3 .inner-container .nav-box .four-item_button-prev .icon,
.services-section-h3 .inner-container .nav-box .four-item_button-next .icon {
    color: var(--theme-color2);
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h3 .inner-container .nav-box .four-item_button-prev:hover,
.services-section-h3 .inner-container .nav-box .four-item_button-next:hover {
    background-color: var(--theme-color1);
}
.services-section-h3 .inner-container .nav-box .four-item_button-prev:hover .icon,
.services-section-h3 .inner-container .nav-box .four-item_button-next:hover .icon {
    color: var(--theme-color-white);
    border: none;
}
.services-section-h3 .inner-container .nav-box .four-item_button-prev {
    position: absolute;
    left: -100px;
    bottom: calc(50% - 29px);
}
@media (max-width: 1599.98px) {
    .services-section-h3 .inner-container .nav-box .four-item_button-prev {
        left: -60px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h3 .inner-container .nav-box .four-item_button-prev {
        display: none;
    }
}
.services-section-h3 .inner-container .nav-box .four-item_button-next {
    position: absolute;
    right: -100px;
    bottom: calc(50% - 29px);
}
@media (max-width: 1599.98px) {
    .services-section-h3 .inner-container .nav-box .four-item_button-next {
        right: -60px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h3 .inner-container .nav-box .four-item_button-next {
        display: none;
    }
}
.services-section-h3 .inner-container .service-block-h3 .inner-block {
    padding: 25px 32px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    background-color: #EDF2F5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h3 .inner-container .service-block-h3 .inner-block:hover {
    background-color: var(--theme-color2);
}
.services-section-h3 .inner-container .service-block-h3 .inner-block:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.services-section-h3 .inner-container .service-block-h3 .inner-block:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services-section-h3 .inner-container .service-block-h3 .inner-block:hover .title {
    color: var(--theme-color-white);
}
.services-section-h3 .inner-container .service-block-h3 .inner-block .icon {
    margin-bottom: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}
.services-section-h3 .inner-container .service-block-h3 .inner-block .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h3 .inner-container .service-block-h3 .inner-block .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--theme-color2);
}
@media (max-width: 991.98px) {
    .services-section-h3 .content-column .inner-column {
        margin-bottom: 30px;
    }
}
.services-section-h3 .content-column .inner-column .title {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -1px;
    color: var(--theme-color2);
    margin-bottom: 30px;
    max-width: 354px;
}
@media (max-width: 575.98px) {
    .services-section-h3 .content-column .inner-column .title {
        font-size: 24px;
        line-height: 34px;
    }
}
.services-section-h3 .content-column .inner-column .text {
    margin-bottom: 25px;
    max-width: 410px;
}
.services-section-h3 .content-column .inner-column .list-style-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-bottom: 28px;
}
.services-section-h3 .content-column .inner-column .list-style-one li {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}
.services-section-h3 .content-column .inner-column .list-style-one li i {
    font-size: 16px;
    color: var(--theme-color2);
    font-weight: 900;
    margin-right: 10px;
}
.services-section-h3 .image-column .inner-column {
    position: relative;
}
.services-section-h3 .image-column .inner-column .image {
    border-radius: 7px;
    margin-bottom: 0;
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .services-section-h3 .image-column .inner-column .image {
        min-height: 315px;
    }
}
.services-section-h3 .image-column .inner-column .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.services-section-h3 .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 575.98px) {
    .services-section-h3 .image-column .inner-column .image img {
        min-height: 315px;
    }
}
.services-section-h3 .image-column .inner-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
@media (max-width: 575.98px) {
    .services-section-h3 .image-column .inner-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.services-section-h3 .image-column .inner-column .bottom-box .funfact-box {
    padding: 17px 30px 11px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(211, 211, 211, 0.2)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(211, 211, 211, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(20px);
}
.services-section-h3 .image-column .inner-column .bottom-box .funfact-box .count-box {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 5px;
    color: var(--theme-color-white);
}
.services-section-h3 .image-column .inner-column .bottom-box .funfact-box .text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h3 .image-column .inner-column .bottom-box .funfact-box .text a:hover {
    color: var(--theme-color1);
}

/***

====================================================================
service-section-h3-four
====================================================================

***/
.service-section-h3-four {
    padding: 0 0 110px;
}
@media (max-width: 991.98px) {
    .service-section-h3-four {
        padding: 0 0 70px;
    }
}
.service-section-h3-four .outer-box {
    max-width: 1880px;
    margin: 0 auto;
}
.service-section-h3-four .outer-box .image {
    width: 70%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.service-section-h3-four .outer-box .image img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}
.service-section-h3-four .outer-box .service-block-h3-two .inner-block {
    padding: 100px 91px;
    border-right: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 1870px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block {
        padding: 100px 50px;
    }
}
@media (max-width: 1599.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block {
        padding: 83px 30px 84px;
    }
}
@media (max-width: 991.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block {
        padding: 80px 15px;
    }
}
@media (max-width: 767.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block {
        padding: 30px 15px;
    }
}
.service-section-h3-four .outer-box .service-block-h3-two .inner-block:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service-section-h3-four .outer-box .service-block-h3-two .inner-block .icon {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-section-h3-four .outer-box .service-block-h3-two .inner-block .title {
    margin-bottom: 15px;
    color: var(--theme-color-black);
}
.service-section-h3-four .outer-box .service-block-h3-two .inner-block .title:hover {
    color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block .text {
        max-width: 395px;
        margin: 0 auto 0 0;
    }
}
@media (max-width: 1199.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two .inner-block .text {
        max-width: 100%;
        margin: 0;
    }
}
.service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block {
    border-left: 1px solid rgba(0, 37, 92, 0.1019607843);
    padding: 100px 89px 117px;
}
@media (max-width: 1830px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block {
        padding: 100px 50px 117px;
    }
}
@media (max-width: 1399.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block {
        padding: 111px 50px 117px;
    }
}
@media (max-width: 991.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block {
        padding: 80px 15px 30px;
    }
}
@media (max-width: 767.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block {
        padding: 30px 15px;
    }
}
.service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block .sub-title {
    color: var(--theme-color2);
}
.service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block .title {
    letter-spacing: -1px;
    color: var(--theme-color2);
    max-width: 500px;
    margin: 0 auto 0 0;
}
@media (max-width: 1599.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block .title {
        font-size: 36px;
        line-height: 44px;
    }
}
@media (max-width: 1399.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block .title {
        max-width: 400px;
        margin: 0 auto 7px 0;
    }
}
@media (max-width: 575.98px) {
    .service-section-h3-four .outer-box .service-block-h3-two:first-child .inner-block .title {
        font-size: 30px;
    }
}

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

====================================================================
call-to-action-section-h3
====================================================================

***/
.call-to-action-section-h3 {
    padding: 370px 0 65px;
    position: relative;
}
@media (max-width: 991.98px) {
    .call-to-action-section-h3 {
        padding: 120px 0 0px;
    }
}
.call-to-action-section-h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/resource/footer-h3-1.jpg);
    background-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.call-to-action-section-h3:after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 92, 0)), to(#00255C));
    background: linear-gradient(180deg, rgb(0 37 92 / 0%) 0%, black 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.call-to-action-section-h3 .call-to-action-block-h3 .inner-block {
    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;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .call-to-action-section-h3 .call-to-action-block-h3 .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 30px;
    }
}
.call-to-action-section-h3 .call-to-action-block-h3 .inner-block .title {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    color: var(--theme-color-white);
    max-width: 520px;
}
@media (max-width: 991.98px) {
    .call-to-action-section-h3 .call-to-action-block-h3 .inner-block .title {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .call-to-action-section-h3 .call-to-action-block-h3 .inner-block .title {
        font-size: 37px;
        line-height: 48px;
    }
}

/***

====================================================================
services-section-h2
====================================================================

***/
.services-section-h2 {
    padding: 0 0 20px;
}
.services-section-h2 .outer-box {
    padding: 0 15px;
    max-width: 1910px;
    margin: 0 auto;
}
.services-section-h2 .outer-box .service-block-h2 .inner-block {
    padding: 69px 100px;
    background-color: var(--theme-color-light);
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 1850px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block {
        padding: 29px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block {
        padding: 25px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block {
        margin-bottom: 20px;
    }
}
.services-section-h2 .outer-box .service-block-h2 .inner-block:hover .icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.services-section-h2 .outer-box .service-block-h2 .inner-block .icon {
    width: 85px;
    height: 85px;
    background-color: var(--theme-color-white);
    border-radius: 50%;
    text-align: center;
    line-height: 81px;
    margin-bottom: 30px;
}
.services-section-h2 .outer-box .service-block-h2 .inner-block .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h2 .outer-box .service-block-h2 .inner-block .title {
    color: var(--theme-color2);
    margin-bottom: 15px;
}
.services-section-h2 .outer-box .service-block-h2 .inner-block .title:hover {
    color: var(--theme-color1);
}
.services-section-h2 .outer-box .service-block-h2 .inner-block .text {
    max-width: 398px;
}
.services-section-h2 .outer-box .service-block-h2 .inner-block.style-one {
    border-radius: 10px 0 0 10px;
    border-right: none;
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-one {
        border-radius: 10px;
        border: 1px solid rgba(0, 37, 92, 0.1019607843);
        margin-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-one {
        margin: 0 0 20px;
    }
}
.services-section-h2 .outer-box .service-block-h2 .inner-block.style-two {
    border-radius: 0;
    padding: 69px 114px;
}
@media (max-width: 1850px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-two {
        padding: 29px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-two {
        padding: 25px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-two {
        border-radius: 10px;
        border: 1px solid rgba(0, 37, 92, 0.1019607843);
        margin-left: 10px;
    }
}
@media (max-width: 767.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-two {
        margin: 0 0 20px;
    }
}
.services-section-h2 .outer-box .service-block-h2 .inner-block.style-three {
    border-radius: 0 10px 10px 0;
    border-left: none;
    padding: 69px 97px 69px 129px;
}
@media (max-width: 1850px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-three {
        padding: 29px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-three {
        padding: 25px;
    }
}
@media (max-width: 1399.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-three {
        border-radius: 10px;
        border: 1px solid rgba(0, 37, 92, 0.1019607843);
        margin-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .services-section-h2 .outer-box .service-block-h2 .inner-block.style-three {
        margin: 0 0 20px;
    }
}

/***

====================================================================
call-to-action-section-h2
====================================================================

***/
.call-to-action-section-h2 {
    padding: 0 20px;
}
.call-to-action-section-h2 .outer-box {
    padding: 194px 0 0;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    position: relative;
    max-width: 1880px;
}
.call-to-action-section-h2 .outer-box:before {
    position: absolute;
    content: "";
    /*background-image: url(../images/resource/call-to-act-h2-1.jpg);*/
    background-image: url(../images/resource/2.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
}
.call-to-action-section-h2 .outer-box:after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.79%, rgba(0, 37, 92, 0)), to(#00255C));
    background: linear-gradient(180deg, rgba(0, 37, 92, 0) 44.79%, #00255C 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .content-box .inner-box {
    padding: 70px;
}
@media (max-width: 767.98px) {
    .call-to-action-section-h2 .call-to-action-block-h2 .inner-block .content-box .inner-box {
        padding: 30PX;
    }
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .content-box .inner-box .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color1);
    margin-bottom: 10px;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .content-box .inner-box .title {
    line-height: 55px;
    color: var(--theme-color2);
}
@media (max-width: 575.98px) {
    .call-to-action-section-h2 .call-to-action-block-h2 .inner-block .content-box .inner-box .title {
        font-size: 24px;
        line-height: 36px;
    }
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .theme-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px;
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    border-radius: 0 0 10px 10px;
    gap: 10px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .theme-btn:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .theme-btn:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    border-radius: 0 0 10px 10px;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .theme-btn span {
    position: relative;
}
.call-to-action-section-h2 .call-to-action-block-h2 .inner-block .theme-btn .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/***

====================================================================
country-section-h2
====================================================================

***/
.country-section-h2 {
    padding: 120px 0;
}
@media (max-width: 991.98px) {
    .country-section-h2 {
        padding: 80px 0 0;
    }
}
.country-section-h2 .outer-box {
    max-width: 1920px;
    margin: 0 auto;
}
.country-section-h2 .outer-box .sec-title-h2 .title {
    max-width: 680px;
}
.country-section-h2 .outer-box .country-block-h2:last-child .inner-block {
    border-right: none !important;
}
@media (max-width: 1399.98px) {
    .country-section-h2 .outer-box .country-block-h2:last-child .inner-block {
        border: none;
    }
}
.country-section-h2 .outer-box .country-block-h2 .inner-block {
    text-align: center;
    display: block;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-right: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 1399.98px) {
    .country-section-h2 .outer-box .country-block-h2 .inner-block {
        border: none;
    }
}
.country-section-h2 .outer-box .country-block-h2 .inner-block.style-one {
    border-right: none;
}
@media (max-width: 1399.98px) {
    .country-section-h2 .outer-box .country-block-h2 .inner-block.style-one {
        border: none;
    }
}
.country-section-h2 .outer-box .country-block-h2 .inner-block.style-two {
    padding-top: 70px;
    padding-bottom: 0;
    border-right: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-bottom: none;
}
@media (max-width: 1399.98px) {
    .country-section-h2 .outer-box .country-block-h2 .inner-block.style-two {
        border: none;
        padding-top: 0;
    }
}
@media (max-width: 991.98px) {
    .country-section-h2 .outer-box .country-block-h2 .inner-block.style-two {
        padding-bottom: 70px;
    }
}
.country-section-h2 .outer-box .country-block-h2 .inner-block .image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-box-shadow: 10px 4px 30px 0px rgba(121, 121, 121, 0.2509803922);
    box-shadow: 10px 4px 30px 0px rgba(121, 121, 121, 0.2509803922);
    border: 5px solid var(--theme-color-white);
    margin: 0 auto 20px;
}
.country-section-h2 .outer-box .country-block-h2 .inner-block .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.country-section-h2 .outer-box .country-block-h2 .inner-block .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--theme-color2);
    margin-bottom: 5px;
    display: inline-block;
}
.country-section-h2 .outer-box .country-block-h2 .inner-block .name:hover {
    color: var(--theme-color1);
}
.country-section-h2 .outer-box .country-block-h2 .inner-block .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/***

====================================================================
services-section-h2-two
====================================================================

***/
.services-section-h2-two .outer-box {
    max-width: 1920px;
    margin: 0 auto;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .services-section-h2-two .outer-box .service-block-h2-two .inner-block {
        margin-bottom: 30px;
    }
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block:hover .overlay-content-box .inner-box {
    bottom: 0;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .image {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .services-section-h2-two .outer-box .service-block-h2-two .inner-block .image img {
        width: 100%;
    }
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box {
    padding: 40px 0 36px;
    text-align: center;
    backdrop-filter: blur(20px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 92, 0.27)), to(rgba(0, 37, 92, 0.21)));
    background: linear-gradient(180deg, rgba(0, 37, 92, 0.27) 0%, rgba(0, 37, 92, 0.21) 100%);
    position: absolute;
    bottom: -223px;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .title {
    color: var(--theme-color-white);
    margin-bottom: 12px;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--theme-color-white);
    margin: 0 auto 21px;
    max-width: 384px;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-white);
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more:hover {
    color: var(--theme-color1);
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more:hover .btn-title:before {
    width: 100%;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more .btn-title {
    position: relative;
    display: inline-block;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more .btn-title:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 0;
    height: 1px;
    bottom: 2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-section-h2-two .outer-box .service-block-h2-two .inner-block .overlay-content-box .inner-box .content .btn-more .icon {
    margin-left: 7px;
    position: relative;
    top: 2px;
}

/***

====================================================================
  Service Section Nine
====================================================================

***/
.service-section-h1 {
    position: relative;
    overflow: hidden;
    margin: 0px 30px;
}
@media (max-width: 1599.98px) {
    .service-section-h1 {
        margin: 0px 0px;
    }
}
.service-section-h1 .outer-container {
    position: relative;
    max-width: 1890px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
    padding: 120px 0px 100px;
    background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
    .service-section-h1 .outer-container {
        padding: 80px 0 70px;
    }
}
.service-section-h1 .outer-container .inner-container {
    position: relative;
}
.service-section-h1 .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-1.png);
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
@keyframes cloudScroll {
    from {
        background-position: 0 top;
    }
    to {
        background-position: 1000px top; /* adjust based on image size and desired speed */
    }
}
.service-section-h1 .nav-box {
    position: absolute;
    left: 100px;
    top: 50%;
    right: 100px;
    z-index: 1;
}
@media (max-width: 1599.98px) {
    .service-section-h1 .nav-box {
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 1399.98px) {
    .service-section-h1 .nav-box {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        display: none;
        margin-top: 20px;
        text-align: center;
    }
}
.service-section-h1 .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-h1 .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-h1 .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-h1 .nav-box .four-item_button-next {
        position: relative;
    }
}
.service-section-h1 .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-h1 .four-item-pagination {
    position: relative;
    z-index: 10;
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 1399.98px) {
    .service-section-h1 .four-item-pagination {
        margin-top: 20px;
    }
}
.service-section-h1 .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-h1 .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-h1 .four-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
}
.service-section-h1 .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.service-block_h1 {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.service-block_h1 .inner {
    position: relative;
    text-align: center;
}
.service-block_h1 .inner:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color2);
    background-color: var(--theme-color-white);
}
.service-block_h1 .image_outer {
    position: relative;
}
.service-block_h1 .image_outer .image {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 350px;
}
.service-block_h1 .image_outer .image img {
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}
.service-block_h1 .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_h1 .title {
    position: relative;
    margin-top: 30px;
}
.service-block_h1 .title a {
    position: relative;
    color: var(--theme-color-white);
}
.service-block_h1 .title a:hover {
    color: var(--theme-color2);
}
.service-block_h1 .text {
    position: relative;
    opacity: 0.65;
    margin: 0px 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--theme-color-white);
}
.service-block_h1 .theme-btn:hover .btn-title,
.service-block_h1 .theme-btn:hover .btn-arrow-right {
    background-color: var(--theme-color2);
}

/*** 

====================================================================
  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) {
    .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) {
    .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) {
    .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) {
    .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 .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;
}
@media (max-width: 575.98px) {
    .funfact-section-two.style-two .column .counter-block .inner {
        padding-left: 30px;
    }
}
.funfact-section-two.style-two .outer-container {
    max-width: 1890px;
    padding: 0 15px;
    margin: 0 auto;
}
.funfact-section-two.style-two .outer-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 .outer-container .inner-container {
        border-right: 0px;
        border-radius: 0px;
    }
}
@media (max-width: 1399.98px) and (max-width: 767.98px) {
    .funfact-section-two.style-two .outer-container .inner-container {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }
}
.funfact-section-two.style-two .outer-container .inner-container .counter-block .inner .icon-box .icon {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.funfact-section-two.style-two .outer-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) {
    .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);
}

/*** 

====================================================================
funfact-section-h2
====================================================================

***/
.funfact-section-h2 {
    padding-top: 30px;
}
.funfact-section-h2 .outer-box {
    padding-top: 100px;
    max-width: 1880px;
    margin: 0 auto;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px;
}
@media (max-width: 991.98px) {
    .funfact-section-h2 .outer-box {
        padding-top: 80px;
    }
}
.funfact-section-h2 .outer-box .sec-title-h2 .title {
    max-width: 691px;
}
.funfact-section-h2 .outer-box .funfact-block-h2:last-child .inner-block {
    border-right: none;
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block {
    padding: 100px 0;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-right: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 575.98px) {
    .funfact-section-h2 .outer-box .funfact-block-h2 .inner-block {
        padding: 30px 0;
    }
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block:hover .funfact-box .icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block .funfact-box {
    text-align: left;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .funfact-section-h2 .outer-box .funfact-block-h2 .inner-block .funfact-box {
        text-align: center;
    }
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block .funfact-box .icon {
    margin-bottom: 30px;
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block .funfact-box .icon img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.funfact-section-h2 .outer-box .funfact-block-h2 .inner-block .funfact-box .count-box {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    color: var(--theme-color2);
    margin-bottom: 5px;
}

/*** 

====================================================================
    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-color2);
    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) {
    .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) {
    .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-section-h1 {
    position: relative;
    padding: 100px 0px 80px;
}
@media (max-width: 991.98px) {
    .contact-section-h1 {
        padding: 80px 0px 50px;
    }
}
.contact-section-h1 .column {
    margin-bottom: 30px;
}
.contact-section-h1 .info {
    position: relative;
    color: var(--text-color);
    margin-bottom: 25px;
}
@media (max-width: 991.98px) {
    .contact-section-h1 .info {
        margin-bottom: 0px;
    }
}
.contact-section-h1 .info i {
    position: relative;
    margin-right: 10px;
}
.contact-section-h1 .info a {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}
.contact-section-h1 .info strong {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--theme-color1);
}
.contact-section-h1 .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-section-h1 .lower-box {
        margin-right: 50px;
    }
}
@media (max-width: 1199.98px) {
    .contact-section-h1 .lower-box {
        margin-right: 0px;
    }
}
.contact-section-h1 .lower-box .social-links {
    position: relative;
}
.contact-section-h1 .lower-box .social-links li {
    margin-right: 5px;
    display: inline-block;
}
.contact-section-h1 .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-section-h1 .lower-box .social-links li a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.contact-section-h1 .lower-box .social-links li:last-child {
    margin-right: 0px;
}
.contact-section-h1 .form-outer {
    position: relative;
    padding: 40px 50px 50px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
    .contact-section-h1 .form-outer {
        padding: 30px 30px;
    }
}
@media (max-width: 575.98px) {
    .contact-section-h1 .form-outer {
        padding: 30px 15px;
    }
}
.contact-section-h1 .form-outer .form-title {
    font-weight: 500;
    font-size: 22px;
}
.contact-section-h1 .form-outer .form-text {
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-section-h1 .service-form .form-group {
    margin-bottom: 5px;
}
.contact-section-h1 .service-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-section-h1 .service-form .form-group input[type=text],
.contact-section-h1 .service-form .form-group input[type=password],
.contact-section-h1 .service-form .form-group input[type=tel],
.contact-section-h1 .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);
}
.contact-section-h1 .service-form .form-group input[type=text]:focus,
.contact-section-h1 .service-form .form-group input[type=password]:focus,
.contact-section-h1 .service-form .form-group input[type=tel]:focus,
.contact-section-h1 .service-form .form-group input[type=email]:focus {
    border-color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group input::-webkit-input-placeholder {
    color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group input::-moz-placeholder {
    color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group input:-ms-input-placeholder {
    color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group input::-ms-input-placeholder {
    color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group input::placeholder {
    color: var(--theme-color-white);
}
.contact-section-h1 .service-form .form-group button {
    background: none;
}
.contact-section-h1 .service-form .check-box {
    position: relative;
}
.contact-section-h1 .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);
}
.contact-section-h1 .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);
}
.contact-section-h1 .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;
}
.contact-section-h1 .service-form .check-box input[type=checkbox] {
    display: none;
}
.contact-section-h1 .service-form .check-box input[type=checkbox]:checked + label:before {
    background-color: var(--theme-color4);
    border-color: var(--theme-color4);
}
.contact-section-h1 .service-form .check-box input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.contact-section-h1 .service-form.style-two .form-group input[type=text],
.contact-section-h1 .service-form.style-two .form-group input[type=password],
.contact-section-h1 .service-form.style-two .form-group input[type=tel],
.contact-section-h1 .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);
}
.contact-section-h1 .service-form.style-two .form-group .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 25px;
    padding-left: 0;
    height: 60px;
    border-radius: 0;
    font-size: 16px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1);
    border-left: none;
    border-top: none;
    border-right: none;
}
.contact-section-h1 .service-form.style-two .form-group .ui-button .ui-icon:before {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group input::-webkit-input-placeholder, .contact-section-h1 .service-form.style-two .form-group textarea::-webkit-input-placeholder {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group input::-moz-placeholder, .contact-section-h1 .service-form.style-two .form-group textarea::-moz-placeholder {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group input:-ms-input-placeholder, .contact-section-h1 .service-form.style-two .form-group textarea:-ms-input-placeholder {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group input::-ms-input-placeholder, .contact-section-h1 .service-form.style-two .form-group textarea::-ms-input-placeholder {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group input::placeholder,
.contact-section-h1 .service-form.style-two .form-group textarea::placeholder {
    color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group textarea {
    border: none;
    width: 100%;
    height: 110px;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    color: var(--theme-color1);
    border-bottom: 1px solid rgba(0, 37, 92, 0.1);
}
.contact-section-h1 .service-form.style-two .form-group .btn-box .read-more {
    background-color: var(--theme-color2);
}
.contact-section-h1 .service-form.style-two .form-group .btn-box .read-more:hover {
    background-color: var(--theme-color1);
}
.contact-section-h1 .service-form.style-two .form-group .btn-box .arrow-btn {
    background-color: var(--theme-color2);
}
.contact-section-h1 .service-form.style-two .form-group .btn-box .arrow-btn:hover {
    background-color: var(--theme-color1);
}

/*** 

====================================================================
contact-section-h3
====================================================================

***/
.contact-section-h3 {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1199.98px) {
    .contact-section-h3 {
        padding: 0 0 80px;
    }
}
.contact-section-h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/conatct-h3-3.png);
    width: 100%;
    height: 369px;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    pointer-events: none;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
.contact-section-h3 .outer-box {
    max-width: 1500px;
    margin: 0 auto;
}
.contact-section-h3 .outer-box .image {
    border-radius: 10px;
    margin-bottom: 0;
    z-index: 0;
    position: relative;
}
.contact-section-h3 .outer-box .image img {
    border-radius: 10px;
}
.contact-section-h3 .outer-box .content-column .inner-column {
    padding-top: 100px;
}
@media (max-width: 1199.98px) {
    .contact-section-h3 .outer-box .content-column .inner-column {
        padding-top: 80px;
    }
}
.contact-section-h3 .outer-box .content-column .inner-column .sec-title-h2 {
    max-width: 500px;
}
.contact-section-h3 .outer-box .content-column .inner-column .sec-title-h2 .sub-title {
    margin-bottom: 12px;
}
.contact-section-h3 .outer-box .content-column .inner-column .sec-title-h2 .title {
    margin-bottom: 30px;
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
@media (max-width: 575.98px) {
    .contact-section-h3 .outer-box .content-column .inner-column .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box {
    padding: 25px 29px;
    width: 100%;
    border-radius: 7px;
    background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
    .contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box {
        max-width: 250px;
    }
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box.style-two {
    background-color: var(--theme-color2);
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-color-white);
    margin-bottom: 10px;
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box .text .icon {
    position: relative;
    bottom: 2px;
}
.contact-section-h3 .outer-box .content-column .inner-column .contact-info .info-box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--theme-color-white);
}
.contact-section-h3 .outer-box .form-column .inner-column {
    padding: 50px 94px 0 59px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px;
    -webkit-box-shadow: 10px 4px 60px 0px rgba(159, 159, 159, 0.2509803922);
    box-shadow: 10px 4px 60px 0px rgba(159, 159, 159, 0.2509803922);
    background-color: var(--theme-color-white);
    margin-top: -316px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .contact-section-h3 .outer-box .form-column .inner-column {
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .contact-section-h3 .outer-box .form-column .inner-column {
        padding: 30px;
    }
}
.contact-section-h3 .outer-box .form-column .inner-column:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/cloud-1.png);
    width: 100%;
    height: 252px;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 1;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
.contact-section-h3 .outer-box .form-column .inner-column .content {
    text-align: center;
}
.contact-section-h3 .outer-box .form-column .inner-column .content .title {
    line-height: 35px;
    letter-spacing: 0;
    color: var(--theme-color2);
    margin-bottom: 10px;
}
.contact-section-h3 .outer-box .form-column .inner-column .content .text {
    max-width: 390px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .contact-section-h3 .outer-box .form-column .inner-column .content .text {
        margin: 0 auto 30px;
    }
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block {
    padding: 16px 30px;
    border-radius: 7px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    background-color: var(--theme-color-white);
    position: relative;
    z-index: 1;
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:last-child {
    min-height: 130px;
    margin-bottom: 30px;
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover {
    border: 1px solid #00255C;
    -webkit-box-shadow: 10px 4px 60px 0px rgba(128, 128, 128, 0.2509803922);
    box-shadow: 10px 4px 60px 0px rgba(128, 128, 128, 0.2509803922);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=text]::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=email]::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover textarea[type=text]::-webkit-input-placeholder {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=text]::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=email]::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover textarea[type=text]::-moz-placeholder {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=text]:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=email]:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover textarea[type=text]:-ms-input-placeholder {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=text]::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=email]::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover textarea[type=text]::-ms-input-placeholder {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=text]::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover input[type=email]::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover textarea[type=text]::placeholder {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block:hover select {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text],
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email],
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input {
    width: 100%;
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select::-webkit-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input::-webkit-input-placeholder {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select::-moz-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input::-moz-placeholder {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select:-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input:-ms-input-placeholder {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select::-ms-input-placeholder, .contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input::-ms-input-placeholder {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select::placeholder,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input::placeholder {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text]::selected,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email]::selected,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea::selected,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select::selected,
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input::selected {
    color: var(--text-color);
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block select {
    color: var(--text-color);
    background-color: transparent;
    cursor: pointer;
}
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=text],
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block input[type=email],
.contact-section-h3 .outer-box .form-column .inner-column .conatct-form-h3 .form-block textarea[type=text] {
    color: var(--theme-color2);
}
.contact-section-h3 .outer-box .form-column .inner-column .image {
    margin-top: 5px;
    margin-left: 20px;
}

/*** 

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

/***

====================================================================
team-section-h2
====================================================================

***/
.team-section-h2 {
    padding: 120px 0 0;
    position: relative;
}
@media (max-width: 991.98px) {
    .team-section-h2 {
        padding: 80px 0 0;
    }
}
.team-section-h2 .anim-icon-one {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1199.98px) {
    .team-section-h2 .sec-title-h2 {
        margin-bottom: 30px;
    }
}
.team-section-h2 .sec-title-h2 .title {
    margin-bottom: 25px;
}
.team-section-h2 .sec-title-h2 .text {
    margin-bottom: 37px;
}
.team-section-h2 .team-block-h2 .inner-block {
    margin-bottom: 40px;
}
.team-section-h2 .team-block-h2 .inner-block:hover .author-img img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.team-section-h2 .team-block-h2 .inner-block:hover .author-img img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.team-section-h2 .team-block-h2 .inner-block .author-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-section-h2 .team-block-h2 .inner-block .author-img img {
    border-radius: 10px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-section-h2 .team-block-h2 .inner-block .author-img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.team-section-h2 .team-block-h2 .inner-block .name {
    color: var(--theme-color2);
    margin-bottom: 5px;
}
.team-section-h2 .team-block-h2 .inner-block .name:hover {
    color: var(--theme-color1);
}
.team-section-h2 .team-block-h2 .inner-block .designation {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

/***====================================================================
    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: 600px;
}
@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) {
    .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) {
    .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) {
    .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) {
    .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.html) 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) {
    .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-section-h1
====================================================================

***/
.faq-section-h1 {
    position: relative;
    padding: 80px 0px 150px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
    .faq-section-h1 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991.98px) {
    .faq-section-h1 {
        padding: 40px 0px 80px;
    }
}
.faq-section-h1 .cloud {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    content: "";
    top: -180px;
    background-position: center top;
    background-repeat: no-repeat;
}
.faq-section-h1 .inner-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.faq-section-h1 .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-section-h1 .accordion-box_four .block .acc-btn {
    color: var(--theme-color1);
}
.faq-section-h1 .accordion-box_four .block .acc-content .content .text {
    max-width: 100%;
    margin-bottom: 0px;
}

/*** 

====================================================================
faq-section-h3
====================================================================

***/
.faq-section-h3 {
    padding: 10px 0 120px;
    position: relative;
}
@media (max-width: 991.98px) {
    .faq-section-h3 {
        padding: 10px 0 80px;
    }
}
.faq-section-h3 .anim-icon-one {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1799px) {
    .faq-section-h3 .anim-icon-one {
        display: none;
    }
}
.faq-section-h3 .image-column .inner-column {
    position: relative;
}
.faq-section-h3 .image-column .inner-column .image {
    margin-right: 40px;
    margin-left: -285px;
    border-radius: 10px;
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .faq-section-h3 .image-column .inner-column .image {
        margin: 0;
        max-height: 600px;
    }
}
.faq-section-h3 .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media (max-width: 1199.98px) {
    .faq-section-h3 .image-column .inner-column .image img {
        max-height: 600px;
    }
}
.faq-section-h3 .image-column .inner-column .anim-icon {
    position: absolute;
    right: -21px;
    bottom: -51px;
}
@media (max-width: 575.98px) {
    .faq-section-h3 .image-column .inner-column .anim-icon {
        display: none;
    }
}
.faq-section-h3 .faq-column .inner-column {
    margin-left: 65px;
    margin-right: 5px;
}
@media (max-width: 1199.98px) {
    .faq-section-h3 .faq-column .inner-column {
        margin: 50px 15px 0;
    }
}
.faq-section-h3 .faq-column .inner-column .sec-title-h2 .sub-title {
    margin-bottom: 12px;
}
.faq-section-h3 .faq-column .inner-column .sec-title-h2 .title {
    margin-bottom: 50px;
}
.faq-section-h3 .faq-column .inner-column .inner-container {
    margin: 0;
}
.faq-section-h3 .faq-column .inner-column .accordion-box_four .block {
    margin-bottom: 10px;
    padding: 15.5px 30px 15.5px;
    border-radius: 14px;
}
.faq-section-h3 .faq-column .inner-column .accordion-box_four .block.active-block {
    padding: 24px 30px 15px;
    background-color: #EDF2F5;
}
.faq-section-h3 .faq-column .inner-column .accordion-box_four .block .acc-btn {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 500;
}
.faq-section-h3 .faq-column .inner-column .accordion-box_four .block .acc-btn .icon-outer .icon {
    color: var(--theme-color2);
}
.faq-section-h3 .faq-column .inner-column .accordion-box_four .block .acc-content .content {
    padding: 13px 0px 8px;
}

/*** 

====================================================================
faq-section-h2
====================================================================

***/
.faq-section-h2 {
    padding: 120px 0;
}
@media (max-width: 991.98px) {
    .faq-section-h2 {
        padding: 80px 0;
    }
}
.faq-section-h2 .sec-title-h2 .title {
    max-width: 534px;
    margin: 0 auto 0 0;
}
.faq-section-h2 .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991.98px) {
    .faq-section-h2 .right-box {
        margin-top: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 20px;
    }
}
@media (max-width: 767.98px) {
    .faq-section-h2 .right-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.faq-section-h2 .right-box .info-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 575.98px) {
    .faq-section-h2 .right-box .info-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.faq-section-h2 .right-box .info-outer .circle {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.faq-section-h2 .right-box .info-outer .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 193px;
    height: 193px;
    background: url(../images/icons/arrow.png) no-repeat;
}
.faq-section-h2 .right-box .info-outer .circle svg {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.faq-section-h2 .right-box .info-outer .circle text {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}
.faq-section-h2 .right-box .info-outer .author {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: -36px;
    position: relative;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .faq-section-h2 .right-box .info-outer .author {
        margin-left: 0;
        margin-top: -36px;
    }
}
.faq-section-h2 .right-box .info-outer .author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.faq-section-h2 .right-box .funfact-box .count-box {
    font-size: 75px;
    font-weight: 500;
    line-height: 75px;
    letter-spacing: -3px;
    color: var(--theme-color2);
    margin-bottom: 13px;
}
.faq-section-h2 .right-box .funfact-box .text {
    max-width: 233px;
}
.faq-section-h2 .content-column .inner-column {
    padding: 50px 70px 69px;
    background-color: var(--theme-color2);
    border-radius: 10px;
    margin-top: 120px;
    position: relative;
}
@media (max-width: 991.98px) {
    .faq-section-h2 .content-column .inner-column {
        margin-top: 50px;
    }
}
@media (max-width: 575.98px) {
    .faq-section-h2 .content-column .inner-column {
        padding: 20px;
    }
}
.faq-section-h2 .content-column .inner-column .bg-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.faq-section-h2 .content-column .inner-column .image {
    margin-bottom: 50px;
}
.faq-section-h2 .content-column .inner-column .title {
    line-height: 40px;
    color: var(--theme-color-white);
    margin-bottom: 35px;
}
.faq-section-h2 .faq-column .inner-column {
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px;
    padding: 19px 50px 32px;
    margin-top: 70px;
}
@media (max-width: 575.98px) {
    .faq-section-h2 .faq-column .inner-column {
        padding: 19px 20px 32px;
    }
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block:last-child .acc-btn {
    padding-bottom: 28px;
    border-bottom: none;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block .acc-btn {
    padding: 37px 0 27px;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block .acc-btn .icon-outer .icon {
    top: 38px;
    color: var(--theme-color2);
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block.active-block .acc-btn {
    padding: 28px 0 11px;
    border-bottom: none;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block.active-block .acc-btn .icon-outer .icon {
    top: 27px;
    color: var(--theme-color2);
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block .acc-content .content {
    padding-top: 10px;
    padding-bottom: 16px;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four .accordion.block .acc-content .content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    max-width: 620px;
}
.faq-section-h2 .faq-column .inner-column .accordion-box_four.style-three .block.active-block .acc-btn.active .icon-outer .icon {
    opacity: 1;
    color: var(--theme-color1);
}

/***

====================================================================
    News Section
====================================================================

***/
.news-section-h2 {
    position: relative;
    padding: 138px 0px 90px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
    .news-section-h2 {
        padding: 80px 0 50px;
    }
}
.news-section-h2 .anim-icon-one {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 991.98px) {
    .news-section-h2 .anim-icon-one {
        display: none;
    }
}
.news-section-h2 .sec-title-h2 .title {
    max-width: 637px;
    margin-bottom: 50px;
}

.news-block {
    margin-bottom: 30px;
    position: relative;
}
.news-block .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
@media (max-width: 575.98px) {
    .news-block .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.news-block .inner-block:hover .content {
    background-color: var(--theme-color-light);
    border-color: var(--theme-color-light);
}
.news-block .inner-block:hover .theme-btn .btn-title,
.news-block .inner-block:hover .theme-btn .btn-arrow-right {
    background: linear-gradient(45deg, #b6d551, #1a9abf, #326fae);
    color: var(--theme-color-white);
}
.news-block .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--theme-color1);
    min-width: 300px;
}
@media (max-width: 1199.98px) {
    .news-block .image {
        min-width: 45%;
    }
}
@media (max-width: 575.98px) {
    .news-block .image {
        max-height: 350px;
    }
}
.news-block .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-block .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}
.news-block .image:hover .tag {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}
.news-block .image .tag {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    padding: 7px 25px;
    border-radius: 50px;
    color: var(--theme-color1-text-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color1);
}
.news-block .meta {
    margin-bottom: 16px;
}
.news-block .meta li {
    color: var(--text-color);
    position: relative;
    font-size: 16px;
    line-height: 1em;
    margin-right: 66px;
    display: inline-block;
}
@media (max-width: 575.98px) {
    .news-block .meta li {
        margin-right: 12px;
    }
}
.news-block .meta li span {
    color: var(--theme-color2);
}
.news-block .meta li i {
    margin-right: 5px;
}
.news-block .meta li:first-child:before {
    background-color: rgba(var(--theme-color2-rgb), 0.1);
    content: "";
    position: absolute;
    top: 8px;
    right: -51px;
    height: 1px;
    width: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .content {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .content .inner {
    padding: 25px 22px 29px 30px;
}
@media (max-width: 1199.98px) {
    .news-block .content .inner {
        padding: 25px 15px 29px;
    }
}
@media (max-width: 991.98px) {
    .news-block .content .inner {
        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;
    }
}
.news-block .content .title {
    margin-bottom: 46px;
}
.news-block .content .title a:hover {
    color: var(--theme-color1);
}
.news-block .content .text {
    line-height: 28px;
    margin-bottom: 24px;
    position: relative;
}
.news-block .content .theme-btn .btn-title,
.news-block .content .theme-btn .btn-arrow-right {
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    color: var(--text-color);
}
.news-block .content .theme-btn:hover .btn-title,
.news-block .content .theme-btn:hover .btn-arrow-right {
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
}

/***

====================================================================
news-section-h3
====================================================================

***/
.news-section-h3 {
    padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
    .news-section-h3 {
        padding: 80px 0 50px;
    }
}
@media (max-width: 991.98px) {
    .news-section-h3 .sec-title-h2 .title {
        margin-bottom: 30px;
    }
}
.news-section-h3 .news-block .inner-block {
    padding: 30px 20px 30px 30px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    border-radius: 10px 10px 0 0;
}
@media (max-width: 1399.98px) {
    .news-section-h3 .news-block .inner-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .news-section-h3 .news-block .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 20px;
    }
}
.news-section-h3 .news-block .inner-block:last-child {
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.news-section-h3 .news-block .inner-block:hover .content {
    background-color: var(--theme-color-white);
}
.news-section-h3 .news-block .inner-block:hover .theme-btn .btn-title,
.news-section-h3 .news-block .inner-block:hover .theme-btn .btn-arrow-right {
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color1);
}
.news-section-h3 .news-block .inner-block .image {
    background-color: transparent;
    min-width: 410px;
}
@media (max-width: 575.98px) {
    .news-section-h3 .news-block .inner-block .image {
        min-width: 100%;
    }
}
.news-section-h3 .news-block .inner-block .content {
    border: none;
    border-radius: 0;
}
.news-section-h3 .news-block .inner-block .content:hover {
    background-color: var(--theme-color-white);
}
.news-section-h3 .news-block .inner-block .content .inner {
    padding: 12px 0 12px 37px;
}
@media (max-width: 991.98px) {
    .news-section-h3 .news-block .inner-block .content .inner {
        padding: 20px;
        padding-left: 0;
    }
}
.news-section-h3 .news-block .inner-block .content .inner:hover {
    background-color: var(--theme-color-white);
}
.news-section-h3 .news-block .inner-block .content .inner .meta {
    margin-bottom: 2px;
}
.news-section-h3 .news-block .inner-block .content .inner .title {
    margin-bottom: 23px;
}
.news-section-h3 .news-block .inner-block .theme-btn .btn-title,
.news-section-h3 .news-block .inner-block .theme-btn .btn-arrow-right {
    color: var(--theme-color2);
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
}
.news-section-h3 .news-block.style-two .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 1399.98px) {
    .news-section-h3 .news-block.style-two .inner-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 991.98px) {
    .news-section-h3 .news-block.style-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.news-section-h3 .news-block.style-two .inner-block .image {
    min-width: 370px;
}
@media (max-width: 1399.98px) {
    .news-section-h3 .news-block.style-two .inner-block .image {
        min-width: 410px;
    }
}
@media (max-width: 575.98px) {
    .news-section-h3 .news-block.style-two .inner-block .image {
        min-width: 100%;
    }
}
.news-section-h3 .news-block.style-two .inner-block .content .inner {
    padding: 34px 0 12px 10px;
}
@media (max-width: 1399.98px) {
    .news-section-h3 .news-block.style-two .inner-block .content .inner {
        padding: 12px 0 12px 37px;
    }
}
@media (max-width: 991.98px) {
    .news-section-h3 .news-block.style-two .inner-block .content .inner {
        padding: 20px;
        padding-left: 0;
    }
}

/***

====================================================================
    news-section-h1
====================================================================

***/
.news-section-h1 {
    position: relative;
    padding: 110px 0px 90px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
    .news-section-h1 {
        padding: 80px 0 50px;
    }
}
.news-section-h1 .news-block-h1 {
    margin-bottom: 30px;
    position: relative;
}
.news-section-h1 .news-block-h1 .inner {
    position: relative;
}
.news-section-h1 .news-block-h1 .image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
    .news-section-h1 .news-block-h1 .image {
        max-height: 375px;
    }
}
.news-section-h1 .news-block-h1 .image img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media (max-width: 767.98px) {
    .news-section-h1 .news-block-h1 .image img {
        max-height: 375px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.news-section-h1 .news-block-h1 .image:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}
.news-section-h1 .news-block-h1 .image:hover .tag {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.news-section-h1 .news-block-h1 .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-section-h1 .news-block-h1 .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-section-h1 .news-block-h1 .meta {
        left: 5px;
        bottom: 5px;
        right: 5px;
    }
}
.news-section-h1 .news-block-h1 .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-section-h1 .news-block-h1 .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) {
    .news-section-h1 .news-block-h1 .meta li {
        margin-right: 12px;
    }
}
.news-section-h1 .news-block-h1 .meta li i {
    margin-right: 5px;
}
.news-section-h1 .news-block-h1 .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}
.news-section-h1 .news-block-h1 .content {
    position: relative;
    padding-top: 30px;
}
.news-section-h1 .news-block-h1 .content .title {
    margin-bottom: 15px;
    color: var(--theme-color1);
}
.news-section-h1 .news-block-h1 .content .title a {
    color: var(--theme-color1);
}
.news-section-h1 .news-block-h1 .content .title a:hover {
    color: var(--theme-color2);
}
.news-section-h1 .news-block-h1 .content .text {
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
}
.news-section-h1 .theme-btn .btn-title,
.news-section-h1 .theme-btn .btn-arrow-right {
    border: 1px solid rgba(15, 23, 42, 0.1019607843);
    color: var(--theme-color-black);
}
.news-section-h1 .theme-btn:hover .btn-title,
.news-section-h1 .theme-btn:hover .btn-arrow-right {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

/***

==================================================================
        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 .widgets-box {
    position: relative;
    padding-bottom: 70px;
}
@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: 11px;
    width: 5px;
    height: 5px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.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) {
    .main-footer .big-title {
        font-size: 58px;
    }
}
.main-footer .copyright {
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
    .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.footer-style-one {
    overflow: hidden;
    padding: 0px 0px;
    background-color: var(--theme-color1);
    position: relative;
}
.main-footer.footer-style-one:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/footer-h1-1.png);
    width: 500px;
    height: 500px;
    right: -100px;
    bottom: -100px;
}
.main-footer.footer-style-one.alternate {
    background-color: var(--theme-color1);
}
.main-footer.footer-style-one.alternate .newsletter-box .form-group button .read-more {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.main-footer.footer-style-one.alternate .newsletter-box .form-group button .read-more:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}
.main-footer.footer-style-one.alternate .newsletter-box .form-group button .arrow-btn {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.main-footer.footer-style-one.alternate .newsletter-box .form-group button .arrow-btn:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}
.main-footer.footer-style-one .building-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.main-footer.footer-style-one .building-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.main-footer.footer-style-one .clouds {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-position: center top;
    background-repeat: no-repeat;
}
.main-footer.footer-style-one .upper-box {
    padding: 60px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
    .main-footer.footer-style-one .upper-box {
        padding: 35px 0px;
    }
}
.main-footer.footer-style-one .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.footer-style-one .upper-box .upper-inner .footer-logo {
    margin-bottom: 0px;
}
.main-footer.footer-style-one .upper-box .footer-socials {
    position: relative;
}
@media (max-width: 767.98px) {
    .main-footer.footer-style-one .upper-box .footer-socials {
        margin-top: 20px;
    }
}
.main-footer.footer-style-one .upper-box .footer-socials li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}
@media (max-width: 767.98px) {
    .main-footer.footer-style-one .upper-box .footer-socials li {
        margin-left: 20px;
    }
}
.main-footer.footer-style-one .upper-box .footer-socials li a {
    position: relative;
    font-size: 18px;
    color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
    .main-footer.footer-style-one .upper-box .footer-socials li a {
        font-size: 15px;
    }
}
.main-footer.footer-style-one .upper-box .footer-socials li:first-child {
    margin-left: 0px;
}
@media (max-width: 575.98px) {
    .main-footer.footer-style-one .upper-box .footer-socials li {
        margin-left: 8px;
    }
}
.main-footer.footer-style-one .lower-box {
    border: none;
    padding: 0px 0px;
}
.main-footer.footer-style-one .lower-box .big-title {
    color: var(--theme-color-white);
    -webkit-text-fill-color: inherit;
}
.main-footer.footer-style-one .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.footer-style-one .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.footer-style-one .widgets-box {
    padding-top: 90px;
    padding-bottom: 50px;
}
.main-footer.footer-style-one .widgets-box .footer-text {
    opacity: 0.8;
}
.main-footer.footer-style-one .widgets-box .address {
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}
.main-footer.footer-style-one .widgets-box .address i {
    margin-right: 12px;
}
.main-footer.footer-style-one .widgets-box .address span {
    display: block;
    margin-top: 10px;
    max-width: 240px;
}
.main-footer.footer-style-one .widgets-box .newsletter-box input {
    color: var(--theme-color1);
    background-color: var(--theme-color-white);
}
.main-footer.footer-style-one .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) {
    .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) {
    .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) {
    .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 {
    background-color: black;
    padding: 100px 0 30px;
    position: relative;
}
.footer-style-three:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/footer-h3-1.png);
    width: 100%;
    height: 369px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
.footer-style-three:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/footer-h3-2.png);
    width: 520px;
    height: 217px;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}
.footer-style-three .outer-box {
    position: relative;
}
.footer-style-three .outer-box:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1019607843);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 52px;
}
.footer-style-three .outer-box .widgets-box {
    padding-bottom: 75px;
}
.footer-style-three .outer-box .widgets-box .footer-logo {
    margin-top: 7px;
}
@media (max-width: 767.98px) {
    .footer-style-three .outer-box .widgets-box .footer-logo {
        margin-bottom: 30px;
    }
}
.footer-style-three .outer-box .widgets-box .footer-widget {
    margin-left: 77px;
}
@media (max-width: 991.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget {
        margin-left: 0;
    }
}
.footer-style-three .outer-box .widgets-box .footer-widget.two {
    margin-left: 90px;
}
@media (max-width: 991.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget.two {
        margin-left: 0;
    }
}
.footer-style-three .outer-box .widgets-box .footer-widget.three {
    margin-left: 80px;
}
.footer-style-three .outer-box .widgets-box .footer-widget.three .widget-title {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget.three {
        margin-left: 0;
    }
}
.footer-style-three .outer-box .widgets-box .footer-widget .widget-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color-white);
    margin-bottom: 35px;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a {
    color: var(--theme-color-white);
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a:after {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -15px;
    bottom: 6px;
    scale: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a:hover {
    opacity: 1;
    margin-left: 18px;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a:hover:before {
    width: 100%;
}
.footer-style-three .outer-box .widgets-box .footer-widget .user-links li a:hover:after {
    scale: 1;
}
.footer-style-three .outer-box .widgets-box .footer-widget .conatct-info {
    margin-bottom: 28px;
}
@media (max-width: 767.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget .conatct-info {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget .conatct-info:last-child {
        margin-bottom: 0;
    }
}
.footer-style-three .outer-box .widgets-box .footer-widget .conatct-info .text {
    color: var(--theme-color-white);
    opacity: 0.65;
    margin-bottom: 2px;
}
.footer-style-three .outer-box .widgets-box .footer-widget .conatct-info .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color-white);
}
.footer-style-three .outer-box .widgets-box .footer-widget .conatct-info .title:hover {
    color: var(--theme-color1);
}
@media (max-width: 991.98px) {
    .footer-style-three .outer-box .widgets-box .footer-widget .conatct-info .title {
        font-size: 20px;
    }
}
.footer-style-three .outer-box .footer-bottom_nav {
    top: 5px;
}

/***

==================================================================
        Footer Style two
==================================================================

***/
.footer-style-two {
    background-color: var(--theme-color2);
    padding: 100px 0 30px;
    position: relative;
}
.footer-style-two:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/footer-2-2.png);
    width: 501px;
    height: 400px;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.footer-style-two:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/footer-2-1.png);
    width: 720px;
    height: 300px;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-animation: bounce-x 5s infinite linear;
    animation: bounce-x 5s infinite linear;
}
.footer-style-two .outer-box {
    position: relative;
}
.footer-style-two .outer-box .lower-box {
    border-top: none;
    padding-top: 0;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-style-two .outer-box .lower-box .inner-box .footer-logo {
    margin-top: 77px;
    margin-bottom: 10px;
}
.footer-style-two .outer-box .lower-box .inner-box .footer-text {
    color: rgba(var(--theme-color-white-rgb), 0.65);
}
.footer-style-two .outer-box .lower-box .newsletter-box {
    padding: 40px 70px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.0509803922);
    margin-left: 80px;
}
@media (max-width: 1399.98px) {
    .footer-style-two .outer-box .lower-box .newsletter-box {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .footer-style-two .outer-box .lower-box .newsletter-box {
        padding: 40px;
    }
}
@media (max-width: 575.98px) {
    .footer-style-two .outer-box .lower-box .newsletter-box {
        padding: 20px;
    }
}
.footer-style-two .outer-box .lower-box .newsletter-box .title {
    color: var(--theme-color-white);
    margin-bottom: 12px;
}
.footer-style-two .outer-box .lower-box .newsletter-box .text {
    line-height: 1;
    color: rgba(var(--theme-color-white-rgb), 0.8);
    margin-bottom: 31px;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media (max-width: 767.98px) {
    .footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group {
    max-width: 370px;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input {
    height: 46px;
    border-radius: 46.5px;
    background-color: var(--theme-color-white);
    margin-bottom: 0;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input::-webkit-input-placeholder {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input::-moz-placeholder {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input:-ms-input-placeholder {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input::-ms-input-placeholder {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input::placeholder {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .lower-box .newsletter-box .newsletter-form .form-group input[type=email] {
    color: var(--text-color);
    font-weight: 400;
}
.footer-style-two .outer-box .footer-bottom {
    padding: 16px 0px 0;
}
.footer-style-two .outer-box .widgets-box {
    padding-bottom: 0;
}
.footer-style-two .outer-box .widgets-box .widget-column:first-child .inner-column {
    padding-bottom: 69px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 1399.98px) {
    .footer-style-two .outer-box .widgets-box .widget-column:first-child .inner-column {
        margin-bottom: 30px;
    }
}
.footer-style-two .outer-box .widgets-box .footer-title {
    margin-bottom: 37px;
    line-height: 55px;
}
@media (max-width: 575.98px) {
    .footer-style-two .outer-box .widgets-box .footer-title {
        font-size: 37px;
    }
}
.footer-style-two .outer-box .widgets-box .footer-logo {
    margin-top: 7px;
}
@media (max-width: 767.98px) {
    .footer-style-two .outer-box .widgets-box .footer-logo {
        margin-bottom: 30px;
    }
}
.footer-style-two .outer-box .widgets-box .footer-widget {
    margin-left: 80px;
}
@media (max-width: 991.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget {
        margin-left: 0;
    }
}
.footer-style-two .outer-box .widgets-box .footer-widget.two {
    margin-left: 40px;
}
@media (max-width: 991.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget.two {
        margin-left: 0;
    }
}
.footer-style-two .outer-box .widgets-box .footer-widget.three {
    margin-left: 80px;
}
.footer-style-two .outer-box .widgets-box .footer-widget.three .widget-title {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget.three {
        margin-left: 0;
    }
}
.footer-style-two .outer-box .widgets-box .footer-widget .widget-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color-white);
    margin-bottom: 35px;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li {
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a {
    color: var(--theme-color-white);
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a:after {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -15px;
    bottom: 6px;
    scale: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a:hover {
    opacity: 1;
    margin-left: 18px;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a:hover:before {
    width: 100%;
}
.footer-style-two .outer-box .widgets-box .footer-widget .user-links li a:hover:after {
    scale: 1;
}
.footer-style-two .outer-box .widgets-box .footer-widget .conatct-info {
    margin-bottom: 28px;
}
@media (max-width: 767.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget .conatct-info {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget .conatct-info:last-child {
        margin-bottom: 0;
    }
}
.footer-style-two .outer-box .widgets-box .footer-widget .conatct-info .text {
    color: var(--theme-color-white);
    opacity: 0.65;
    margin-bottom: 2px;
}
.footer-style-two .outer-box .widgets-box .footer-widget .conatct-info .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color-white);
}
.footer-style-two .outer-box .widgets-box .footer-widget .conatct-info .title:hover {
    color: var(--theme-color1);
}
@media (max-width: 991.98px) {
    .footer-style-two .outer-box .widgets-box .footer-widget .conatct-info .title {
        font-size: 20px;
    }
}
.footer-style-two .outer-box .footer-bottom_nav {
    top: 5px;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section-h2 {
    background-color: var(--theme-color-light);
    position: relative;
    padding: 120px 0px 110px;
    /* Testimonial Block */
}
@media (max-width: 991.98px) {
    .testimonial-section-h2 {
        padding: 80px 0 70px;
    }
}
.testimonial-section-h2 .outer-box {
    max-width: 1760px;
    padding: 0 15px;
    margin: 0 auto;
}
.testimonial-section-h2 .outer-box .sec-title-h2 .title {
    max-width: 500px;
}
.testimonial-section-h2 .outer-box .swiper {
    padding-top: 40px;
}
.testimonial-section-h2 .outer-box .four-item-pagination {
    position: relative;
    z-index: 10;
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 1399.98px) {
    .testimonial-section-h2 .outer-box .four-item-pagination {
        margin-top: 20px;
    }
}
.testimonial-section-h2 .outer-box .four-item-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0px 7.5px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color2);
}
.testimonial-section-h2 .outer-box .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-h2 .outer-box .four-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
}
.testimonial-section-h2 .outer-box .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 15px;
}
.testimonial-section-h2 .outer-box .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}
.testimonial-section-h2 .testimonial-block {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-section-h2 .testimonial-block .inner {
    border-radius: 10px;
    position: relative;
    padding: 0 39px 32px;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
}
@media (max-width: 767.98px) {
    .testimonial-section-h2 .testimonial-block .inner {
        padding: 0 15px 32px;
    }
}
.testimonial-section-h2 .testimonial-block .inner:hover .quote i, .testimonial-section-h2 .testimonial-block .inner:hover .quote img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.testimonial-section-h2 .testimonial-block .inner .quote {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color1);
    display: inline-block;
    font-size: 54px;
    height: 100px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 100px;
    margin-bottom: 39px;
    margin-top: -40px;
}
.testimonial-section-h2 .testimonial-block .inner .quote i, .testimonial-section-h2 .testimonial-block .inner .quote img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section-h2 .testimonial-block .inner .text {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--theme-color2);
}
.testimonial-section-h2 .testimonial-block .inner .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.testimonial-section-h2 .testimonial-block .inner .info {
    position: relative;
    font-size: 14px;
    margin-top: 31px;
    color: var(--text-color);
}
.testimonial-section-h2 .testimonial-block .inner .info .author {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 13px;
}
.testimonial-section-h2 .testimonial-block .inner .info .name {
    display: block;
    margin-bottom: 0px;
}
.testimonial-section-h2 .testimonial-block .inner .info .designation {
    font-size: 14px;
}
.testimonial-section-h2 .testimonial-block .inner .rating {
    color: var(--theme-color2);
    font-size: 48px;
    font-weight: 500;
}
.testimonial-section-h2 .testimonial-block .inner .rating .icon {
    color: var(--theme-color1);
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.testimonial-section-h2 .testimonial-block .inner .rating .icon i {
    margin-left: 1px;
}

/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/
.testimonial-section-two {
    position: relative;
    padding: 140px 0px 100px;
}

/* Testimonial Block */
.testimonial-block-two {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block-two .inner {
    background-color: #EDF2F5;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 10px;
    position: relative;
    padding: 42px 49px 49px;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner {
        padding: 42px 25px 49px;
    }
}
@media (max-width: 767.98px) {
    .testimonial-block-two .inner {
        padding: 32px 15px 39px;
    }
}
.testimonial-block-two .inner:hover .quote i, .testimonial-block-two .inner:hover .quote img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.testimonial-block-two .inner .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.testimonial-block-two .inner .quote {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 52px;
    line-height: 1;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: -4px;
    min-width: 37px;
    position: relative;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner .quote {
        min-width: 44px;
        margin-right: 0;
    }
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner .quote {
        min-width: 34px;
    }
}
.testimonial-block-two .inner .quote i, .testimonial-block-two .inner .quote img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .inner .text {
    color: var(--theme-color2);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    max-width: 410px;
    position: relative;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner .text {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .testimonial-block-two .inner .text {
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner .text {
        font-size: 16px;
    }
}
.testimonial-block-two .inner .info-box {
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    padding-top: 50px;
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner .info-box {
        padding-top: 30px;
        margin-top: 34px;
    }
}
.testimonial-block-two .inner .author {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 30px;
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner .author {
        margin-right: 10px;
    }
}
.testimonial-block-two .inner .author img {
    border-radius: 50%;
}
.testimonial-block-two .inner .info {
    position: relative;
    font-size: 14px;
    color: var(--text-color);
}
.testimonial-block-two .inner .info .name {
    display: block;
    font-weight: 500;
    margin-bottom: 0px;
}
.testimonial-block-two .inner .info .designation {
    font-size: 14px;
}

/*** 

====================================================================
testimonial-section-h3
====================================================================

***/
.testimonial-section-h3 {
    padding: 120px 0 135px;
    border-top: 1px solid rgba(0, 37, 92, 0.1019607843);
    position: relative;
}
@media (max-width: 991.98px) {
    .testimonial-section-h3 {
        padding: 80px 0;
    }
}
.testimonial-section-h3 .anim-icon {
    position: absolute;
    bottom: -35px;
    left: 0;
}
@media (max-width: 1599.98px) {
    .testimonial-section-h3 .anim-icon {
        display: none;
    }
}
.testimonial-section-h3 .content-column .inner-column .sec-title-h2 .sub-title {
    margin-bottom: 17px;
}
.testimonial-section-h3 .content-column .inner-column .sec-title-h2 .title {
    max-width: 500px;
    margin: 0 auto 73px 0;
}
@media (max-width: 991.98px) {
    .testimonial-section-h3 .content-column .inner-column .sec-title-h2 .title {
        margin-bottom: 30px;
    }
}
.testimonial-section-h3 .content-column .inner-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media (max-width: 1199.98px) {
    .testimonial-section-h3 .content-column .inner-column .bottom-box {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .testimonial-section-h3 .content-column .inner-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box {
    padding: 25px 41px;
    background-color: var(--theme-color1);
    border-radius: 10px;
}
@media (max-width: 1199.98px) {
    .testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box {
        padding: 19px;
    }
}
@media (max-width: 1199.98px) {
    .testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box {
        padding: 25px 41px;
    }
}
.testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box.style-two {
    background-color: var(--theme-color2);
}
.testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box .count-box {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    color: var(--theme-color-white);
    margin-bottom: 5px;
}
.testimonial-section-h3 .content-column .inner-column .bottom-box .counter-box .text {
    color: var(--theme-color-white);
}
.testimonial-section-h3 .testimonial-column .inner-column {
    position: relative;
}
.testimonial-section-h3 .testimonial-column .inner-column .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 52px;
    right: 50px;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .testimonial-section-h3 .testimonial-column .inner-column .nav-box {
        display: none;
    }
}
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-prev,
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-prev:hover,
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-next:hover {
    background-color: var(--theme-color-white);
    border: none;
}
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-prev .icon,
.testimonial-section-h3 .testimonial-column .inner-column .nav-box .four-item_button-next .icon {
    color: var(--theme-color2);
}

/*** 

====================================================================
  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) {
    .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;
        max-height: 585px;
    }
}
.fluid-one .fluid-one_image img {
    position: relative;
    width: 100%;
    display: block;
}
@media (max-width: 991.98px) {
    .fluid-one .fluid-one_image img {
        max-height: 585px;
    }
}
.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-h1 {
    position: relative;
}
.testimonial-block-h1 .inner {
    position: relative;
}
.testimonial-block-h1 .inner .author {
    position: relative;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50px;
}
.testimonial-block-h1 .inner .designation {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    color: var(--theme-color-white);
}
.testimonial-block-h1 .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-h1 .inner .text {
        font-size: 18px;
        line-height: 28px;
    }
}
.testimonial-block-h1 .inner .info {
    position: relative;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 10px;
    color: var(--theme-color-white);
}
.testimonial-block-h1 .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-h1 .inner .info strong {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--theme-color-white);
}

/*** 

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

/*** 

====================================================================
sec-title-h2
====================================================================

***/
.sec-title-h2 .sub-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.sec-title-h2 .title {
    line-height: 55px;
    color: var(--theme-color2);
    margin: 0 auto;
    margin-bottom: 70px;
}
@media (max-width: 991.98px) {
    .sec-title-h2 .title {
        font-size: 36px;
        line-height: 44px;
    }
}

/*** 

====================================================================
sec-title-h3 
====================================================================

***/
.sec-title-h3 .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--text-color);
}
.sec-title-h3 .title {
    line-height: 55px;
    margin-bottom: 38px;
    letter-spacing: 0;
}
@media (max-width: 991.98px) {
    .sec-title-h3 .title {
        font-size: 36px;
        line-height: 40px !important;
        margin-bottom: 30px;
    }
}
.sec-title-h3 .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 595px;
}
.sec-title-h3.white .sub-title,
.sec-title-h3.white .title,
.sec-title-h3.white .text {
    color: var(--theme-color-white);
}

/*** 

====================================================================
    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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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-section-h1 {
    position: relative;
    padding-bottom: 40px;
}
.business-section-h1 .outer-container {
    max-width: 1890px;
    padding: 0 15px;
    margin: 0 auto;
}
.business-section-h1 .lines {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.business-section-h1 .image {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 30px;
}
@media (max-width: 575.98px) {
    .business-section-h1 .image {
        min-height: 285px;
    }
}
.business-section-h1 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.business-section-h1 .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-section-h1 .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: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 139, 139, 0.8)), to(rgba(212, 212, 212, 0.6)));
    background: linear-gradient(180deg, rgba(139, 139, 139, 0.8) 0%, rgba(212, 212, 212, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.0705882353);
    backdrop-filter: blur(20px);
}
.business-section-h1 .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-section-h1 .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-section-h1 .content .title {
    margin-top: 42px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}
.business-section-h1 .content .text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}
.business-section-h1 .content .list {
    position: relative;
}
.business-section-h1 .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-section-h1 .content .list li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--theme-color-white);
    font-family: "Font Awesome 6 Pro";
}
.business-section-h1 .content .list li:last-child {
    margin-bottom: 0px;
}
@media (max-width: 1399.98px) {
    .business-section-h1 .content {
        padding: 40px 35px;
    }
}
@media (max-width: 1199.98px) {
    .business-section-h1 .content {
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .business-section-h1 .content {
        padding: 20px 20px;
    }
}
.business-section-h1 .single-item-pagination {
    position: relative;
    margin-top: 40px;
}
.business-section-h1 .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-section-h1 .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-section-h1 .single-item-pagination .swiper-pagination-bullet:hover::before {
    opacity: 1;
    color: var(--theme-color-white);
}
.business-section-h1 .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .business-section-h1 .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    color: var(--theme-color-white);
}

/*** 

====================================================================
    Business Seven
====================================================================

***/
.business-section-h1-two {
    position: relative;
    padding-bottom: 40px;
}
.business-section-h1-two .outer-container {
    max-width: 1890px;
    padding: 0 15px;
    margin: 0 auto;
}
.business-section-h1-two .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-section-h1-two .inner-container {
        padding: 90px 10px;
    }
}
.business-section-h1-two .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
    .business-section-h1-two .upper-box {
        margin-bottom: 40px;
    }
}
.business-section-h1-two .upper-box .country-block_one {
    width: 20%;
    padding: 0px 15px;
}
@media (max-width: 1199.98px) {
    .business-section-h1-two .upper-box .country-block_one {
        width: 33.3333%;
    }
}
@media (max-width: 991.98px) {
    .business-section-h1-two .upper-box .country-block_one {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    .business-section-h1-two .upper-box .country-block_one {
        width: 100%;
    }
}
.business-section-h1-two .lower-box {
    position: relative;
}
.business-section-h1-two .lower-box .content-outer {
    position: relative;
    margin-left: 80px;
}
@media (max-width: 1599.98px) {
    .business-section-h1-two .lower-box .content-outer {
        margin-left: 0px;
    }
}
.business-section-h1-two .lower-box .content-outer .btn-box {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 991.98px) {
    .business-section-h1-two .lower-box .content-outer .btn-box {
        margin-top: 10px;
    }
}
.business-section-h1-two .lower-box .sec-title {
    position: relative;
    margin-bottom: 30px;
}
.business-section-h1-two .lower-box .sec-title .text {
    max-width: 590px;
}
.business-section-h1-two .lower-box .list {
    position: relative;
}
.business-section-h1-two .lower-box .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 35px;
    color: var(--text-color);
}
.business-section-h1-two .lower-box .list li span {
    position: absolute;
    left: 0px;
    top: 0px;
}
.business-section-h1-two .lower-box .list li:last-child {
    margin-bottom: 0px;
}
@media (max-width: 991.98px) {
    .business-section-h1-two .lower-box .list {
        margin-bottom: 25px;
    }
}
.business-section-h1-two .lower-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 40px;
}
@media (max-width: 1399.98px) {
    .business-section-h1-two .lower-box .image {
        margin-left: 0px;
    }
}
@media (max-width: 1399.98px) {
    .business-section-h1-two .lower-box .image {
        margin-left: 0px;
        margin-top: 40px;
    }
}
.business-section-h1-two .lower-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.business-section-h1-two .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-section-h1-two .lower-box .image .consult-box {
        position: relative;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
        border-radius: 0px;
    }
}
.business-section-h1-two .lower-box .image .consult-box .authors {
    position: relative;
}
@media (max-width: 1599.98px) {
    .business-section-h1-two .lower-box .image .consult-box .authors {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .business-section-h1-two .lower-box .image .consult-box .authors {
        display: block;
    }
}
.business-section-h1-two .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-section-h1-two .lower-box .image .consult-box .authors li:first-child {
    margin-left: 0px;
}
@media (max-width: 767.98px) {
    .business-section-h1-two .lower-box .image .consult-box {
        position: relative;
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .business-section-h1-two .lower-box .image .consult-box {
        padding: 25px 25px;
    }
}
.business-section-h1-two .lower-box .image .consult-box .vector {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 57px;
    height: 81px;
}
.business-section-h1-two .lower-box .image .consult-box .author {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.business-section-h1-two .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-section-h1-two .lower-box .image .consult-box .author-title {
        margin-top: 0px;
    }
}
@media (max-width: 1199.98px) {
    .business-section-h1-two .lower-box .image .consult-box .author-title {
        margin-top: 25px;
    }
}
@media (max-width: 575.98px) {
    .business-section-h1-two .lower-box .image .consult-box .author-title {
        font-size: 26px;
        line-height: 36px;
    }
}
.business-section-h1-two .lower-box .image .consult-box .btn-box {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
@media (max-width: 767.98px) {
    .business-section-h1-two .lower-box .image .consult-box .btn-box {
        margin-top: 25px;
    }
}
.business-section-h1-two .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-section-h1-two .lower-box .image .consult-box .btn-box .read-more:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.business-section-h1-two .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-section-h1-two .lower-box .image .consult-box .btn-box .arrow-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
}
.business-section-h1-two .lower-box .image .consult-box .btn-box:hover .read-more {
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}
.business-section-h1-two .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) {
    .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) {
    .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;
        margin-right: 12px;
    }
}
.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) {
    .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) {
    .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);
}

/***

====================================================================
  Countries Section
====================================================================

***/
.features-section {
    background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
    .features-section {
        background-color: var(--theme-color-white);
    }
}
.features-section .outer-box .column:nth-child(odd) .feature-block .inner-block .content {
    background-color: var(--theme-color2);
}
.features-section .outer-box .column:nth-child(even) .feature-block .inner-block .content {
    background-color: var(--theme-color1);
}
.features-section .outer-box .column-two:nth-child(odd) .feature-block .inner-block .content {
    background-color: var(--theme-color1);
}
.features-section .outer-box .column-two:nth-child(even) .feature-block .inner-block .content {
    background-color: var(--theme-color2);
}

.feature-block {
    height: 100%;
}
@media (max-width: 575.98px) {
    .feature-block {
        margin-bottom: 30px;
        height: auto;
    }
}
.feature-block .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
}
@media (max-width: 575.98px) {
    .feature-block .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
.feature-block .inner-block:hover .image-box img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.feature-block .inner-block:hover .image-box img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.feature-block .inner-block .image-box {
    position: relative;
    overflow: hidden;
    min-width: 50%;
}
.feature-block .inner-block .image-box img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-block .inner-block .image-box img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.feature-block .inner-block .content {
    padding: 40px 49px 39px;
}
@media (max-width: 1199.98px) {
    .feature-block .inner-block .content {
        padding: 40px 15px 39px;
    }
}
@media (max-width: 991.98px) {
    .feature-block .inner-block .content {
        padding: 40px 49px 39px;
    }
}
@media (max-width: 767.98px) {
    .feature-block .inner-block .content {
        padding: 40px 15px 39px;
    }
}
.feature-block .inner-block .content .number {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 50%;
    color: var(--theme-color-white);
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 46px;
    margin-bottom: 15px;
}
.feature-block .inner-block .content .title {
    color: var(--theme-color-white);
    margin-bottom: 119px;
}
@media (max-width: 575.98px) {
    .feature-block .inner-block .content .title {
        margin-bottom: 40px;
    }
}
.feature-block .inner-block .content .icon {
    color: var(--theme-color-white);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}
.feature-block .inner-block .content .text {
    color: var(--theme-color-white);
}

/***

====================================================================
feature-section-h2
====================================================================

***/
.feature-section-h2 {
    padding: 80px 0 120px;
    position: relative;
}
@media (max-width: 991.98px) {
    .feature-section-h2 {
        padding: 80px 0;
    }
}
.feature-section-h2 .anim-icon-one {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1599.98px) {
    .feature-section-h2 .anim-icon-one {
        display: none;
    }
}
.feature-section-h2 .image-column .inner-column {
    position: relative;
}
@media (max-width: 1399.98px) {
    .feature-section-h2 .image-column .inner-column {
        margin-bottom: 30px;
    }
}
.feature-section-h2 .image-column .inner-column .image {
    border-radius: 10px;
    margin-bottom: 0;
    position: relative;
}
.feature-section-h2 .image-column .inner-column .image:before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 56, 51, 0)), to(#336ead));
    background: linear-gradient(180deg, rgba(225, 56, 51, 0) 0%, #336ead 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.feature-section-h2 .image-column .inner-column .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.feature-section-h2 .image-column .inner-column .sec-title-h2 {
    bottom: 50px;
    left: 60px;
    position: absolute;
    z-index: 1;
    max-width: 417px;
}
@media (max-width: 375.98px) {
    .feature-section-h2 .image-column .inner-column .sec-title-h2 {
        bottom: 5px;
        left: 15px;
    }
}
.feature-section-h2 .image-column .inner-column .sec-title-h2 .sub-title {
    color: var(--theme-color-white);
    margin-bottom: 17px;
}
.feature-section-h2 .image-column .inner-column .sec-title-h2 .title {
    margin-bottom: 0;
    color: var(--theme-color-white);
}
.feature-section-h2 .content-column .inner-column {
    border-radius: 10px;
    position: relative;
    background-color: var(--theme-color2);
    background: linear-gradient(360deg, #758935, #1a9abf, #326fae);
}
.feature-section-h2 .content-column .inner-column:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/feature-cloud-h2-1.png);
    width: 100%;
    height: 171px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 1;
    background-repeat: repeat-x;
    background-position: 0 top;
    background-size: auto 100%;
    -webkit-animation: cloudScroll 10s linear infinite;
    animation: cloudScroll 10s linear infinite;
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box {
    padding: 40px 50px;
}
@media (max-width: 375.98px) {
    .feature-section-h2 .content-column .inner-column .content-box .inner-box {
        padding: 30px;
    }
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box .icon {
    margin-bottom: 26px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--theme-color-white);
    margin-bottom: 11px;
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box .title:hover {
    color: var(--theme-color1);
}
.feature-section-h2 .content-column .inner-column .content-box .inner-box .text {
    color: rgba(255, 255, 255, 0.6509803922);
}

/***

====================================================================
feature-section-h2-two
====================================================================

***/
.feature-section-h2-two {
    padding: 120px 0;
    border-bottom: 1px solid rgba(0, 37, 92, 0.1019607843);
}
@media (max-width: 991.98px) {
    .feature-section-h2-two {
        padding: 80px 0;
    }
}
.feature-section-h2-two .sec-title-h2 .title {
    max-width: 520px;
    margin: 0 auto 20px 0;
}
.feature-section-h2-two .sec-title-h2 .text {
    max-width: 520px;
}
.feature-section-h2-two .image-column .inner-column {
    border-radius: 10px;
}
@media (max-width: 1199.98px) {
    .feature-section-h2-two .image-column .inner-column {
        margin-top: 30px;
    }
}
.feature-section-h2-two .image-column .inner-column .image-box {
    position: relative;
}
.feature-section-h2-two .image-column .inner-column .image-box .image {
    margin-bottom: 16px;
    border-radius: 10px;
}
.feature-section-h2-two .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.feature-section-h2-two .image-column .inner-column .image-box .client-info {
    position: absolute;
    padding: 30px 53px 22px 42px;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    border-radius: 10px 0 10px 0;
}
@media (max-width: 575.98px) {
    .feature-section-h2-two .image-column .inner-column .image-box .client-info {
        padding: 15px;
    }
}
.feature-section-h2-two .image-column .inner-column .image-box .client-info .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--theme-color-white);
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    .feature-section-h2-two .image-column .inner-column .image-box .client-info .title {
        font-size: 16px;
    }
    .feature-section-h2-two .image-column .inner-column .image-box .client-info .title br {
        display: none;
    }
}
.feature-section-h2-two .image-column .inner-column .image-box .client-info .client-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-section-h2-two .image-column .inner-column .image-box .client-info .client-img .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin-right: -5px;
    margin-bottom: 0;
}
.feature-section-h2-two .image-column .inner-column .image-box .client-info .client-img .image img {
    width: 100%;
    height: 100%;
}
.feature-section-h2-two .bottom-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(0, 37, 92, 0.1019607843);
    background-color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
    .feature-section-h2-two .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.feature-section-h2-two .bottom-box .inner-box .funfact-box {
    padding: 50px 50px 40px;
}
@media (max-width: 575.98px) {
    .feature-section-h2-two .bottom-box .inner-box .funfact-box {
        padding: 15px;
    }
}
.feature-section-h2-two .bottom-box .inner-box .funfact-box .count-box {
    font-size: 75px;
    font-weight: 500;
    line-height: 75px;
    margin-bottom: 0;
    color: var(--theme-color2);
}
.feature-section-h2-two .bottom-box .inner-box .funfact-box .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
}
.feature-section-h2-two .content-box .inner-box {
    margin-left: 50px;
    margin-top: 19px;
}
@media (max-width: 991.98px) {
    .feature-section-h2-two .content-box .inner-box {
        margin-left: 0;
    }
}
.feature-section-h2-two .content-box .inner-box .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--theme-color2);
}
.feature-section-h2-two .content-box .inner-box .list-style-two li {
    margin-bottom: 15px;
}
.feature-section-h2-two .content-box .inner-box .list-style-two li .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color2);
    line-height: 21px;
    color: var(--theme-color-white);
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}
.feature-section-h2-two .content-box .inner-box .list-style-two li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
}

/*** 

====================================================================
  Process Section
====================================================================

***/
.process-one {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding: 110px 0px 40px;
}
@media (max-width: 991.98px) {
    .process-one {
        padding-top: 80px;
    }
}
@media (max-width: 575.98px) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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 40s linear infinite;
    animation: scroll 40s 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: 84px;
    height: 84px;
    font-size: 30px;
    line-height: 82px;
    margin: 15px 60px;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid var(--theme-color2);
}
.marketing-two.style-two {
    padding: 80px 0px 80px;
}

/*** 
====================================================================
    Marketing Three
====================================================================
***/
.marketing-section-h1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 110px;
}
@media (max-width: 991.98px) {
    .marketing-section-h1 {
        padding-top: 80px;
    }
}
.marketing-section-h1 .animations-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
}
.marketing-section-h1 .animations-mode:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.marketing-section-h1 .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-section-h1 .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) {
    .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) {
    .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) {
    .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) {
    .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;
}
.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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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) {
    .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
====================================================================
***/
.tabs-box {
    position: relative;
}

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

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

.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;
    color: var(--theme-color1);
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e4e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px;
    margin-top: 22px;
    padding-bottom: 20px;
}
.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: #fdc009;
}
.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 {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}
.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-discription {
    position: relative;
    display: block;
}
.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px;
}
.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.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 {
    background-color: #fff;
    -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);
    display: block;
    padding: 51px 60px 60px 60px;
    position: relative;
}
@media (max-width: 575.98px) {
    .product-discription .comment-box {
        padding: 50px 30px;
    }
}
.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.html);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}
.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.html);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}
.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html);
}
.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}
.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}
.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block h4 a:hover {
    color: var(--theme-color1);
}
.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}
.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}
.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}
.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}
.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}
.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}
.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}
.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}
.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}
.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}
.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.category-block-two.child-two .link {
    background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}
.category-block-two.child-two .content:before {
    background: #f0e2e3;
}
.category-block-two.child-two .content:after {
    color: #f0e2e3;
}
.category-block-two.child-three .link {
    background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}
.category-block-two.child-three .content:before {
    background: #f1ede1;
}
.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
    position: relative;
    padding: 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.html);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.html) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

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

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0 );
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-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.html) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-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(--theme-color-white);
    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 {
    padding: 0;
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block .acc-btn {
    color: var(--headings-color);
    padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 0 !important;
    right: 30px;
    height: auto;
    line-height: 65px;
    font-size: 28px;
    color: var(--theme-color1);
    background-color: transparent;
}

.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(--theme-color-white);
    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-color1);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    min-height: 375px;
    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: black;
    opacity: 0.5;
}
.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: #9fcc61;
    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(--theme-color2);
    color: var(--theme-color-white);
}
.contact-details__info li:hover .icon span {
    color: var(--theme-color-white);
}
.contact-details__info li:hover .text a {
    color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}
.contact-details__info li .text {
    margin-left: 30px;
}
@media (max-width: 575.98px) {
    .contact-details__info li .text {
        margin-left: 12px;
    }
}
.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 {
    color: var(--theme-color-white);
}

/***
=============================================
    courses Details
=============================================
***/
.course-sidebar {
    display: block;
    max-width: 365px;
    position: relative;
    width: 100%;
}
.course-sidebar .course-sidebar-single {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.course-sidebar .course-sidebar-single-courses {
    background: #f6f4ec;
    border-radius: 10px;
    display: block;
    padding: 35px 30px 25px;
    position: relative;
}
.course-sidebar .course-sidebar-single-courses .title {
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.course-sidebar .course-sidebar-single-courses .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.course-sidebar .course-sidebar-single-courses ul {
    display: block;
    margin-top: 10px;
    position: relative;
}
.course-sidebar .course-sidebar-single-courses ul li {
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
    position: relative;
}
.course-sidebar .course-sidebar-single-courses ul li:last-child {
    margin-bottom: 0;
}
.course-sidebar .course-sidebar-single-courses ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    color: var(--agriox-color-1, #687469);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 20px 22px;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}
.course-sidebar .course-sidebar-single-courses ul li a:hover {
    color: var(--headings-color);
}
.course-sidebar .course-sidebar-single-courses 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;
}
.course-sidebar .course-sidebar-single-courses ul li a:hover i {
    color: var(--theme-color1);
}
.course-sidebar .course-sidebar-single-courses ul li a::before {
    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;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -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;
    z-index: -1;
}
.course-sidebar .course-sidebar-single-courses ul li a i {
    font-size: 16px;
}
.course-sidebar .course-sidebar-single-courses 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;
}
.course-sidebar .course-sidebar-single-courses ul li.current a i {
    color: var(--theme-color1);
}
.course-sidebar .course-sidebar-single-courses ul li.current:first-child {
    margin-top: 20px;
}
.course-sidebar .course-sidebar-single-courses ul li.current:last-child {
    margin-bottom: 35px;
}
.course-sidebar .course-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;
}
.course-sidebar .course-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;
}
.course-sidebar .course-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);
}
.course-sidebar .course-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}
.course-sidebar .course-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}
.course-sidebar .course-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;
}
.course-sidebar .course-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}
.course-sidebar .course-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}
.course-sidebar .course-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}
.course-sidebar .course-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.course-sidebar .course-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}
.course-sidebar .course-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.course-sidebar .course-sidebar-single-btn {
    position: relative;
    display: block;
}
.course-sidebar .course-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}
.course-sidebar .course-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;
}
.course-sidebar .course-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}
.course-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);
}
.course-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.course-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}
.course-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}
.course-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;
}
.course-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}
.course-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;
}
.course-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}
.course-sidebar .course-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}
.course-sidebar .course-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;
}
.course-sidebar .course-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;
}

.courses-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;
}
.courses-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    font-size: 18px;
    left: 20px;
    position: absolute;
    top: 16px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.courses-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.courses-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.courses-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.course-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.course-list li:last-child {
    margin-bottom: 0px;
}
.course-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);
}
.course-list li a:hover, .course-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}
.course-list li a:hover i, .course-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}
.course-list li i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f4ec;
    color: #707582;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.course-details-price {
    background-color: #f1f1f1;
    text-align: center;
    padding: 50px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    border-color: var(--theme-color3);
}

.course-details-price-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #81868a;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.course-details-price-amount {
    margin: 0;
    color: var(--theme-color2);
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}

.course-details-price-btn {
    width: 100%;
    margin-top: 30px;
}

.course-details-info {
    margin-bottom: 30px;
    border-style: dashed;
    border-width: 1px;
    border-color: var(--theme-color4);
}

.course-details-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.course-details-info-link:hover {
    color: #f16101;
}
.course-details-info-link:hover .course-details-info-icon::before {
    left: 0;
}
.course-details-info-link span {
    color: #012237;
    margin-left: 15px;
}
.course-details-info-link:nth-child(1) .course-details-info-icon {
    background-color: var(--theme-color1);
}
.course-details-info-link:nth-child(2) .course-details-info-icon {
    background-color: var(--theme-color2);
}
.course-details-info-link:nth-child(3) .course-details-info-icon {
    background-color: var(--theme-color1);
}
.course-details-info-link:nth-child(4) .course-details-info-icon {
    background-color: var(--theme-color2);
}
.course-details-info-link:nth-child(5) .course-details-info-icon {
    background-color: var(--theme-color1);
}
.course-details-info-link + .course-details-info-link {
    border-top: 1px dashed;
    border-color: var(--theme-color4);
}

.course-details-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    margin-right: 20px;
    position: relative;
}
.course-details-info-icon i {
    color: #fff;
    font-size: 16px;
}

.latest-course {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 30px;
}
.latest-course h5 {
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.latest-course h5 a {
    color: inherit;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.latest-course h5 a:hover {
    color: var(--theme-color2);
}

.latest-course-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.latest-course-item + .latest-course-item {
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}

.latest-course-img {
    width: 67px;
    margin-right: 30px;
}
.latest-course-img > img {
    width: 100%;
}

.latest-course-author {
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.latest-course-author span {
    color: var(--theme-color2);
    margin-left: 6px;
}

.latest-course-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}
.latest-course-stars i {
    font-size: 14px;
    color: #ff9a28;
}
.latest-course-stars span {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    line-height: 1em;
    margin-left: 10px;
}

.feature-block-inner {
    margin-bottom: 30px;
}
.feature-block-inner .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 43px 20px 41px;
    overflow: hidden;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 0px 76px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0px 76px rgba(0, 0, 0, 0.28);
}
@media (max-width: 1199.98px) {
    .feature-block-inner .inner-box {
        padding: 20px 10px 35px 20px;
    }
}
@media (max-width: 767.98px) {
    .feature-block-inner .inner-box {
        margin-left: 0;
    }
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
.feature-block-inner .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 100%;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}
.feature-block-inner .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color1-dark);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box:after {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}
.feature-block-inner .inner-box:hover::before {
    width: 180%;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box:hover::before {
        width: 200%;
    }
}
.feature-block-inner .inner-box:hover::after {
    width: 127px;
}
.feature-block-inner .inner-box:hover .content:after {
    width: 200px;
}
.feature-block-inner .inner-box:hover .content .title,
.feature-block-inner .inner-box:hover .content .text {
    color: var(--theme-color-light);
}
.feature-block-inner .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.feature-block-inner .inner-box .content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box .content:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}
.feature-block-inner .inner-box .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color1-dark);
    opacity: 0.3;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box .content:after {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}
.feature-block-inner .inner-box .title {
    position: relative;
    margin-bottom: 8px;
    z-index: 3;
}
.feature-block-inner .inner-box .text {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-inner .inner-box .icon {
    position: relative;
    width: 96px;
    height: 96px;
    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: 40px;
    border-radius: 50%;
    margin-right: 25px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}
@media (max-width: 575.98px) {
    .feature-block-inner .inner-box .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.feature-block-inner .inner-box .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed var(--theme-color1);
    background-color: var(--theme-color-white);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}
.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
    display: block;
    margin-top: 10px;
    position: relative;
}
.service-sidebar .service-sidebar-single-services ul li {
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
    position: relative;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    color: var(--agriox-color-1, #687469);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 20px 22px;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}
.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 {
    max-width: 200px;
    position: relative;
    width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
    background-color: var(--theme-color2);
    border-radius: 5px;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 23px;
    position: relative;
    text-align: center;
    width: 60px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    background-repeat: no-repeat;
    height: 32px;
    position: absolute;
    right: -38px;
    top: -15px;
    width: 32px;
}
.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 .title:hover {
    color: var(--theme-color-light);
}
.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}
.services-details__content .feature-list .single-item:hover .icon-box,
.services-details__content .feature-list .single-item:hover .title {
    color: var(--theme-color-light);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.service-list li:last-child {
    margin-bottom: 0px;
}
.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
    color: var(--theme-color-light);
    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;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    display: block;
    position: relative;
}
.project-details__img img {
    border-radius: 10px;
    width: 100%;
}

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}
.project-details__details-list li {
    display: block;
    position: relative;
}
.project-details__details-list li + li {
    margin-top: 24px;
}

.project-details-btn .theme-btn {
    position: relative;
}
.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}
@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}
.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}
.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.project-details__client a {
    text-decoration: underline;
}
.project-details__client a:hover {
    color: var(--link-color);
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}
.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}
.project-details__social a + a {
    margin-left: 10px;
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination li a:hover {
    color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
    position: relative;
    display: block;
}
.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}
.project-details__pagination li.next {
    float: left;
    position: relative;
}
.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold);
}
.project-details__pagination li.previous {
    position: relative;
    float: right;
}
.project-details__pagination li.previous .content {
    text-align: right;
}

.room-facility-list {
    position: relative;
}

.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff;
}

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto;
}

@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }
    .rooms-section {
        padding: 80px 0;
    }
}
.project-list {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (1fr)[2];*/
    grid-template-columns: repeat(2, 1fr);
}
.project-list li {
    color: #0A1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}
.project-list i {
    color: var(--theme-color2);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}
.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-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(--theme-color-white);
    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: 35px;
    width: 35px;
    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;

}

.sticky {
    position: sticky !important;
    top: 120px; /* adjust based on your header height */
}

.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: #000;
    -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: #000;
}

.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(--theme-color-white);
}
.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);
}
.team-contact-form .theme-btn {
    width: 150px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

/* ==========================================================
   MBBS Country List — mbbs-countries.css
   Alternating image ↔ content layout, list style
   Only affects .mbbs-country-list and .mcc-* classes
   ========================================================== */

/* ── Outer list container ── */
.mbbs-country-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

/* ── Each country row ── */
.mcc-item {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 340px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #e8edf5;
    transition: background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mcc-item:first-child {
    border-top: 1px solid #e8edf5;
}

.mcc-item:hover {
    background: #f7faff;
    text-decoration: none;
    color: inherit;
}

/* Reverse layout: image on right */
.mcc-item.mcc-reverse {
    grid-template-columns: 55% 45%;
}

.mcc-item.mcc-reverse .mcc-image-wrap {
    order: 2;
}

.mcc-item.mcc-reverse .mcc-content {
    order: 1;
}

/* ── Left accent line on hover ── */
.mcc-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0%;
    background: linear-gradient(180deg, #1a56db, #38bdf8);
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.mcc-item:hover::before {
    height: 100%;
}

/* ── Image wrapper ── */
.mcc-image-wrap {
    position: relative;
    overflow: hidden;
}

.mcc-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 300px;
}

.mcc-item:hover .mcc-image-wrap img {
    transform: scale(1.04);
}

/* ── Flag + Country overlay badge ── */
.mcc-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 30px;
    padding: 6px 14px 6px 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.mcc-flag {
    font-size: 22px;
    line-height: 1;
}

.mcc-badge-label {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.1px;
}

/* ── Content area ── */
.mcc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 44px;
    gap: 0;
    background: aliceblue;
}

/* Reverse: content has slightly different padding */
.mcc-reverse .mcc-content {
    padding: 36px 44px 36px 36px;
}

/* ── Title row ── */
.mcc-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.mcc-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

/* ── Status tags ── */
.mcc-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

.mcc-tag.popular   { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.mcc-tag.rising    { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.mcc-tag.budget    { background: #ffe4e6; color: #9f1239; border: 1px solid #fecdd3; }
.mcc-tag.europe    { background: #ede9fe; color: #5b21b6; border: 1px solid #ddd6fe; }
.mcc-tag.research  { background: #e0f2fe; color: #075985; border: 1px solid #bae6fd; }
.mcc-tag.usmle     { background: #f0fdf4; color: #14532d; border: 1px solid #86efac; }

/* ── Description ── */
.mcc-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.75;
    margin: 0 0 20px;
}

/* ── Fact rows ── */
.mcc-facts {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.mcc-facts li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #334155;
    line-height: 1.5;
}

.mcc-fact-icon {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

.mcc-facts strong {
    color: #0f172a;
    font-weight: 600;
}

/* ── Highlight pills ── */
.mcc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
}

.mcc-pills span {
    font-size: 11px;
    font-weight: 600;
    color: #1a56db;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    padding: 4px 12px;
    letter-spacing: 0.1px;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.mcc-item:hover .mcc-pills span {
    background: #1a56db;
    color: #fff;
    border-color: #1a56db;
}

/* ── CTA link ── */
.mcc-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a56db;
    letter-spacing: 0.1px;
    margin-top: auto;
    transition: gap 0.25s ease;
}

.mcc-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.mcc-item:hover .mcc-cta {
    gap: 12px;
    color: #1e40af;
}

.mcc-item:hover .mcc-cta svg {
    transform: translateX(5px);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1199px) {
    .mcc-content {
        padding: 28px 32px;
    }

    .mcc-title {
        font-size: 22px;
    }

    .mcc-facts {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

@media (max-width: 991px) {
    .mcc-item,
    .mcc-item.mcc-reverse {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mcc-item.mcc-reverse .mcc-image-wrap {
        order: 0;
    }

    .mcc-item.mcc-reverse .mcc-content {
        order: 1;
    }

    .mcc-image-wrap img {
        min-height: 240px;
        max-height: 280px;
    }

    .mcc-content,
    .mcc-reverse .mcc-content {
        padding: 24px 24px 28px;
    }

    .mcc-title {
        font-size: 20px;
    }

    .mcc-desc {
        font-size: 13.5px;
    }

    .mcc-facts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .mcc-image-wrap img {
        min-height: 200px;
        max-height: 220px;
    }

    .mcc-content {
        padding: 20px 18px 24px;
    }

    .mcc-title {
        font-size: 18px;
    }

    .mcc-head {
        flex-wrap: wrap;
    }

    .mcc-facts {
        grid-template-columns: 1fr;
    }

    .mcc-pills span {
        font-size: 10.5px;
    }
}



/* Call to Action */
.whatsapp-button .cc-whatsapp-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    background: #27de63;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-whatsapp-action-ripple 0.6s linear infinite;
    animation: cc-whatsapp-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.whatsapp-button .cc-whatsapp-action-ripple i {
    transition: 0.3s ease;
    font-size: 22px;
}

.whatsapp-button .cc-whatsapp-action-ripple:hover i {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

@-webkit-keyframes cc-whatsapp-action-ripple {
    0% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 0 #27de63, 0 0 0 5px #27de63,
            0 0 0 10px #27de63;
    }
    100% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 5px #27de63, 0 0 0 10px #27de63,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}

@keyframes cc-whatsapp-action-ripple {
    0% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 0 #27de63, 0 0 0 5px #27de63,
            0 0 0 10px #27de63;
    }
    100% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 5px #27de63, 0 0 0 10px #27de63,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}
@media (max-width: 991px) {
    .display-none-md {
        display: none !important;
    }
}
.call-button .cc-call-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 13rem;
    background: #0056d2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-call-action-ripple 0.6s linear infinite;
    animation: cc-call-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-button .cc-call-action-ripple i {
    transition: 0.3s ease;
    font-size: 18px;
}

.call-button .cc-call-action-ripple:hover i {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

@-webkit-keyframes cc-call-action-ripple {
    0% {
        box-shadow: 0 4px 10px #0056d2, 0 0 0 0 #0056d2, 0 0 0 5px #0056d2,
            0 0 0 10px #0056d2;
    }
    100% {
        box-shadow: 0 4px 10px #0056d2, 0 0 0 5px #0056d2, 0 0 0 10px #0056d2,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}

@keyframes cc-call-action-ripple {
    0% {
        box-shadow: 0 4px 10px #0056d2, 0 0 0 0 #0056d2, 0 0 0 5px #0056d2,
            0 0 0 10px #0056d2;
    }
    100% {
        box-shadow: 0 4px 10px #0056d2, 0 0 0 5px #0056d2, 0 0 0 10px #0056d2,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}
@media (max-width: 991px) {
    .display-none-md {
        display: none !important;
    }
}
 @media (max-width: 767px) {
                .banner-section-home-three .content {
                    display: none;
                }
            }