@charset "UTF-8";
/* Forexy | Crypto Business HTML Template

Template Name: Forexy
Version: 1.0.0
License: copyright commercial
/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / Two
5.  Sticky Header
6.  Mobile Menu
7.  Section Title
8.  Banner Section / Two
9.  About Section / Two
10. 
11. 
12. 
13. 
14. 
15. 
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("gt-walsheim.css");
@import url("fontawesome.css");
@import url("fontawesome-free.css");
@import url("flaticons-forexy.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255,255,255;
    --theme-color-light: #ffffff;
    --theme-white-bg: #ffffff;
    --theme-color-dark: #000000;
    --theme-color1: #ddff93;
    --theme-color2: #003f2f;
    --theme-color3: #018599;
    --theme-color4: #a0b1ac;
    --theme-color5: #f1f3f3;
    --theme-color6: #45DA00;
    --theme-color1-rgb: 221, 255, 147;
    --theme-color2-rgb: 0, 63, 47;
    --theme-color3-rgb: 1, 133, 153;
    --theme-color4-rgb: 160, 177, 172;
    --theme-color5-rgb: 241, 243, 243;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #fff;
    --gradient-1: linear-gradient(to right, #161445 0%, rgba(255, 255, 255, 0) 100%);
    --text-color: #62736f;
    --gray-color: #DDE3E3;
    --headings-color: var(--theme-color2);
    --link-color: var(--theme-color2);
    --link-hover-color: var(--theme-color1);
    --body-font-family: "Plus Jakarta Sans", sans-serif;
    --heading-font-family: 'GT Walsheim Pro';
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 80px;
    --h2-font-size: 48px;
    --h3-font-size: 38px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 800;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 600;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 1em;
    --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: 1200px;
    --small-container-width: 1050px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}

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

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

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

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

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

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

body {
    background-color: #fff;
    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 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-family: var(--heading-font-family);
}

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

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

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

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

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

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

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

p {
    margin-bottom: 20px;
}

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

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

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

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

    a img {
        border: none;
    }

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

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

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

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
    width: 100%;
}

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

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

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: var(--container-width);
    }
}
/*=== Default Form ===*/
.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

/*** 

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

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

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

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

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

.title a {
    color: inherit;
}

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

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

/*=== List Style One ===*/
.list-style-one {
    position: relative;
    padding: 8px 0px;
}

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

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

        .list-style-one li i {
            position: relative;
            top: 2px;
            margin-right: 10px;
            text-align: center;
            color: var(--theme-color2);
            font-size: var(--sec-title-subtitle-font-size);
        }

        .list-style-one li a {
            display: block;
            color: #161445;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            font-weight: 700;
        }

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

        .list-style-one li span {
            font-style: normal;
            color: var(--theme-color3);
        }

    .list-style-one.light li,
    .list-style-one.light a,
    .list-style-one.light i {
        color: var(--theme-color-light) !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: #000000;
    }

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

    .list-style-two.light li,
    .list-style-two.light i {
        color: var(--theme-color-light) !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: #000000;
}

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

.list-style-three.light li,
.list-style-three.light i {
    color: var(--theme-color-light) !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-light);
    }

        .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-dark);
            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-light);
            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;
                height: 100%;
                width: 100%;
                -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-light);
            }

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

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

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

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

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

.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;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    color: var(--theme-color2);
    font-family: var(--body-font-family);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--theme-color1);
}

    .play-now .icon {
        position: relative;
        margin-left: 5px;
    }

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

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

    .play-now-two .ripple,
    .play-now-two .ripple:before,
    .play-now-two .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100px;
        width: 100px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

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

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

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

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

/*========================
  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-dark);
    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-dark);
        color: var(--theme-color-light);
    }

.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:after {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 200px;
        width: 200px;
        margin-left: -50px;
        margin-top: -60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/logo-2.png);
        background-size: 200px;
        content: "";
    }

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

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

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

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

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

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

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

.blockquote-style-one {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-dark);
    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-light);
                }

            .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: 28px;
    cursor: pointer;
    color: #ffffff;
    top: 0;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    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;
    display: none;
    background: #f0983b;
}

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

@media (max-width: 575.98px) {
    .mobile-nav-toggler {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

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

    .mobile-menu .close-btn {
        position: relative;
        top: 0px;
        right: -5px;
        text-align: center;
        font-size: 18px;
        color: var(--theme-color-dark);
        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-light);
        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-dark);
            font-weight: 400;
            text-transform: capitalize;
        }

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

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

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

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

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

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

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

.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-dark);
            -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-dark);
        height: 100%;
    }

    .hidden-bar .upper-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 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-light);
        }

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

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

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

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

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}

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

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

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

/*** 

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

***/
.accordion-box {
    position: relative;
}

    .accordion-box .block {
        background-color: var(--theme-color-light);
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }

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

        .accordion-box .block .acc-btn {
            -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;
            cursor: pointer;
            font-weight: 700;
            line-height: 30px;
            padding: 21px 35px;
            color: var(--theme-color2);
            font-size: 20px;
            transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
        }

@media only screen and (max-width: 767px) {
    .accordion-box .block .acc-btn {
        font-size: 16px;
        padding: 20px 15px;
    }
}

@media (max-width: 399.98px) {
    .accordion-box .block .acc-btn {
        padding: 20px 15px;
    }
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color-light);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    background-color: #ffc107;
}

@media only screen and (max-width: 576px) {
    .accordion-box .block .acc-btn .icon-outer {
        right: 10px;
    }
}

.accordion-box .block .acc-btn .icon-outer .icon {
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0px;
    width: 44px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .accordion-box .block .acc-content .content {
        padding: 0px 40px 30px 15px;
    }
}

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

/* Accordion Box */
.accordion-box_two {
    position: relative;
}

    .accordion-box_two .block {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

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

        .accordion-box_two .block .acc-btn {
            position: relative;
            cursor: pointer;
            font-weight: 700;
            line-height: 30px;
            padding-bottom: 20px;
            color: var(--theme-color2);
            font-size: 20px;
            transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
        }

@media only screen and (max-width: 576px) {
    .accordion-box_two .block .acc-btn {
        font-size: 16px;
    }
}

.accordion-box_two .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--theme-color2);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}

    .accordion-box_two .block .acc-btn .icon-outer .icon {
        position: absolute;
        right: 0px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .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 .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

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

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

    .accordion-box_two .block .acc-content.current {
        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 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    color: var(--theme-color1);
    font-family: "Font Awesome 5 Pro";
    font-size: var(--body-font-size);
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -8px;
    width: 46px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .accordion-box_four .block .acc-btn .icon-outer {
        right: 0px;
    }
}

.accordion-box_four .block .acc-btn .icon-outer .icon {
    border-radius: 50px;
    color: var(--theme-color2);
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 46px;
    -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;
    }
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

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

/* Refined Hover Style - Clean Slide-In Effect */
.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    background: #ffc107;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

    .btn-style-one .btn-title {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-one .icon-left,
    .btn-style-one .icon-right {
        height: 28px;
        width: 28px;
        border-radius: 5px;
        background: #161445;
        color: #ffffff;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-one .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

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

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

        .btn-style-one:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
            opacity: 1;
        }

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

/* Btn Style Two - Modern Animation Update */
.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

    .btn-style-two .btn-title {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-two .icon-left,
    .btn-style-two .icon-right {
        height: 20px;
        width: 20px;
        border-radius: 5px;
        background-color: var(--theme-color1);
        color: var(--theme-color2);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-two .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

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

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

        .btn-style-two:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 20px;
            opacity: 1;
        }

        .btn-style-two:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

.btn-style-two-small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    border-radius: 5px;
    bottom: 0;
    color: var(--theme-color2-text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    line-height: 18px;
    max-width: 85px;
    overflow: hidden;
    padding: 8px 16px;
    position: absolute;
    right: 36px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-style-two-small .btn-title {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

@media only screen and (max-width: 1199px) {
    .btn-style-two-small {
        left: 0px;
        margin-top: 25px;
        position: relative;
    }
}

.btn-style-two-small .icon-left,
.btn-style-two-small .icon-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    border-radius: 5px;
    color: var(--theme-color2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 10px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two-small .icon-left {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0;
}

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

    .btn-style-two-small:hover .btn-title {
        color: var(--theme-color2);
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    .btn-style-two-small:hover .icon-left {
        background-color: var(--theme-color2);
        color: var(--theme-color2-text-color);
        margin-left: 0;
        margin-right: -4px;
        opacity: 1;
        -webkit-transform: scale(1) translateX(0px);
        transform: scale(1) translateX(0px);
        width: 20px;
    }

    .btn-style-two-small:hover .icon-right {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
    }

/* Btn Style Three */
.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

    .btn-style-three .btn-title {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-three .icon-left,
    .btn-style-three .icon-right {
        height: 28px;
        width: 28px;
        border-radius: 5px;
        background: var(--theme-color2);
        color: var(--theme-color1);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-three .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

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

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

        .btn-style-three:hover .icon-left {
            background-color: var(--theme-color1);
            color: var(--theme-color2);
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
        }

        .btn-style-three:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

/* Btn Style Four */
.btn-style-four {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    background: var(--theme-color-light);
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

    .btn-style-four .btn-title {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-four .icon-left,
    .btn-style-four .icon-right {
        height: 28px;
        width: 28px;
        border-radius: 5px;
        background: #161445;
        color: var(--theme-color1);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-four .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

    .btn-style-four:hover {
        background-color: #ffc107;
        color: #000000;
    }

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

        .btn-style-four:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
            opacity: 1;
        }

        .btn-style-four:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

/* Btn Style Five */
.btn-style-five {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .btn-style-five .btn-title {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-five .icon-left,
    .btn-style-five .icon-right {
        height: 28px;
        width: 28px;
        border-radius: 5px;
        background: var(--theme-color2);
        color: var(--theme-color1);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-five .icon-right {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

    .btn-style-five:hover {
        color: var(--theme-color2);
        gap: 5px;
    }

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

        .btn-style-five:hover .icon-right {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
            opacity: 1;
        }

        .btn-style-five:hover .icon-left {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

/* Btn Style Six */
.btn-style-six {
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    color: var(--theme-color1-text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

    .btn-style-six .btn-title {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-six .icon-left,
    .btn-style-six .icon-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--theme-color1);
        border-radius: 5px;
        color: var(--theme-color2);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 28px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 28px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-six .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

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

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

        .btn-style-six:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
            opacity: 1;
        }

        .btn-style-six:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

    .btn-style-six.text-color {
        color: var(--text-color);
    }

        .btn-style-six.text-color .icon-left,
        .btn-style-six.text-color .icon-right {
            background-color: var(--theme-color2);
            color: var(--theme-color1-text-color);
        }

/* Btn Style Seven */
.btn-style-seven {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    background: var(--theme-color-light);
    -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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .btn-style-seven .btn-title {
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        margin-left: 0;
    }

    .btn-style-seven .icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .btn-style-seven .icon-left,
    .btn-style-seven .icon-right {
        height: 28px;
        width: 28px;
        border-radius: 5px;
        background: var(--theme-color2);
        color: var(--theme-color1);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .btn-style-seven .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

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

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

        .btn-style-seven:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 28px;
            opacity: 1;
        }

        .btn-style-seven:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

/* Btn Style Two - Modern Animation Update */
.btn-style-eight {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    border-radius: 5px;
    color: var(--theme-color2-text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    line-height: 18px;
    overflow: hidden;
    padding: 8px 7px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-style-eight .btn-title {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-eight .icon-left,
    .btn-style-eight .icon-right {
        height: 20px;
        width: 20px;
        border-radius: 5px;
        background-color: var(--theme-color1);
        color: var(--theme-color2);
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .btn-style-eight .icon-left {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }

    .btn-style-eight:hover {
        color: var(--theme-color2-text-color);
    }

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

        .btn-style-eight:hover .icon-left {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 20px;
            opacity: 1;
        }

        .btn-style-eight:hover .icon-right {
            -webkit-transform: scale(0);
            transform: scale(0);
            width: 0;
            opacity: 0;
        }

/* Optional: Add these CSS variables if not already defined */
:root {
    --theme-color1-rgb: 123, 45, 67; /* Example - replace with actual values */
}

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

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

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

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

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

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

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

    .header-top .useful-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 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-light);
                }

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

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

.main-header {
    width: 100%;
    z-index: 999;
    background-color: #161445;
}

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

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

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

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

.main-menu {
    position: relative;
}

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

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

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

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

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

@media only screen and (max-width: 1400px) {
    .main-menu .navigation > li {
        margin-right: 35px;
    }
}

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

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

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

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    opacity: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
}

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

    .main-menu .navigation > li > a:hover {
        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: 0px 20px 4px;
            line-height: 29px;
            font-weight: 400;
            font-size: 14px;
            color: var(--theme-color-white);
            text-align: left;
            text-transform: capitalize;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
            background-color: #161445;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .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: 20px;
            -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;
            background-color: #ffffff;
            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 > a {
                    position: relative;
                    display: block;
                    padding: 8px 20px;
                    line-height: 29px;
                    font-weight: 400;
                    font-size: 14px;
                    color: var(--theme-color-white);
                    text-align: left;
                    text-transform: capitalize;
                    -webkit-transition: all 200ms ease;
                    transition: all 200ms ease;
                    background-color: var(--theme-color3);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                }

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

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

.main-header .outer-box {
    position: relative;
    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;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background: none;
    font-size: 18px;
    line-height: 43px;
    border-radius: 50px;
    color: var(--theme-color4);
    border: 1px solid var(--theme-color4);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

        .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-dark);
            background: none;
        }

/*** 

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

***/
.header-style-one {
    width: 100%;
}

    .header-style-one .auto-container {
        max-width: 1530px;
    }

    .header-style-one .header-top {
        background-color: var(--theme-color-white);
    }

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

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

    .header-style-one .header-top .inner-container .top-right .inner {
        position: relative;
    }

.header-style-one .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: 30px;
}

    .header-style-one .header-top .inner-container .nav-list li {
        position: relative;
    }

        .header-style-one .header-top .inner-container .nav-list li:last-child a:before {
            display: none;
        }

    .header-style-one .header-top .inner-container .nav-list a {
        position: relative;
        font-size: 14px;
        color: #161445;
        font-weight: 600;
    }

        .header-style-one .header-top .inner-container .nav-list a:hover {
            color: var(--theme-color2);
        }

        .header-style-one .header-top .inner-container .nav-list a:before {
            position: absolute;
            content: "";
            right: -15px;
            top: 1px;
            width: 1px;
            bottom: 0px;
            opacity: 0.1;
            background-color: var(--theme-color-dark);
        }

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

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

@media (max-width: 575.98px) {
    .header-style-one .header-lower .logo-box {
        padding: 10px 0;
    }
}

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

.header-style-one .header-lower .nav-outer {
    position: relative;
    padding-left: 80px;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .nav-outer {
        padding-left: 30px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .nav-outer .main-menu .navigation > li {
        margin-right: 25px;
    }
}

.header-style-one .header-lower .outer-box {
    position: relative;
}

    .header-style-one .header-lower .outer-box .btn-box {
        position: relative;
    }

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

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

@media (max-width: 991.98px) {
    .header-style-one .header-lower .outer-box .ui-btn-box {
        margin-left: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 424px) {
    .header-style-one .header-lower .outer-box .ui-btn-box {
        display: none;
    }
}

.header-style-one .header-lower .outer-box .client-btn {
    position: relative;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-light);
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .outer-box .client-btn {
        display: none;
    }
}

.header-style-one .header-lower .outer-box .client-btn .icon {
    width: 29px;
    height: 28px;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color2);
    background-color: var(--theme-color1);
}

.header-style-one .header-lower .outer-box .client-btn:hover {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .outer-box .client-btn {
        display: none;
    }
}

/*** 

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

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

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

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

        .header-style-two .header-top .inner-container {
            position: relative;
            padding: 0px 30px;
            border-radius: 10px 10px 0px 0px;
            background-color: #f1f3f3;
        }

        .header-style-two .header-top .list-style-one {
            padding: 6px 0px;
        }

            .header-style-two .header-top .list-style-one li {
                font-size: 14px;
            }

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

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

    .header-style-two .header-top .inner-container .top-right .inner {
        position: relative;
    }

.header-style-two .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: 30px;
}

    .header-style-two .header-top .inner-container .nav-list li {
        position: relative;
    }

        .header-style-two .header-top .inner-container .nav-list li:last-child a:before {
            display: none;
        }

    .header-style-two .header-top .inner-container .nav-list a {
        position: relative;
        font-size: 14px;
        color: var(--text-color);
    }

        .header-style-two .header-top .inner-container .nav-list a:hover {
            color: var(--theme-color2);
        }

        .header-style-two .header-top .inner-container .nav-list a:before {
            position: absolute;
            content: "";
            right: -15px;
            top: 1px;
            width: 1px;
            bottom: 0px;
            opacity: 0.1;
            background-color: var(--theme-color-dark);
        }

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

    .header-style-two .header-lower .nav-outer {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

@media only screen and (max-width: 576px) {
    .header-style-two .header-lower .nav-outer {
        padding-left: 0px;
    }
}

.header-style-two .header-lower .main-box {
    padding-right: 35px;
}

@media only screen and (max-width: 1023px) {
    .header-style-two .header-lower .main-box {
        padding-right: 15px;
    }
}

.header-style-two .header-lower .main-box .navigation li a {
    color: var(--text-color);
    font-weight: 500;
}

.header-style-two .header-lower .main-box .navigation li.active a {
    color: var(--theme-color2);
}

.header-style-two .header-lower .main-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 0px 0px 10px 10px;
    background-color: var(--theme-color-light);
}

.header-style-two .header-lower .logo-box {
    padding: 32px 50px;
    overflow: hidden;
    margin-right: 55px;
    border-radius: 0px 0px 10px 8px;
    background-color: var(--theme-color2);
}

@media (max-width: 1299.98px) {
    .header-style-two .header-lower .logo-box {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .header-style-two .header-lower .logo-box {
        margin-right: 15px;
        padding: 38px 25px;
    }
}

.header-style-two .header-lower .client-btn {
    position: relative;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    width: 135px;
    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) {
    .header-style-two .header-lower .client-btn {
        display: none;
    }
}

.header-style-two .header-lower .client-btn .icon {
    width: 29px;
    height: 28px;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color2);
    background-color: var(--theme-color1);
}

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

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

@media only screen and (max-width: 1023px) {
    .header-style-two .header-lower .outer-box .btn-box {
        display: none;
    }
}

/*** 

====================================================================
  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: 4px 0px;
}

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

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

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

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

    .sticky-header .main-menu .navigation > li.current > a,
    .sticky-header .main-menu .navigation > li:hover > a {
        color: var(--theme-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;
    }
}
/* 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 {
    background-color: #161445;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

    .banner-section .shadow-1 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: right top;
        background-repeat: no-repeat;
    }

    .banner-section .shadow-2 {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: -200px;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .banner-section .banner-info {
        background-color: #f8f8f8;
        padding: 6px 14px 8px;
        position: relative;
    }

        .banner-section .banner-info .banner-info_inner {
            margin: 0 auto;
            max-width: 1500px;
            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;
        }

        .banner-section .banner-info .text {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #000000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
            position: relative;
            text-transform: uppercase;
            font-weight: 600;
        }

@media (max-width: 991.98px) {
    .banner-section .banner-info .text {
        font-size: 14px;
    }
}

.banner-section .banner-info .right-box {
    font-size: 20px;
    font-weight: 500;
    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-dark);
}

    .banner-section .banner-info .right-box .banner-rating {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 25px;
        padding-left: 25px;
        position: relative;
    }

        .banner-section .banner-info .right-box .banner-rating span {
            color: var(--theme-color2);
        }

    .banner-section .banner-info .right-box i {
        font-size: 14px;
        font-style: normal;
        margin-left: 20px;
    }

@media (max-width: 991.98px) {
    .banner-section .banner-info .right-box {
        font-size: 14px;
    }
}

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

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

.banner-section .inner-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

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

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

@media (max-width: 991.98px) {
    .banner-section .bg-slide-1 {
        border-radius: 0px;
    }
}

.banner-section .nav-box {
    bottom: 65px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: 66px;
    left: 59%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 142px;
    z-index: 3;
}

@media (max-width: 1799.98px) {
    .banner-section .nav-box {
        left: 45%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-section .nav-box {
        bottom: 30px;
        left: 50px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 767.98px) {
    .banner-section .nav-box {
        left: 20px;
    }
}

.banner-section .nav-box .swiper-button-prev,
.banner-section .nav-box .swiper-button-next {
    width: 56px;
    height: 56px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--theme-color-light);
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.banner-section .outer-box {
    position: relative;
    padding: 15px 15px;
}

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

.banner-section .outer-box .inner-box {
    position: relative;
    padding: 180px 190px 200px 120px;
}

@media only screen and (max-width: 1400px) {
    .banner-section .outer-box .inner-box {
        padding: 40px 100px 100px 50px;
    }
}

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

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

@media (max-width: 1199.98px) {
    .banner-section .outer-box .content-column {
        margin-bottom: 50px;
    }
}

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

    .banner-section .outer-box .content-column .inner-column .title {
        position: relative;
        line-height: 80px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: var(--theme-color-light);
        font-size: 70px;
    }

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 51px;
        line-height: 58px;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 30px;
        line-height: 40px;
    }

        .banner-section .outer-box .content-column .inner-column .title br {
            display: none;
        }
}

.banner-section .outer-box .content-column .inner-column .title span {
    position: relative;
    color: #ffc107;
}

    .banner-section .outer-box .content-column .inner-column .title span::before {
        position: absolute;
        content: "";
        left: 0px;
        bottom: 0px;
        width: 532px;
        height: 15px;
        background-image: url(../images/banner/vector.png);
    }

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .content-column .inner-column .title span::before {
        display: none;
    }
}

.banner-section .outer-box .content-column .inner-column .text {
    position: relative;
    max-width: 600px;
    margin-bottom: 40px;
    color: var(--theme-color-light);
}

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

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

.banner-section .outer-box .image-column .inner-column {
    position: relative;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column {
        text-align: center;
    }
}

.banner-section .outer-box .image-column .inner-column .text-circle-box {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column .text-circle-box {
        margin-left: 0;
        margin-right: auto;
        margin-top: 0;
    }
}

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

.banner-section .outer-box .image-column .inner-column .text-circle-box .outer-circle {
    background-color: var(--theme-color3);
    border-radius: 50%;
    height: 146px;
    margin-left: auto;
    position: relative;
    overflow: visible;
    width: 146px;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column .text-circle-box .outer-circle {
        margin-left: 0;
        margin-right: auto;
    }
}

.banner-section .outer-box .image-column .inner-column .text-circle-box {
    /* Rotating text ring */
}

    .banner-section .outer-box .image-column .inner-column .text-circle-box .rotating-ring {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 100%;
        -webkit-animation: spin 12s linear infinite;
        animation: spin 12s 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);
    }
}

.banner-section .outer-box .image-column .inner-column .text-circle-box svg {
    width: 100%;
    height: 100%;
    background: #151443;
    border-radius: 50%;
}

.banner-section .outer-box .image-column .inner-column .text-circle-box text {
    font-size: 17px;
    fill: var(--theme-color-white);
    letter-spacing: 8px;
    text-transform: uppercase;
}

.banner-section .outer-box .image-column .inner-column .text-circle-box {
    /* Center icon */
}

    .banner-section .outer-box .image-column .inner-column .text-circle-box .center-icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        color: var(--theme-color1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60px;
    }

        .banner-section .outer-box .image-column .inner-column .text-circle-box .center-icon i {
            font-size: 30px;
            color: #ffffff;
        }

.banner-section .bottom-box {
    position: absolute;
    right: 100px;
    bottom: 0px;
    width: 538px;
    z-index: 10;
    gap: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 126px;
    overflow: hidden;
    padding-left: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--theme-color-light);
}

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

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

.banner-section .bottom-box .vector-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 126px;
    line-height: 126px;
    text-align: center;
    background-color: #ffc107;
}

.banner-section .bottom-box .text {
    position: relative;
    line-height: 30px;
    color: var(--theme-color2);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .banner-section .bottom-box .text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .bottom-box .totals {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 0px 15px 25px;
    color: #151443;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/
.banner-two {
    position: relative;
    padding-top: 140px;
    background-color: var(--theme-color2);
}

    .banner-two .auto-container {
        position: relative;
    }

    .banner-two .banner-slide {
        overflow: hidden;
    }

    .banner-two .bottom-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        gap: 30px;
        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: 20px 0px 20px 30px;
    }

@media only screen and (max-width: 1400px) {
    .banner-two .bottom-box {
        left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-two .bottom-box {
        display: none;
    }
}

.banner-two .bottom-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 70px;
    bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--theme-color-light);
}

.banner-two .bottom-box .text {
    position: relative;
    font-weight: 500;
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color3);
}

    .banner-two .bottom-box .text sub {
        position: relative;
        top: -5px;
        font-size: 30px;
        text-transform: uppercase;
    }

.banner-two .bottom-box .market {
    position: relative;
    font-weight: 500;
    font-family: var(--heading-font-family);
    color: var(--theme-color2);
    font-size: 24px;
}

.banner-two .bottom-box .icon {
    position: relative;
    width: 101px;
    height: 88px;
    bottom: -20px;
    font-size: 44px;
    line-height: 88px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color2);
    border-radius: 5px 5px 0px 0px;
    font-family: "flaticon-forex";
    background-color: var(--theme-color1);
}

.banner-two .color-layer {
    background-color: var(--theme-color1);
    bottom: 0px;
    left: 0px;
    position: absolute;
    top: 73px;
    width: 540px;
}

@media only screen and (max-width: 1400px) {
    .banner-two .color-layer {
        width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .color-layer {
        width: 150px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-two .color-layer {
        display: none;
    }
}

.banner-two .pattern-layer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 482px;
    background-repeat: repeat-x;
}

@media (max-width: 1199.98px) {
    .banner-two .pattern-layer {
        display: none;
    }
}

.banner-two .pattern-layer-two {
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.banner-two .shadow-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.banner-two .shadow-layer-two {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .banner-two .shadow-layer-two {
        display: none;
    }
}

.banner-two .graph-layer {
    position: absolute;
    right: 0px;
    bottom: 80px;
    width: 658px;
    height: 365px;
    background-repeat: repeat-x;
}

@media (max-width: 1199.98px) {
    .banner-two .graph-layer {
        display: none;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .banner-two .image-column .image img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-two .image-column .image {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .image-column .image {
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-left: 0px;
    }
}

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

    .banner-two .content-column .inner-column {
        position: relative;
        padding-top: 120px;
    }

@media (max-width: 1299.98px) {
    .banner-two .content-column .inner-column {
        padding-left: 70px;
    }
}

@media (max-width: 1199.98px) {
    .banner-two .content-column .inner-column {
        padding-left: 0;
        padding-bottom: 150px;
    }
}

.banner-two .content-column .inner-column .title {
    position: relative;
    margin-bottom: 30px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--theme-color-light);
}

@media only screen and (max-width: 1400px) {
    .banner-two .content-column .inner-column .title {
        max-width: 80%;
        margin: 0 auto 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .content-column .inner-column .title {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-two .content-column .inner-column .title {
        font-size: 50px;
        line-height: 60px;
    }
}

.banner-two .content-column .inner-column .title span {
    position: relative;
    display: block;
    color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .banner-two .content-column .inner-column .title span {
        display: inline-block;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-two .content-column .inner-column .title span {
        display: contents;
    }
}

.banner-two .content-column .inner-column .text {
    position: absolute;
    right: -120px;
    top: 240px;
    opacity: 0.8;
    max-width: 600px;
    margin-bottom: 40px;
    color: var(--theme-color-light);
}

@media only screen and (max-width: 1400px) {
    .banner-two .content-column .inner-column .text {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .content-column .inner-column .text {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.banner-two .content-column .inner-column .btn-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .banner-two .content-column .inner-column .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two .content-column {
        text-align: center;
    }
}

/*** 

====================================================================
  About Section
====================================================================

***/
.about-section {
    position: relative;
    padding: 100px 0 180px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
    .about-section {
        padding-bottom: 240px;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        padding-bottom: 110px;
    }
}

.about-section .list-style-three {
    margin-top: -125px;
}

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

.about-section .about-shadow-1 {
    position: absolute;
    left: -50px;
    top: 0px;
    right: 0px;
    bottom: -140px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about-section .about-shadow-2 {
    position: absolute;
    right: -50px;
    top: 0px;
    left: 0px;
    bottom: -40px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.about-section .title_box {
    position: relative;
}

.about-section .contents_box {
    position: relative;
}

    .about-section .contents_box .auto-container {
        max-width: var(--large-container-width);
    }

    .about-section .contents_box .image-box_two {
        position: relative;
        margin-top: 35px;
        overflow: hidden;
        opacity: 0;
        border-radius: 5px;
        -webkit-transition: all 900ms ease;
        transition: all 900ms ease;
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

        .about-section .contents_box .image-box_two img {
            width: 100%;
        }

        .about-section .contents_box .image-box_two.now-in-view {
            opacity: 1;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

    .about-section .contents_box .about-one_stats {
        position: relative;
        margin-top: 15px;
    }

        .about-section .contents_box .about-one_stats img {
            width: 100%;
            display: block;
        }

.about-section .content-column {
    margin-bottom: 30px;
}

    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 40px;
        padding-left: 50px;
    }

@media only screen and (max-width: 1400px) {
    .about-section .content-column .inner-column {
        padding-top: 0px;
        padding-left: 0px;
    }
}

.about-section .content-column .about-one_text {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: var(--sec-title-subtitle-font-size);
}

.about-section .content-column .about-one_options {
    position: relative;
    padding: 30px 0px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .about-section .content-column .about-one_options {
        padding-bottom: 15px;
    }
}

.about-section .content-column .about-one_options::before {
    position: absolute;
    content: "";
    left: 48%;
    top: 35px;
    width: 2px;
    bottom: 35px;
    opacity: 0.1;
    background-color: var(--theme-color-light);
}

@media (max-width: 1199.98px) {
    .about-section .content-column .about-one_options::before {
        display: none;
    }
}

.about-section .content-column .app-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
    padding-top: 15px;
    color: var(--theme-color-light);
    font-size: 20px;
    font-family: var(--heading-font-family);
}

@media (max-width: 1199.98px) {
    .about-section .content-column .app-one {
        margin-bottom: 15px;
    }
}

.about-section .content-column .app-one:hover .icon span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-section .content-column .app-one .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 150px;
    font-size: 38px;
    color: var(--theme-color-light);
    background-color: var(--theme-color3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .about-section .content-column .app-one .icon span {
        display: inline-block;
        font-family: "flaticon-forex";
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

@media only screen and (max-width: 1400px) {
    .about-section .content-column .app-one {
        font-size: 16px;
    }
}

.about-section .content-column .about-one_button {
    margin-top: 40px;
}

.about-section .image-column {
    margin-bottom: 30px;
}

    .about-section .image-column .inner-column {
        position: relative;
    }

        .about-section .image-column .inner-column .image-box {
            position: relative;
            text-align: right;
        }

            .about-section .image-column .inner-column .image-box .circle-border {
                position: absolute;
                bottom: 0;
                top: 0;
                left: -35px;
                right: 30px;
                z-index: 1;
                border-radius: 0px 50% 50% 50%;
                border: 6px solid var(--theme-color1);
            }

@media only screen and (max-width: 1400px) {
    .about-section .image-column .inner-column .image-box .circle-border {
        left: 10px;
    }
}

.about-section .image-column .inner-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

    .about-section .image-column .inner-column .image-box .image img {
        width: 100%;
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .about-section .image-column .inner-column .image-box .image.now-in-view {
        opacity: 1;
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .about-section .image-column .inner-column .image-box .image:before {
        position: absolute;
        top: 0;
        left: -85%;
        z-index: 99;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

.about-section .image-column .inner-column .image-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about-section .image-column .inner-column .image-box:hover .image::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

/*** 

====================================================================
  Client Section
====================================================================

***/
.client-section {
    position: relative;
    z-index: 3;
}

    .client-section .outer-box {
        position: relative;
        border: 1px solid #E6E0FA;
        padding: 0px 38px;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 991.98px) {
    .client-section .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px;
    }
}

.client-section .outer-box .title-box {
    position: relative;
    max-width: 216px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
    margin-right: 25px;
}

@media only screen and (max-width: 1023px) {
    .client-section .outer-box .title-box {
        padding: 0px;
    }
}

@media (max-width: 991.98px) {
    .client-section .outer-box .title-box {
        padding-right: 0;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.client-section .outer-box .title-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E6E0FA;
}

@media (max-width: 991.98px) {
    .client-section .outer-box .title-box:before {
        display: none;
    }
}

.client-section .outer-box .title-box .title {
    margin-bottom: 0;
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .client-section .outer-box .title-box .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .client-section .outer-box .title-box .title {
        font-size: 18px;
    }
}

.client-section .outer-box .title-box .icon {
    position: relative;
    margin-left: 20px;
    color: var(--theme-color3);
    font-size: 24px;
}

.client-section .outer-box .marquee-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .client-section .outer-box .marquee-box .marquee {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 90px;
        -webkit-animation: marquee 10s linear infinite;
        animation: marquee 10s linear infinite;
    }

@media (max-width: 575.98px) {
    .client-section .outer-box .marquee-box .marquee {
        gap: 40px;
    }
}

.client-block {
    position: relative;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .client-block .image {
        margin-bottom: 0;
    }

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

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

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

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/*** 

====================================================================
    Project Section
====================================================================

***/
.project-section {
    position: relative;
}

/*** 

====================================================================
  Service Section
====================================================================

***/
/*** 

====================================================================
  Funfact Section
====================================================================

***/
.funfact-section {
    position: relative;
    margin-top: -131px;
}

    .funfact-section .column .counter-block .inner-box:before {
        display: none;
    }

@media (max-width: 767.98px) {
    .funfact-section {
        margin-top: 0px;
        background-color: var(--theme-color1);
    }
}

.funfact-section .auto-container {
    max-width: 1710px;
}

.funfact-section .funfact-title {
    position: relative;
    padding: 14px 35px;
    margin-left: 260px;
    display: inline-block;
    color: #ffffff;
    font-family: var(--heading-font-family);
    border-radius: 10px 10px 0px 0px;
    background-color: #161445;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .funfact-section .funfact-title {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .funfact-section .funfact-title {
        margin-left: 30px;
    }
}

.funfact-section .inner-container {
    position: relative;
    border-radius: 10px;
    padding: 72px 60px 42px;
    background-color: #161445;
    border-top: 1px solid #fff;
}

@media only screen and (max-width: 1400px) {
    .funfact-section .inner-container {
        padding: 72px 30px 42px;
    }
}

@media (max-width: 767.98px) {
    .funfact-section .inner-container {
        padding: 72px 0px 42px;
    }
}

.funfact-section.style-two .auto-container {
    max-width: 1530px;
}

.funfact-section.style-two .funfact-title {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}

.funfact-section.style-two .outer-container {
    position: relative;
    background-color: var(--theme-color2);
}

    .funfact-section.style-two .outer-container .inner-container {
        padding-left: 0px;
        padding-right: 0px;
        background-color: var(--theme-color2);
    }

        .funfact-section.style-two .outer-container .inner-container .counter-block {
            z-index: 10;
        }

            .funfact-section.style-two .outer-container .inner-container .counter-block .inner-box:before {
                opacity: 0.2;
                background-color: var(--theme-color-light);
            }

            .funfact-section.style-two .outer-container .inner-container .counter-block .icon-box .icon {
                color: #ddff93;
                font-size: 44px;
                font-family: "flaticon-forex";
            }

        .funfact-section.style-two .outer-container .inner-container .count-box,
        .funfact-section.style-two .outer-container .inner-container .text {
            color: var(--theme-color-light);
        }

            .funfact-section.style-two .outer-container .inner-container .count-box .icon,
            .funfact-section.style-two .outer-container .inner-container .text .icon {
                color: var(--theme-color2);
                background-color: var(--theme-color1);
            }

.counter-block {
    margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
    .counter-block {
        max-width: 250px;
    }
}

@media (max-width: 575.98px) {
    .counter-block {
        margin-left: auto;
        margin-right: auto;
    }
}

.counter-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .counter-block .inner-box::before {
        position: absolute;
        content: "";
        right: 20px;
        top: 0px;
        bottom: 0px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
    }

@media (max-width: 767.98px) {
    .counter-block .inner-box::before {
        display: none;
    }
}

@media (max-width: 1670px) {
    .counter-block .inner-box::before {
        right: 15px;
    }
}

@media (max-width: 1525px) {
    .counter-block .inner-box::before {
        right: 5px;
    }
}

@media (max-width: 1480px) {
    .counter-block .inner-box::before {
        display: none;
    }
}

.counter-block .inner-box:hover .icon-box .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #ffffff;
}

.counter-block .inner-box .icon-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .counter-block .inner-box .icon-box .icon {
        position: relative;
        font-size: 40px;
        margin-right: 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;
        font-style: normal;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        font-family: "flaticon-forex";
    }

.counter-block .inner-box .count-box {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
    .counter-block .inner-box .count-box {
        font-size: 36px;
    }
}

.counter-block .inner-box .text {
    position: relative;
    line-height: 20px;
    text-align: right;
    margin-left: 20px;
    color: #ffffff;
}

@media (max-width: 1599.98px) {
    .counter-block .inner-box .text {
        font-size: 14px;
        margin-left: 10px;
    }
}

.counter-block .inner-box .text .icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #212149;
}

@media (max-width: 575px) {
    .counter-block .inner-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*** 

====================================================================
    Benefit Section
====================================================================

***/
.benefit-section {
    position: relative;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
    position: relative;
}

    .contact-section .auto-container {
        position: relative;
        max-width: 1820px;
    }

        .contact-section .auto-container .inner-container {
            position: relative;
            padding: 30px 30px;
            border-radius: 10px;
            background-color: var(--theme-color2);
        }

@media only screen and (max-width: 576px) {
    .contact-section .auto-container .inner-container {
        padding: 15px 15px;
    }
}

.contact-section .auto-container .inner-container .contact-shadow {
    position: absolute;
    left: 0px;
    bottom: -50px;
    right: 0px;
    top: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact-section .auto-container .inner-container .client-section {
    margin-bottom: 30px;
}

    .contact-section .auto-container .inner-container .client-section .outer-box {
        border: none;
        background-color: var(--theme-color1);
    }

        .contact-section .auto-container .inner-container .client-section .outer-box .title-box:before {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .contact-section .auto-container .inner-container .client-section .outer-box .title-box h5 {
            color: var(--theme-color2);
        }

.contact-section .auto-container .inner-container .info-column {
    position: relative;
}

    .contact-section .auto-container .inner-container .info-column .inner-column {
        position: relative;
        padding-top: 30px;
        padding-left: 90px;
    }

@media (max-width: 1499.98px) {
    .contact-section .auto-container .inner-container .info-column .inner-column {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-section .auto-container .inner-container .info-column .inner-column br {
        display: none;
    }
}

.contact-section .auto-container .inner-container .form-column {
    position: relative;
}

    .contact-section .auto-container .inner-container .form-column .inner-column {
        position: relative;
        margin-left: 120px;
        border-radius: 10px;
        padding: 80px 90px 80px 120px;
        background-color: var(--theme-color-light);
    }

@media (max-width: 1799.98px) {
    .contact-section .auto-container .inner-container .form-column .inner-column {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1699px) {
    .contact-section .auto-container .inner-container .form-column .inner-column {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-section .auto-container .inner-container .form-column .inner-column {
        padding: 40px 30px;
    }
}

.contact-section .support-box {
    background-color: var(--theme-color-light);
    border-radius: 8px;
    margin-bottom: 15px;
    max-width: 428px;
    padding: 20px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .contact-section .support-box {
        max-width: 100%;
    }
}

.contact-section .support-box:hover .icon span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contact-section .support-box .support-box_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-family: var(--heading-font-family);
    font-size: 20px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .contact-section .support-box .support-box_inner {
        padding-top: 0px;
    }
}

@media (min-width: 576px) {
    .contact-section .support-box .support-box_inner .content-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
    }
}

.contact-section .support-box .support-box_inner .icon {
    background-color: var(--theme-color2);
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
}

@media (max-width: 575.98px) {
    .contact-section .support-box .support-box_inner .icon {
        margin-bottom: 10px;
    }
}

.contact-section .support-box .support-box_inner span {
    color: var(--theme-color1);
    display: inline-block;
    font-family: "flaticon-forex";
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .support-box .support-box_inner .title {
    margin-bottom: 0;
}

.contact-section .support-box .support-box_inner .arrow {
    color: var(--theme-color3);
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 375.98px) {
    .contact-section .support-box .support-box_inner .arrow {
        right: 0;
    }
}

.contact-section .support-box .support-box_inner:hover .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color2);
}

.contact-section .image-box {
    position: absolute;
    right: -250px;
    bottom: -85px;
    z-index: 1;
}

@media (max-width: 1799.98px) {
    .contact-section .image-box {
        display: none;
    }
}

.contact-section .image-box .contact-users {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    border-radius: 8px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 100px;
    padding: 20px 40px;
    position: absolute;
    z-index: 1;
}

    .contact-section .image-box .contact-users .content-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .contact-section .image-box .contact-users ul {
        position: relative;
        margin-left: 25px;
    }

        .contact-section .image-box .contact-users ul li {
            position: relative;
            margin-left: -25px;
            border-radius: 50px;
            display: inline-block;
            border: 3px solid var(--theme-color2);
        }

    .contact-section .image-box .contact-users i {
        position: relative;
        margin-left: 15px;
        font-style: normal;
        color: var(--theme-color1);
    }

/* Contact Form */
.contact-form {
    position: relative;
}

    .contact-form .form-group {
        margin-bottom: 25px;
    }

        .contact-form .form-group label {
            position: relative;
            font-size: 18px;
            margin-bottom: 15px;
            color: var(--text-color);
        }

        .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 0px;
            height: 60px;
            font-weight: 400;
            border-radius: 0px;
            color: var(--text-color);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .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: 100px;
            resize: none;
            line-height: 26px;
            padding: 0px 0px;
            border-radius: 0px;
            color: var(--text-color);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            -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;
    }

.custom-form {
    background-color: var(--theme-color-white);
    border: 1px solid var(--gray-color);
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
}

    .custom-form .form-field {
        margin-bottom: 25px;
        position: relative;
    }

    .custom-form .form-label {
        color: var(--theme-color2);
        font-weight: 500;
        width: auto;
    }

    .custom-form .form-label2 {
        margin-bottom: 0;
    }

    .custom-form .form-control {
        background-color: #F3F6EF;
    }

    .custom-form .form-btn {
        margin-top: 10px;
    }

    .custom-form .btn-style-seven {
        background-color: var(--theme-color1);
        color: var(--theme-color2);
        width: 100%;
    }

    .custom-form .progress-wrapper {
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .custom-form .progress-count {
        color: var(--theme-color2);
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 0px;
        text-align: center;
    }

    .custom-form .progress-box {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #d0d7de;
        cursor: pointer;
        height: 50px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .custom-form .progress-bar {
        background: #F3F6EF;
        height: 100%;
        pointer-events: none; /* 🔥 VERY IMPORTANT */
        width: 0%;
    }

/*** 

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

***/
.pricing-one {
    position: relative;
    padding: 240px 0px 80px;
    margin-top: -100px;
}

@media (max-width: 1199.98px) {
    .pricing-one {
        margin-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .pricing-one {
        padding: 120px 0 80px;
    }
}

.pricing-one .pricing-one_bg {
    background-position: center top;
    background-repeat: repeat-x;
}

.pricing-one .title-column {
    position: relative;
}

    .pricing-one .title-column .inner-column {
        position: relative;
    }

@media only screen and (max-width: 1023px) {
    .pricing-one .title-column .inner-column .sec-title br {
        display: none;
    }
}

.pricing-block_one {
    position: relative;
    margin-bottom: 30px;
}

    .pricing-block_one .inner-box {
        position: relative;
        border-radius: 10px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        background-color: var(--theme-color-light);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .pricing-block_one .inner-box:hover {
            border: 1px solid var(--theme-color2);
            -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
        }

        .pricing-block_one .inner-box .pricing-btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            text-align: center;
            white-space: nowrap;
            position: relative;
            font-size: 14px;
            line-height: 18px;
            padding: 8px 10px 8px 0;
            border-radius: 5px;
            font-weight: 700;
            overflow: hidden;
            text-transform: capitalize;
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
        }

            .pricing-block_one .inner-box .pricing-btn .btn-title {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .pricing-block_one .inner-box .pricing-btn .icon-left,
            .pricing-block_one .inner-box .pricing-btn .icon-right {
                height: 20px;
                width: 20px;
                border-radius: 5px;
                background-color: var(--theme-color1);
                color: var(--theme-color2);
                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;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .pricing-block_one .inner-box .pricing-btn .icon-left {
                -webkit-transform: scale(0);
                transform: scale(0);
                width: 0;
                opacity: 0;
            }

            .pricing-block_one .inner-box .pricing-btn:hover {
                color: var(--theme-color2-text-color);
            }

                .pricing-block_one .inner-box .pricing-btn:hover .btn-title {
                    -webkit-transform: translateX(10px);
                    transform: translateX(10px);
                }

                .pricing-block_one .inner-box .pricing-btn:hover .icon-left {
                    -webkit-transform: scale(1) translateX(10px);
                    transform: scale(1) translateX(10px);
                    width: 20px;
                    opacity: 1;
                }

                .pricing-block_one .inner-box .pricing-btn:hover .icon-right {
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    width: 0;
                    opacity: 0;
                }

    .pricing-block_one .upper-box {
        position: relative;
        padding: 25px 15px 20px;
    }

        .pricing-block_one .upper-box .name {
            position: relative;
            text-align: center;
            text-transform: uppercase;
            color: var(--theme-color2);
            font-size: 20px;
            font-family: var(--heading-font-family);
            font-weight: 600;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricing-block_one .upper-box .name i {
                position: relative;
                line-height: 1em;
                top: -3px;
            }

            .pricing-block_one .upper-box .name .image-2 {
                margin-left: 13px;
            }

            .pricing-block_one .upper-box .name span {
                position: relative;
                margin-left: 15px;
                padding-left: 30px;
            }

                .pricing-block_one .upper-box .name span:before {
                    position: absolute;
                    content: "";
                    left: 0px;
                    top: 5px;
                    width: 20px;
                    height: 14px;
                    background: url(../images/icons/exchange.svg) no-repeat;
                }

                .pricing-block_one .upper-box .name span.before-none {
                    padding-left: 0;
                }

                    .pricing-block_one .upper-box .name span.before-none:before {
                        display: none;
                    }

        .pricing-block_one .upper-box .rates {
            position: relative;
            display: block;
            color: #45DA00;
            font-size: 16px;
            text-align: center;
            margin-top: 5px;
        }

    .pricing-block_one .lower-box {
        position: relative;
        padding: 20px 40px 30px;
        border-radius: 10px 10px;
        background-color: #f1f3f3;
    }

@media (max-width: 400px) {
    .pricing-block_one .lower-box {
        padding: 20px 15px;
    }
}

.pricing-block_one .lower-box .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-block_one .lower-box .trade {
    position: relative;
    color: var(--text-color);
}

    .pricing-block_one .lower-box .trade span {
        color: #E00307;
    }

        .pricing-block_one .lower-box .trade span.up {
            color: #0577D4;
        }

.pricing-block_one .lower-box .trades {
    position: relative;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--theme-color-light);
}

    .pricing-block_one .lower-box .trades .btn-style-two {
        gap: 0px;
        max-width: 85px;
    }

        .pricing-block_one .lower-box .trades .btn-style-two .icon-left,
        .pricing-block_one .lower-box .trades .btn-style-two .icon-right {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

        .pricing-block_one .lower-box .trades .btn-style-two .btn-title {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        .pricing-block_one .lower-box .trades .btn-style-two:hover {
            gap: 5px;
        }

            .pricing-block_one .lower-box .trades .btn-style-two:hover .btn-title,
            .pricing-block_one .lower-box .trades .btn-style-two:hover .icon-left {
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

    .pricing-block_one .lower-box .trades .content-box2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

/*** 

====================================================================
    Team Section
====================================================================

***/
.team-section {
    position: relative;
    padding: 100px 0px 70px;
}

.team-block_one {
    margin-bottom: 30px;
    position: relative;
    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 {
                    display: block;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: relative;
                    width: 100%;
                }

@media (max-width: 475.98px) {
    .team-block_one .inner .image_outer .image img {
        height: 240px;
    }
}

.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 {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}

.team-block_one .inner .shares {
    bottom: 15px;
    display: inline-block;
    position: absolute;
    right: 15px;
    text-align: center;
}

    .team-block_one .inner .shares .share-icon {
        background-color: var(--theme-color-light);
        border-radius: 0px;
        color: var(--theme-color2);
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        position: relative;
        width: 50px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .team-block_one .inner .shares .team-socials {
        bottom: 100%;
        left: 0px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50px;
        -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 {
            background-color: var(--theme-color-light);
            color: var(--theme-color2);
            display: block;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            margin: 5px 0px;
            position: relative;
            width: 50px;
        }

            .team-block_one .inner .shares .team-socials a:hover {
                background-color: var(--theme-color2);
                color: var(--theme-color-light);
            }

.team-block_one .content {
    padding-top: 25px;
    position: relative;
}

    .team-block_one .content .title {
        font-weight: 500;
        margin-bottom: 5px;
        position: relative;
    }

        .team-block_one .content .title a {
            color: var(--theme-color2);
        }

    .team-block_one .content .designation {
        color: var(--text-color);
        font-weight: 500;
        margin-top: 5px;
        position: relative;
    }

/***====================================================================
    Map Section CSS
====================================================================***/
.map-section {
    position: relative;
}

/*** 

====================================================================
    Faq Section
====================================================================

***/
.faq-section {
    position: relative;
    padding: 100px 0px;
}

    .faq-section .inner-container {
        position: relative;
        max-width: 830px;
        margin: 0 auto;
    }

    .faq-section .faq_bg-1 {
        position: absolute;
        left: -400px;
        top: 150px;
        right: 0px;
        bottom: 0px;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .faq-section .faq_bg-2 {
        position: absolute;
        left: 0px;
        top: 150px;
        right: -400px;
        bottom: 0px;
        background-position: right center;
        background-repeat: no-repeat;
    }

.faq-two {
    padding-bottom: 120px;
    position: relative;
}

    .faq-two .auto-container {
        max-width: 1530px;
    }

        .faq-two .auto-container .inner-container {
            background-color: var(--theme-color-light);
            border-radius: 10px 10px 0px 0px;
            position: relative;
        }

    .faq-two .faq-accordian-column {
        position: relative;
    }

        .faq-two .faq-accordian-column .inner-column {
            position: relative;
            padding: 70px 80px 0px;
        }

@media only screen and (max-width: 1400px) {
    .faq-two .faq-accordian-column .inner-column {
        padding: 60px 30px 0px;
    }
}

@media only screen and (max-width: 576px) {
    .faq-two .faq-accordian-column .inner-column {
        padding: 40px 15px 0px;
    }
}

.faq-two .faq-two_bg {
    position: absolute;
    left: 0px;
    top: -100px;
    right: -250px;
    bottom: 220px;
    background-repeat: repeat-x;
    background-color: var(--theme-color2);
    z-index: -1;
}

.faq-two .faq-image-column {
    position: relative;
}

    .faq-two .faq-image-column .inner-column {
        position: static;
    }

@media only screen and (max-width: 1023px) {
    .faq-two .faq-image-column .inner-column {
        position: relative;
    }
}

.faq-two .faq-image-column .inner-column .accordian-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 473px;
    width: 100%;
    padding: 50px 55px;
    border-radius: 0px 80px 0px 0px;
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 1023px) {
    .faq-two .faq-image-column .inner-column .accordian-content {
        position: relative;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-two .faq-image-column .inner-column .accordian-content {
        padding: 40px 35px;
    }
}

.faq-two .faq-image-column .inner-column .accordian-content .btn-box {
    position: relative;
    margin-top: 12px;
}

.faq-two .faq-image-column .inner-column .accordian-content .title-box {
    position: relative;
    margin-bottom: 25px;
}

    .faq-two .faq-image-column .inner-column .accordian-content .title-box h4 {
        margin-bottom: 10px;
    }

.faq-two .faq-image-column .inner-column .accordian-content .text {
    color: var(--theme-color2);
}

.faq-two .faq-two_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: -250px;
    bottom: 0px;
    background-size: cover;
}

/*** 

====================================================================
    Call To Action
====================================================================

***/
.cta-section {
    position: relative;
    background-size: cover;
}

    .cta-section .cta-pattern {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 443px;
        background-repeat: repeat-x;
        -webkit-animation: moveBackground 30s linear infinite;
        animation: moveBackground 30s linear infinite;
    }

    .cta-section .cta-shadow {
        position: absolute;
        right: -100px;
        bottom: 0px;
        left: 0px;
        top: 10px;
        background-position: right top;
        background-repeat: no-repeat;
    }

    .cta-section .content-column {
        position: relative;
    }

        .cta-section .content-column .inner-column {
            position: relative;
            padding: 110px 0px 110px;
        }

@media only screen and (max-width: 576px) {
    .cta-section .content-column .inner-column {
        padding-bottom: 60px;
    }
}

.cta-section .content-column .cta-buttons {
    position: relative;
}

    .cta-section .content-column .cta-buttons a {
        position: relative;
        border-radius: 5px;
        font-size: 10px;
        line-height: 24px;
        margin-right: 15px;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
        padding: 8px 35px 8px 70px;
        color: var(--theme-color-light);
        font-weight: 700;
        border: 1px solid var(--theme-color-light);
        z-index: 0;
    }

        .cta-section .content-column .cta-buttons a i {
            position: absolute;
            left: 25px;
            top: 20px;
            font-size: 24px;
            color: var(--theme-color-light);
        }

        .cta-section .content-column .cta-buttons a span {
            font-size: 14px;
        }

        .cta-section .content-column .cta-buttons a:hover {
            color: var(--theme-color2);
        }

            .cta-section .content-column .cta-buttons a:hover span,
            .cta-section .content-column .cta-buttons a:hover i {
                color: var(--theme-color2);
            }

            .cta-section .content-column .cta-buttons a:hover:before {
                height: 100%;
                top: 0;
            }

@media only screen and (max-width: 576px) {
    .cta-section .content-column .cta-buttons a {
        margin-bottom: 12px;
    }
}

.cta-section .content-column .cta-buttons a:before {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    bottom: 0;
    color: var(--theme-color2);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.cta-section .image-column {
    position: relative;
}

    .cta-section .image-column .inner-column {
        position: relative;
        text-align: right;
    }

        .cta-section .image-column .inner-column .free {
            position: absolute;
            left: -50px;
            top: 20%;
            z-index: 1;
            width: 103px;
            height: 103px;
            padding-top: 7px;
            text-align: center;
            border-radius: 100px;
            color: var(--theme-color2);
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 600;
            background-color: var(--theme-color-light);
        }

            .cta-section .image-column .inner-column .free:before {
                position: absolute;
                content: "";
                left: -10px;
                top: -10px;
                right: -10px;
                bottom: -10px;
                border-radius: 120px;
                border: 3px solid var(--theme-color1);
            }

@media only screen and (max-width: 1023px) {
    .cta-section .image-column .inner-column .free {
        left: 15%;
    }
}

.cta-section .image-column .image {
    position: relative;
    margin-top: -20px;
}

@media only screen and (max-width: 1023px) {
    .cta-section .image-column .image {
        text-align: center;
    }
}

.cta-section .image-column .bar-code {
    position: absolute;
    right: -4%;
    top: 32%;
}

@media only screen and (max-width: 1023px) {
    .cta-section .image-column .bar-code {
        right: 5%;
    }
}

.cta-section .image-column .circle {
    position: absolute;
    right: 0px;
    top: 26%;
    width: 288px;
    height: 288px;
    border-radius: 150px;
    background-color: var(--theme-color1);
}

/*** 

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

***/
.news-section {
    position: relative;
    padding: 100px 0px 90px;
}

    .news-section.style-two .auto-container {
        max-width: 1600px;
    }

.news-block_one {
    margin-bottom: 30px;
    position: relative;
}

    .news-block_one .inner-box {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        position: relative;
    }

        .news-block_one .inner-box:hover .image-box img:nth-child(1) {
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1;
            -webkit-transform: translatex(0) scalex(1);
            transform: translatex(0) scalex(1);
        }

        .news-block_one .inner-box:hover .image-box img:nth-child(2) {
            -webkit-filter: blur(10px);
            filter: blur(10px);
            opacity: 0;
            -webkit-transform: translatex(-50%) scalex(2);
            transform: translatex(-50%) scalex(2);
        }

    .news-block_one .image-box {
        background-color: var(--theme-color2);
        border-radius: 10px;
        margin-right: 25px;
        overflow: hidden;
        position: relative;
    }

@media only screen and (max-width: 576px) {
    .news-block_one .image-box {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .news-block_one .image-box {
        margin-right: 0px;
    }
}

.news-block_one .image-box img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

    .news-block_one .image-box img:nth-child(1) {
        -webkit-transform: translatex(50%) scalex(2);
        transform: translatex(50%) scalex(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    .news-block_one .image-box img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

.news-block_one .image-box:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-block_one .info-box {
    background-color: var(--theme-color-light);
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    left: 30px;
    overflow: hidden;
    padding-left: 70px;
    position: absolute;
    right: 15px;
    top: -65px;
}

@media (max-width: 1299.98px) {
    .news-block_one .info-box {
        left: 15px;
        padding-left: 60px;
    }
}

@media (max-width: 1199.98px) {
    .news-block_one .info-box {
        padding-left: 70px;
        padding-right: 10px;
    }
}

@media (max-width: 1199.98px) {
    .news-block_one .info-box {
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .news-block_one .info-box {
        border-radius: 6px 6px;
        left: 5px;
        padding-right: 8px;
    }
}

.news-block_one .info-box .date {
    background-color: var(--theme-color1);
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 800;
    height: 46px;
    left: 0px;
    line-height: 1.4;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    width: 60px;
}

    .news-block_one .info-box .date span {
        font-size: 10px;
        display: block;
    }

@media (max-width: 1199.98px) {
    .news-block_one .info-box .date {
        margin-right: 10px;
    }
}

.news-block_one .info-box .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 0px;
    position: relative;
}

@media (max-width: 1599.98px) {
    .news-block_one .info-box .meta {
        padding: 17px 1px;
    }
}

@media (max-width: 1499.98px) {
    .news-block_one .info-box .meta {
        padding: 17px 1px;
    }
}

@media (max-width: 1199.98px) {
    .news-block_one .info-box .meta {
        gap: 10px;
    }
}

.news-block_one .info-box .meta li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .news-block_one .info-box .meta li {
        margin-right: 10px;
        padding-right: 6px;
    }
}

@media (max-width: 1299.98px) {
    .news-block_one .info-box .meta li {
        margin-right: 6px;
        padding-right: 6px;
    }
}

.news-block_one .info-box .meta li i {
    position: relative;
    margin-right: 5px;
    color: var(--theme-color3);
}

.news-block_one .info-box .meta li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width: 576px) {
    .news-block_one .info-box .meta li {
        font-size: 9px;
    }
}

.news-block_one .content-box {
    padding: 25px 25px 20px;
    position: relative;
}

    .news-block_one .content-box .title {
        font-family: var(--body-font-family);
        margin-bottom: 10px;
    }

        .news-block_one .content-box .title a {
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
        }

            .news-block_one .content-box .title a:hover {
                background-size: 100% 2px;
                background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
                background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
            }

    .news-block_one .content-box .text {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0px;
        padding-bottom: 18px;
        position: relative;
    }

.news-block_one .read-more {
    position: relative;
    font-size: 14px;
    color: var(--theme-color2);
    font-weight: 600;
}

    .news-block_one .read-more i {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 5px;
        margin-right: 5px;
        display: inline-block;
        color: var(--theme-color1);
        background-color: var(--theme-color2);
    }

/***

====================================================================
    Platform Section
====================================================================

***/
.platform-section {
    position: relative;
    margin: 0px 30px;
    border-radius: 10px;
    overflow: hidden;
    padding: 110px 0px 80px;
}

@media only screen and (max-width: 1400px) {
    .platform-section {
        margin: 0px 0px;
        border-radius: 0px 0px;
    }
}

.platform-section .auto-container {
    position: relative;
    z-index: 1;
    max-width: 1490px;
}

.platform-section .platform-one_bg {
    z-index: 1;
}

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

@media (max-width: 575.98px) {
    .platform-section .right-box {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .platform-section .right-box .play-now {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .platform-section .right-box .play-now i {
        margin-left: 20px;
    }
}

.platform-section .right-box span {
    color: var(--theme-color-light);
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

@media (max-width: 575.98px) {
    .platform-section .right-box span {
        margin-left: 0;
    }

        .platform-section .right-box span br {
            display: none;
        }
}

.platform-section .right-box:before {
    position: absolute;
    content: "";
    left: -75px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background: url(../images/icons/arrow.svg) no-repeat;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

@media only screen and (max-width: 1400px) {
    .platform-section .right-box {
        margin-top: 30px;
    }
}

.platform-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

    .platform-section .image-column .image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 10px;
    }

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

        .platform-section .image-column .image::before {
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 99;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .platform-section .image-column .image:hover::before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

.platform-section .guide-outer {
    border: 20px solid #ffffff;
    border-radius: 14px 14px 0px 0px;
    border-bottom: 0px;
    border-right: 0px;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

    .platform-section .guide-outer .inner {
        position: relative;
        padding: 35px 40px;
        border-radius: 0px;
        overflow: hidden;
        background-color: #ffffff;
    }

    .platform-section .guide-outer h4 {
        color: var(--theme-color-dark);
    }

    .platform-section .guide-outer .icon {
        background-color: #161445;
        border-radius: 50px;
        display: inline-block;
        height: 77px;
        line-height: 42px;
        padding: 17px;
        position: relative;
        text-align: center;
        width: 77px;
    }

        .platform-section .guide-outer .icon:before {
            background: url(../images/icons/lines.svg) no-repeat;
            content: "";
            height: 9px;
            position: absolute;
            right: 120%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 80px;
        }

@media only screen and (max-width: 576px) {
    .platform-section .guide-outer {
        display: none;
    }
}

.platform-section .content-column {
    margin-bottom: 30px;
    position: relative;
}

    .platform-section .content-column .inner-column {
        padding-left: 40px;
        position: relative;
    }

@media only screen and (max-width: 1400px) {
    .platform-section .content-column .inner-column {
        padding-left: 0px;
    }
}

.platform-section .platform-block_one {
    margin-bottom: 70px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .platform-section .platform-block_one {
        margin-bottom: 30px;
    }
}

.platform-section .platform-block_one .platform-block_one-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    color: var(--theme-color4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
}

@media (max-width: 575.98px) {
    .platform-section .platform-block_one .platform-block_one-inner {
        padding-left: 0;
    }
}

@media (max-width: 399.98px) {
    .platform-section .platform-block_one .platform-block_one-inner {
        display: block;
    }
}

.platform-section .platform-block_one .platform-block_one-inner:hover .icon {
    background-color: var(--theme-color-light);
    color: #161445;
}

    .platform-section .platform-block_one .platform-block_one-inner:hover .icon span {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

@media only screen and (max-width: 1199px) {
    .platform-section .platform-block_one .platform-block_one-inner {
        max-width: 700px;
    }
}

.platform-section .platform-block_one .icon {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffc107;
    display: inline-block;
    font-size: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 77px;
    line-height: 77px;
    text-align: center;
    width: 77px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .platform-section .platform-block_one .icon {
        margin-bottom: 20px;
        position: relative;
    }
}

.platform-section .platform-block_one .icon span {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .platform-section .platform-block_one .icon span:before {
        font-family: "flaticon-forex";
    }

.platform-section .platform-block_one .icon::after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0px;
    content: "";
    height: 108px;
    left: 40px;
    position: absolute;
    top: 85px;
    width: 1px;
}

@media only screen and (max-width: 1199px) {
    .platform-section .platform-block_one .icon::after {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .platform-section .platform-block_one .icon::after {
        display: none;
    }
}

.platform-section .platform-block_one .title {
    color: var(--theme-color-light);
    display: block;
    font-family: var(--heading-font-family);
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

.platform-section .platform-block_one .text {
    color: var(--theme-color4);
    font-size: 16px;
    line-height: 30px;
}

.platform-section .platform-block_one:last-child {
    margin-bottom: 0px;
}

.platform-section .platform-block_one:last-child {
    margin-bottom: 0px;
}

    .platform-section .platform-block_one:last-child .icon::after {
        display: none;
    }

.platform-section .play-now {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 112px;
    padding: 9px 30px;
}

    .platform-section .play-now .icon {
        background-color: transparent;
        color: var(--theme-color2);
        font-size: 19px;
        height: auto;
        margin-left: 0;
        line-height: normal;
    }

/*** 

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

***/
.testimonial-section {
    position: relative;
    margin-top: -160px;
    padding: 300px 0 110px;
}

@media (max-width: 1199.98px) {
    .testimonial-section {
        margin-top: 0;
        padding-top: 120px;
    }
}

.testimonial-section .testimonial-bg_color {
    background-color: #F6F7F7;
}

.testimonial-section .testimonial_bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 314px;
    background-repeat: repeat-x;
}

.testimonial-section .swiper-navs-box {
    position: relative;
    margin-left: 300px;
    margin-top: 40px;
    margin-right: 300px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .testimonial-section .swiper-navs-box {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.testimonial-section .swiper-navs-box::before {
    position: absolute;
    content: "";
    left: 150px;
    right: 130px;
    height: 1px;
    background-color: #e2e2e2;
}

.testimonial-section .swiper-navs-box .nav-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    z-index: 3;
    height: 56px;
}

    .testimonial-section .swiper-navs-box .nav-box .swiper-button-prev,
    .testimonial-section .swiper-navs-box .nav-box .swiper-button-next {
        position: relative;
        width: 56px;
        height: 56px;
        font-size: 20px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--theme-color3);
        color: var(--theme-color3);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .testimonial-section .swiper-navs-box .nav-box .swiper-button-prev:after,
        .testimonial-section .swiper-navs-box .nav-box .swiper-button-next:after {
            display: none;
        }

        .testimonial-section .swiper-navs-box .nav-box .swiper-button-prev:hover,
        .testimonial-section .swiper-navs-box .nav-box .swiper-button-next:hover {
            color: var(--theme-color1);
            background-color: var(--theme-color3);
            border: 1px solid var(--theme-color3);
        }

.testimonial-section .swiper-navs-box .swiper-pagination {
    position: relative;
    width: 120px;
    height: 52px;
    bottom: 0px;
    border-radius: 50px;
    padding: 7px 0px;
    background-color: var(--theme-color-light);
}

    .testimonial-section .swiper-navs-box .swiper-pagination span {
        position: relative;
        width: 6px;
        height: 6px;
        opacity: 1;
        border-radius: 50px;
        background-color: #e2e2e2;
    }

        .testimonial-section .swiper-navs-box .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: var(--theme-color3);
        }

.testimonial-block {
    position: relative;
}

    .testimonial-block:hover .icon-quote {
        background-color: var(--theme-color2);
    }

        .testimonial-block:hover .icon-quote span {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

    .testimonial-block .icon-quote,
    .testimonial-block .icon-quote2 {
        background-color: var(--theme-color3);
        border-radius: 5px;
        color: var(--theme-color-light);
        font-size: 28px;
        height: 65px;
        line-height: 65px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0px;
        width: 65px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .testimonial-block .icon-quote span,
        .testimonial-block .icon-quote2 span {
            display: inline-block;
            font-family: "flaticon-forex";
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .testimonial-block .icon-quote2 {
        display: none;
    }

@media (max-width: 767.98px) {
    .testimonial-block .icon-quote2 {
        display: inline-block;
    }
}

.testimonial-block .inner-box {
    position: relative;
    padding: 35px 30px;
    background-color: var(--theme-color-white);
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-mask-image: url(../images/resource/testimonial-masking-h1.png);
    mask-image: url(../images/resource/testimonial-masking-h1.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .testimonial-block .inner-box {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.testimonial-block .inner-box:before {
    background: rgba(221, 255, 147, 0.3);
    content: "";
    -webkit-filter: blur(80px);
    filter: blur(80px);
    height: 282px;
    left: auto;
    position: absolute;
    right: -100px;
    top: -100px;
    width: 282px;
    z-index: -1;
}

.testimonial-block .rating {
    color: var(--theme-color2);
    font-size: 16px;
    position: relative;
}

.testimonial-block .text {
    color: var(--text-color);
    margin: 20px 0px 25px;
    position: relative;
}

.testimonial-block .author-box {
    padding-left: 90px;
    position: relative;
}

    .testimonial-block .author-box .author-image {
        border-radius: 50px;
        height: 60px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 60px;
    }

        .testimonial-block .author-box .author-image::before {
            border: 1px solid var(--theme-color3);
            border-radius: 50px;
            bottom: -5px;
            content: "";
            left: -5px;
            position: absolute;
            top: -5px;
            right: -5px;
        }

    .testimonial-block .author-box .name {
        font-weight: 500;
        margin-bottom: 0px;
    }

    .testimonial-block .author-box .designation {
        color: var(--theme-color3);
        position: relative;
    }

/*** 

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

***/
.testimonial-section-two {
    background: #004535;
    position: relative;
    padding: 120px 0 110px;
}

.testimonial-block-two {
    position: relative;
}

    .testimonial-block-two .inner-box {
        background-color: #fff;
        border-radius: 30px;
        position: relative;
        padding: 51px 45px 45px;
        overflow: hidden;
        z-index: 1;
    }

        .testimonial-block-two .inner-box:before {
            background-image: url(../images/resource/testi2-shape1.png);
            background-repeat: repeat-x;
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 99px;
            width: 100%;
            z-index: -1;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .testimonial-block-two .inner-box:hover .icon-quote {
            color: var(--theme-color3);
        }

        .testimonial-block-two .inner-box .icon-quote {
            color: rgba(var(--theme-color2-rgb), 0.1);
            font-size: 100px;
            line-height: 65px;
            position: absolute;
            right: 27px;
            top: 39px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .testimonial-block-two .rating {
        color: var(--theme-color3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4px;
        font-size: 18px;
        position: relative;
    }

    .testimonial-block-two .text {
        color: var(--text-color);
        margin: 28px 0px 27px;
        position: relative;
        max-width: 429px;
    }

    .testimonial-block-two .author-box {
        padding-left: 85px;
        position: relative;
    }

        .testimonial-block-two .author-box .author-image {
            border-radius: 50%;
            height: 66px;
            left: 0px;
            position: absolute;
            top: 0px;
            width: 66px;
        }

            .testimonial-block-two .author-box .author-image img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .testimonial-block-two .author-box .name {
            margin-bottom: 0px;
        }

        .testimonial-block-two .author-box .designation {
            color: var(--theme-color3);
            position: relative;
        }

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
    position: relative;
    background-color: #161445;
}

    .main-footer .upper-box {
        position: relative;
        padding: 45px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .main-footer .upper-box .newsltr-content-box {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .main-footer .upper-box h4 {
            margin: 0px;
            color: var(--theme-color-light);
        }

@media only screen and (max-width: 1023px) {
    .main-footer .upper-box h4 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-footer .upper-box h4 br {
        display: none;
    }
}

.main-footer .upper-box {
    /* Newsletter Box */
}

    .main-footer .upper-box .newsletter-box {
        position: relative;
        width: 410px;
    }

        .main-footer .upper-box .newsletter-box .form-group {
            position: relative;
            margin: 0px;
            width: 100%;
            max-width: 100%;
        }

            .main-footer .upper-box .newsletter-box .form-group input[type=text],
            .main-footer .upper-box .newsletter-box .form-group input[type=email] {
                position: relative;
                line-height: 43px;
                display: block;
                height: 64px;
                width: 100%;
                border-radius: 5px;
                -webkit-box-shadow: inherit;
                box-shadow: inherit;
                font-size: 16px;
                font-weight: 500;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                padding: 10px 25px;
                color: white;
                background: none;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }

            .main-footer .upper-box .newsletter-box .form-group button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 58px;
                bottom: 5px;
                padding: 12px 18px;
                text-align: center;
                display: inline-block;
                font-size: 22px;
                border-radius: 5px;
                color: var(--theme-color2);
                background-color: var(--theme-color1);
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .main-footer .upper-box .newsletter-box .form-group button:hover {
                    color: var(--theme-color1);
                    background-color: var(--theme-color3);
                }

.main-footer .widgets-section {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .main-footer .widgets-section {
        padding-top: 80px;
    }
}

.main-footer .widgets-section .big-column {
    position: relative;
}

    .main-footer .widgets-section .big-column .footer_column {
        position: relative;
        padding: 80px 0px;
    }

@media only screen and (max-width: 1023px) {
    .main-footer .widgets-section .big-column .footer_column {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 35px;
    }
}

.main-footer .widgets-section .big-column:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .widgets-section .big-column .inner-column {
    position: relative;
    padding-left: 60px;
}

@media only screen and (max-width: 1023px) {
    .main-footer .widgets-section .big-column .inner-column {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-footer .widgets-section .big-column .inner-column {
        padding-left: 0px;
    }
}

.main-footer .widgets-section .footer-logo {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .widgets-section .footer-text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    max-width: 340px;
    color: #e4e4e4;
}

@media only screen and (max-width: 1023px) {
    .main-footer .widgets-section .footer-text {
        max-width: 100%;
    }
}

.main-footer .widgets-section .btn-box {
    position: relative;
}

    .main-footer .widgets-section .btn-box .trading-btn {
        position: relative;
        margin-top: 35px;
        background-color: var(--theme-color-light);
        border-radius: 5px;
        color: var(--theme-color2);
        display: inline-block;
        font-weight: 600;
        padding: 13px 20px 13px 25px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .main-footer .widgets-section .btn-box .trading-btn i {
            position: relative;
            width: 34px;
            height: 34px;
            line-height: 34px;
            border-radius: 5px;
            display: inline-block;
            margin-left: 15px;
            color: var(--theme-color1);
            background-color: var(--theme-color2);
        }

        .main-footer .widgets-section .btn-box .trading-btn:hover {
            background-color: var(--theme-color1);
        }

.main-footer .footer-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--theme-color-light);
}

    .main-footer .footer-title:before {
        position: absolute;
        content: "";
        left: 0px;
        bottom: 0px;
        height: 2px;
        right: 0px;
        background-image: -webkit-gradient(linear, left top, right top, from(#ddff93), color-stop(#99ce7c), color-stop(#5f9c65), color-stop(#2d6c4b), to(#003f2f));
        background-image: linear-gradient(to right, #ddff93, #99ce7c, #5f9c65, #2d6c4b, #003f2f);
    }

.main-footer .footer-list {
    position: relative;
}

    .main-footer .footer-list li {
        position: relative;
        margin-bottom: 10px;
    }

        .main-footer .footer-list li a {
            position: relative;
            font-size: 16px;
            color: #ffffffdb;
        }

            .main-footer .footer-list li a:hover {
                color: var(--theme-color-light);
            }

.main-footer .footer-buttons {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .main-footer .footer-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
}

@media (max-width: 475.98px) {
    .main-footer .footer-buttons {
        display: block;
    }
}

.main-footer .footer-buttons a {
    position: relative;
    border-radius: 5px;
    font-size: 10px;
    line-height: 24px;
    margin-right: 15px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 8px 35px 8px 70px;
    color: var(--theme-color-light);
    font-weight: 700;
    border: 1px solid var(--theme-color-light);
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .main-footer .footer-buttons a {
        margin-right: 0px;
    }
}

.main-footer .footer-buttons a i {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 24px;
    color: var(--theme-color-light);
}

.main-footer .footer-buttons a span {
    font-size: 12px;
}

.main-footer .footer-buttons a:hover {
    color: var(--theme-color2);
}

    .main-footer .footer-buttons a:hover span,
    .main-footer .footer-buttons a:hover i {
        color: var(--theme-color2);
    }

    .main-footer .footer-buttons a:hover:before {
        height: 100%;
        top: 0;
    }

.main-footer .footer-buttons a:before {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    bottom: 0;
    color: var(--theme-color2);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.main-footer .footer-contact_list {
    position: relative;
}

    .main-footer .footer-contact_list li {
        position: relative;
        margin-bottom: 10px;
    }

        .main-footer .footer-contact_list li a {
            position: relative;
            padding-left: 25px;
            font-size: 18px;
            color: var(--theme-color-light);
        }

        .main-footer .footer-contact_list li i {
            position: absolute;
            left: 0px;
            color: #ffc107;
        }

        .main-footer .footer-contact_list li:last-child {
            margin: 0px;
        }

.main-footer .footer-bottom {
    background-color: #ef9b3b;
    padding: 8px 0px;
    position: relative;
}

    .main-footer .footer-bottom .content-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .main-footer .footer-bottom .copyright {
        position: relative;
        font-size: 18px;
        color: #ffffff;
    }

@media only screen and (max-width: 1023px) {
    .main-footer .footer-bottom .copyright {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .main-footer .footer-bottom .copyright {
        margin-bottom: 15px;
    }
}

.main-footer .footer-bottom .footer_socials {
    position: relative;
}

    .main-footer .footer-bottom .footer_socials a {
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        text-align: center;
        line-height: 34px;
        margin-left: 5px;
        display: inline-block;
        color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .main-footer .footer-bottom .footer_socials a:hover {
            color: var(--theme-color-light);
            border-color: var(--theme-color2);
            background-color: var(--theme-color2);
        }

/*** 

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

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

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

    .search-popup .close-search {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 26px;
        color: var(--theme-color-light);
        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-dark);
            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-dark);
            }

    .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;
        letter-spacing: 2px;
        color: #ef9b3b;
        font-size: var(--sec-title-subtitle-font-size);
        font-weight: var(--sec-title-subtitle-font-weight);
        line-height: var(--sec-title-subtitle-line-height);
        display: inline-block;
        margin-bottom: 20px;
        font-family: var(--heading-font-family);
        text-transform: uppercase;
    }

        .sec-title .sub-title.style-three {
            color: var(--theme-color2);
        }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: var(--sec-title-font-size);
        color: #161445;
        font-weight: var(--sec-title-font-weight);
        margin-bottom: 0;
        z-index: 2;
    }

@media (max-width: 1199.98px) {
    .sec-title h2 {
        font-size: 44px;
    }
}

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

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

.sec-title .text {
    position: relative;
    margin-top: 25px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
}

.sec-title.light .style-two {
    color: #fec007 !important;
}

.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: #000000;
}

.sec-title.light .sub-title {
    color: #ffc107;
}

.sec-title.centered {
    text-align: center;
}

/*** 

====================================================================
    Trading Section
====================================================================

***/
.trading-section {
    padding: 20px 0 90px;
    position: relative;
}

    .trading-section .trading-one_bg {
        top: -280px;
    }

.trading-block_one {
    position: relative;
    margin-bottom: 30px;
}

    .trading-block_one .trading-block_one-inner {
        position: relative;
        border-radius: 10px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        border: 1px solid var(--gray-color);
    }

        .trading-block_one .trading-block_one-inner:hover {
            border-color: var(--theme-color3);
        }

            .trading-block_one .trading-block_one-inner:hover .upper-box .icon {
                background-color: var(--theme-color1);
            }

                .trading-block_one .trading-block_one-inner:hover .upper-box .icon span {
                    color: var(--theme-color2);
                    -webkit-transform: scaleX(-1);
                    transform: scaleX(-1);
                }

            .trading-block_one .trading-block_one-inner:hover .lower-box:before {
                height: 100%;
                top: 0;
            }

            .trading-block_one .trading-block_one-inner:hover .lower-box li {
                color: var(--theme-color-light);
            }

                .trading-block_one .trading-block_one-inner:hover .lower-box li span {
                    color: var(--theme-color1);
                }

            .trading-block_one .trading-block_one-inner:hover .lower-box .trading-btn {
                color: var(--theme-color2);
                background-color: var(--theme-color1);
            }

    .trading-block_one .upper-box {
        position: relative;
        padding: 30px 30px;
    }

        .trading-block_one .upper-box .bg {
            opacity: 0.05;
        }

        .trading-block_one .upper-box .icon {
            position: relative;
            width: 95px;
            height: 95px;
            line-height: 95px;
            text-align: center;
            font-size: 38px;
            border-radius: 100px;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            background-color: #161445;
        }

            .trading-block_one .upper-box .icon span {
                color: var(--theme-color1);
                display: inline-block;
                font-family: "flaticon-forex";
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .trading-block_one .upper-box .trading-block_one-title {
            position: relative;
            margin: 20px 0px 12px;
            color: var(--theme-color-dark);
        }

        .trading-block_one .upper-box .trading-block_one-text {
            color: var(--text-color);
        }

    .trading-block_one .lower-box {
        border-radius: 0 0 10px 10px;
        position: relative;
        padding: 35px 30px;
    }

@media only screen and (max-width: 424px) {
    .trading-block_one .lower-box {
        padding: 30px 15px;
    }
}

.trading-block_one .lower-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f1f3f3;
}

    .trading-block_one .lower-box .trading-one_list {
        position: relative;
    }

        .trading-block_one .lower-box .trading-one_list li {
            position: relative;
            margin-bottom: 10px;
            color: var(--text-color);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .trading-block_one .lower-box .trading-one_list li span {
                position: absolute;
                right: 0px;
                color: var(--theme-color3);
            }

            .trading-block_one .lower-box .trading-one_list li:last-child {
                margin-bottom: 0;
            }

    .trading-block_one .lower-box .trading-btn {
        position: relative;
        padding: 13px 35px;
        border-radius: 5px;
        margin-top: 35px;
        display: inline-block;
        font-weight: 600;
        color: var(--theme-color2);
        background-color: var(--theme-color-light);
    }

@media only screen and (max-width: 424px) {
    .trading-block_one .lower-box .trading-btn {
        padding: 12px 25px;
    }
}

.trading-block_one .lower-box .trading-btn i {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 15px;
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.trading-block_one .lower-box {
    z-index: 0;
}

    .trading-block_one .lower-box:before {
        background-color: var(--theme-color2);
        border-radius: 0 0 10px 10px;
        bottom: 0;
        content: "";
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

/*** 

====================================================================
    Trading Two
====================================================================

***/
.trading-two {
    position: relative;
    padding: 250px 0px 80px;
}

@media only screen and (max-width: 576px) {
    .trading-two {
        padding-top: 50px;
    }
}

.trading-two .trading-two_bg {
    background-repeat: center top;
    background-repeat: repeat-x;
}

.trading-two .image-column {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .trading-two .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
}

.trading-two .image-column .inner-column {
    position: relative;
    margin-left: -200px;
    margin-right: -80px;
}

@media only screen and (max-width: 1400px) {
    .trading-two .image-column .inner-column {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.trading-two .content-column {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .trading-two .content-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.trading-two .content-column .inner-column {
    position: relative;
    margin-left: 50px;
}

@media only screen and (max-width: 1400px) {
    .trading-two .content-column .inner-column {
        margin-left: 0px;
    }
}

.trading-two .btn-box {
    margin-top: 40px;
}

.trading-block_two {
    position: relative;
    margin-bottom: 20px;
}

    .trading-block_two:hover .icon i {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .trading-block_two .trading-block_two-inner {
        position: relative;
        padding-left: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--theme-color2);
        font-family: var(--heading-font-family);
        font-size: 20px;
        font-weight: 600;
    }

@media (max-width: 1199.98px) {
    .trading-block_two .trading-block_two-inner {
        gap: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .trading-block_two .trading-block_two-inner {
        gap: 5px;
    }

        .trading-block_two .trading-block_two-inner br {
            display: none;
        }
}

.trading-block_two .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-color1);
    background-color: var(--theme-color3);
}

    .trading-block_two .icon i {
        display: inline-block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.trading-block_two .text {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 576px) {
    .trading-block_two .text {
        border: none;
        padding-left: 0px;
    }
}

/*** 

====================================================================
    Trading Three
====================================================================

***/
.trading-three {
    position: relative;
    z-index: 1;
    padding: 100px 0px 0px;
}

.trading-block_three {
    position: relative;
    margin-bottom: 30px;
}

    .trading-block_three .trading-block_three-inner {
        position: relative;
        border-radius: 8px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        padding: 30px 30px 55px;
    }

@media only screen and (max-width: 1199px) {
    .trading-block_three .trading-block_three-inner {
        padding: 25px 25px 25px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.trading-block_three .trading-block_three-inner:hover::before {
    opacity: 0.08;
}

.trading-block_three .trading-block_three-inner::before {
    position: absolute;
    content: "";
    left: 1px;
    right: 1px;
    bottom: 46px;
    height: 27px;
    z-index: 1;
    background: url(../images/background/trade-1-graph.png);
    background-repeat: repeat-x;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1199px) {
    .trading-block_three .trading-block_three-inner::before {
        opacity: 0;
    }
}

.trading-block_three .trading-block_three-inner .trading-block_three-icon {
    position: relative;
    line-height: 1em;
    font-size: 38px;
    display: inline-block;
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "flaticon-forex";
}

.trading-block_three .trading-block_three-inner .text {
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trading-block_three .trading-block_three-inner .more {
    position: absolute;
    right: 36px;
    bottom: 0px;
    gap: 5px;
}

    .trading-block_three .trading-block_three-inner .more .icon-left,
    .trading-block_three .trading-block_three-inner .more .icon-right {
        margin-left: -8px;
    }

.trading-block_three .trading-block_three-inner:hover .trading-block_three-pattern {
    opacity: 0;
}

.trading-block_three .trading-block_three-inner:hover .trading-block_three-hover {
    opacity: 1;
    visibility: visible;
}

.trading-block_three .trading-block_three-inner:hover .trading-block_three-graph {
    opacity: 0.1;
}

.trading-block_three .trading-block_three-inner:hover h5 {
    color: var(--theme-color-light);
}

@media only screen and (max-width: 1199px) {
    .trading-block_three .trading-block_three-inner:hover h5 {
        color: var(--theme-color2);
    }
}

.trading-block_three .trading-block_three-inner:hover .text {
    color: var(--theme-color4);
}

.trading-block_three .trading-block_three-inner:hover .trading-block_three-icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--theme-color1);
}

.trading-block_three .trading-block_three-pattern {
    right: 0px;
    bottom: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1199px) {
    .trading-block_three .trading-block_three-pattern {
        display: none;
    }
}

.trading-block_three .trading-block_three-hover {
    opacity: 0;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1199px) {
    .trading-block_three .trading-block_three-hover {
        display: none;
    }
}

.trading-block_three .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*** 

====================================================================
    Market Section
====================================================================

***/
.market-section {
    position: relative;
    z-index: 1;
    padding: 120px 0 90px;
}

    .market-section .auto-container {
        max-width: 1500px;
    }

.market-block_one {
    position: relative;
    margin-bottom: 30px;
}

    .market-block_one .market-block_one-inner {
        background-color: var(--theme-color-light);
        border-radius: 10px;
        border: 1px solid var(--gray-color);
        padding: 22px 20px;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

@media (max-width: 1499.98px) {
    .market-block_one .market-block_one-inner {
        padding: 22px 15px;
    }
}

.market-block_one .market-block_one-inner:hover {
    border-color: var(--theme-color2);
}

@media only screen and (max-width: 1400px) {
    .market-block_one .market-block_one-inner {
        padding: 15px;
    }
}

@media (max-width: 1399.98px) {
    .market-block_one .market-block_one-inner {
        padding: 15px 10px;
    }
}

@media (max-width: 424.98px) {
    .market-block_one .market-block_one-inner {
        padding: 30px;
    }
}

.market-block_one .market-block_one-inner .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 499.98px) {
    .market-block_one .market-block_one-inner .content-box {
        gap: 10px;
    }
}

@media (max-width: 339.98px) {
    .market-block_one .market-block_one-inner .content-box {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.market-block_one .left-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
}

@media (max-width: 499.98px) {
    .market-block_one .left-box {
        display: -ms-grid;
        display: grid;
        text-align: center;
    }
}

.market-block_one .left-box .icon {
    background-color: #f1f3f3;
    border-radius: 50px;
    color: #45DA00;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 38px;
}

@media (max-width: 339.98px) {
    .market-block_one .left-box .icon {
        margin: 0 auto;
    }
}

.market-block_one .left-box .down {
    color: #E00307;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.market-block_one .left-box .name {
    color: var(--theme-color2);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
    .market-block_one .left-box .name {
        font-size: 16px;
    }
}

.market-block_one .left-box .name span {
    margin-left: 10px;
    padding-left: 30px;
    position: relative;
}

    .market-block_one .left-box .name span:before {
        background: url(../images/icons/exchange.svg) no-repeat;
        content: "";
        height: 14px;
        left: 0px;
        position: absolute;
        top: 5px;
        width: 20px;
    }

.market-block_one .left-box .price {
    color: var(--text-color);
    font-size: 15px;
    position: relative;
    margin-top: 2px;
}

    .market-block_one .left-box .price span {
        color: #E00307;
        margin-left: 5px;
    }

.market-block_one .right-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #45DA00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}

@media (max-width: 499.98px) {
    .market-block_one .right-box {
        display: -ms-grid;
        display: grid;
        text-align: center;
    }
}

.market-block_one .right-box .buy {
    color: var(--text-color);
    font-size: 15px;
    margin-top: 3px;
    position: relative;
}

    .market-block_one .right-box .buy span {
        color: #0577D4;
    }

@media only screen and (max-width: 424px) {
    .market-block_one .right-box .buy {
        margin-top: 0px;
    }
}

.market-block_one .right-box .content-box {
    margin-right: 8px;
}

@media (min-width: 576px) {
    .market-block_one .right-box .content-box {
        text-align: right;
    }
}

.market-block_one .right-box .content-box2 {
    text-align: right;
}

    .market-block_one .right-box .content-box2 span {
        font-size: 15px;
    }

.market-block_one .down {
    color: #E00307;
}

/*** 

====================================================================
    Market Section
====================================================================

***/
.market-two {
    position: relative;
    z-index: 10;
    padding: 110px 0 90px;
}

.market-block_two {
    position: relative;
    margin-bottom: 30px;
}

    .market-block_two .market-block_two-inner {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .market-block_two:hover .market-block_two-image img {
        opacity: 0.7;
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .market-block_two .market-block_two-image {
        position: relative;
        overflow: hidden;
        background-color: var(--theme-color2);
    }

        .market-block_two .market-block_two-image img {
            position: relative;
            width: 100%;
            display: block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .market-block_two .market-block_two-image::before {
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0px;
            right: 0px;
            height: 57px;
            z-index: 1;
            background: url(../images/background/market-pattern.png) repeat-x;
        }

    .market-block_two .market-block_two-content {
        position: relative;
        text-align: center;
        padding: 25px 30px 30px;
    }

        .market-block_two .market-block_two-content h4 {
            margin-bottom: 8px;
        }

            .market-block_two .market-block_two-content h4 a {
                color: var(--theme-color-dark);
            }

                .market-block_two .market-block_two-content h4 a:hover {
                    color: var(--theme-color-dark);
                }

        .market-block_two .market-block_two-content .text {
            margin-bottom: 20px;
        }

/***

====================================================================
    Steps Section
====================================================================

***/
.steps-section {
    position: relative;
    margin: 0px 30px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0px 80px;
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 1400px) {
    .steps-section {
        margin: 0px 0px;
    }
}

.steps-section .auto-container {
    position: relative;
    z-index: 1;
    max-width: 1490px;
}

.steps-section .steps-one_bg {
    opacity: 0.5;
}

.steps-section .steps-play-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .steps-section .steps-play-box .play {
        position: relative;
        font-weight: 600;
        color: var(--theme-color2);
    }

@media only screen and (max-width: 576px) {
    .steps-section .steps-play-box .play {
        display: none;
    }
}

.steps-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.steps-section .content-column {
    position: relative;
    margin-bottom: 30px;
}

    .steps-section .content-column .inner-column {
        position: relative;
    }

.steps-section .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .steps-section .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.steps-section .step-block_one {
    background-color: var(--theme-color2);
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    max-width: 112px;
    min-height: 470px;
    overflow: hidden;
    position: relative;
    will-change: flex;
    -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
    transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one {
        max-width: 100%;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media only screen and (max-width: 767px) {
    .steps-section .step-block_one {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        width: 100%;
    }

        .steps-section .step-block_one .content-box {
            opacity: 1;
        }

        .steps-section .step-block_one .content-box-hover {
            opacity: 0;
        }
}

.steps-section .step-block_one.active {
    max-width: 100%;
}

    .steps-section .step-block_one.active .content-box-hover .content-box-number,
    .steps-section .step-block_one.active .content-box-hover .title {
        opacity: 0;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .steps-section .step-block_one.active .content-box > .icon {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .steps-section .step-block_one.active .content-box .title {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .steps-section .step-block_one.active .content-box .text {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .steps-section .step-block_one.active .content-box .btn-box {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

.steps-section .step-block_one:hover {
    max-width: 100%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

    .steps-section .step-block_one:hover .steps-block_one-bg {
        opacity: 1 !important;
    }

    .steps-section .step-block_one:hover .content-box .icon span {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.steps-section .step-block_one.active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

    .steps-section .step-block_one.active .steps-block_one-bg {
        opacity: 1 !important;
    }

.steps-section .step-block_one .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: var(--theme-color2);
}

    .steps-section .step-block_one .inner-box .steps-block_one-bg {
        opacity: 0;
    }

@media only screen and (max-width: 767px) {
    .steps-section .step-block_one .inner-box .steps-block_one-bg {
        opacity: 1;
    }
}

.steps-section .step-block_one .inner-box:hover .content-box {
    opacity: 1;
}

.steps-section .step-block_one .post-number {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    font-size: 50px;
    line-height: 130px;
    text-align: center;
    display: inline-block;
    font-family: var(--heading-font-family);
    color: var(--theme-color1);
    border: 20px solid var(--theme-color1);
    border-top: 0px;
    border-right: 0px;
}

    .steps-section .step-block_one .post-number span {
        position: relative;
        width: 130px;
        height: 130px;
        border-radius: 10px;
        display: inline-block;
        background-color: var(--theme-color2);
    }

@media only screen and (max-width: 576px) {
    .steps-section .step-block_one .post-number {
        display: none;
    }
}

.steps-section .step-block_one .content-box-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    padding: 30px 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .steps-section .step-block_one .content-box-hover .content-box-number {
        position: relative;
        font-size: 30px;
        color: var(--theme-color1);
        font-family: var(--heading-font-family);
    }

    .steps-section .step-block_one .content-box-hover .title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        color: var(--theme-color-light);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .steps-section .step-block_one .content-box-hover .title a {
            color: var(--theme-color-light);
        }

.steps-section .step-block_one .content-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding: 50px 50px;
}

@media only screen and (max-width: 1199px) {
    .steps-section .step-block_one .content-box {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one .content-box {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }
}

@media only screen and (max-width: 767px) {
    .steps-section .step-block_one .content-box {
        opacity: 1;
    }
}

@media only screen and (max-width: 576px) {
    .steps-section .step-block_one .content-box {
        padding: 20px;
    }
}

.steps-section .step-block_one .content-box > .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color2);
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one .content-box > .icon {
        margin-bottom: 30px;
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .steps-section .step-block_one .content-box > .icon {
        margin-bottom: 5px;
        height: 100px;
        font-size: 40px;
        line-height: 100px;
        width: 100px;
    }
}

.steps-section .step-block_one .content-box > .icon span {
    display: inline-block;
    font-family: "flaticon-forex";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.steps-section .step-block_one .content-box .title {
    color: var(--theme-color-light);
    font-weight: 600;
    margin: 25px 0px 20px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one .content-box .title {
        margin-bottom: 15px;
        opacity: 1;
    }
}

.steps-section .step-block_one .content-box .title a {
    position: relative;
    color: var(--theme-color-light);
}

@media only screen and (max-width: 1400px) {
    .steps-section .step-block_one .content-box .title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.steps-section .step-block_one .content-box .text {
    position: relative;
    margin-bottom: 25px;
    color: var(--theme-color4);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .steps-section .step-block_one .content-box .text {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one .content-box .text {
        margin-bottom: 30px;
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .steps-section .step-block_one .content-box .text {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .steps-section .step-block_one .content-box .text {
        font-size: 14px;
        line-height: 26px;
    }
}

.steps-section .step-block_one .content-box .btn-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}

@media (max-width: 767.98px) {
    .steps-section .step-block_one .content-box .btn-box {
        opacity: 1;
    }
}

.steps-section .step-block_one .active .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
}

/*** 

====================================================================
    Forex Section
====================================================================

***/
.forex-one {
    position: relative;
    padding: 110px 0px 110px;
}

    .forex-one .auto-container {
        position: relative;
        max-width: 1710px;
    }

    .forex-one .upper-content-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .forex-one .circle {
        margin-right: 250px;
    }

@media only screen and (max-width: 1400px) {
    .forex-one .circle {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .forex-one .circle {
        margin-bottom: 30px;
    }
}

.forex-one .forex-one_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.forex-one .title-column {
    position: relative;
}

    .forex-one .title-column .inner-column {
        position: relative;
    }

.forex-one .text-circle-box2 {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .forex-one .text-circle-box2 {
        margin-left: 0;
        margin-right: auto;
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .forex-one .text-circle-box2 {
        display: none;
    }
}

.forex-one .text-circle-box2 .outer-circle {
    border: 1px solid var(--theme-color-white);
    border-radius: 50%;
    height: 146px;
    margin-left: auto;
    position: relative;
    overflow: visible;
    width: 146px;
}

@media (max-width: 1199.98px) {
    .forex-one .text-circle-box2 .outer-circle {
        margin-left: 0;
        margin-right: auto;
    }
}

.forex-one .text-circle-box2 {
    /* Rotating text ring */
}

    .forex-one .text-circle-box2 .rotating-ring {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 100%;
        -webkit-animation: spin 12s linear infinite;
        animation: spin 12s linear infinite;
    }

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

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

.forex-one .text-circle-box2 svg {
    width: 100%;
    height: 100%;
}

.forex-one .text-circle-box2 text {
    font-size: 17px;
    fill: var(--theme-color-white);
    letter-spacing: 8px;
    text-transform: uppercase;
}

.forex-one .text-circle-box2 {
    /* Center icon */
}

    .forex-one .text-circle-box2 .center-icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        color: var(--theme-color-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60px;
    }

        .forex-one .text-circle-box2 .center-icon i {
            font-size: 24px;
            color: var(--theme-color-white);
        }

.forex-one .content {
    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;
    position: relative;
    max-width: 840px;
}

    .forex-one .content .arrow {
        position: relative;
        margin-top: 20px;
    }

    .forex-one .content .forex-one_buttons {
        position: relative;
        margin-top: 20px;
    }

        .forex-one .content .forex-one_buttons a {
            position: relative;
            border-radius: 5px;
            font-size: 10px;
            line-height: 24px;
            margin-right: 15px;
            letter-spacing: 1px;
            display: inline-block;
            text-transform: uppercase;
            padding: 8px 35px 8px 70px;
            color: var(--theme-color-light);
            font-weight: 700;
            border: 1px solid var(--theme-color-light);
            z-index: 0;
        }

            .forex-one .content .forex-one_buttons a i {
                position: absolute;
                left: 25px;
                top: 20px;
                font-size: 24px;
                color: var(--theme-color-light);
            }

            .forex-one .content .forex-one_buttons a span {
                font-size: 14px;
            }

            .forex-one .content .forex-one_buttons a:hover {
                color: var(--theme-color2);
            }

                .forex-one .content .forex-one_buttons a:hover span,
                .forex-one .content .forex-one_buttons a:hover i {
                    color: var(--theme-color2);
                }

                .forex-one .content .forex-one_buttons a:hover:before {
                    height: 100%;
                    top: 0;
                }

            .forex-one .content .forex-one_buttons a:last-child {
                margin-right: 0px;
            }

@media only screen and (max-width: 576px) {
    .forex-one .content .forex-one_buttons a {
        margin-bottom: 15px;
    }
}

.forex-one .content .forex-one_buttons a:before {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    bottom: 0;
    color: var(--theme-color2);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.forex-one .inner-container {
    position: relative;
    padding: 45px 50px 45px;
    border-radius: 10px;
    margin-top: 50px;
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 1400px) {
    .forex-one .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.forex-block_one {
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
    .forex-block_one {
        margin-bottom: 25px;
    }
}

.forex-block_one .forex-block_one-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
}

    .forex-block_one .forex-block_one-inner:before {
        position: absolute;
        content: "";
        right: 15px;
        top: 0px;
        bottom: 0px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
    }

@media only screen and (max-width: 1699px) {
    .forex-block_one .forex-block_one-inner:before {
        opacity: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .forex-block_one .forex-block_one-inner:before {
        opacity: 1;
        right: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .forex-block_one .forex-block_one-inner:before {
        display: none;
    }
}

.forex-block_one .forex-block_one-inner:hover .icon span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.forex-block_one .forex-block_one-inner .icon {
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 78px;
    line-height: 78px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 78px;
}

@media only screen and (max-width: 576px) {
    .forex-block_one .forex-block_one-inner .icon {
        display: inline-block;
        position: relative;
    }
}

.forex-block_one .forex-block_one-inner .icon span {
    display: inline-block;
    font-family: "flaticon-forex";
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.forex-block_one .forex-block_one-inner .title {
    margin-bottom: 0;
}

.forex-block_one .forex-block_one-inner .text {
    color: var(--theme-color2);
    display: block;
    font-family: var(--heading-font-family);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .forex-block_one .forex-block_one-inner {
        padding: 0px;
    }
}

@media (max-width: 355.98px) {
    .forex-block_one .forex-block_one-inner {
        display: block;
    }
}

.forex-block_one.last .forex-block_one-inner::before {
    display: none;
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
    padding: 120px 0;
}

.feature-block .inner-box {
    position: relative;
    z-index: 1;
}

    .feature-block .inner-box:before {
        background-color: #DBE0E3;
        border-radius: 50%;
        content: "";
        position: absolute;
        right: 22px;
        top: 83px;
        height: 18px;
        width: 18px;
        outline: 1px solid #DBE0E3;
        outline-offset: 2px;
        z-index: -1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .feature-block .inner-box:after {
        background-image: url(../images/resource/feature1-line1.png);
        content: "";
        position: absolute;
        right: 31px;
        top: 40px;
        height: 45px;
        width: 266px;
        z-index: -2;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .feature-block .inner-box:hover .icon-box {
        background-color: var(--theme-color1);
        color: var(--theme-color3);
    }

        .feature-block .inner-box:hover .icon-box i, .feature-block .inner-box:hover .icon-box img {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .feature-block .inner-box:hover .icon-box .count {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

    .feature-block .inner-box .icon-box {
        background-color: #F3F7F9;
        border-radius: 50%;
        color: var(--theme-color3);
        height: 80px;
        font-size: 48px;
        line-height: 80px;
        text-align: center;
        width: 80px;
        margin-bottom: 21px;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .feature-block .inner-box .icon-box i, .feature-block .inner-box .icon-box img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .feature-block .inner-box .icon-box .count {
            background-color: #DBE0E3;
            border-radius: 50%;
            color: var(--theme-color2);
            display: inline-block;
            font-size: 10px;
            font-weight: 700;
            height: 22px;
            line-height: 22px;
            top: 0;
            right: 0;
            position: absolute;
            width: 22px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .feature-block .inner-box .title {
        margin-bottom: 9px;
    }

    .feature-block .inner-box .text {
        max-width: 290px;
    }

.feature-block-right .inner-box {
    position: relative;
    text-align: right;
    z-index: 1;
}

    .feature-block-right .inner-box:before {
        background-color: #DBE0E3;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 22px;
        top: 83px;
        height: 18px;
        width: 18px;
        outline: 1px solid #DBE0E3;
        outline-offset: 2px;
        z-index: -1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .feature-block-right .inner-box:after {
        background-image: url(../images/resource/feature1-line1-right.png);
        content: "";
        position: absolute;
        right: 80px;
        top: 40px;
        height: 45px;
        width: 266px;
        z-index: -2;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .feature-block-right .inner-box:hover .icon-box {
        background-color: var(--theme-color1);
        color: var(--theme-color3);
    }

        .feature-block-right .inner-box:hover .icon-box i, .feature-block-right .inner-box:hover .icon-box img {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .feature-block-right .inner-box:hover .icon-box .count {
            background-color: var(--theme-color2);
            color: var(--theme-color2-text-color);
        }

    .feature-block-right .inner-box .icon-box {
        background-color: #F3F7F9;
        border-radius: 50%;
        color: var(--theme-color3);
        height: 80px;
        font-size: 48px;
        line-height: 80px;
        text-align: center;
        width: 80px;
        margin-bottom: 21px;
        margin-left: auto;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .feature-block-right .inner-box .icon-box i, .feature-block-right .inner-box .icon-box img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .feature-block-right .inner-box .icon-box .count {
            background-color: #DBE0E3;
            border-radius: 50%;
            color: var(--theme-color2);
            display: inline-block;
            font-size: 10px;
            font-weight: 700;
            height: 22px;
            line-height: 22px;
            top: 0;
            left: 0;
            position: absolute;
            width: 22px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .feature-block-right .inner-box .title {
        margin-bottom: 9px;
    }

    .feature-block-right .inner-box .text {
        max-width: 290px;
        margin-left: auto;
    }

/*** 

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

***/
.process-section {
    position: relative;
    padding: 0px 0 200px;
}

@media only screen and (max-width: 1023px) {
    .process-section .sec-title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .process-section {
        padding-bottom: 90px;
    }
}

.process-section .process-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -520px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.process-section .content-box-upper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.process-block_one {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .process-block_one {
        margin-bottom: 25px;
    }
}

.process-block_one .process-block_one-inner {
    position: relative;
    text-align: center;
}

    .process-block_one .process-block_one-inner:hover .process-block_one-icon-outer::before {
        opacity: 0;
    }

    .process-block_one .process-block_one-inner:hover .process-block_one-icon-outer::after {
        opacity: 1;
    }

    .process-block_one .process-block_one-inner:hover .process-block_one-icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        color: var(--theme-color2);
        background-color: var(--theme-color1);
    }

    .process-block_one .process-block_one-inner::before {
        position: absolute;
        content: "";
        left: 87%;
        top: 70px;
        width: 92px;
        height: 58px;
        background: url(../images/icons/arrow-3.svg);
    }

@media only screen and (max-width: 1199px) {
    .process-block_one .process-block_one-inner::before {
        display: none;
    }
}

.process-block_one .process-block_one-inner .process-block_one-number {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 56px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--theme-color1);
    font-family: var(--body-font-family);
    font-weight: 700;
    background-color: var(--theme-color2);
}

.process-block_one .process-block_one-icon-outer {
    position: relative;
    display: inline-block;
}

    .process-block_one .process-block_one-icon-outer::before {
        position: absolute;
        content: "";
        left: -4px;
        right: 0px;
        bottom: -10px;
        height: 42px;
        background: url(../images/icons/process-curve.png);
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .process-block_one .process-block_one-icon-outer::after {
        position: absolute;
        content: "";
        left: -4px;
        right: 0px;
        bottom: -10px;
        height: 41px;
        background: url(../images/icons/process-curve2.png);
        background-position: center top;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .process-block_one .process-block_one-icon-outer .process-block_one-icon {
        position: relative;
        width: 170px;
        height: 200px;
        margin: 0 auto;
        font-size: 60px;
        line-height: 200px;
        color: var(--theme-color3);
        font-family: "flaticon-forex";
        background-color: #f1f3f3;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-mask-image: url(../images/resource/process1-shape1.png);
        -webkit-mask-position: left top;
        -webkit-mask-repeat: no-repeat;
    }

.process-block_one .process-block_one-title {
    margin-top: 25px;
    color: var(--theme-color2);
}

.process-block_one:last-child .process-block_one-inner::before {
    display: none;
}

/*** 

====================================================================
  Process Section Two
====================================================================

***/
.process-section-two {
    padding: 60px 0;
}

    .process-section-two .outer-box {
        background-color: #0a0d12;
        border-radius: 30px;
        padding: 120px 30px;
        max-width: 1819px;
        margin: 0 auto;
    }

.process-box-two .process-wrapper {
    position: relative;
    --indicator-top: 0;
}

    .process-box-two .process-wrapper:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#DDFF93), to(#0A0D12));
        background: linear-gradient(180deg, #DDFF93 0%, #0A0D12 100%);
        border-radius: 4px;
        content: "";
        height: 185px;
        left: 21px;
        position: absolute;
        top: var(--indicator-top);
        -webkit-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        width: 6px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .process-box-two .process-wrapper:hover:after {
        opacity: 1;
    }

    .process-box-two .process-wrapper .step {
        margin-bottom: 46px;
        padding-left: 80px;
        position: relative;
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .process-box-two .process-wrapper .step:before {
            background-color: rgba(var(--theme-color-white-rgb), 0.1);
            border-radius: 20px;
            bottom: 0;
            content: "";
            left: 21px;
            position: absolute;
            height: calc(100% + 50px);
            top: 0;
            width: 6px;
        }

        .process-box-two .process-wrapper .step:last-child:before {
            height: 0;
        }

@media (max-width: 575.98px) {
    .process-box-two .process-wrapper .step {
        margin-bottom: 30px;
    }
}

@media (max-width: 399.98px) {
    .process-box-two .process-wrapper .step {
        padding-left: 60px;
    }
}

.process-box-two .process-wrapper .step:hover .count, .process-box-two .process-wrapper .step.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color2);
}

.process-box-two .process-wrapper .step .count {
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-box-two .process-wrapper .step .step-count {
    color: #6D727C;
    line-height: 1;
    margin-bottom: 7px;
}

.process-box-two .process-wrapper .step .title {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}

@media (max-width: 399.98px) {
    .process-box-two .process-wrapper .step .title {
        font-size: 20px;
    }
}

.process-box-two .process-wrapper .step .text {
    color: rgba(var(--theme-color-white-rgb), 0.6);
    font-weight: 500;
    letter-spacing: -0.02em;
    max-width: 516px;
}

.process-box-two .process-wrapper {
    /* Step positions for indicator */
}

    .process-box-two .process-wrapper .step[data-step="1"] {
        --step-position: 0;
    }

    .process-box-two .process-wrapper .step[data-step="2"] {
        --step-position: 60px;
    }

    .process-box-two .process-wrapper .step[data-step="3"] {
        --step-position: 120px;
    }

    .process-box-two .process-wrapper .step[data-step="4"] {
        --step-position: 180px;
    }

/*** 

====================================================================
    Profits One
====================================================================

***/
.profits-one {
    position: relative;
    padding: 0px 0px 110px;
}

    .profits-one .auto-container {
        max-width: 1600px;
    }

    .profits-one .profits-bg {
        position: absolute;
        left: 50px;
        top: 50px;
        right: 50px;
        bottom: 350px;
        overflow: hidden;
        border-radius: 10px;
        background-color: var(--theme-light-background);
    }

@media only screen and (max-width: 1400px) {
    .profits-one .profits-bg {
        left: 0px;
        right: 0px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .profits-bg {
        top: 0px;
    }
}

.profits-one .image-column {
    position: relative;
}

    .profits-one .image-column .inner-column {
        position: relative;
    }

        .profits-one .image-column .inner-column .image {
            position: relative;
            margin-left: -125px;
        }

@media only screen and (max-width: 1400px) {
    .profits-one .image-column .inner-column .image {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .image-column .inner-column .image {
        margin-left: 0px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.profits-one .content-column {
    position: relative;
}

    .profits-one .content-column .inner-column {
        position: relative;
        padding-top: 138px;
        padding-left: 80px;
        padding-bottom: 50px;
    }

@media only screen and (max-width: 1400px) {
    .profits-one .content-column .inner-column {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .content-column .inner-column {
        padding-top: 80px;
    }
}

.profits-one .content-column .inner-column .sec-title {
    margin-bottom: 40px;
}

.profits-one .content-column .btn-box {
    position: relative;
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {
    .profits-one .content-column .btn-box {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .content-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.profits-one .profit-blocks {
    position: relative;
}

    .profits-one .profit-blocks::before {
        position: absolute;
        content: "";
        left: 47%;
        top: 0px;
        bottom: 0px;
        width: 1px;
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }

@media only screen and (max-width: 1199px) {
    .profits-one .profit-blocks::before {
        left: 48.5%;
    }
}

@media only screen and (max-width: 1023px) {
    .profits-one .profit-blocks::before {
        left: 48.5%;
    }
}

@media only screen and (max-width: 767px) {
    .profits-one .profit-blocks::before {
        display: none;
    }
}

.profit-block_one {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .profit-block_one {
        margin-bottom: 30px;
    }
}

.profit-block_one .profit-block_one-inner {
    position: relative;
    color: var(--theme-color2);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
}

    .profit-block_one .profit-block_one-inner:hover .icon i {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.profit-block_one .title {
    color: var(--theme-color2);
    display: block;
    font-family: var(--heading-font-family);
    font-size: 20px;
    margin: 20px 0px 5px;
    position: relative;
}

.profit-block_one .icon {
    background-color: var(--theme-color3);
    border-radius: 50px;
    font-size: 28px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
}

    .profit-block_one .icon i {
        color: var(--theme-color1);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.profit-block_one .text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    margin-bottom: 0px;
    padding-right: 25px;
    position: relative;
}

.forex-box {
    position: relative;
    padding: 100px 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 0px 15px 15px 15px;
}

    .forex-box .forex-play-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media only screen and (max-width: 576px) {
    .forex-box .forex-play-box .arrow {
        display: none;
    }
}

.forex-box .forex-play-box .play-now-two {
    color: var(--theme-color2);
    background-color: var(--theme-color1);
}

.forex-box .forex-play-box .play {
    position: relative;
    font-weight: 600;
    color: var(--theme-color-light);
}

/*** 

====================================================================
    Awards One
====================================================================

***/
.awards-one {
    position: relative;
    margin-bottom: 25px;
}

    .awards-one .auto-container {
        position: relative;
        max-width: 1820px;
    }

        .awards-one .auto-container .inner-container {
            position: relative;
            padding: 110px 110px;
            border-radius: 10px;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

@media only screen and (max-width: 1699px) {
    .awards-one .auto-container .inner-container {
        padding: 110px 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .awards-one .auto-container .inner-container {
        padding: 100px 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .awards-one .auto-container .inner-container {
        padding: 60px 20px;
    }
}

.awards-one .sec-title {
    margin-bottom: 30px;
}

    .awards-one .sec-title h2 {
        max-width: 410px;
    }

@media only screen and (max-width: 1199px) {
    .awards-one .sec-title h2 {
        max-width: 70%;
    }
}

@media only screen and (max-width: 1023px) {
    .awards-one .sec-title h2 {
        max-width: 100%;
    }
}

.awards-one .sec-title .text {
    max-width: 530px;
}

@media only screen and (max-width: 1023px) {
    .awards-one .sec-title .text {
        max-width: 100%;
    }
}

.awards-one .awards-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .awards-one .awards-info {
        margin-bottom: 35px;
    }
}

.awards-one .awards-info .text {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    padding: 18px 25px 20px;
    max-width: 270px;
    width: 100%;
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
    border-left: 5px solid var(--theme-color1);
}

.award-block_one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: relative;
}

    .award-block_one .icon {
        background-color: var(--theme-color1);
        border-radius: 50px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 45px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .award-block_one .icon i {
            color: var(--theme-color2);
            display: inline-block;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            font-family: "flaticon-forex";
            font-size: 20px;
            font-stretch: normal;
        }

    .award-block_one:hover .icon i {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .award-block_one .title {
        color: var(--theme-color2);
        font-family: var(--heading-font-family);
        font-weight: 500;
        margin-bottom: 0px;
        position: relative;
    }

.award-block_two {
    position: relative;
    margin-bottom: 15px;
}

    .award-block_two .award-block_two-inner {
        background-color: #f1f3f3;
        border-radius: 10px;
        overflow: hidden;
        padding: 25px 25px 25px 35px;
        position: relative;
    }

@media (max-width: 499.98px) {
    .award-block_two .award-block_two-inner {
        padding: 25px 0;
    }
}

.award-block_two .award-block_two-inner:before {
    background-color: var(--theme-color2);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-block_two .award-block_two-inner.active:before, .award-block_two .award-block_two-inner:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.award-block_two .award-block_two-inner.active .small-year, .award-block_two .award-block_two-inner:hover .small-year {
    opacity: 1;
}

    .award-block_two .award-block_two-inner.active .small-year img, .award-block_two .award-block_two-inner:hover .small-year img {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

@media (max-width: 499.98px) {
    .award-block_two .award-block_two-inner.active .small-year, .award-block_two .award-block_two-inner:hover .small-year {
        top: 10px;
    }

        .award-block_two .award-block_two-inner.active .small-year span, .award-block_two .award-block_two-inner:hover .small-year span {
            display: block;
            max-width: 53px;
            margin: 0 auto;
        }
}

.award-block_two .award-block_two-inner.active .year, .award-block_two .award-block_two-inner:hover .year {
    opacity: 0;
    visibility: hidden;
}

.award-block_two .award-block_two-inner.active .text, .award-block_two .award-block_two-inner:hover .text {
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-color-light);
}

.award-block_two .award-block_two-inner.active .arrow, .award-block_two .award-block_two-inner:hover .arrow {
    background-color: var(--theme-color1);
    color: var(--theme-color2);
}

.award-block_two .award-block_two-inner .small-year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    color: var(--theme-color1);
    font-family: var(--heading-font-family);
    font-size: 50px;
    left: 40px;
    opacity: 0;
    position: absolute;
    top: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1499.98px) {
    .award-block_two .award-block_two-inner .small-year {
        gap: 17px;
    }
}

@media (max-width: 1299.98px) {
    .award-block_two .award-block_two-inner .small-year {
        font-size: 40px;
        gap: 5px;
        top: auto;
    }
}

@media only screen and (max-width: 576px) {
    .award-block_two .award-block_two-inner .small-year {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 10%;
    }

        .award-block_two .award-block_two-inner .small-year span {
            display: none;
        }
}

@media (max-width: 499.98px) {
    .award-block_two .award-block_two-inner .small-year {
        opacity: 1;
    }
}

@media (max-width: 499.98px) {
    .award-block_two .award-block_two-inner .features-count {
        display: none;
    }
}

.award-block_two .award-block_two-inner .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 499.98px) {
    .award-block_two .award-block_two-inner .content-box {
        display: block;
        text-align: center;
    }
}

.award-block_two .year {
    bottom: -50px;
    color: var(--theme-color3);
    font-size: 100px;
    font-weight: 48px;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1499.98px) {
    .award-block_two .year {
        bottom: -45px;
        font-size: 85px;
    }
}

@media (max-width: 1299.98px) {
    .award-block_two .year {
        bottom: -40px;
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .award-block_two .year {
        font-size: 40px;
    }
}

@media (max-width: 499.98px) {
    .award-block_two .year {
        bottom: 0;
        font-size: 38px;
    }
}

.award-block_two .text {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--theme-color2);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 600;
    margin-left: -17%;
    padding: 10px 0px 10px 40px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .award-block_two .text {
        margin-left: -6%;
    }
}

@media (max-width: 1499.98px) {
    .award-block_two .text {
        margin-left: 0;
    }
}

@media (max-width: 1299.98px) {
    .award-block_two .text {
        border: none;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .award-block_two .text {
        display: none;
    }
}

@media (max-width: 499.98px) {
    .award-block_two .text {
        display: block;
        font-size: 22px;
    }
}

.award-block_two .arrow {
    background-color: var(--theme-color2);
    border-radius: 50px;
    color: var(--theme-color1);
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    position: relative;
    text-align: center;
    width: 56px;
}

@media (max-width: 499.98px) {
    .award-block_two .arrow {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

    .product-details .bxslider .image-box img {
        width: 100%;
    }

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

    .product-details .bxslider .thumb-box li:last-child {
        margin: 0px !important;
    }

    .product-details .bxslider .thumb-box li a {
        position: relative;
        display: inline-block;
    }

        .product-details .bxslider .thumb-box li a:before {
            position: absolute;
            content: "";
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .product-details .bxslider .thumb-box li a.active:before {
            opacity: 1;
        }

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

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

    .product-details .product-info .product-details__title span {
        position: relative;
        display: inline-block;
        color: var(--theme-color1);
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-left: 20px;
        letter-spacing: 0;
    }

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

    .product-details .product-info .product-details__reveiw i {
        font-size: 16px;
        color: var(--review-color);
    }

        .product-details .product-info .product-details__reveiw i + i {
            margin-left: 4px;
        }

    .product-details .product-info .product-details__reveiw span {
        position: relative;
        top: 1px;
        line-height: 1;
        font-size: 16px;
        color: var(--theme-color1);
        margin-left: 18px;
    }

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

    .product-details .product-info .product-details__buttons-2 .thm-btn {
        background-color: var(--theme-color2);
    }

        .product-details .product-info .product-details__buttons-2 .thm-btn:before {
            background-color: var(--theme-color1);
        }

        .product-details .product-info .product-details__buttons-2 .thm-btn:after {
            background-color: var(--theme-color1);
        }

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-details .product-info .product-details__social .title {
        position: relative;
        display: block;
    }

        .product-details .product-info .product-details__social .title h3 {
            color: #222;
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
        }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 30px;
    }

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

        .product-details .product-info .product-details__social .social-icon-one {
            margin-left: 0;
        }
}

.product-details__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

    .product-details__quantity .quantity-box {
        position: relative;
        width: 98px;
        border-radius: 10px;
        height: 60px;
    }

        .product-details__quantity .quantity-box input {
            width: 98px;
            border-radius: 10px;
            height: 60px;
            border: 1px solid #e0e4e8;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            padding-left: 30px;
            outline: none;
            font-size: 18px;
            font-weight: 500;
            color: var(--theme-color1);
        }

        .product-details__quantity .quantity-box button {
            width: 29px;
            height: 29px;
            background-color: transparent;
            color: #fff;
            font-size: 8px;
            position: absolute;
            top: 1px;
            right: 1px;
            background-color: var(--theme-color1);
            border: none;
            border-left: 1px solid #e0e4e8;
            border-top-right-radius: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            outline: none;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .product-details__quantity .quantity-box button:hover {
                color: var(--headings-color);
                background-color: var(--theme-color2);
            }

            .product-details__quantity .quantity-box button.sub {
                bottom: 1px;
                top: auto;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 10px;
            }

.product-discription {
    position: relative;
    display: block;
}

    .product-discription .product-description__title {
        font-size: 30px;
        margin-bottom: 27px;
    }

    .product-discription .product-description__text1 {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }

    .product-discription .product-description__list {
        position: relative;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .product-discription .product-description__list ul {
            position: relative;
            display: block;
        }

            .product-discription .product-description__list ul li {
                position: relative;
                display: block;
                margin-bottom: 2px;
            }

                .product-discription .product-description__list ul li:last-child {
                    margin-bottom: 0px;
                }

                .product-discription .product-description__list ul li p {
                    margin: 0;
                    font-weight: 600;
                    color: var(--headings-color);
                }

                    .product-discription .product-description__list ul li p span:before {
                        position: relative;
                        display: inline-block;
                        color: var(--theme-color1);
                        font-size: 17px;
                        line-height: 17px;
                        margin-right: 11px;
                        top: 2px;
                    }

    .product-discription .tabs-content .text p {
        margin-bottom: 17px;
    }

        .product-discription .tabs-content .text p:last-child {
            margin-bottom: 0px;
        }

    .product-discription .tab-btn-box {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }

        .product-discription .tab-btn-box:before {
            position: absolute;
            content: "";
            background-color: #e1e8e4;
            width: 100%;
            height: 1px;
            left: 0px;
            top: 28px;
        }

        .product-discription .tab-btn-box .tab-btns li {
            position: relative;
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            color: #1e2434;
            text-align: center;
            padding: 14px 30px;
            background-color: #fff;
            border: 1px solid #e1e8e4;
            cursor: pointer;
            margin: 0px 8.5px;
            margin-bottom: 15px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .product-discription .tab-btn-box .tab-btns li.active-btn {
                color: #fff;
                background-color: var(--theme-color1);
            }

            .product-discription .tab-btn-box .tab-btns li:last-child {
                margin-bottom: 0;
            }

    .product-discription .single-comment-box .inner-box {
        position: relative;
        display: block;
        background-color: #f4f5f4;
        padding: 34px 30px 34px 125px;
    }

        .product-discription .single-comment-box .inner-box .comment-thumb {
            position: absolute;
            left: 30px;
            top: 40px;
            border-radius: 50%;
            width: 80px;
        }

            .product-discription .single-comment-box .inner-box .comment-thumb img {
                width: 100%;
                border-radius: 50%;
            }

        .product-discription .single-comment-box .inner-box .rating {
            position: relative;
            display: block;
            margin-bottom: 2px;
        }

            .product-discription .single-comment-box .inner-box .rating li {
                position: relative;
                display: inline-block;
                font-size: 12px;
                float: left;
                margin-right: 4px;
                color: #fdc009;
            }

                .product-discription .single-comment-box .inner-box .rating li:last-child {
                    margin: 0px !important;
                }

        .product-discription .single-comment-box .inner-box h5 {
            display: block;
            font-size: 16px;
            line-height: 26px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

            .product-discription .single-comment-box .inner-box h5 span {
                font-weight: 400;
                text-transform: capitalize;
            }

    .product-discription .customer-comment {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .product-discription .comment-box {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 51px 60px 60px 60px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

        .product-discription .comment-box h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 23px;
        }

        .product-discription .comment-box .form-group {
            position: relative;
            margin-bottom: 15px;
        }

            .product-discription .comment-box .form-group label {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 28px;
                color: #707582;
                margin-bottom: 8px;
            }

        .product-discription .comment-box .column:last-child .form-group {
            margin-bottom: 0px;
        }

        .product-discription .comment-box .review-box p {
            position: relative;
            float: left;
            margin-right: 10px;
        }

        .product-discription .comment-box .review-box .rating {
            position: relative;
            float: left;
        }

            .product-discription .comment-box .review-box .rating li {
                position: relative;
                display: inline-block;
                font-size: 14px;
                line-height: 28px;
                float: left;
                margin-right: 4px;
                color: #fdc009;
            }

                .product-discription .comment-box .review-box .rating li:last-child {
                    margin: 0px !important;
                }

        .product-discription .comment-box .review-box {
            position: relative;
            display: block;
            margin-top: 8px;
        }

        .product-discription .comment-box .custom-controls-stacked {
            position: relative;
            float: left;
        }

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }

    .product-details__title span {
        margin-left: 0;
        display: block;
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

    .categories-section .bg-pattern {
        position: absolute;
        left: 0;
        top: -220px;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(../images/icons/pattern-7.html);
        background-repeat: no-repeat;
        background-position: left top;
        z-index: -1;
    }

    .categories-section:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 300px;
        width: 100%;
        background: var(--theme-color3);
        content: "";
        z-index: 1;
    }

    .categories-section:after {
        position: absolute;
        left: 0;
        bottom: -50px;
        height: 70px;
        width: 100%;
        z-index: 2;
        content: "";
        background-image: url(../images/icons/pattern-3.html);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

    .category-block .inner-box {
        position: relative;
        text-align: center;
        background: #ffffff;
        padding: 40px 30px 30px;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .category-block .inner-box:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 190px;
            background-repeat: no-repeat;
            background-position: center bottom;
            content: "";
        }

        .category-block .inner-box:hover {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

            .category-block .inner-box:hover .image img {
                -webkit-transform: rotate(10deg) scale(1.2);
                transform: rotate(10deg) scale(1.2);
            }

        .category-block .inner-box.cat-bg-1:before {
            background-image: url(../images/icons/cat-1-bg.html);
        }

        .category-block .inner-box.cat-bg-2:before {
            background-image: url(../images/icons/cat-2-bg.html);
        }

        .category-block .inner-box.cat-bg-3:before {
            background-image: url(../images/icons/cat-3-bg.html);
        }

        .category-block .inner-box.cat-bg-4:before {
            background-image: url(../images/icons/cat-4-bg.html);
        }

    .category-block .image {
        position: relative;
        display: inline-block;
        height: 180px;
        width: 180px;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: 15px;
    }

        .category-block .image img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .category-block h4 {
        font-size: 20px;
        color: var(--theme-color3);
        font-weight: 700;
        margin-bottom: 10px;
    }

        .category-block h4 a {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .category-block h4 a:hover {
                color: var(--theme-color1);
            }

    .category-block p {
        font-size: 14px;
        color: #797f7d;
        line-height: 26px;
        margin-bottom: 0px;
    }

/***

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

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

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

    .category-block-two .inner-box {
        position: relative;
        text-align: center;
        background: #ffffff;
        border-radius: 10px;
        margin: 0 auto;
        padding: 18px;
    }

        .category-block-two .inner-box:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 60px;
            width: 100%;
            border-radius: 10px;
            background: #e3eee5;
            content: "";
        }

        .category-block-two .inner-box:hover .image:before {
            left: 100%;
            -webkit-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

        .category-block-two .inner-box:hover .image img {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        .category-block-two .inner-box:hover h4 a {
            color: var(--theme-color1);
        }

    .category-block-two .content {
        position: relative;
        background: #ffffff;
        border-radius: 10px;
        padding: 0 40px 40px;
        z-index: 1;
        -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    }

        .category-block-two .content:before {
            position: absolute;
            top: -88px;
            left: 0;
            width: 180px;
            height: 180px;
            right: 0;
            margin: 0 auto;
            border-radius: 50%;
            background: #e3eee5;
            content: "";
        }

        .category-block-two .content:after {
            position: absolute;
            left: 0;
            bottom: 0px;
            width: 100%;
            font-size: 30px;
            line-height: 1em;
            color: #e8f3ea;
            height: 15px;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            content: attr(data-text);
        }

    .category-block-two .image {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: -70px;
    }

        .category-block-two .image img {
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .category-block-two .image:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 120%;
            width: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
            content: "";
            opacity: 0.3;
            left: -100%;
            pointer-events: none;
            z-index: 1;
        }

    .category-block-two h4 {
        font-size: 22px;
        color: var(--theme-color3);
        font-weight: 700;
        margin-bottom: 15px;
    }

        .category-block-two h4 a {
            color: var(--theme-color3);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .category-block-two p {
        font-size: 16px;
        color: #797f7d;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .category-block-two .link {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #e8f3ea;
        border-radius: 50%;
        line-height: 50px;
        margin-top: 25px;
        color: #608174;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .category-block-two .link:hover {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

    .category-block-two.child-two .link {
        background: #f0e2e3;
    }

    .category-block-two.child-two .inner-box:before {
        background: #f0e2e3;
    }

    .category-block-two.child-two .inner-box:hover h4 a {
        color: #e69da2;
    }

    .category-block-two.child-two .content:before {
        background: #f0e2e3;
    }

    .category-block-two.child-two .content:after {
        color: #f0e2e3;
    }

    .category-block-two.child-three .link {
        background: #f1ede1;
    }

    .category-block-two.child-three .inner-box:before {
        background: #f1ede1;
    }

    .category-block-two.child-three .inner-box:hover h4 a {
        color: #c9b579;
    }

    .category-block-two.child-three .content:before {
        background: #f1ede1;
    }

    .category-block-two.child-three .content:after {
        color: #f1ede1;
    }

/***

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

***/
.products-section {
    position: relative;
    padding: 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(--text-color-bg-theme-color2);
        background-color: var(--theme-color2);
    }

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
    color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

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

    .payment-method .accordion-box .block .acc-btn {
        padding: 19px 30px 22px 30px;
    }

        .payment-method .accordion-box .block .acc-btn .icon-outer {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: 30px;
            height: auto;
            /* line-height: 65px; */
            font-size: 28px;
            color: #1e2434;
        }

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

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.shop-sidebar {
    position: relative;
    display: block;
}

    .shop-sidebar .sidebar-search .search-form .form-group {
        position: relative;
        margin: 0px;
    }

        .shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
            position: relative;
            width: 100%;
            height: 52px;
            background-color: 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-search {
        margin-bottom: 30px;
    }

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

    .shop-sidebar .post-widget {
        padding-bottom: 9px;
    }

.range-slider {
    position: relative;
}

    .range-slider .title {
        line-height: 26px;
        position: relative;
        display: inline-block;
        margin-right: 4px;
    }

        .range-slider .title:before {
            position: absolute;
            content: "$";
            left: -5px;
            top: -19px;
            color: #646578;
            font-size: 18px;
        }

    .range-slider p {
        position: relative;
        display: inline-block;
        color: #646578;
        margin-right: 10px !important;
    }

    .range-slider .input {
        color: #646578;
        max-width: 75px;
        font-size: 18px;
        margin-top: 5px;
        position: relative;
        display: inline-block;
    }

        .range-slider .input input {
            background: none;
            color: #646578;
            font-size: 15px;
            text-align: left;
        }

    .range-slider .ui-widget.ui-widget-content {
        height: 4px;
        border: none;
        margin-bottom: 14px;
        background-color: #d0d4dd;
        border-radius: 2px;
    }

    .range-slider .ui-slider .ui-slider-range {
        top: 0px;
        height: 4px;
        background-color: var(--theme-color1);
    }

    .range-slider .ui-state-default {
        top: -5px;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        margin-left: 0px;
        background-color: var(--theme-color1);
        position: absolute;
    }

        .range-slider .ui-state-default:before {
            position: absolute;
            content: "";
            background-color: #ffffff;
            width: 6px;
            height: 6px;
            left: 4px;
            top: 4px;
            border-radius: 50%;
        }

    .range-slider .ui-widget-content .ui-state-default {
        top: -5px;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        margin-left: 0px;
        background-color: var(--theme-color1);
    }

        .range-slider .ui-widget-content .ui-state-default:before {
            position: absolute;
            content: "";
            background-color: #ffffff;
            width: 6px;
            height: 6px;
            left: 4px;
            top: 4px;
            border-radius: 50%;
        }

    .range-slider input[type=submit] {
        position: relative;
        display: block;
        background: var(--theme-color1);
        color: #ffffff;
        float: right;
        text-align: center;
        border: none;
        font-size: 14px;
        font-weight: 500;
        margin-top: 0;
        text-transform: capitalize;
        cursor: pointer;
        padding: 7px 20px;
        border-radius: 10px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .range-slider input[type=submit]:hover {
            color: var(--text-color-bg-theme-color2);
            background-color: var(--theme-color2);
        }


@-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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 250px;
    position: relative;
}

    .page-title:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));
        background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
    }

    .page-title .title {
        color: #ffffff;
        font-size: 64px;
        margin-bottom: 17px;
    }

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    max-width: 520px;
    position: relative;
}

.page-breadcrumb {
    margin-top: 5px;
    position: relative;
}

    .page-breadcrumb li {
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 12px;
        padding-right: 13px;
        position: relative;
        text-transform: capitalize;
    }

        .page-breadcrumb li:after {
            color: #ffffff;
            content: "\f105";
            font-family: "Font Awesome 6 Pro";
            font-size: 14px;
            font-weight: 900;
            position: absolute;
            right: -6px;
            top: 1px;
        }

        .page-breadcrumb li:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

            .page-breadcrumb li:last-child::after {
                display: none;
            }

        .page-breadcrumb li a {
            color: #ffc107;
            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 {
        bottom: 0;
        left: 0;
        padding: 10px 0;
        position: absolute;
        width: 100%;
        -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 {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .play-now .icon {
        background-color: #ffffff;
        color: #ff6d2e;
        border-radius: 50%;
        display: inline-block;
        font-size: 14px;
        height: 70px;
        line-height: 70px;
        padding-left: 0px;
        position: relative;
        text-align: center;
        width: 70px;
        z-index: 1;
        -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 {
        border-radius: 50%;
        height: 70px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 70px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

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

/***

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

@media (max-width: 345.98px) {
    .contact-details__info li {
        display: inline-block;
        margin-bottom: 30px;
    }
}

.contact-details__info li .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #161445;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 80px;
}

    .contact-details__info li .icon span {
        color: var(--theme-color-light);
        font-size: 25px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

@media (max-width: 345.98px) {
    .contact-details__info li .icon {
        margin-bottom: 10px;
    }
}

.contact-details__info li:hover .icon {
    background-color: #ef9a3d;
    color: var(--theme-color-light);
}

    .contact-details__info li:hover .icon span {
        color: var(--text-color-bg-theme-color2);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.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: 345.98px) {
    .contact-details__info li .text {
        margin-left: 0px;
    }
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li + li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

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

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

    .service-sidebar .service-sidebar-single-services .title {
        position: relative;
        display: block;
        margin-bottom: 12px;
        padding-left: 20px;
    }

        .service-sidebar .service-sidebar-single-services .title h3 {
            color: var(--headings-color);
            font-size: 20px;
            line-height: 30px;
            letter-spacing: -0.02em;
        }

    .service-sidebar .service-sidebar-single-services ul {
        position: relative;
        display: block;
        margin-top: 10px;
    }

        .service-sidebar .service-sidebar-single-services ul li {
            position: relative;
            display: block;
            margin-bottom: 5px;
            margin-top: -10px;
        }

            .service-sidebar .service-sidebar-single-services ul li:last-child {
                margin-bottom: 0;
            }

            .service-sidebar .service-sidebar-single-services ul li a {
                position: relative;
                display: block;
                color: var(--agriox-color-1, #687469);
                font-size: 18px;
                padding: 22px 20px 22px;
                border-radius: 10px;
                background: transparent;
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
                z-index: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .service-sidebar .service-sidebar-single-services ul li a:hover {
                    color: var(--headings-color);
                }

                    .service-sidebar .service-sidebar-single-services ul li a:hover::before {
                        opacity: 1;
                        -webkit-transform: perspective(400px) rotateX(0deg);
                        transform: perspective(400px) rotateX(0deg);
                        -webkit-transition: all 300ms linear;
                        transition: all 300ms linear;
                        -webkit-transition-delay: 0.1s;
                        transition-delay: 0.1s;
                    }

                    .service-sidebar .service-sidebar-single-services ul li a:hover i {
                        color: var(--theme-color1);
                    }

                .service-sidebar .service-sidebar-single-services ul li a::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    content: "";
                    z-index: -1;
                    opacity: 1;
                    -webkit-transform: perspective(400px) rotateX(90deg);
                    transform: perspective(400px) rotateX(90deg);
                    -webkit-transform-origin: bottom;
                    transform-origin: bottom;
                    -webkit-transition: all 300ms linear;
                    transition: all 300ms linear;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    background: #ffffff;
                    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
                    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
                    border-radius: 10px;
                }

                .service-sidebar .service-sidebar-single-services ul li a i {
                    font-size: 16px;
                }

            .service-sidebar .service-sidebar-single-services ul li.current a::before {
                opacity: 1;
                -webkit-transform: perspective(400px) rotateX(0deg);
                transform: perspective(400px) rotateX(0deg);
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
            }

            .service-sidebar .service-sidebar-single-services ul li.current a i {
                color: var(--theme-color1);
            }

            .service-sidebar .service-sidebar-single-services ul li.current:first-child {
                margin-top: 20px;
            }

            .service-sidebar .service-sidebar-single-services ul li.current:last-child {
                margin-bottom: 35px;
            }

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

    .service-sidebar .service-sidebar-single-contact-box::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(109, 140, 84, 0.93);
        border-radius: 10px;
        content: "";
        z-index: -1;
    }

    .service-sidebar .service-sidebar-single-contact-box .icon {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-radius: 50%;
        background: var(--theme-color2);
    }

        .service-sidebar .service-sidebar-single-contact-box .icon:hover {
            background-color: var(--headings-color);
        }

            .service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
                color: #fff;
            }

        .service-sidebar .service-sidebar-single-contact-box .icon span::before {
            position: relative;
            display: inline-block;
            color: var(--headings-color);
            font-size: 30px;
            line-height: 60px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .service-sidebar .service-sidebar-single-contact-box .title {
        position: relative;
        display: block;
        margin-top: 20px;
        margin-bottom: 42px;
    }

        .service-sidebar .service-sidebar-single-contact-box .title h2 {
            color: #ffffff;
            font-size: 36px;
        }

    .service-sidebar .service-sidebar-single-contact-box .phone {
        font-size: 24px;
        line-height: 34px;
    }

        .service-sidebar .service-sidebar-single-contact-box .phone a {
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .service-sidebar .service-sidebar-single-contact-box .phone a:hover {
                color: var(--theme-color1);
            }

    .service-sidebar .service-sidebar-single-contact-box p {
        color: #ffffff;
        font-size: 14px;
        line-height: 22px;
    }

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

    .service-sidebar .service-sidebar-single-btn .thm-btn {
        font-size: 16px;
        padding: 13px 50px 28px;
    }

        .service-sidebar .service-sidebar-single-btn .thm-btn span::before {
            position: relative;
            display: inline-block;
            top: 13px;
            color: #334b35;
            font-size: 40px;
            padding-right: 25px;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
            font-weight: 500;
        }

        .service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
            color: #ffffff;
        }

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

    .service-sidebar .banner-widget .widget-content {
        position: relative;
        display: block;
        width: 100%;
        padding: 45px 30px 40px 30px;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .service-sidebar .banner-widget .widget-content .shape {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 278px;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .service-sidebar .banner-widget .content-box {
        position: relative;
        max-width: 200px;
        width: 100%;
    }

        .service-sidebar .banner-widget .content-box .icon-box {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 40px;
            background-color: var(--theme-color2);
            color: var(--text-color-bg-theme-color2);
            text-align: center;
            border-radius: 5px;
            margin-bottom: 23px;
        }

            .service-sidebar .banner-widget .content-box .icon-box .icon-shape {
                position: absolute;
                top: -15px;
                right: -38px;
                width: 32px;
                height: 32px;
                background-repeat: no-repeat;
            }

        .service-sidebar .banner-widget .content-box h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 22px;
        }

        .service-sidebar .banner-widget .content-box .theme-btn-two:hover {
            background: #0a267a;
        }

.service-sidebar .service-sidebar-single-btn .theme-btn {
    border: 1px solid var(--theme-color2);
    border-radius: 15px;
    padding: 20px 50px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

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

    .service-sidebar .service-sidebar-single-btn .theme-btn:hover {
        background-color: var(--theme-color3);
        border: 1px solid var(--theme-color3);
        color: #fff;
    }

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

    .services-details__content .feature-list .single-item .icon-box {
        color: var(--theme-color1);
        position: absolute;
        left: 20px;
        top: 16px;
        font-size: 18px;
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .services-details__content .feature-list .single-item .title {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .services-details__content .feature-list .single-item:hover {
        background-color: var(--theme-color2);
        color: var(--text-color-bg-theme-color2);
    }

        .services-details__content .feature-list .single-item:hover .icon-box {
            color: var(--text-color-bg-theme-color2);
        }

.service-list li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

    .service-list li:last-child {
        margin-bottom: 0px;
    }

    .service-list li a {
        background-color: #fff;
        -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);
        color: var(--headings-color);
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 17px 20px 17px 50px;
        position: relative;
    }

        .service-list li a:hover, .service-list li a.current {
            background-color: var(--theme-color2);
            color: var(--text-color-bg-theme-color1);
            padding-left: 80px;
        }

            .service-list li a:hover i, .service-list li a.current i {
                background-color: var(--theme-color2);
                color: var(--text-color-bg-theme-color2);
                width: 60px;
            }

    .service-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;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 30px;
    }

.sidebar-service-list {
    margin: 0;
}

    .sidebar-service-list li + li {
        margin-top: 10px;
    }

    .sidebar-service-list li a {
        background-color: #f5faff;
        border-radius: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 19px 40px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .sidebar-service-list li a:hover {
            color: var(--theme-color2);
        }

            .sidebar-service-list li a:hover i {
                background-color: var(--theme-color2);
                color: #fff;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .sidebar-service-list li a i {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff;
            border-radius: 15px;
            color: #191825;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            height: 32px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            right: 20px;
            top: 50%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 45px;
        }

    .sidebar-service-list li.current a {
        color: var(--theme-color2);
    }

        .sidebar-service-list li.current a i {
            background-color: var(--theme-color2);
            color: #fff;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-details-help {
    background-color: var(--theme-color2);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (max-width: 345.98px) {
    .service-details-help {
        padding: 50px 30px;
    }
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .help-icon:hover {
        background-color: var(--theme-color3);
        color: #fff;
    }

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

    .help-contact p {
        font-size: 14px;
        color: #fff;
        margin: 0;
        line-height: 32px;
        font-weight: 600;
        opacity: 0.7;
    }

    .help-contact a {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .help-contact a:hover {
            color: #fff;
        }

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    position: relative;
    display: block;
}

    .project-details__img img {
        width: 100%;
        border-radius: 10px;
    }

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

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

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

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

.project-details__details-list {
    position: relative;
    display: block;
}

    .project-details__details-list li {
        position: relative;
        display: block;
    }

        .project-details__details-list li + li {
            margin-top: 24px;
        }

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0;
}

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

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

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

        .project-details__social a:hover {
            background-color: var(--theme-color2);
            color: var(--text-color-bg-theme-color2);
        }

        .project-details__social a + a {
            margin-left: 10px;
        }

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px;
}

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

    .project-details__pagination li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .project-details__pagination li a {
            font-size: 14px;
            color: #757873;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .project-details__pagination li a:hover {
                color: var(--theme-color1);
            }

                .project-details__pagination li a:hover i {
                    background-color: var(--theme-color1);
                    color: var(--text-color-bg-theme-color1);
                    border: 2px solid var(--theme-color1);
                }

        .project-details__pagination li .content {
            position: relative;
            display: block;
        }

        .project-details__pagination li.next {
            float: left;
            position: relative;
        }

            .project-details__pagination li.next i {
                position: relative;
                height: 52px;
                width: 52px;
                border: 2px solid #0e2207;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 50%;
                color: #0e2207;
                font-size: 16px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                margin-right: 20px;
                z-index: 1;
            }

            .project-details__pagination li.next .content {
                text-align: left;
            }

        .project-details__pagination li.previous {
            position: relative;
            float: right;
        }

            .project-details__pagination li.previous i {
                position: relative;
                height: 52px;
                width: 52px;
                border: 2px solid #0e2207;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 50%;
                color: #0e2207;
                font-size: 16px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                margin-left: 20px;
                z-index: 1;
            }

            .project-details__pagination li.previous .content {
                text-align: right;
            }

.project-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/***

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

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

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

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

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

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color2);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .blog-details__date .day {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        line-height: 16px;
    }

    .blog-details__date .month {
        position: relative;
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        line-height: 12px;
        text-transform: uppercase;
    }

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

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

    .blog-details__meta li + li {
        margin-left: 18px;
    }

    .blog-details__meta li a {
        font-size: 15px;
        color: #777;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-details__meta li a:hover {
            color: var(--theme-color2);
        }

        .blog-details__meta li a i {
            color: var(--theme-color2);
            margin-right: 6px;
        }

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 700;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #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;
    font-weight: 700;
    margin-right: 14px;
}

.blog-details__tags a {
    background-color: var(--theme-color2);
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 30px 5px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .blog-details__tags a:hover {
        background-color: var(--theme-color2);
        color: #fff;
        text-decoration: none;
    }

    .blog-details__tags a + a {
        margin-left: 6px;
    }

.blog-details__social-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-details__social-list a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--theme-light-background);
        border-radius: 50%;
        color: var(--theme-light-background-text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        height: 43px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        width: 43px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .blog-details__social-list a:hover {
            color: #fff;
        }

            .blog-details__social-list a:hover:after {
                opacity: 1;
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

        .blog-details__social-list a:after {
            background-color: var(--theme-color2);
            content: "";
            height: 100%;
            left: 0;
            opacity: 1;
            position: absolute;
            right: 0;
            top: 0;
            -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;
            -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 {
    display: block;
    margin-bottom: 53px;
    overflow: hidden;
    position: relative;
}

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

    .blog-details__pagenation li {
        background-color: var(--theme-light-background);
        border-radius: 10px;
        color: #0e2207;
        color: var(--theme-light-background-text-color);
        font-size: 20px;
        font-weight: 700;
        float: left;
        line-height: 30px;
        max-width: 370px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 52px;
        padding-bottom: 52px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 100%;
    }

        .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 30px;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    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 {
        background-color: var(--theme-light-background);
        border-radius: 10px;
        color: var(--theme-light-background-text-color);
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.637;
        padding: 52px 50px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        word-wrap: break-word;
        white-space: -moz-pre-wrap;
        white-space: pre-wrap;
        width: 100%;
    }

@media only screen and (max-width: 767px) {
    .nav-links > div > a {
        padding: 30px;
    }
}

.nav-links > div > a:hover {
    color: #fff;
    background-color: var(--theme-color2);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

    .sidebar__search-form input[type=search] {
        background-color: var(--theme-color2);
        border: none;
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 500;
        height: 74px;
        outline: none;
        padding-left: 50px;
        padding-right: 80px;
        width: 100%;
    }

        .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-color2);
        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: var(--theme-color2);
                -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);
        border-radius: 10px;
        -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.active a span {
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
            color: var(--theme-color2);
        }

.sidebar__tags {
    background-color: var(--theme-light-background);
    border-radius: 10px;
    color: var(--theme-light-background-text-color);
    display: block;
    overflow: hidden;
    padding: 46px 45px 50px;
    position: relative;
    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 {
        background: #ffffff;
        border-radius: 30px;
        color: #0e2207;
        display: inline-block;
        font-size: 14px;
        margin-left: 5px;
        padding: 5px 28px 5px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .sidebar__tags-list a:hover {
            background: var(--theme-color2);
            color: #fff;
        }

        .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 {
    display: block;
    position: relative;
}

    .sidebar__comments-list li {
        display: block;
        padding-left: 65px;
        position: relative;
    }

        .sidebar__comments-list li:hover .sidebar__comments-icon {
            background-color: var(--theme-color3);
            color: #fff;
        }

        .sidebar__comments-list li + li {
            margin-top: 23px;
        }

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

    .sidebar__comments-text-box p span {
        color: #0e2207;
    }

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

    .comment-one .comment-one__image img {
        border-radius: 50%;
    }

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

    .team-details-shape-1 img {
        width: auto;
    }

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

    .team-details__top-img img {
        width: 100%;
        border-radius: 30px;
    }

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    color: var(--theme-color2);
    font-size: 16px;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

    .team-details__social a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--theme-color2);
        border-radius: 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 40px;
    }

        .team-details__social a:hover {
            background-color: var(--theme-color3);
            color: #fff;
        }

        .team-details__social a + a {
            margin-left: 10px;
        }

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color3);
    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-color2);
        -webkit-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .team-details__progress .count-text {
        position: absolute;
        right: 0px;
        bottom: 21px;
        color: var(--theme-color2);
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .team-details__progress .bar-inner.counted .count-text {
        opacity: 1;
    }

    .team-details__progress .bar.marb-0 {
        margin-bottom: 0;
    }

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

    .team-contact-form input[type=text],
    .team-contact-form input[type=email] {
        background-color: #fff;
    }

    .team-contact-form textarea {
        background-color: #fff;
        height: 180px;
    }


/* Default: Hide everywhere */
.mobile-only {
    display: none;
}

/* Show only on mobile (max-width 991px) */
@media (max-width: 991px) {
    .mobile-only {
        display: block;
        font-weight: 700;
    }


        .mobile-only a {
            font-weight: 700 !important;
            color: #000000 !important;
        }
}
