/* Css For Fxzone */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

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

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

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

 ***/

:root {
    --text-font: "Funnel Sans", serif;
    --title-font: "Funnel Display", serif;
}

body {
    font-size: 17px;
    color: var(--text-color);
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: var(--text-font);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

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

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: var(--text-font);
    color: #827e7d;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: var(--theme-color);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}
@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--title-font);
    text-align: center;
    padding: 15px 33px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.theme-btn.btn-one {
    color: #fff;
    background: var(--theme-color);
}

.theme-btn span {
    position: relative;
    padding-right: 20px;
}

.theme-btn span:before {
    position: absolute;
    content: "\f107";
    font-family: "flaticon";
    font-size: 16px;
    right: 0px;
    top: 0px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.theme-btn:hover span:before {
    transform: rotate(45deg);
}

.theme-btn.btn-two {
    background-color: #fff;
    color: var(--title-color);
}

.theme-btn.btn-two span::before,
.theme-btn.btn-three span::before {
    color: var(--theme-color);
}

.theme-btn.btn-three {
    background-color: var(--secondary-color);
    color: #fff;
}

.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-wrapper.centred .pagination {
    justify-content: center;
}

.pagination li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f7f9;
    text-align: center;
    font-size: 18px;
    color: #a9b0b4;
    font-weight: 700;
}

.pagination li a.current,
.pagination li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.pagination li a i {
    position: relative;
    display: inline-block;
    font-size: 30px;
    top: 5px;
    color: var(--title-color);
}

.pagination li:first-child a i {
    transform: rotate(180deg);
    top: -3px;
}

.sec-pad {
    padding: 112px 0px 90px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 56px;
    height: 56px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 40px;
    font-size: 30px;
    z-index: 99;
    color: var(--theme-color);
    background: #0d2130;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
}

.scroll-top.open {
    bottom: 40px;
}

.scroll-top i {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    left: 3px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 24px;
    margin-bottom: 9px;
    color: var(--theme-color);
}

.sec-title h6:before {
    position: absolute;
    content: "\f10d";
    font-family: "flaticon";
    font-size: 14px;
    left: 0px;
    top: -1px;
    font-weight: 400;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
}

.sec-title.light h2 {
    color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.header-top {
    position: relative;
    width: 100%;
    background-color: #001321;
    padding: 9.5px 0px;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
}

.header-top .info-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top .info-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b3b9bd;
}

.header-top .info-list li a {
    display: inline-block;
    color: #b3b9bd;
}

.header-top .info-list li a:hover {
    color: var(--theme-color) !important;
}

.header-top .info-list li:last-child a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: var(--title-font);
}

.header-top .info-list li i,
.header-top .links-list li i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--theme-color);
    top: 3px;
}

.header-top .links-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top .links-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .links-list li a {
    display: inline-block;
    color: #b3b9bd;
}

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

.header-top .links-list li::before {
    position: absolute;
    content: "";
    background-color: #1b2e3c;
    width: 1px;
    height: 15px;
    top: 5px;
    right: -20px;
}

.header-top .links-list li:last-child:before {
    display: none;
}

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

.main-header .header-lower .outer-container {
    position: absolute;
    left: 40px;
    top: 0px;
    width: calc(100% - 80px);
    background-color: #fff;
    padding: 0px 40px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .outer-box .left-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 81px;
}

.main-header .outer-box .left-column .logo-box {
    position: relative;
}

.main-header .outer-box .left-column .logo-box::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: 46px;
    top: 1px;
    right: -41px;
}

.main-header .outer-box .account-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-header .outer-box .account-box .icon-box {
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 81px;
}

.main-header .option-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.main-header .option-list li {
    position: relative;
}

.main-header .option-list li::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 30px;
    height: 1px;
    top: 14px;
    right: -44px;
}

.main-header .option-list li:last-child:before {
    display: none;
}

.main-header .menu-right-content .btn-box {
    position: relative;
}

.main-header .menu-right-content .btn-box::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: 56px;
    left: -41px;
    top: 0px;
}

.main-header .search-toggler {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    color: var(--title-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

.main-header .option-list .support-box .icon-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
}

.main-header .option-list .support-box .icon-box .icon-one {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header .option-list .support-box:hover .icon-box .icon-one {
    opacity: 0;
}

.main-header .option-list .support-box .icon-box .icon-two {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header .option-list .support-box:hover .icon-box .icon-two {
    opacity: 1;
}

.main-header .option-list .support-box:hover .icon-box {
    filter: grayscale(0%);
}

.main-header .support-box .support-content {
    position: absolute;
    top: 71px;
    right: -40px;
    background-color: #fff;
    width: 270px;
    padding: 0px 25px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header .support-box:hover .support-content {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-header .support-box .support-content::before {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 70px;
    left: 0px;
    top: -70px;
}

.main-header .support-box .support-content .single-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 0px;
    border-bottom: 1px solid #e4e9ec;
}

.main-header .support-box .support-content .single-item:last-child {
    border-bottom: none;
}

.main-header .support-box .support-content .single-item .icon-box {
    min-width: 26px;
}

.main-header .support-box .support-content .single-item .inner {
    position: relative;
}

.main-header .support-box .support-content .single-item a,
.main-header .support-box .support-content .single-item button {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-header .support-box .support-content .single-item h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header .support-box .support-content .single-item .inner:hover h5 {
    color: var(--theme-color);
}

.main-header .sticky-header .outer-container {
    padding: 0px 40px;
}

/** main-menu **/

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

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

.main-menu .navigation > li {
    position: inherit;
    float: left;
    margin: 0px 20px;
    transition: all 500ms ease;
}

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

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding: 32.5px 0px;
    font-weight: 600;
    font-family: var(--title-font);
    opacity: 1;
    color: var(--title-color);
    z-index: 1;
    text-transform: capitalize;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: "\f105";
    font-family: "flaticon";
    font-size: 10px;
    top: 33px;
    right: 0px;
    color: #a9b0b4;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li:hover > a:before {
    color: var(--theme-color) !important;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 270px;
    margin-top: 30px;
    z-index: 100;
    background: #fff;
    display: none;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
    background: transparent;
}

.main-menu .navigation > li > .megamenu {
    background: #212226;
}

.main-menu .navigation > li > .megamenu a {
    display: inline-block !important;
}

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

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 17px;
    font-family: var(--text-font);
    color: var(--title-color);
    text-align: left;
    padding: 14px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e9ec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: "\f15b";
    font-family: "flaticon";
    left: 0px;
    color: var(--theme-color);
    font-size: 14px;
    top: 14px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > .megamenu li > a {
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
    color: var(--theme-color);
    padding-left: 20px;
}

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

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "flaticon";
    content: "\f13b";
    position: absolute;
    right: 0px;
    top: 14px;
    color: #a9b0b4;
    display: block;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after {
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    margin-left: 10px;
    width: 270px;
    z-index: 100;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

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

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 17px;
    font-family: var(--text-font);
    color: var(--title-color);
    text-align: left;
    padding: 14px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e9ec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--theme-color);
    padding-left: 20px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "\f15b";
    font-family: "flaticon";
    left: 0px;
    color: var(--theme-color);
    font-size: 14px;
    top: 14px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
    opacity: 1;
}

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

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #1c1c1c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

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

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

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #0a0807;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

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

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

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

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

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

.nice-select {
    position: relative;
    background: transparent;
    border: none;
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 500;
    padding: 0px;
    color: var(--title-color);
    padding-right: 19px;
    height: auto;
    line-height: 26px;
}

.nice-select::before {
    position: absolute;
    content: "\f105";
    font-family: "flaticon";
    top: 0px;
    right: 0px;
    font-size: 10px;
    color: #a9b0b4;
}

.nice-select .list {
    min-width: 120px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

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

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.special-text {
    font-family: "Carattere", cursive;
}

/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: #fff;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
    height: 100%;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px 70px;
    z-index: 99;
}

.search-popup .upper-box .logo-box {
    max-width: 182px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}

.search-popup .close-search {
    position: relative;
    font-size: 20px;
    color: var(--title-color);
    cursor: pointer;
    z-index: 5;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

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

.search-popup .search-form input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 30px;
    font-size: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
    padding-right: 50px;
    color: var(--text-color);
}

.search-popup .search-form button[type="submit"] {
    position: absolute;
    top: 21px;
    right: 30px;
    font-size: 20px;
    color: var(--title-color);
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

/*** chat popup ***/

.chat-popup {
    position: fixed;
    right: -100%;
    bottom: 0px;
    width: 350px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out 0.1s;
}

.chat-popup.popup-visible {
    right: 0px;
    visibility: visible;
    opacity: 1;
}

.chat-popup .popup-inner {
    position: relative;
    display: block;
    padding: 40px 30px;
    padding-top: 32px;
}

.chat-popup .close-chat {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: -65px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    cursor: pointer;
    background-color: #0d2130;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.chat-popup .popup-inner p {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.chat-popup .chat-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
    margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type="text"],
.chat-popup .chat-form .form-group input[type="email"],
.chat-popup .chat-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    color: var(--text-color);
    padding: 10px 20px;
    transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
    height: 120px;
    resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
    border-color: var(--theme-color);
}

.chat-popup .chat-form .form-group .theme-btn {
    width: 100%;
}

.chat-icon {
    position: fixed;
    display: inline-block;
    right: 40px;
    bottom: 106px;
    z-index: 99;
}

.chat-icon button {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 58px;
    text-align: center;
    font-size: 26px;
    color: var(--theme-color);
    background: #0d2130;
}

/** banner-section **/

.banner-section {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 282px 0px 425px 0px;
}

.banner-carousel .slide-item::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(
        -90deg,
        rgba(0, 19, 33, 1) 0%,
        rgba(0, 19, 33, 0.1) 75%
    );
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.banner-carousel .slide-item::after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(
        90deg,
        rgba(0, 19, 33, 1) 0%,
        rgba(0, 19, 33, 0.1) 75%
    );
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.banner-section .content-box {
    padding-left: 54px;
}

.banner-section .content-box::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 4px;
    height: calc(100% - 10px);
    left: 0px;
    bottom: 0px;
}

.banner-carousel .content-box {
    position: relative;
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(-10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h4 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(-10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-carousel .active .content-box h4 {
    opacity: 1;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #b3b9bd;
    margin-top: 19px;
    margin-bottom: 32px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(-10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.owl-carousel .owl-nav span {
    font-family: "flaticon";
}

.banner-section .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -65px;
    z-index: 1;
}

.banner-section .banner-carousel .owl-nav button {
    display: block;
}

.banner-section .banner-carousel .owl-nav button.owl-prev {
    margin-bottom: 15px;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #828990;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav button.owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

.nav-style-one .owl-nav button:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.banner-section .banner-carousel .owl-dots {
    position: absolute;
    left: 53px;
    top: 285px;
    counter-reset: slides-num;
    min-height: 30px;
    min-width: 51px;
}

.banner-carousel .owl-dots::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 16px;
    color: #b3b9bd;
    font-weight: 600;
    font-family: var(--text-font);
}

.banner-carousel .owl-dots:before {
    position: absolute;
    content: "";
    right: 31px;
    top: 11px;
    width: 1px;
    height: 14px;
    background: #b3b9bd;
    transform: rotate(15deg);
}

.banner-carousel .owl-dots button span {
    display: none !important;
}

.banner-carousel .owl-dots button {
    position: absolute;
    top: 0px;
    left: 0px;
    counter-increment: slides-num;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--text-font);
    font-weight: 600;
    color: #fff;
}

.banner-carousel .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.banner-carousel .owl-dots button.active:after {
    position: absolute;
    content: "0";
    top: 0px;
    right: 0px;
}

.banner-section .social-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 2;
}

.banner-section .social-box .text {
    position: absolute;
    display: block;
    color: #b3b9bd;
    writing-mode: vertical-lr;
    left: -58px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: rotate(180deg);
}

.banner-section .social-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.banner-section .social-box .social-links li:last-child {
    margin-bottom: 0px;
}

.banner-section .social-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border: 1px solid #7d868c;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.banner-section .social-box .social-links li a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

/** about-section **/

.about-section {
    position: relative;
}

.about-section .inner-container {
    position: relative;
    display: block;
    background-color: #f3f7f9;
    padding: 46px 60px 120px 60px;
    margin-top: -224px;
    margin-left: -60px;
    margin-right: -60px;
    z-index: 2;
}

.about-section .inner-container::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 224px;
    left: 0px;
    top: 0px;
}

.about-section .inner-container::after {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 1px;
    height: 100%;
    left: calc(50% + 70px);
    top: 0px;
}

.about-section .left-content .title-box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 112px;
}

.about-section .left-content .title-box h4 {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--theme-color);
    left: 100px;
    top: 9px;
}

.about-section .left-content .title-box h2 {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 120px;
    font-weight: 700;
    background-image: url(../images/icons/text-bg.png);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .left-content .sec-title {
    margin-bottom: 31px;
}

.content_block_one .content-box {
    position: relative;
    display: block;
}

.content_block_one .content-box .text-box {
    margin-bottom: 32px;
}

.content_block_one .content-box .fact-box {
    position: relative;
    display: block;
    background-color: #e3e9ec;
    padding: 22px 30px 16px 30px;
}

.content_block_one .content-box .fact-box .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.content_block_one .content-box .fact-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.content_block_one .content-box .fact-box p {
    margin-bottom: 66px;
}

.content_block_one .content-box .fact-box h2 {
    display: block;
    font-size: 36px;
    line-height: 44px;
}

.content_block_one .content-box .fact-box h2 span {
    font-size: 17px;
    font-family: var(--text-font);
    font-weight: 400;
}

.content_block_one .content-box .highlights-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-left: 46px;
    margin-bottom: 20px;
}

.content_block_one .content-box .highlights-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_one .content-box .highlights-box .list-item {
    margin-bottom: 20px;
}

.content_block_one .content-box .highlights-box .list-item li::before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-9.png);
    width: 30px;
    height: 30px;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;
}

.about-section .right-content {
    position: relative;
    display: block;
    margin-left: 100px;
}

.awards-block-one {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.awards-block-one .image-box {
    position: relative;
    display: inline-block;
    min-width: 101px;
}

.awards-block-one h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 7px;
}

.awards-block-one h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.awards-block-one h4 a {
    display: inline-block;
    color: var(--title-color);
}

.awards-block-one h4 a:hover {
    color: var(--theme-color);
}

.awards-block-one span {
    position: relative;
    display: block;
}

.dots-style-one .owl-dots button span {
    display: none !important;
}

.dots-style-one .owl-dots button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #dbe0e3;
    cursor: pointer;
    background-color: transparent;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.about-section .dots-style-one .owl-dots {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.about-section .dots-style-one .owl-dots button {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
}

.about-section .dots-style-one .owl-dots button:last-child {
    margin-bottom: 0px;
}

.about-section .right-content .awards-box {
    margin-bottom: 167px;
}

.about-section .right-content .featured-box .single-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 32px 0px;
}

.about-section .right-content .featured-box .single-item::before {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: calc(100% + 105px);
    height: 1px;
    left: -45px;
    bottom: 0px;
}

.about-section .right-content .featured-box .single-item:first-child::after {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: calc(100% + 105px);
    height: 1px;
    left: -45px;
    top: 0px;
}

.about-section .right-content .featured-box .single-item .icon-box {
    position: relative;
    min-width: 50px;
}

.about-section .right-content .featured-box .single-item .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px 0px 50px;
}

.about-section .right-content .featured-box .single-item .inner-box::before {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 1px;
    height: calc(100% - 18px);
    top: 9px;
    right: 0px;
}

.about-section .right-content .featured-box .single-item .link-box {
    position: absolute;
    left: 0px;
    top: 10px;
}

.about-section .right-content .featured-box .single-item .link-box a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #e3e9ec;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #a9b0b4;
}

.about-section .right-content .featured-box .single-item:hover .link-box a {
    transform: scale(1.5);
    color: #fff;
    background-color: var(--theme-color);
}

.about-section .right-content .featured-box .single-item h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
}

.about-section .right-content .featured-box .single-item h3 a {
    display: inline-block;
    color: var(--title-color);
}

.about-section .right-content .featured-box .single-item h3 a:hover {
    color: var(--theme-color);
}

/** service-section **/

.service-section {
    position: relative;
    padding: 112px 0px;
}

.service-block-one {
    position: relative;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 13px 30px;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

.service-block-one .inner-box:hover {
    box-shadow: none;
    background-color: #f3f7f9;
    transform: translateY(30px);
}

.service-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.service-block-one .inner-box h3 a:hover {
    color: var(--theme-color);
}

.service-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #a9b0b4;
    font-weight: 600;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.service-block-one .inner-box .image-box::before {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-color);
    width: 100%;
    height: calc(100% - 60px);
    left: 0px;
    top: 30px;
    transform: skewY(-15deg);
}

.service-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
    margin-top: -17px;
}

.service-block-one .inner-box .image-box .image img {
    width: 100%;
}

.service-block-one .inner-box .image-box .icon-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 106px;
    line-height: 106px;
    background-color: var(--secondary-color);
    text-align: center;
    clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-block-one .inner-box:hover .image-box .icon-box {
    background-color: var(--theme-color);
}

.service-block-one .inner-box .image-box .icon-box .icon {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-block-one .inner-box:hover .image-box .icon-box .icon {
    opacity: 0;
}

.service-block-one .inner-box .image-box .icon-box .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-block-one .inner-box:hover .image-box .icon-box .overlay-icon {
    opacity: 1;
}

.service-block-one .inner-box p {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 12px;
}

.service-block-one .inner-box p:before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: calc(100% + 60px);
    height: 1px;
    left: -30px;
    bottom: 0px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover p:before {
    background-color: var(--theme-color);
}

.service-block-one .inner-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-right: 20px;
}

.service-block-one .inner-box .link-box a:hover {
    color: var(--theme-color);
}

.service-block-one .inner-box .link-box a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-block-one .inner-box .link-box a:hover i {
    transform: rotate(45deg);
}

.more-text {
    position: relative;
    display: block;
    padding-top: 50px;
}

.more-text p {
    position: relative;
    display: block;
}

.more-text p a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-right: 20px;
}

.more-text p a:hover {
    color: var(--theme-color);
}

.more-text p a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.more-text p a:hover i {
    transform: rotate(45deg);
}

.bg-color-1 {
    background-color: #f3f7f9;
}

/** trading-section **/

.trading-section {
    position: relative;
    padding: 112px 0px 90px 0px;
}

.trading-section .sec-title a {
    position: absolute;
    right: 0px;
    bottom: 9px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-right: 20px;
}

.trading-section .sec-title a:hover {
    color: var(--theme-color);
}

.trading-section .sec-title a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trading-section .sec-title a:hover i {
    transform: rotate(45deg);
}

.trading-block-one {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.trading-block-one .inner-box {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid #e4e9ec;
}

.trading-block-one .inner-box::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 50%;
}

.trading-block-one .inner-box .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.trading-block-one .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.trading-block-one .inner-box .list-item li h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.trading-block-one .inner-box .list-item li span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #adacb3;
    font-weight: 600;
}

.trading-block-one .inner-box .list-item li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.trading-block-one .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    padding-left: 30px;
}

.trading-block-one .lower-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-right: 20px;
}

.trading-block-one .lower-box .link-box a:hover {
    color: var(--theme-color);
}

.trading-block-one .lower-box .link-box a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trading-block-one .lower-box .link-box a:hover i {
    transform: rotate(45deg);
}

.trading-block-one .lower-box p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #f3f7f9;
    padding: 12px 30px;
}

.trading-block-one .lower-box p i {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--theme-color);
    top: 3px;
}

.trading-block-one .lower-box p.upper i {
    color: #4db55f;
    transform: rotate(180deg);
    top: 0px;
}

/** chooseus-section **/

.chooseus-section {
    position: relative;
    padding: 112px 0px 112px 0px;
}

.chooseus-section .single-item {
    position: relative;
    margin-bottom: 47px;
}

.chooseus-section .left-content .single-item {
    padding-right: 70px;
}

.chooseus-section .right-content .single-item {
    padding-left: 70px;
}

.chooseus-section .single-item:last-child {
    margin-bottom: 0px;
}

.chooseus-section .single-item .count-box {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e5eaec;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-family: var(--title-font);
    color: #a9b0b4;
    font-weight: 600;
    top: 15px;
    background-color: #fff;
}

.chooseus-section .left-content .single-item .count-box {
    right: 160px;
}

.chooseus-section .right-content .single-item .count-box {
    left: 160px;
}

.chooseus-section .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #f3f7f9;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.chooseus-section .single-item:hover .icon-box {
    background-color: var(--theme-color);
}

.chooseus-section .single-item .icon-box .icon {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.chooseus-section .single-item:hover .icon-box .icon {
    opacity: 0;
}

.chooseus-section .single-item .icon-box .overlay-icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.chooseus-section .single-item:hover .icon-box .overlay-icon {
    opacity: 1;
}

.chooseus-section .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}

.chooseus-section .single-item::before {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 16px;
    height: 16px;
    top: 82px;
    border-radius: 50%;
    z-index: 1;
}

.chooseus-section .single-item::after {
    position: absolute;
    content: "";
    border: 1px solid #e4e9ec;
    width: 40px;
    height: 40px;
    top: 70px;
    border-radius: 50%;
    background-color: #fff;
}

.chooseus-section .left-content .single-item::before {
    right: 12px;
}

.chooseus-section .right-content .single-item::before {
    left: 12px;
}

.chooseus-section .left-content .single-item::after {
    right: 0px;
}

.chooseus-section .right-content .single-item::after {
    left: 0px;
}

.chooseus-section .single-item .shape {
    position: absolute;
    top: 33px;
    width: 157px;
    height: 59px;
    background-repeat: no-repeat;
}

.chooseus-section .left-content .single-item .shape {
    right: 40px;
}

.chooseus-section .right-content .single-item .shape {
    left: 40px;
}

.chooseus-section .left-content,
.chooseus-section .right-content {
    position: relative;
}

.chooseus-section .left-content::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: calc(100% - 200px);
    top: 100px;
    right: 20px;
}

.chooseus-section .right-content::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: calc(100% - 200px);
    top: 100px;
    left: 20px;
}

.chooseus-section .image-box {
    position: relative;
    display: block;
}

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

.bg-color-2 {
    background-color: var(--secondary-color);
}

/** challenge-section **/

.challenge-section {
    position: relative;
    padding: 112px 0px;
}

.challenge-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.challenge-section .table-outer table {
    min-width: 1170px;
    width: 100%;
}

.challenge-section .table-outer thead th {
    position: relative;
    padding: 0px 4px 4px 4px;
}

.challenge-section .table-outer thead .title-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #061e30;
    padding: 22.5px 20px;
}

.challenge-section .table-outer td,
.challenge-section .table-outer th {
    position: relative;
    border-right: 1px dashed #33424d;
}

.challenge-section .table-outer th {
    border-bottom: 1px dashed #33424d;
}

.challenge-section .table-outer td:first-child,
.challenge-section .table-outer th:first-child {
    border-left: 1px dashed #33424d;
}

.challenge-section .table-outer th span {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
}

.challenge-section .table-outer th.big-data {
    padding-top: 4px;
    border-top: 1px solid #1b2e3c;
    border-right: 1px solid #1b2e3c;
    border-left: 1px solid #1b2e3c;
}

.challenge-section .table-outer .big-data .title-box {
    justify-content: center;
    padding: 20px 20px;
}

.challenge-section .table-outer .big-data .title-box::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-5.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.challenge-section .table-outer tbody tr {
    position: relative;
}

.challenge-section .table-outer tbody tr:nth-child(even) {
    background-color: #021926;
}

.challenge-section .table-outer tbody tr:nth-child(even) td::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-5.png);
    width: calc(100% - 2px);
    height: 100%;
    left: 1px;
    top: 0px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: -1;
}

.challenge-section .table-outer tbody td {
    padding: 15px 25px;
    font-size: 17px;
    color: #b3b9bd;
    z-index: 1;
}

.challenge-section .table-outer .big-data {
    min-width: 365px;
}

.challenge-section .table-outer tbody td.big-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.challenge-section .table-outer tbody td.big-data i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #354755;
}

.challenge-section .table-outer tbody td.big-data i.icon-one {
    transform: rotate(180deg);
}

.challenge-section .table-outer tbody td .close-icon {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #405c71;
}

.challenge-section .table-outer tbody td .check-icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #4db55f;
}

.challenge-section .table-outer tbody tr:last-child td {
    border-top: 1px dashed #33424d;
    padding: 4px 4px 0px 4px;
}

.challenge-section .table-outer tbody tr:last-child {
    background-color: transparent;
}

.challenge-section .table-outer tbody tr:last-child td::before {
    display: none;
}

.challenge-section .table-outer tbody td .theme-btn {
    background-color: #061e30;
    padding: 15px 20px;
    width: 100%;
}

.challenge-section .table-outer tbody td .theme-btn:hover {
    background-color: var(--theme-color);
}

.challenge-section .table-outer tbody td .theme-btn:hover span::before {
    transform: rotate(0deg);
    color: #fff;
}

.challenge-section .table-outer tbody .big-data button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 10px;
    font-size: 17px;
    color: #fff;
    padding: 15px;
    transition: all 500ms ease;
}

.challenge-section .table-outer tbody .big-data button:hover {
    color: var(--theme-color);
}

.challenge-section .table-outer tbody tr:last-child td.big-data {
    justify-content: center;
}

.challenge-section .table-outer tbody .big-data button i {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border: 1px solid #1a2d3b;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #405c71;
}

.more-text.light p {
    color: #b3b9bd;
}

.more-text.light p a {
    color: #fff;
}

.more-text.light p a:hover {
    color: var(--theme-color);
}

.challenge-section .table-outer tbody tr:last-child td.big-data {
    border-right: 1px solid #1b2e3c;
    border-bottom: 1px solid #1b2e3c;
}

.challenge-section .table-outer tbody tr td:nth-child(2),
.challenge-section .table-outer tbody tr td:nth-child(3) {
    border-right: 1px solid #1b2e3c;
}

.challenge-section .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.challenge-section .upper-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 14px;
}

.challenge-section .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
}

.challenge-section .tab-btns li {
    position: relative;
    display: inline-block;
    width: 155px;
    text-align: center;
    cursor: pointer;
}

.challenge-section .tab-btns li .shape {
    position: relative;
    display: inline-block;
    width: 156px;
    height: 35px;
    background: no-repeat;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.challenge-section .tab-btns li.active-btn .shape {
    filter: grayscale(0%);
    opacity: 1;
}

.challenge-section .tab-btns li span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.challenge-section .upper-box .select-box .nice-select {
    position: relative;
    width: 270px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #1b2e3c;
    font-size: 17px;
    color: #b3b9bd;
    padding: 0px 25px;
    border-radius: 0px;
}

.challenge-section .upper-box .select-box .nice-select::before {
    right: 25px;
    color: #405c71;
}

/** working-section **/

.working-section {
    position: relative;
    padding: 112px 0px;
}

.working-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 20px;
    margin-bottom: 33px;
}

.working-block-one .inner-box::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: calc(100% + 30px);
    height: 1px;
    left: 0px;
    top: 50%;
}

.working-block:last-child .working-block-one .inner-box::before {
    width: 100%;
}

.working-block:nth-child(odd) .working-block-one {
    padding-top: 50px;
}

.working-block:nth-child(odd) .working-block-one .inner-box {
    background: linear-gradient(180deg, #f3f7f9 0%, #fff 100%);
}

.working-block:nth-child(even) .working-block-one {
    padding-bottom: 50px;
}

.working-block:nth-child(even) .working-block-one .inner-box {
    background: linear-gradient(0deg, #f3f7f9 0%, #fff 100%);
    top: 50px;
}

.working-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 82px;
    background-color: #f3f7f9;
    border: 9px solid #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.working-block:nth-child(odd) .working-block-one .inner-box {
    padding-bottom: 16px;
}

.working-block:nth-child(even) .working-block-one .inner-box {
    padding-top: 16px;
}

.working-block:nth-child(odd) .working-block-one .inner-box .icon-box {
    margin-top: -38px;
    top: -12px;
    margin-bottom: 13px;
}

.working-block:nth-child(even) .working-block-one .inner-box .icon-box {
    margin-bottom: -38px;
    bottom: -12px;
}

.working-block-one .inner-box .icon-box::before {
    position: absolute;
    content: "";
    border: 1px solid #e4e9ec;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    left: -9px;
    top: -9px;
}

.working-block:nth-child(odd) .working-block-one .inner-box .icon-box::before {
    clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.working-block:nth-child(even) .working-block-one .inner-box .icon-box::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%, 0% 0%);
}

.working-block-one .inner-box:hover .icon-box {
    background-color: var(--theme-color);
}

.working-block-one .inner-box .icon-box .icon {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.working-block-one .inner-box:hover .icon-box .icon {
    opacity: 0;
}

.working-block-one .inner-box .icon-box .overlay-icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.working-block-one .inner-box:hover .icon-box .overlay-icon {
    opacity: 1;
}

.working-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
}

.working-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
}

.working-block-one .inner-box h5 {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #314b5e;
    border: 1px solid #e4e9ec;
    border-radius: 50%;
    margin-bottom: 6px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.working-block-one .inner-box h5::before {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 1px;
    height: 30px;
    left: 23px;
}

.working-block:nth-child(odd) .working-block-one .inner-box h5::before {
    bottom: -30px;
}

.working-block:nth-child(even) .working-block-one .inner-box h5::before {
    top: -30px;
}

.working-block:nth-child(odd) .working-block-one .inner-box h5::after {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 13px;
    height: 12px;
    left: 17px;
    bottom: -41px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.working-block:nth-child(even) .working-block-one .inner-box h5::after {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 13px;
    height: 12px;
    left: 17px;
    top: -41px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.working-block-one .inner-box:hover h5 {
    color: var(--theme-color);
}

.working-block:nth-child(odd) .working-block-one .inner-box h3 {
    margin-bottom: 22px;
}

.working-block:nth-child(odd) .working-block-one .inner-box h5 {
    margin-bottom: 57px;
}

.working-block:nth-child(even) .working-block-one .inner-box p {
    margin-bottom: 55px;
}

.working-block:nth-child(even) .working-block-one .inner-box h5 {
    margin-bottom: 24px;
}

.working-block:nth-child(even) .working-block-one .inner-box h3 {
    margin-bottom: 13px;
}

/** platform-section **/

.platform-section {
    position: relative;
    padding: 70px 0px;
}

.content_block_two .content-box {
    position: relative;
    display: block;
}

.content_block_two .content-box .sec-title {
    margin-bottom: 27px;
}

.content_block_two .content-box .text-box {
    margin-bottom: 32px;
}

.content_block_two .content-box .inner-box .list-style-one {
    margin-bottom: 32px;
}

.list-style-one li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    padding-bottom: 11px;
    margin-bottom: 9px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.list-style-one li i {
    font-size: 20px;
    color: var(--theme-color);
}

.list-style-one li:before {
    position: absolute;
    content: "";
    background-color: #dbe0e3;
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

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

.content_block_two .content-box .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.content_block_two .content-box .tab-btns li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    background-color: #e3e9ec;
    padding: 20px 20px;
    transition: all 500ms ease;
}

.content_block_two .content-box .tab-btns li.active-btn {
    background-color: var(--theme-color);
}

.content_block_two .content-box .tab-btns li h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    transition: all 500ms ease;
}

.content_block_two .content-box .tab-btns li.active-btn h5 {
    color: #fff;
}

.content_block_two .content-box .tab-btns li i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c0c8cc;
    border-radius: 50%;
    font-size: 14px;
    color: #a9b0b4;
    text-align: center;
    transform: rotate(180deg);
    transition: all 500ms ease;
}

.content_block_two .content-box .tab-btns li.active-btn i {
    transform: rotate(0deg);
    color: var(--theme-color);
    border-color: #fff;
    background-color: #fff;
}

.platform-section .image-box {
    position: relative;
    margin-left: 65px;
}

.platform-section .image-box .image img {
    float: left;
    max-width: none;
}

.platform-section .pattern-layer {
    position: absolute;
    left: 50%;
    top: 27px;
    width: 378px;
    height: 100%;
    background-position: bottom center;
}

.platform-section .image-box .big-text {
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 120px;
    line-height: 120px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.12;
    transform: rotate(270deg);
    height: 100%;
    text-align: center;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-block-one .inner-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: solid;
    border-width: 3px;
    border-color: var(--theme-color);
    padding: 3px 15px;
    background: linear-gradient(90deg, #f3f7f9 0%, #fff 50%);
}

.news-block-one .inner-box .image-box {
    position: relative;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--secondary-color);
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.1);
    opacity: 0.15;
}

.news-block-one .inner-box .image-box .image-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-block-one .inner-box .image-box .image-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    transform: scale(0, 0);
}

.news-block-one .inner-box .image-box .image-btn a:hover {
    color: var(--theme-color);
}

.news-block-one .inner-box:hover .image-box .image-btn a {
    transform: scale(1, 1);
}

.news-block-one .inner-box .image-box .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 70px;
    height: 70px;
    background-color: var(--theme-color);
    text-align: center;
    padding: 12px 0px;
}

.news-block-one .inner-box .image-box .post-date h3 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.news-block-one .inner-box .image-box .post-date span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 24px;
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .author-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-block-one .inner-box .lower-content .author-box .author-image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .author-box .author-image img {
    width: 100%;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .author-box h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

.news-block-one .inner-box .lower-content .author-box h5 span {
    color: #646768;
}

.news-block-one .inner-box .lower-content .author-box a,
.news-block-one .inner-box .lower-content .author-box .post-info li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 20px;
    gap: 8px;
    color: var(--text-color);
}

.news-block-one .inner-box .lower-content .author-box a:hover {
    color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .author-box a i,
.news-block-one .inner-box .lower-content .author-box .post-info li i {
    position: relative;
    display: inline-block;
    color: #a9b0b4;
    top: 2px;
}

/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 120px 0px 120px 0px;
}

.content_block_three .content-box {
    position: relative;
    display: block;
}

.content_block_three .content-box .sec-title {
    margin-bottom: 28px;
}

.content_block_three .content-box .text-box {
    margin-bottom: 18px;
}

.content_block_three .content-box .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.content_block_three .content-box .inner-box .curve-text {
    position: relative;
    display: inline-block;
    width: 97px;
    height: 86px;
    line-height: 86px;
    text-align: center;
}

.content_block_three .content-box .inner-box .curve-text h3 {
    font-size: 30px;
    line-height: 86px;
    color: var(--theme-color);
}

.content_block_three .content-box .inner-box .curve-text .curved-circle {
    position: absolute;
    left: 6px;
    top: -10px;
    width: 86px;
    height: 86px;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
}

.content_block_three .content-box .inner-box .rating-box .rating {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.content_block_three .content-box .inner-box .rating-box .rating li {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #fbaf02;
}

.content_block_three .content-box .inner-box .rating-box p a {
    display: inline-block;
    color: var(--text-color);
}

.content_block_three .content-box .inner-box .rating-box p a:hover {
    color: var(--theme-color);
}

.testimonial-section .inner-content {
    position: relative;
    padding-left: 100px;
    border-left: 1px solid #dbe0e3;
}

.testimonial-block-one {
    position: relative;
    display: block;
    padding-right: 100px;
    margin-bottom: 40px;
}

.testimonial-block-one:last-child {
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 23px 25px 28px 25px;
}

.testimonial-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
}

.testimonial-block-one .inner-box h3 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #a9b0b4;
}

.testimonial-block-one .inner-box p {
    margin-bottom: 18px;
}

.testimonial-block-one .inner-box h6 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.testimonial-block-one .inner-box h6 i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: var(--theme-color);
    top: 1px;
}

.testimonial-block-one .inner-box::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 36px;
    height: 25px;
    right: -36px;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-one .image-box {
    position: absolute;
    right: 0px;
    bottom: -25px;
    border-radius: 50%;
}

.testimonial-block-one .image-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .rating-box {
    position: absolute;
    top: 21px;
    right: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e3e9ec;
    padding: 5px 15px;
    transform: rotate(270deg);
}

.testimonial-block-one .rating-box::before {
    position: absolute;
    content: "";
    background-color: #e3e9ec;
    width: 18px;
    height: 18px;
    left: -18px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.testimonial-block-one .rating-box::after {
    position: absolute;
    content: "";
    background-color: #e3e9ec;
    width: 18px;
    height: 18px;
    left: -18px;
    bottom: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 0%);
}

.testimonial-block-one .rating-box h6 {
    font-size: 16px;
    font-weight: 500;
}

.testimonial-block-one .rating-box i {
    font-size: 16px;
    color: #fbaf02;
}

/** brands-section **/

.brands-section {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.brands-section .inner-container {
    border-left: 1px solid #e4e9ec;
    border-top: 1px solid #e4e9ec;
}

.brands-section .brands-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    border-right: 1px solid #e4e9ec;
    border-bottom: 1px solid #e4e9ec;
}

.brands-section .brands-list:first-child li {
    padding: 52px 10px 84px 10px;
}

.brands-section .brands-list:last-child li {
    padding: 84px 10px 52px 10px;
}

.brands-section .brands-list li img {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.brands-section .brands-list li img:hover {
    transform: scale(1.05);
}

.brands-section .inner-container {
    position: relative;
}

.brands-section .inner-container .more-text {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 160px);
    background-color: #f3f7f9;
    padding: 17px 15px;
}

.brands-section .inner-container .more-text::before {
    position: absolute;
    content: "";
    background-color: #f3f7f9;
    width: 30px;
    height: 100%;
    left: -30px;
    top: 0px;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.brands-section .inner-container .more-text::after {
    position: absolute;
    content: "";
    background-color: #f3f7f9;
    width: 30px;
    height: 100%;
    right: -30px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.more-text h5 {
    font-size: 18px;
    line-height: 26px;
    color: #65656b;
}

.more-text h5 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
    padding-right: 20px;
}

.more-text h5 a:hover {
    color: var(--theme-color);
}

.more-text h5 a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.more-text h5 a:hover i {
    transform: rotate(45deg);
}

/** main-footer **/

.main-footer {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    padding: 112px 20px 120px 40px;
}

.main-footer .footer-column:nth-child(odd) .footer-widget {
    background: linear-gradient(180deg, #061e30 0%, #001321 100%);
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .widget-title h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    display: inline-block;
    font-size: 17px;
    color: #b3b9bd;
    padding-left: 20px;
}

.main-footer .links-widget .links-list li a:hover,
.main-footer .links-widget .links-list li a:hover i {
    color: var(--theme-color);
}

.main-footer .links-widget .links-list li a i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    color: #405c71;
    transition: all 500ms ease;
}

.main-footer .contact-widget .info-list {
    margin-bottom: 22px;
}

.main-footer .contact-widget .info-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.main-footer .contact-widget .info-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li p {
    color: #b3b9bd;
    margin-bottom: 4px;
}

.main-footer .contact-widget .info-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.main-footer .contact-widget .info-list li h5 a {
    display: inline-block;
    color: #fff;
}

.main-footer .contact-widget .info-list li h5 a:hover {
    color: var(--theme-color);
}

.main-footer .contact-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.main-footer .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 49px;
    border: 1px solid #203544;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #a4abb0;
}

.main-footer .contact-widget .social-links li a:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.main-footer .contact-widget .chat-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 15px 15px;
    cursor: pointer;
}

.main-footer .contact-widget .chat-box .icon-box {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 49px;
    min-width: 45px;
    background-color: var(--theme-color);
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.main-footer .contact-widget {
    margin-left: -10px;
    margin-right: -10px;
}

.main-footer .payment-widget p {
    color: #b3b9bd;
    margin-bottom: 13px;
}

.main-footer .payment-widget .card-list {
    padding-bottom: 17px;
}

.main-footer .payment-widget .card-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
}

.main-footer .payment-widget .card-list li a {
    position: relative;
    display: inline-block;
    font-size: 46px;
    line-height: 30px;
    height: 30px;
    color: #a4adb4;
    top: -8px;
}

.main-footer .payment-widget .card-list li a i {
    position: relative;
    display: inline-block;
    height: 30px;
}

.main-footer .payment-widget .card-list li a:hover {
    color: var(--theme-color);
}

.main-footer .payment-widget {
    padding-left: 20px;
    padding-right: 0px;
}

.main-footer .payment-widget .download-apps .widget-title {
    margin-bottom: 18px;
}

.main-footer .payment-widget .download-apps .single-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.main-footer .payment-widget .download-apps .single-item:last-child {
    margin-bottom: 0px;
}

.main-footer .payment-widget .download-apps .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    min-width: 45px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.main-footer .payment-widget .download-apps .single-item span {
    position: relative;
    display: block;
    color: #b3b9bd;
    margin-bottom: 3px;
}

.main-footer .payment-widget .download-apps .single-item h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.footer-down .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #1b2e3c;
    gap: 40px;
}

.footer-down .inner-box .footer-logo {
    position: relative;
    min-width: 290px;
    background-color: #0d2130;
    padding: 18.5px 15px;
}

.footer-down .inner-box .text-box {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 270px;
    width: 270px;
    gap: 20px;
}

.footer-down .inner-box .text-box .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background-color: #0d2130;
    min-width: 50px;
    text-align: center;
    border-radius: 50%;
}

.footer-down .inner-box .text-box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.footer-down .inner-box .form-inner {
    position: relative;
    padding: 19px;
    padding-left: 0px;
    display: block;
    width: 100%;
}

.footer-down .inner-box .form-inner .form-group {
    position: relative;
    margin: 0px;
}

.footer-down .inner-box .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    font-size: 17px;
    color: #405c71;
    padding-left: 20px;
    padding-right: 60px;
    border-left: 1px solid #1b2e3c;
    transition: all 500ms ease;
}

.footer-down .inner-box .form-inner .form-group input:focus {
    color: #fff;
}

.footer-down .inner-box .form-inner .form-group button[type="submit"] {
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    background-color: var(--theme-color);
    top: 0px;
    right: 0px;
}

.footer-bottom {
    position: relative;
    padding: 33px 0px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p {
    color: #b3b9bd;
}

.footer-bottom .bottom-inner .copyright p a {
    display: inline-block;
    color: var(--theme-color);
}

.footer-bottom .bottom-inner .copyright p a:hover {
    text-decoration: underline;
}

.footer-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-nav li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #b3b9bd;
}

.footer-nav li a:hover {
    color: var(--theme-color);
}

/** header-style-two **/

.header-style-two {
    position: relative;
    background-color: var(--secondary-color);
}

.header-top-two {
    position: relative;
    width: 100%;
    padding: 12px 50px 12px 313px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.header-top-two .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-two .left-column p {
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
    color: #a7a9b1;
}

.header-top-two .left-column p .user-icon {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
    color: #f4e19a;
}

.header-top-two .left-column p span,
.header-top-two .left-column p a {
    color: #fff;
}

.header-top-two .left-column p a:hover {
    color: var(--theme-color);
}

.header-top-two .left-column p .right-arrow {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
}

.header-top-two .right-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-two .download-box button {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #a7a9b1;
    padding-left: 25px;
    padding-right: 20px;
}

.header-top-two .download-box button .download-icon {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: #f5e29a;
    transition: all 500ms ease;
}

.header-top-two .download-box button:hover .download-icon {
    color: var(--theme-color);
}

.header-top-two .download-box button .right-arrow {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
}

.header-top-two .social-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-two .social-links li {
    position: relative;
    display: inline-block;
    color: #a7a9b1;
}

.header-top-two .social-links li a {
    position: relative;
    display: inline-block;
    color: #a5a7af;
}

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

.header-style-two .header-lower {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--secondary-color);
    padding: 0px 50px;
}

.header-style-two .header-lower .outer-container {
    position: relative;
    width: 100%;
    left: 0px;
    background: transparent;
    padding-left: 263px;
    padding-right: 508px;
}

.header-style-two .header-lower .logo-box {
    position: absolute;
    left: 0px;
    top: 13px;
    z-index: 2;
}

.header-style-two .header-lower .menu-right-content {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-style-two::before {
    position: absolute;
    content: "";
    width: 500px;
    height: calc(100% + 50px);
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #131418 0%, #202126 100%);
    clip-path: polygon(0% 0%, 100% 0%, 61% 100%, 0% 100%, 0% 0%);
    z-index: 1;
}

.header-style-two .main-menu .navigation > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
    color: #fff;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before {
    top: 21px;
}

.header-style-two .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-style-two .menu-right-content .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    padding: 14px 33px;
}

.header-style-two .menu-right-content .btn-box::before {
    display: none;
}

.header-style-two .menu-right-content .support-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-two .menu-right-content .support-box .icon-box {
    position: relative;
    display: inline-block;
    min-width: 56px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
}

.header-style-two .menu-right-content .support-box h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #a7a9b1;
    margin-bottom: 2px;
}

.header-style-two .menu-right-content .support-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.header-style-two .menu-right-content .support-box h5 a {
    display: block;
    color: #fff;
}

.header-style-two .menu-right-content .support-box h5 a:hover {
    color: var(--theme-color);
}

.header-style-two .menu-right-content .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-style-two .menu-right-content .btn-box .language-box {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    min-width: 56px;
    background-color: #fbe89e;
    text-align: center;
    padding-top: 10px;
}

.header-style-two .menu-right-content .btn-box .language-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 18px;
    height: 18px;
    color: #131418;
}

.header-style-two .menu-right-content .btn-box .language-box .nice-select {
    padding-right: 0px;
    text-align: center !important;
    font-size: 14px;
    line-height: 14px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -3px;
}

.header-style-two
    .menu-right-content
    .btn-box
    .language-box
    .nice-select::before {
    display: none;
}

.header-style-two
    .menu-right-content
    .btn-box
    .language-box
    .nice-select
    .list {
    min-width: 100%;
}

.header-style-two
    .menu-right-content
    .btn-box
    .language-box
    .nice-select
    .option {
    padding: 0px;
    text-align: center;
}

.header-style-two .menu-right-content {
    padding: 8px;
}

.header-style-two .menu-right-content::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-7.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: repeat-x;
}

.header-style-two .menu-area {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-between;
}

.header-style-two .sticky-header .menu-area {
    gap: 50px;
    padding: 0px;
}

.header-style-two .header-lower .menu-area::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-7.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: repeat;
    z-index: 1;
}

.header-style-two .search-toggler {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #55585f;
    z-index: 2;
}

.header-style-two .search-toggler i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.header-style-two .sticky-header {
    background-color: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/** banner-style-two **/

.banner-style-two {
    position: relative;
    background-color: var(--secondary-color);
}

.banner-style-two .banner-carousel .slide-item::before,
.banner-style-two .banner-carousel .slide-item::after {
    display: none;
}

.banner-style-two .banner-carousel .slide-item {
    padding: 120px 0px;
    overflow: hidden;
}

.banner-style-two .image-box {
    margin-right: 70px;
}

.banner-style-two .image-box .image {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-style-two .active .image-box .image {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.banner-style-two .image-box .image img {
    max-width: none;
    float: right;
}

.banner-style-two .banner-carousel .content-box {
    margin-right: -40px;
}

.banner-style-two .banner-carousel .content-box h3 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    text-transform: uppercase;
}

.banner-style-two .banner-carousel .content-box h2 {
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
}

.banner-style-two .banner-carousel .content-box p {
    color: #b3b9bd;
}

.banner-style-two .banner-carousel .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 110px;
    counter-reset: slides-num;
    min-height: 30px;
    min-width: 51px;
}

.banner-style-two .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.banner-style-two .banner-carousel .owl-nav button {
    display: block;
    border-color: #48494c;
}

.banner-style-two .banner-carousel .owl-nav button.owl-prev {
    margin-bottom: 15px;
}

.banner-style-two .banner-carousel .theme-btn.btn-one {
    color: var(--title-color);
}

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

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

/** pairs-section **/

.pairs-section {
    position: relative;
    padding: 35px 0px;
}

.pairs-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat;
}

.pairs-section .list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    -moz-animation: scroll-left 190s linear infinite;
    -webkit-animation: scroll-left 190s linear infinite;
    animation: scroll-left 190s linear infinite;
}

.pairs-section .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pairs-section .list-item li .flag-box {
    position: relative;
    display: flex;
    align-items: center;
}

.pairs-section .list-item li .flag-box .flag {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0px -5px;
}

.pairs-section .list-item li .flag-box .flag img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.pairs-section .list-item li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}

.pairs-section .list-item li .icon-box {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--theme-color);
    top: 2px;
}

.pairs-section .list-item li .text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: var(--title-color);
    background-color: #fec707;
    padding: 0px 11px 0px 26px;
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 20px;
}

.pairs-section .list-item li .text.down {
    background-color: #fbe89e;
}

.pairs-section .list-item li .text i {
    position: absolute;
    left: 11px;
    top: -1px;
    font-size: 9px;
    color: #4db55f;
    transform: rotate(180deg);
}

.pairs-section .list-item li .text.down i {
    color: #dd2f22;
    transform: rotate(0deg);
    top: 3px;
}

.pairs-section .list-item li p {
    color: #a7a9b1;
}

/** about-style-two **/

.about-style-two {
    position: relative;
    padding-top: 112px;
}

.about-style-two .sec-title {
    max-width: 550px;
}

.about-style-two .sec-title h2 {
    margin-bottom: 32px;
}

.about-style-two .sec-title p {
    color: #a7a9b1;
}

.about-style-two .tabs-content {
    position: relative;
    max-width: 770px;
}

.about-style-two .tabs-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-style-two .content-box {
    position: relative;
    display: flex;
    padding: 41px 50px 42px 50px;
}

.about-style-two .content-box .text-box {
    position: relative;
    max-width: 420px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    padding-right: 40px;
}

.about-style-two .content-box .text-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #a7a9b1;
    margin-bottom: 7px;
}

.about-style-two .content-box .text-box h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 27px;
}

.about-style-two .content-box .text-box p {
    color: #a7a9b1;
    margin-bottom: 27px;
}

.about-style-two .content-box .text-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #fff;
    padding-right: 20px;
}

.about-style-two .content-box .text-box a i {
    position: absolute;
    right: 0px;
    bottom: -5px;
    color: var(--theme-color);
    transition: all 500ms ease;
}

.about-style-two .content-box .text-box a:hover i {
    transform: rotate(45deg);
}

.about-style-two .content-box .text-box a:hover {
    color: var(--theme-color);
}

.about-style-two .content-box .comparision-box {
    position: relative;
    padding-left: 30px;
}

.about-style-two .content-box .comparision-box .image-box {
    position: relative;
    display: block;
    max-width: 220px;
}

.about-style-two .content-box .comparision-box .image-box img {
    width: 100%;
}

.about-style-two .content-box .comparision-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 22px;
}

.about-style-two .bg-color {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    height: 80px;
}

.about-style-two .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6f5f2;
}

.about-style-two .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: #f6f5f2;
    width: 233px;
    padding: 25px 15px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #e2e0d9;
    z-index: 1;
}

.about-style-two .tab-btns li:last-child {
    border: none;
}

.about-style-two .tab-btns li::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-11.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.about-style-two .tab-btns li.active-btn::before {
    transform: scale(1, 1);
}

.about-style-two .inner-container {
    position: relative;
}

.about-style-two .forex-image {
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

/** challenge-style-two **/

.challenge-style-two {
    position: relative;
    padding: 112px 0px 110px 0px;
}

.tabs-box-2 .tab-2 {
    position: relative;
    display: none;
}

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

.tabs-box-2 .tab-2 {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box-2 .tab-2.active-tab-2 {
    transform: scale(1) translateY(0px);
}

.tabs-box-3 .tab-3 {
    position: relative;
    display: none;
}

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

.tabs-box-3 .tab-3 {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box-3 .tab-3.active-tab-3 {
    transform: scale(1) translateY(0px);
}

.challenge-style-two .sec-title h6 {
    color: #a6a5a0;
}

.challenge-style-two .sec-title h6:before {
    color: var(--theme-color);
}

.challenge-style-two .small-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.challenge-style-two .small-title h5 {
    font-size: 18px;
    line-height: 26px;
}

.challenge-style-two .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}

.challenge-style-two .tab-buttons li {
    position: relative;
    display: inline-block;
    width: 155px;
    text-align: center;
    cursor: pointer;
}

.challenge-style-two .tab-buttons li::before {
    position: absolute;
    content: "";
    background-color: #131418;
    width: 1px;
    height: 35px;
    top: -5px;
    right: 0px;
}

.challenge-style-two .tab-buttons li:first-child:after {
    position: absolute;
    content: "";
    background-color: #131418;
    width: 1px;
    height: 35px;
    top: -5px;
    left: 0px;
}

.challenge-style-two .tab-buttons li .shape {
    position: relative;
    display: inline-block;
    width: 146px;
    height: 25px;
    background: no-repeat;
    opacity: 0.3;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.challenge-style-two .tab-buttons li span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #a6a5a0;
    text-transform: uppercase;
}

.challenge-style-two .tab-buttons li.active-btn .shape {
    opacity: 1;
}

.challenge-style-two .tab-buttons li.active-btn span {
    color: var(--title-color);
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 28px 30px 28px 110px;
    border: 1px solid #fff;
    transition: all 500ms ease;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2 {
    background-color: transparent;
    border-color: #eae8e1;
    box-shadow: none;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 .icon-box {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    border: 1px solid #e9e7e0;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: var(--theme-color);
    left: 30px;
    top: 30px;
    transition: all 500ms ease;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2 .icon-box {
    background-color: #131418;
    border-color: #131418;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box {
    position: absolute;
    top: 22px;
    right: 68px;
    background-color: #f6f5f2;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 11px;
    transform: rotate(-90deg);
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box::before {
    position: absolute;
    content: "";
    background-color: #f6f5f2;
    width: 18px;
    height: 18px;
    left: -18px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box::after {
    position: absolute;
    content: "";
    background-color: #f6f5f2;
    width: 18px;
    height: 18px;
    left: -18px;
    bottom: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 0%);
}

.challenge-style-two .tab-buttons-2 .tab-btn-2::before {
    position: absolute;
    content: "";
    border: 1px solid #e3e1da;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 45px;
    right: 30px;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2::before {
    border-color: var(--theme-color);
}

.challenge-style-two .tab-buttons-2 .tab-btn-2::after {
    position: absolute;
    content: "";
    background-color: #e3e1da;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: 53px;
    right: 38px;
}

.challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2::after {
    background-color: var(--theme-color);
}

.challenge-style-two .payment-box .support-box h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}

.challenge-style-two .payment-box .support-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    padding-left: 32px;
    text-decoration: underline;
}

.challenge-style-two .payment-box .support-box a:hover {
    color: var(--theme-color);
}

.challenge-style-two .payment-box .support-box a img {
    position: absolute;
    left: 0px;
    top: 4px;
}

.challenge-style-two .payment-box p {
    margin-bottom: 12px;
}

.challenge-style-two .payment-box .payment-column .payment-box {
    position: relative;
    padding-left: 25px;
}

.challenge-style-two .payment-box .payment-column .payment-box::before {
    position: absolute;
    content: "";
    background-color: #eae8e1;
    width: 1px;
    height: calc(100% - 15px);
    left: -15px;
    bottom: 10px;
}

.challenge-style-two .payment-box .card-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.challenge-style-two .payment-box .card-list li a {
    position: relative;
    display: inline-block;
}

.challenge-style-two .tabs-box-3 {
    position: relative;
    background-color: var(--secondary-color);
}

.challenge-style-two .tabs-box-3::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-13.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: repeat;
}

.challenge-style-two .tab-buttons-3 {
    position: relative;
    padding: 40px 40px 30px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.challenge-style-two .tab-buttons-3 .tab-btn-3 {
    position: relative;
    display: inline-block;
    background-color: #2a2c33;
    padding: 3px 18px;
    cursor: pointer;
}

.challenge-style-two .tab-buttons-3 .tab-btn-3.active-btn-3 {
    background-color: var(--theme-color);
}

.challenge-style-two .tab-buttons-3 .tab-btn-3 h6 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.challenge-style-two .tab-buttons-3 .tab-btn-3.active-btn-3 h6 {
    color: var(--title-color);
}

.challenge-style-two .tabs-content-3 .trading-list li {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    align-items: center;
    justify-content: space-between;
}

.challenge-style-two .tabs-content-3 .trading-list li span {
    position: relative;
    display: inline-block;
    min-width: 200px;
    background-color: #2a2c33;
    font-size: 17px;
    color: #a7a9b1;
    padding: 14.5px 30px 14.5px 40px;
}

.challenge-style-two .tabs-content-3 .trading-list li .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14.5px 40px;
    width: 100%;
}

.challenge-style-two .tabs-content-3 .trading-list li .text p {
    color: #a7a9b1;
}

.challenge-style-two .tabs-content-3 .trading-list li .text i {
    font-size: 12px;
    color: #55585f;
}

.challenge-style-two .tabs-content-3 .trading-list li span.cancel {
    font-family: "flaticon";
    font-size: 14px;
    color: #dd2f22;
}

.challenge-style-two .tabs-content-3 .inner-box .btn-box {
    position: relative;
    padding: 30px 40px;
    display: flex;
    gap: 30px;
}

.challenge-style-two .tabs-content-3 .inner-box .btn-box .theme-btn {
    background-color: #fff;
    color: var(--title-color);
}

.challenge-style-two
    .tabs-content-3
    .inner-box
    .btn-box
    .theme-btn
    span::before {
    color: var(--theme-color);
}

.challenge-style-two .tabs-content-3 .inner-box .btn-box button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #a7a9b1;
    text-align: left;
    transition: all 500ms ease;
}

.challenge-style-two .tabs-content-3 .inner-box .btn-box button:hover {
    color: var(--theme-color);
}

.challenge-style-two .tabs-content-3 .inner-box .btn-box button i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    border: 1px solid #36383f;
    border-radius: 50%;
    font-size: 22px;
    color: var(--theme-color);
    text-align: center;
}

/** payouts-section **/

.payouts-section {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.payouts-section .sec-title h6 {
    color: #a7a9b1;
}

.payouts-section .sec-title h6:before {
    color: var(--theme-color);
}

.payouts-block-one {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.payouts-block-one .inner-box {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}

.payouts-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    base-palette: bottom center;
}

.payouts-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.payouts-block-one .inner-box .image-box .image {
    position: relative;
    max-width: 152px;
    width: 100%;
    padding: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 68% 100%, 0% 100%, 0% 0%);
}

.payouts-block-one .inner-box .image-box .image img {
    width: 100%;
}

.payouts-block-one .inner-box .image-box .image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #fff 100%);
}

.payouts-block-one .inner-box .image-box .flag {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 50px;
    border-radius: 50%;
}

.payouts-block-one .inner-box .image-box .flag img {
    width: 100%;
    border: 7px solid #fff;
    border-radius: 50%;
}

.payouts-block-one .inner-box .rating-box {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 45px;
    height: 50px;
    background-color: #2a2c33;
    text-align: center;
    padding: 3px 10px;
}

.payouts-block-one .inner-box .rating-box::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: 1px;
    height: 40px;
    top: -40px;
    left: 50%;
}

.payouts-block-one .inner-box .rating-box i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fbaf02;
}

.payouts-block-one .inner-box .rating-box h6 {
    display: block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
}

.payouts-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 21px;
}

.payouts-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 13px;
}

.payouts-block-one .inner-box h3 span {
    font-size: 14px;
    color: #a7a9b1;
}

.payouts-block-one .inner-box .lower-content h5 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        180deg,
        rgba(254, 204, 8, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.payouts-block-one .inner-box .lower-content h5 span {
    font-size: 17px;
    font-family: var(--text-font);
    color: #a7a9b1;
    font-weight: 400;
}

.payouts-block-one .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 30px 30px 22px 30px;
    opacity: 0;
    transition: all 500ms ease;
}

.payouts-block-one .inner-box:hover .overlay-content {
    opacity: 1;
}

.payouts-block-one .inner-box .overlay-content .rating-box {
    right: 10px;
}

.payouts-block-one .inner-box .overlay-content .rating-box::before {
    display: none;
}

.payouts-block-one .inner-box .overlay-content .quote-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #fecb07;
    margin-bottom: 24px;
}

.payouts-block-one .inner-box .overlay-content p {
    color: #a7a9b1;
    margin-bottom: 22px;
}

.payouts-section .owl-nav {
    position: relative;
    padding-top: 10px;
}

.payouts-section .owl-nav::before {
    position: absolute;
    content: "";
    background-color: #2d2e35;
    width: calc(100% - 245px);
    height: 1px;
    left: 147px;
    bottom: 0px;
}

.payouts-section .owl-nav .owl-prev {
    margin-right: 15px;
}

.payouts-section .owl-nav button {
    border-color: #2d2e35;
}

.payouts-section .owl-nav button:hover {
    color: var(--title-color);
}

.payouts-section .owl-dots {
    position: absolute;
    right: -11px;
    bottom: 0px;
    counter-reset: slides-num;
    min-height: 30px;
    min-width: 51px;
}

.payouts-section .owl-dots::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 16px;
    color: #b3b9bd;
    font-weight: 600;
    font-family: var(--text-font);
}

.payouts-section .owl-dots:before {
    position: absolute;
    content: "";
    right: 31px;
    top: 11px;
    width: 1px;
    height: 14px;
    background: #b3b9bd;
    transform: rotate(15deg);
}

.payouts-section .owl-dots button span {
    display: none !important;
}

.payouts-section .owl-dots button {
    position: absolute;
    top: -8px;
    left: -15px;
    counter-increment: slides-num;
    font-size: 48px;
    line-height: 30px;
    font-family: var(--text-font);
    font-weight: 600;
    color: #fff;
}

.payouts-section .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.payouts-section .owl-dots button.active:after {
    position: absolute;
    content: "0";
    top: 0px;
    right: 0px;
}

.payouts-section .inner-content {
    position: relative;
    padding: 410px 30px 22px 30px;
}

.payouts-section .inner-content .shape {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.payouts-section .inner-content .image {
    position: absolute;
    right: 7px;
    bottom: 100px;
}

.payouts-section .inner-content .image img {
    max-width: none;
    float: right;
}

.payouts-section .inner-content h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7a9b1;
    margin-bottom: 7px;
}

.payouts-section .inner-content h2 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.payouts-section .inner-content h2 span {
    font-size: 22px;
}

/** trading-style-two **/

.trading-style-two {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.trading-style-two .sec-title h6 {
    color: #a6a5a0;
}

.trading-style-two .sec-title h6:before {
    color: var(--theme-color);
}

.trading-style-two .inner-container {
    position: relative;
    background-color: var(--secondary-color);
}

.trading-style-two .inner-container .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trading-style-two .inner-container .bg-layer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(
        -90deg,
        rgba(19, 20, 24, 1) 0%,
        rgba(19, 20, 24, 0) 100%
    );
}

.trading-style-two .left-content .single-item {
    position: relative;
    z-index: 1;
}

.trading-style-two .left-content .single-item::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.trading-style-two .left-content .single-item .inner-box {
    position: relative;
}

.trading-style-two .left-content .single-item .inner-box::after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-50.png);
    width: 13px;
    height: 47px;
    right: -36px;
    top: 10px;
}

.trading-style-two
    .left-content
    .single-column:first-child
    .single-item
    .inner-box::after {
    right: -51px;
}

.trading-style-two .left-content .single-item .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 21px;
}

.trading-style-two .left-content .single-item .inner-box a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.trading-style-two .left-content .single-item .inner-box a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.trading-style-two .left-content .single-column:first-child .single-item {
    padding: 429px 30px 50px 30px;
}

.trading-style-two .left-content .single-column:nth-child(2) .single-item {
    padding: 256px 15px 223px 15px;
}

.trading-style-two .left-content .single-column:last-child .single-item {
    padding: 80px 15px 399px 15px;
}

.trading-style-two .left-content .single-item .inner-box .count-text {
    position: absolute;
    right: 0px;
    bottom: -6px;
    font-size: 50px;
    line-height: 50px;
    font-family: var(--title-font);
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.trading-style-two
    .left-content
    .single-column:first-child
    .single-item
    .inner-box
    .count-text {
    right: -15px;
}

.trading-style-two .left-content {
    position: relative;
}

.trading-style-two .left-content::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-16.png);
    width: 390px;
    height: 389px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.trading-style-two .left-content::after {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-16.png);
    width: 390px;
    height: 389px;
    right: -15px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.trading-style-two .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trading-style-two .content-box {
    position: relative;
    display: block;
    padding: 66px 50px 80px 65px;
}

.trading-style-two .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 22px;
}

.trading-style-two .content-box h2 span {
    font-weight: 400;
}

.trading-style-two .content-box p {
    color: #a7a9b1;
    margin-bottom: 20px;
}

.trading-style-two .content-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 17px;
}

.trading-style-two .content-box .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 17px;
    color: #a7a9b1;
    padding-left: 25px;
    margin-bottom: 14px;
}

.trading-style-two .content-box .list-item li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: var(--theme-color);
}

.trading-style-two .content-box .list-item {
    padding-bottom: 19px;
}

/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    padding: 112px 0px 90px 0px;
}

.chooseus-style-two .sec-title h6 {
    color: #a6a5a0;
}

.chooseus-style-two .sec-title h6:before {
    color: var(--theme-color);
}

.chooseus-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 33px 25px 30px 25px;
    text-align: center;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box {
    background-color: var(--secondary-color);
    margin-top: -17px;
    padding-bottom: 47px;
}

.chooseus-block-one {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-bottom: 30px;
}

.chooseus-block-one .link-box {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -23px;
}

.chooseus-block-one .link-box a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f6f5f2;
    border: 1px solid #e3e1da;
    font-size: 16px;
    color: var(--title-color);
    border-radius: 50%;
    z-index: 1;
}

.chooseus-block-one:hover .link-box a {
    background-color: #fff;
    transform: rotate(45deg);
}

.chooseus-block-one .link-box a:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 36px;
    height: 36px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .link-box a:before {
    opacity: 1;
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 123px;
    line-height: 123px;
    margin-bottom: 17px;
}

.chooseus-block-one .inner-box .icon-box .icon-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box .icon-box .icon-shape {
    opacity: 0;
}

.chooseus-block-one .inner-box .icon-box .overlay-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box .icon-box .overlay-shape {
    opacity: 1;
}

.chooseus-block-one .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
}

.chooseus-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box h3 {
    opacity: 0;
}

.chooseus-block-one .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 22px;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box .text {
    opacity: 0;
}

.chooseus-block-one .inner-box .lower-content {
    position: relative;
}

.chooseus-block-one .inner-box .lower-content p {
    position: absolute;
    left: 0px;
    bottom: -17px;
    color: #a7a9b1;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-block-one:hover .inner-box .lower-content p {
    opacity: 1;
}

/** download-section **/

.download-section {
    position: relative;
    background-color: var(--secondary-color);
    padding: 120px 0px;
}

.download-section .image-box {
    position: relative;
    display: block;
    margin-left: 55px;
    padding-right: 189px;
    max-width: 450px;
}

.download-section .image-box .image {
    position: relative;
    display: block;
}

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

.download-section .image-box .curve-text {
    position: absolute;
    top: 130px;
    right: 0px;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #fbe89e 0%, #dabf57 100%);
}

.download-section .image-box .curve-text .text-box {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: #202126;
    border-radius: 50%;
    padding: 19px 0px;
}

.download-section .image-box .curve-text .text-box h3 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.download-section .image-box .curve-text .text-box h6 {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #a7a9b1;
    font-weight: 700;
    text-transform: uppercase;
}

.download-section .image-box .curve-text .curved-circle-2 {
    position: absolute;
    left: 80px;
    top: 7px;
    font-size: 12px;
    line-height: 12px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
}

.download-section .image-box .image-shape {
    position: absolute;
    left: -70px;
    top: -120px;
    width: 411px;
    height: 778px;
    background-repeat: no-repeat;
}

.download-section .image-box .big-text {
    position: absolute;
    top: 0px;
    right: -520px;
    font-size: 100px;
    line-height: 100px;
    font-family: var(--title-font);
    font-weight: 800;
    text-transform: uppercase;
    color: #1d1e23;
    text-align: center;
    transform: rotate(-90deg);
    height: 100%;
}

.download-section .content-box {
    position: relative;
    display: block;
}

.download-section .content-box .sec-title {
    margin-bottom: 25px;
}

.download-section .content-box p {
    color: #a7a9b1;
    margin-bottom: 18px;
}

.download-section .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #a7a9b1;
    padding-left: 26px;
    margin-bottom: 12px;
}

.download-section .content-box .list-item li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: var(--theme-color);
}

.download-section .content-box .list-item {
    padding-bottom: 22px;
}

.download-section .content-box .btn-box {
    position: relative;
    display: block;
}

.download-section .content-box .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #fff;
    max-width: 370px;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding: 13px 15px;
}

.download-section .content-box .btn-box a:last-child {
    margin-bottom: 0px;
}

.download-section .content-box .btn-box a:hover {
    background-color: #fff;
    color: var(--title-color);
}

/** video-section **/

.video-section {
    position: relative;
    padding: 112px 0px;
}

.video-block-one {
    position: relative;
    display: block;
    background-color: #f6f5f2;
    padding-right: 30px;
    margin-bottom: 30px;
}

.video-block-one h6 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    writing-mode: vertical-lr;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a6a5a0;
    text-align: center;
    padding: 0px 5px;
    border-left: 1px solid #e2e0d9;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.video-block-one:hover h6 {
    color: var(--title-color);
}

.video-block-one .inner-box {
    position: relative;
}

.video-block-one .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.video-block-one .inner-box:hover .image-box {
    width: 100%;
}

.video-block-one .inner-box .image-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-block-one .inner-box .image-box .video-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.video-block-one:hover .inner-box .image-box .video-btn {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}

.video-block-one .inner-box .image-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 58px;
    background-color: var(--theme-color);
    color: var(--title-color);
    text-align: center;
    font-size: 18px;
}

.video-block-one .inner-box .content-box {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    padding: 19px 25px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.video-block-one .inner-box:hover .content-box {
    opacity: 0;
}

.video-block-one .inner-box .content-box h5 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.video-block-one .inner-box .content-box h5 a {
    display: inline-block;
    color: var(--title-color);
}

.video-block-one .inner-box .content-box h5 a:hover {
    color: var(--theme-color);
}

.video-block-one .inner-box .content-box span {
    position: relative;
    display: block;
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 46px;
}

.video-block-one .inner-box .content-box .shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.video-section .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 18px;
}

.video-section .owl-nav button {
    background-color: transparent !important;
    border: none;
    color: var(--title-color) !important;
    width: 36px;
    height: 20px;
    line-height: 20px;
}

.video-section .owl-nav button:hover {
    color: var(--theme-color) !important;
}

.video-section .more-text {
    padding-top: 23px;
}

.platform-section.light-section .sec-title h6 {
    color: #a7a9b1;
}

.platform-section.light-section .sec-title h6:before {
    color: var(--theme-color);
}

.platform-section.light-section .content_block_two .content-box .text-box p {
    color: #a7a9b1;
}

.platform-section.light-section .content_block_two .content-box .tab-btns li {
    background-color: #202126;
}

.platform-section.light-section
    .content_block_two
    .content-box
    .tab-btns
    li.active-btn {
    background-color: var(--theme-color);
}

.platform-section.light-section
    .content_block_two
    .content-box
    .tab-btns
    li
    h5 {
    color: #fff;
}

.platform-section.light-section .content_block_two .content-box .tab-btns li i {
    color: #a7a9b1;
    border-color: #414249;
}

.platform-section.light-section
    .content_block_two
    .content-box
    .tab-btns
    li.active-btn
    i {
    background-color: var(--secondary-color);
    color: var(--theme-color);
    border-color: var(--secondary-color);
}

.platform-section.light-section .list-style-one li {
    color: #fff;
}

.platform-section.light-section .list-style-one li:before {
    background-color: #2d2e35;
}

.platform-section.light-section .image-box .big-text {
    color: rgba(254, 204, 8, 0.02);
    opacity: 1;
}

/** faq-section **/

.faq-section {
    position: relative;
    padding: 112px 0px;
}

.faq-section .sec-title h6 {
    color: #a6a5a0;
}

.faq-section .sec-title h6:before {
    color: var(--theme-color);
}

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

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

.accordion-box .accordion {
    position: relative;
    margin-bottom: 20px;
}

.accordion-box .accordion.active-block {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box .accordion .acc-btn {
    position: relative;
    padding: 16px 80px 16px 30px;
    cursor: pointer;
    border: 1px solid #e9e7e0;
}

.accordion-box .accordion .acc-btn h5 {
    font-size: 18px;
    line-height: 26px;
}

.accordion-box .accordion .acc-btn .icon-box {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #e2e0d9;
    font-size: 12px;
    color: #a6a5a0;
}

.accordion-box .accordion .acc-btn .icon-box i {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    color: #a6a5a0;
    transition: all 500ms ease;
}

.accordion-box .accordion .acc-btn.active .icon-box i {
    transform: rotate(0deg);
    color: var(--theme-color);
}

.accordion-box .accordion .acc-btn.active {
    background-color: #f6f5f2;
    border-color: #f6f5f2;
}

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

/** contact-section **/

.contact-section {
    position: relative;
    padding: 120px 0px 156px 0px;
}

.contact-section .community-box {
    position: relative;
    display: block;
    padding: 42px 30px 46px 30px;
}

.contact-section .community-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-section .community-box .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.contact-section .community-box h2 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 16px;
}

.contact-section .community-box h2 span {
    font-weight: 400;
}

.contact-section .community-box p {
    color: #a7a9b1;
    margin-bottom: 279px;
}

.contact-section .community-box .theme-btn {
    margin-bottom: 21px;
    color: var(--title-color);
}

.contact-section .community-box button[type="button"] {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding-left: 26px;
}

.contact-section .community-box button[type="button"]::before {
    position: absolute;
    content: "";
    background-color: rgba(11, 151, 24, 0.5);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}

.contact-section .community-box button[type="button"]::after {
    position: absolute;
    content: "";
    background-color: #0b9718;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 3px;
    top: 8px;
}

.contact-section .community-box .icon-box {
    position: absolute;
    left: 30px;
    bottom: 187px;
}

.content_block_four .content-box {
    position: relative;
    display: block;
    border: 1px solid #26282e;
    padding: 40px 50px 50px 50px;
}

.content_block_four .content-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.content_block_four .content-box .title-box h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 8px;
}

.content_block_four .content-box .title-box p {
    color: #a7a9b1;
}

.content_block_four .content-box .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.content_block_four .content-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #a7a9b1;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 23px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content_block_four .content-box .tab-btns li.active-btn {
    color: #fff;
}

.content_block_four .content-box .tab-btns li:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #25272d;
    border-radius: 50%;
    left: 0px;
    top: 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content_block_four .content-box .tab-btns li.active-btn::before {
    border-color: var(--theme-color);
}

.content_block_four .content-box .tab-btns li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--theme-color);
    border-radius: 50%;
    left: 4px;
    top: 10px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content_block_four .content-box .tab-btns li.active-btn::after {
    opacity: 1;
}

.content_block_four .content-box .form-inner {
    position: relative;
    margin: 0px -5px;
}

.content_block_four .content-box .form-inner .form-group {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.content_block_four .content-box .form-inner .form-group input[type="text"],
.content_block_four .content-box .form-inner .form-group input[type="email"],
.content_block_four .content-box .form-inner .form-group .nice-select,
.content_block_four .content-box .form-inner .form-group textarea {
    position: relative;
    display: block;
    font-size: 17px;
    color: #62646b;
    border: 1px solid #26282e;
    padding: 10px 22px;
    width: 100%;
    transition: all 500ms ease;
}

.content_block_four .content-box .form-inner .form-group input:focus,
.content_block_four .content-box .form-inner .form-group textarea:focus {
    border-color: var(--theme-color);
}

.content_block_four .content-box .form-inner .form-group textarea {
    height: 120px;
    resize: none;
}

.content_block_four .content-box .form-inner .form-group .theme-btn {
    width: 100%;
}

.content_block_four .content-box .form-inner .form-group .nice-select::before {
    top: 10px;
    right: 22px;
    font-size: 8px;
    color: #55585f;
}

/** clients-section **/

.clients-section {
    position: relative;
    background-color: #261d20;
    padding-bottom: 70px;
}

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

.clients-section .clients-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    margin-bottom: 18px;
}

.clients-section .clients-list li {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px -6px;
}

.clients-section .clients-list li img {
    position: relative;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #1e1e17;
    z-index: 1;
}

.clients-section .clients-list li i {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    top: -5px;
}

.clients-section .content-box {
    position: relative;
    display: block;
}

.clients-section .content-box h3 {
    display: 22px;
    line-height: 32px;
    color: #a7a9b1;
    margin-bottom: 10px;
}

.clients-section .content-box h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 8px;
}

.clients-section .content-box h2 span {
    font-weight: 300;
    color: #a7a9b1;
    font-size: 22px;
}

.clients-section .content-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
}

.clients-section .content-box h5 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 20px;
}

.clients-section .content-box h5 a:hover {
    color: var(--theme-color);
}

.clients-section .content-box h5 a i {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
}

/** footer-style-two **/

.footer-style-two .widget-section {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.footer-style-two .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 28px;
    margin-top: 8px;
}

.footer-style-two .logo-widget h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}

.footer-style-two .logo-widget .form-inner {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.footer-style-two .logo-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
}

.footer-style-two .logo-widget .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #202126;
    border: 1px solid #202126;
    font-size: 17px;
    color: #a7a9b1;
    padding: 10px 40px 10px 50px;
    transition: all 500ms ease;
}

.footer-style-two .logo-widget .form-inner .form-group input:focus {
    border-color: var(--theme-color);
}

.footer-style-two .logo-widget .form-inner .form-group button[type="submit"] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-style-two .logo-widget .form-inner .form-group input:focus + button,
.footer-style-two .logo-widget .form-inner .form-group button:hover {
    color: var(--theme-color);
}

.footer-style-two .logo-widget .form-inner .form-group .icon-box {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 22px;
    color: #9d9fa7;
    z-index: 1;
}

.footer-style-two .logo-widget .text {
    position: relative;
    display: block;
    padding-left: 27px;
    color: #a7a9b1;
    margin-bottom: 28px;
}

.footer-style-two .logo-widget .text i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px;
    color: #fbe89e;
}

.footer-style-two .logo-widget p {
    color: #a7a9b1;
}

.footer-style-two .logo-widget .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
}

.footer-style-two .logo-widget .inner-box p {
    color: #fff;
    font-weight: 500;
}

.footer-style-two .logo-widget .inner-box p span {
    text-transform: uppercase;
}

.footer-style-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.footer-style-two .widget-title h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.footer-style-two .links-widget {
    position: relative;
    margin-left: 60px;
}

.footer-style-two .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
    font-size: 17px;
    color: #a7a9b1;
}

.footer-style-two .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    color: #a7a9b1;
    padding-left: 20px;
}

.footer-style-two .links-widget .links-list li a:hover {
    color: #fff;
}

.footer-style-two .links-widget .links-list li a i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 10px;
    color: #55585f;
    transition: all 500ms ease;
}

.footer-style-two .links-widget .links-list li a:hover i {
    color: var(--theme-color);
}

.footer-style-two .download-widget .widget-content .single-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 22px;
}

.footer-style-two .download-widget .widget-content .single-item:last-child {
    margin-bottom: 0px;
}

.footer-style-two .download-widget .widget-content .single-item .icon-box {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: 1px solid #26282e;
    border-radius: 50%;
    text-align: center;
    left: 0px;
    top: 7px;
    font-size: 22px;
    color: #a4a5ad;
    transition: all 500ms ease;
}

.footer-style-two
    .download-widget
    .widget-content
    .single-item:hover
    .icon-box {
    color: var(--title-color);
    background-color: #fbe89e;
    border-color: #fbe89e;
}

.footer-style-two .download-widget .widget-content .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 3px;
}

.footer-style-two .download-widget .widget-content .single-item button {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.footer-style-two .download-widget .widget-content .single-item h6 {
    font-size: 14px;
    line-height: 24px;
    color: #a7a9b1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.footer-style-two .download-widget .widget-content .single-item .download-icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #a4a5ad;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer-style-two
    .download-widget
    .widget-content
    .single-item:hover
    .download-icon {
    color: var(--theme-color);
}

.footer-style-two .advice-widget {
    position: relative;
    display: block;
}

.footer-style-two .advice-widget .inner-box {
    position: relative;
    padding: 24px 30px 30px 30px;
}

.footer-style-two .advice-widget .inner-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-style-two .advice-widget .inner-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-style-two .advice-widget .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 22px;
}

.footer-style-two .advice-widget .inner-box .image-box {
    position: relative;
    display: block;
    margin-bottom: 66px;
}

.footer-style-two .advice-widget .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-style-two .advice-widget .theme-btn.btn-one {
    background-color: var(--secondary-color);
}

.footer-bottom-two {
    position: relative;
    padding: 22px 0px;
}

.footer-bottom-two .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.footer-bottom-two .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-two .bottom-inner .copyright p {
    color: #a7a9b1;
}

.footer-bottom-two .bottom-inner .right-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-bottom-two .social-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-two .social-links li span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #a7a9b1;
}

.footer-bottom-two .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #a5a7af;
}

.footer-bottom-two .social-links li a:hover {
    color: var(--theme-color);
}

.footer-bottom-two .language-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-bottom-two .language-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fbe89e;
    top: 2px;
}

.footer-bottom-two .language-box .nice-select {
    font-size: 17px;
    color: #a7a9b1;
    font-family: var(--text-font);
    text-transform: capitalize;
    font-weight: 400;
}

.footer-bottom-two .language-box .nice-select::before {
    color: #55585f;
}

.footer-bottom-two .language-box .nice-select .list {
    top: inherit;
    bottom: 100%;
    left: inherit !important;
    right: 0px !important;
}

.footer-bottom-two .copyright p {
    color: #a7a9b1;
}

.footer-bottom-two .copyright p a {
    display: inline-block;
    color: var(--theme-color);
}

.footer-bottom-two .copyright p a:hover {
    color: #fff;
}

/** header-style-three **/

.header-style-three {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
}

.header-style-three .support-box {
    position: relative;
    cursor: pointer;
}

.header-style-three .header-lower {
    position: relative;
    padding: 0px 60px;
}

.header-style-three .header-lower .outer-container {
    position: relative;
    background-color: transparent;
}

.header-style-three .menu-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 190px;
}

.header-style-three .main-menu .navigation > li > a {
    color: #fff;
}

.main-header .menu-right-content .text-box {
    position: relative;
}

.main-header .menu-right-content .text-box::before {
    position: absolute;
    content: "";
    background-color: #3f3c43;
    width: 1px;
    height: 45px;
    left: -15px;
    top: 6px;
}

.main-header .menu-right-content .text-box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.main-header .menu-right-content .text-box h5 a {
    display: inline-block;
    position: relative;
    padding-right: 0;
    color: #fff;
}

.main-header .menu-right-content .text-box h5 a i {
    position: absolute;
    right: 30px;
    bottom: -4px;
    color: var(--theme-color);
}

.header-style-three .menu-right-content {
    gap: 30px;
}

.header-style-three .menu-right-content .account-box {
    background-color: #fff;
    padding: 12px 25px;
    margin-left: 10px;
}

.header-style-three .menu-right-content .account-box .nice-select {
}

.main-header .outer-box .account-box .icon-box {
    min-width: 22px;
}

.header-style-three .sticky-header {
    background-color: var(--secondary-color);
}

/** banner-style-three **/

.banner-style-three .content-box {
    text-align: center;
}

.banner-style-three .content-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 24px;
    margin-bottom: 9px;
    color: var(--theme-color);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(-10px);
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-style-three .banner-carousel .active .content-box h6 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-style-three .content-box h6:before {
    position: absolute;
    content: "\f10d";
    font-family: "flaticon";
    font-size: 14px;
    left: 0px;
    top: -1px;
    font-weight: 400;
}

.banner-style-three .content-box h2 {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 12px;
}

.banner-style-three .banner-carousel .slide-item {
    padding: 210px 0px 280px 0px;
}

.banner-style-three .banner-carousel .slide-item::before {
    background-color: #000;
    opacity: 0.5;
}

.banner-style-three .banner-carousel .slide-item::after {
    display: none;
}

.banner-style-three .owl-nav {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.banner-style-three .owl-nav .owl-prev {
    margin-right: 15px;
}

.banner-style-three .owl-nav button {
    z-index: 1;
}

.banner-style-three .owl-nav button::before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.banner-style-three .owl-nav button:hover::before {
    opacity: 1;
}

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

.banner-style-three .curve-text {
    position: absolute;
    right: 235px;
    bottom: 120px;
    width: 110px;
    height: 110px;
    line-height: 114px;
    text-align: center;
    z-index: 2;
}

.banner-style-three .curve-text .curved-circle-3 {
    position: absolute;
    left: 55px;
    top: -10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.banner-style-three .curve-text a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.banner-style-three .lower-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    padding: 25px 30px;
}

.banner-style-three .lower-box .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-style-three .lower-box .inner-box .single-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px -7px;
}

.banner-style-three .lower-box .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    min-width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.banner-style-three .lower-box .inner-box .single-item:last-child .icon-box {
    background-color: #f7cce4;
    z-index: -1;
}

.banner-style-three .lower-box .inner-box .single-item h6 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}

.banner-style-three .lower-box .inner-box .single-item a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
}

.banner-style-three .lower-box .inner-box .single-item a:hover {
    text-decoration: underline;
}

.banner-style-three .lower-box .inner-box .single-item a i {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

/** payouts-style-two **/

.payouts-style-two {
    position: relative;
    padding: 112px 0px;
}

.payouts-style-two .outer-container {
    position: relative;
    padding: 0px 60px;
}

.payouts-style-two .outer-container .outer-box {
    position: relative;
}

.payouts-style-two .outer-container .outer-box::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 100%;
    z-index: 2;
}

.payouts-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.payouts-style-two .payouts-block-one .inner-box .lower-content h5 {
    background: linear-gradient(
        180deg,
        rgba(203, 28, 123, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.payouts-style-two .payouts-block-one .inner-box .overlay-content .quote-box {
    color: transparent;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payouts-style-two .more-text {
    padding-top: 20px;
}

/** assets-section **/

.assets-section {
    position: relative;
    padding-top: 120px;
}

.assets-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 237px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.content_block_five .content-box {
    position: relative;
    display: block;
    padding: 62px 40px 70px 40px;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
}

.content_block_five .content-box .sec-title h6 {
    color: #f7cce4;
}

.content_block_five .content-box .sec-title h6:before {
    color: var(--theme-color);
}

.content_block_five .content-box p {
    margin-bottom: 31px;
    color: #f7cce4;
}

.content_block_five .content-box .sec-title {
    margin-bottom: 19px;
}

.content_block_five .content-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content_block_five .content-box .image {
    position: absolute;
    right: 25px;
    bottom: -25px;
}

.content_block_six .content-box {
    position: relative;
    display: block;
}

.content_block_six .content-box .inner-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.content_block_six .content-box p {
    margin-bottom: 31px;
}

.content_block_six .content-box .inner-box .image-box {
    position: relative;
    margin-right: 10px;
}

.content_block_six .content-box .inner-box .image-box img {
    width: 100%;
}

.content_block_six .content-box .inner-box .list-item li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 38px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
}

.content_block_six .content-box .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_six .content-box .inner-box .list-item li::before {
    position: absolute;
    content: "\f143";
    font-family: "flaticon";
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    left: 0px;
    top: 2px;
}

.content_block_six .content-box .inner-box .list-item li a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
    padding-right: 20px;
}

.content_block_six .content-box .inner-box .list-item li a i {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content_block_six .content-box .inner-box .list-item li a:hover i {
    opacity: 1;
}

.content_block_six .content-box .download-box .single-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 22px;
}

.content_block_six .content-box .download-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background-color: #201925;
    border-radius: 50%;
    text-align: center;
    left: 0px;
    top: 7px;
    font-size: 22px;
    color: #a9a3ad;
    transition: all 500ms ease;
}

.content_block_six .content-box .download-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
}

.content_block_six .content-box .download-box .single-item button {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.content_block_six .content-box .download-box .single-item h6 {
    font-size: 14px;
    line-height: 24px;
    color: #676369;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.content_block_six .content-box .download-box .single-item .download-icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content_block_six
    .content-box
    .download-box
    .single-item:hover
    .download-icon {
    color: var(--title-color);
}

.assets-section .upper-box {
    position: relative;
    margin-bottom: 120px;
}

.assets-section .lower-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 40px 50px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.content_block_seven .content-box {
    position: relative;
    display: block;
}

.content_block_seven .content-box .graph-box .bar {
    position: relative;
    width: 100%;
    height: 56px;
    background: transparent;
    border: 1px solid #ebe8ef;
}

.content_block_seven .content-box .graph-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 54px;
    background: #f5f3f7;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.content_block_seven .content-box .category-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.content_block_seven .content-box .category-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
}

.content_block_seven .content-box .category-box .select-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.content_block_seven .content-box .category-box .select-box .nice-select {
    position: relative;
    display: block;
    background-color: #f5f3f7;
    padding: 0px 20px;
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #676369;
    font-weight: 400;
    font-family: var(--text-font);
    border-radius: 0px;
}

.content_block_seven
    .content-box
    .category-box
    .select-box
    .nice-select::before {
    right: 20px;
}

.content_block_seven
    .content-box
    .category-box
    .select-box:last-child
    .nice-select {
    text-transform: uppercase;
}

.content_block_seven .content-box .graph-box .graph-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.content_block_seven .content-box .graph-box .graph-title h5 {
    font-size: 18px;
    line-height: 28px;
}

.content_block_seven .content-box .graph-box .currency-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.content_block_seven .content-box .graph-box .currency-box span {
    position: relative;
    display: block;
}

.content_block_seven .content-box .graph-box .single-box {
    margin-bottom: 15px;
}

.content_block_seven .content-box .graph-box .single-box:last-child {
    margin-bottom: 0px;
}

.content_block_seven .content-box .graph-box .bar .line-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.content_block_seven .content-box .graph-box .bar .line-box .small-line {
    position: absolute;
    left: 10%;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #ebe8ef;
}

.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(2) {
    left: 20%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(3) {
    left: 30%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(4) {
    left: 40%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(5) {
    left: 50%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(6) {
    left: 60%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(7) {
    left: 70%;
}
.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(8) {
    left: 80%;
}

.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .small-line:nth-child(9) {
    left: 90%;
}

.content_block_seven .content-box .graph-box .bar .line-box .big-line {
    position: absolute;
    left: 20%;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #ebe8ef;
}

.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .big-line:nth-child(2) {
    left: 40%;
}

.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .big-line:nth-child(3) {
    left: 60%;
}

.content_block_seven
    .content-box
    .graph-box
    .bar
    .line-box
    .big-line:nth-child(4) {
    left: 80%;
}

.content_block_eight .content-box {
    position: relative;
    display: block;
    background-color: #201925;
    padding: 32px 40px 40px 40px;
    text-align: center;
}

.content_block_eight .content-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a9a3ad;
}

.content_block_eight .content-box h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 20px;
}

.content_block_eight .content-box .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 19px;
    border-top: 1px solid #3b3540;
    margin-bottom: 21px;
}

.content_block_eight .content-box .inner-box::before {
    position: absolute;
    content: "";
    background-color: #3b3540;
    width: 1px;
    height: calc(100% - 8px);
    left: 50%;
    top: 0px;
}

.content_block_eight .content-box .inner-box h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 4px;
}

.content_block_eight .content-box .inner-box p {
    color: #a9a3ad;
}

.content_block_eight .content-box .theme-btn {
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
}

/** about-style-three **/

.about-style-three {
    position: relative;
    padding: 120px 0px;
}

.about-style-three .chooseus-block-one .inner-box {
    border: 1px solid #ebe8ef;
}

.about-style-three .chooseus-block-one:hover .inner-box {
    border-color: var(--secondary-color);
}

.about-style-three .chooseus-block-one:hover .link-box a {
    color: #fff;
}

.about-style-three .chooseus-block-one .link-box a:before {
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
}

.content_block_nine .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
}

.content_block_nine .content-box .text-box p {
    margin-bottom: 26px;
}

.content_block_nine .content-box .text-box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 9px;
}

.content_block_nine .content-box .text-box span {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.list-style-two li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: #676369;
    font-weight: 500;
    padding-left: 28px;
    margin-bottom: 12px;
}

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

.list-style-two li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 16px;
    color: var(--theme-color);
}

/** chooseus-section **/

.chooseus-style-three {
    position: relative;
    padding: 112px 0px 34px 0px;
}

.chooseus-block-two .inner-box {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 86px;
}

.chooseus-block-two .inner-box .icon-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.chooseus-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: 1px solid #3b3540;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box .icon-box::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box:hover .icon-box::before {
    transform: scale(1, 1);
}

.chooseus-block-two .inner-box .icon-box .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    z-index: 1;
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box:hover .icon-box .overlay-icon {
    opacity: 1;
}

.chooseus-block-two .inner-box .icon-box .icon {
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box:hover .icon-box .icon {
    opacity: 0;
}

.chooseus-block-two .inner-box .count-text {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #3b3540;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-family: var(--title-font);
    color: #a9a3ad;
    font-weight: 600;
}

.chooseus-block-two .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 7px;
}

.chooseus-block-two .inner-box p {
    color: #a9a3ad;
}

.chooseus-style-three .inner-container {
    position: relative;
}

.chooseus-style-three .inner-container .border-one {
    position: absolute;
    left: 0px;
    top: 42%;
    width: 100%;
    height: 1px;
    background-color: #3b3540;
}

.chooseus-style-three .inner-container .border-two {
    position: absolute;
    left: 33%;
    top: 0px;
    width: 1px;
    height: calc(100% - 90px);
    background-color: #3b3540;
}

.chooseus-style-three .inner-container .border-three {
    position: absolute;
    left: 66%;
    top: 0px;
    width: 1px;
    height: calc(100% - 90px);
    background-color: #3b3540;
}

.challenge-section.dark-section .upper-box h5 {
    color: var(--title-color);
}

.challenge-section.dark-section .upper-box .select-box .nice-select {
    border-color: #e3e0e6;
}

.challenge-section.dark-section .upper-box .select-box .nice-select::before {
    color: #b2adb5;
}

.challenge-section.dark-section .tab-btns li span {
    color: #676369;
}

.challenge-section.dark-section .table-outer thead .title-box {
    background-color: #e7e4eb;
}

.challenge-section.dark-section .table-outer th span {
    color: var(--title-color);
}

.challenge-section.dark-section .table-outer .big-data .title-box::before {
    background-image: url(../images/shape/shape-31.png);
}

.challenge-section.dark-section .table-outer tbody td {
    color: #676369;
}

.challenge-section.dark-section .table-outer tbody tr:nth-child(even) {
    background-color: #e7e4eb;
}

.challenge-section.dark-section
    .table-outer
    tbody
    tr:nth-child(even)
    td::before {
    background-image: url(../images/shape/shape-31.png);
}

.challenge-section.dark-section .table-outer tbody td.big-data i {
    color: #b2adb5;
}

.challenge-section.dark-section .table-outer td:first-child,
.challenge-section.dark-section .table-outer th:first-child,
.challenge-section.dark-section .table-outer tbody tr td:nth-child(2),
.challenge-section.dark-section .table-outer tbody tr td:nth-child(3),
.challenge-section.dark-section .table-outer th.big-data,
.challenge-section.dark-section .table-outer th,
.challenge-section.dark-section .table-outer td,
.challenge-section.dark-section .table-outer th,
.challenge-section.dark-section .table-outer tbody tr:last-child td {
    border-color: #e4e2e6;
}

.challenge-section.dark-section .table-outer tbody td .close-icon {
    color: #dd2f22;
}

.challenge-section.dark-section .table-outer tbody tr:last-child {
    background-color: transparent;
}

.challenge-section.dark-section .table-outer tbody .big-data button {
    color: var(--title-color);
}

.challenge-section.dark-section .table-outer tbody .big-data button i {
    border-color: #e3e1e6;
}

.challenge-section.dark-section .table-outer tbody td .theme-btn {
    background-color: #e7e4eb;
    color: var(--title-color);
}

.challenge-section.dark-section .table-outer tbody td .theme-btn:hover {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 100%);
}

.trading-style-two.fluid {
    padding: 0px;
}

.trading-style-two.fluid .left-content .single-item .inner-box a {
    z-index: 1;
}

.trading-style-two.fluid .left-content .single-item .inner-box a::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trading-style-two.fluid .left-content .single-item .inner-box a:hover::before {
    opacity: 1;
}

.trading-style-two.fluid .left-content .single-item .inner-box::after {
    background-image: url(../images/icons/icon-86.png);
}

.working-section.home-3
    .working-block:nth-child(odd)
    .working-block-one
    .inner-box {
    background: linear-gradient(180deg, #f5f3f7 0%, #fff 100%);
}

.working-section.home-3
    .working-block:nth-child(even)
    .working-block-one
    .inner-box {
    background: linear-gradient(0deg, #f5f3f7 0%, #fff 100%);
}

.working-section.home-3 .working-block-one .inner-box .icon-box {
    background-color: #f5f3f7;
}

.working-section.home-3 .working-block-one .inner-box:hover .icon-box {
    background-color: var(--theme-color);
}

.download-section.home-3 .image-box .curve-text {
    background: linear-gradient(90deg, #f7cce4 0%, #e1b5ce 100%);
}

.download-section.home-3 .image-box .big-text {
    color: #2a2230;
}

/** news-style-two **/

.news-style-two {
    position: relative;
    padding: 120px 0px 90px 0px;
}

.news-style-two .left-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.news-style-two .left-content .sec-title h2 {
    margin-bottom: 11px;
}

.news-style-two .left-content .sec-title p {
    margin-bottom: 13px;
}

.news-style-two .left-content .sec-title a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    padding-right: 20px;
}

.news-style-two .left-content .sec-title a i {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
}

.news-style-two .left-content .sec-title a:hover {
    color: var(--theme-color);
}

.news-style-two .left-content .newsletter-form h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
}

.news-style-two .left-content .newsletter-form p {
    margin-bottom: 22px;
}

.news-style-two .left-content .newsletter-form form .form-group {
    position: relative;
    margin-bottom: 16px;
}

.news-style-two .left-content .newsletter-form form .form-group:last-child {
    margin-bottom: 0px;
}

.news-style-two
    .left-content
    .newsletter-form
    form
    .form-group
    input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #ebe8ef;
    font-size: 17px;
    color: #b2adb5;
    padding: 10px 40px 10px 50px;
    transition: all 500ms ease;
}

.news-style-two .left-content .newsletter-form form .form-group input:focus {
    border-color: var(--theme-color);
}

.news-style-two .left-content .newsletter-form form .form-group .icon {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 22px;
    color: #b7b3ba;
    z-index: 1;
}

.news-style-two .left-content .newsletter-form form .text {
    position: relative;
    display: block;
    padding-left: 27px;
    color: #676369;
    margin-bottom: 28px;
}

.news-style-two .left-content .newsletter-form form .text i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px;
    color: var(--theme-color);
}

.news-style-two .left-content .theme-btn span::before {
    color: #fff;
}

.news-style-two .left-content .theme-btn:hover {
    background-color: var(--theme-color);
}

.news-block-one.style-two .inner-box {
    position: relative;
    display: flex;
    gap: 40px;
}

.news-block-one.style-two .inner-box .image-box {
    width: 260px;
    min-width: 260px;
}

.news-block-one.style-two .inner-box .image-box .post-date {
    top: 30px;
}

.news-block-one.style-two .inner-box .image-box .image-btn {
    margin-top: 25px;
}

.news-block-one.style-two .inner-box .lower-content h3 {
    font-size: 26px;
    line-height: 36px;
}

.news-block-one .inner-box .lower-content .author-box .post-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 7px;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 23px;
}

.news-block-one .inner-box .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--title-color);
    padding-right: 20px;
}

.news-block-one .inner-box .lower-content .link-box a i {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 700;
    transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link-box a:hover i {
    transform: rotate(45deg);
}

.news-block-one .inner-box .lower-content .link-box a:hover {
    color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .link-box {
    margin-top: 22px;
}

/** funfact-section **/

.funfact-section {
    position: relative;
    padding: 112px 0px 120px 0px;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 100%);
}

.funfact-section .sec-title h6 {
    color: #f7cce4;
}

.funfact-section .sec-title h6:before {
    color: var(--theme-color);
}

.funfact-section .inner-container .funfact-block-one {
    float: left;
    width: 25%;
}

.funfact-section .inner-container .funfact-block-one .inner-box {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.funfact-section .inner-container .funfact-block-one:last-child .inner-box {
    border: none;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 24px 30px 18px 30px;
}

.funfact-block-one .inner-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.funfact-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.funfact-block-one .inner-box p {
    color: #f7cce4;
    margin-bottom: 61px;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
}

.funfact-block-one .inner-box .count-outer .text {
    font-size: 17px;
    font-family: var(--text-font);
    font-weight: 400;
}

.funfact-block-one .inner-box .count-outer .symble {
    position: relative;
    top: 4px;
}

.funfact-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** footer-style-three **/

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

.footer-style-three .footer-top {
    position: relative;
    background-color: #fff;
    padding: 25px 0px;
    border-bottom: 1px solid #ebe8ef;
}

.footer-style-three .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-style-three .top-inner .left-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
}

.footer-style-three .top-inner .social-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer-style-three .top-inner .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #676369;
}

.footer-style-three .top-inner .social-links li a:hover {
    color: var(--theme-color);
}

.footer-style-three .top-inner .social-links li a i {
    position: relative;
    top: 3px;
    color: #302934;
}

.footer-style-three .top-inner .social-links li {
    position: relative;
    display: inline-block;
}

.footer-style-three .top-inner .social-links li:before {
    position: absolute;
    content: "";
    background-color: #b2adb5;
    width: 4px;
    height: 4px;
    top: 12px;
    right: -28px;
    border-radius: 50%;
}

.footer-style-three .top-inner .social-links li:last-child::before {
    display: none;
}

.footer-style-three .top-inner .footer-logo {
    position: relative;
}

.footer-style-three .top-inner .footer-logo::before {
    position: absolute;
    content: "";
    background-color: #ebe8ef;
    width: 1px;
    height: 37px;
    top: 5px;
    right: -40px;
}

.footer-style-three .language-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-style-three .language-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 18px;
    top: 2px;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-style-three .language-box .nice-select {
    font-size: 17px;
    color: #676369;
    font-family: var(--text-font);
    text-transform: capitalize;
    font-weight: 400;
}

.footer-style-three .language-box .nice-select::before {
    color: #b2adb5;
}

.footer-style-three .widget-section {
    position: relative;
    background-color: #f5f3f7;
    padding: 120px 0px 112px 0px;
}

.footer-style-three .support-widget .icon-box {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(90deg, #53234c 0%, #d32579 100%);
    margin-bottom: 26px;
}

.footer-style-three .support-widget .icon-box::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 58px;
    height: 58px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
}

.footer-style-three .support-widget .icon-box img {
    position: relative;
}

.footer-style-three .support-widget h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.footer-style-three .support-widget h3:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer-style-three .support-widget p {
    margin-bottom: 22px;
}

.footer-style-three .widget-section {
    position: relative;
}

.footer-style-three .widget-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer-style-three .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.footer-style-three .widget-title h3 {
    font-size: 22px;
    line-height: 32px;
}

.footer-style-three .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 13px;
    font-size: 17px;
    color: #676369;
}

.footer-style-three .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-three .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    color: #676369;
    padding-left: 20px;
}

.footer-style-three .links-widget .links-list li a:hover {
    color: var(--title-color);
}

.footer-style-three .links-widget .links-list li a i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 10px;
    color: #b2adb5;
    transition: all 500ms ease;
}

.footer-style-three .links-widget .links-list li a:hover i {
    color: var(--theme-color);
}

.footer-style-three .footer-widget {
    position: relative;
    margin-right: 35px;
}

.footer-style-three .footer-widget::before {
    position: absolute;
    content: "";
    background-color: #d8d7da;
    width: 1px;
    height: 303px;
    top: 0px;
    right: 0px;
}

.footer-style-three .footer-column:last-child .footer-widget::before {
    display: none;
}

.footer-style-three .post-widget .post {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-style-three .post-widget .post:last-child {
    margin-bottom: 0px;
}

.footer-style-three .post-widget .post h6 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 6px;
}

.footer-style-three .post-widget .post h6 i {
    position: relative;
    display: inline-block;
    top: 2px;
}

.footer-style-three .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 7px;
}

.footer-style-three .post-widget .post h5 a {
    display: inline-block;
    color: var(--title-color);
}

.footer-style-three .post-widget .post h5 a:hover {
    color: var(--theme-color);
}

.footer-style-three .post-widget .post .text {
    position: relative;
    display: block;
    padding-left: 23px;
    font-size: 17px;
    color: #676369;
}

.footer-style-three .post-widget .post .text i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 14px;
    color: #b2adb5;
}

.footer-style-three .footer-bottom {
    background-color: var(--secondary-color);
}

.boxed_wrapper.home_four {
    background-color: var(--secondary-color);
    padding: 0px 120px;
}

.boxed_wrapper.home_four::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-36.png);
    width: calc(100% - 240px);
    height: 100%;
    background-repeat: repeat;
    top: 0px;
    left: 120px;
}

/** banner-style-four **/

.banner-style-four {
    position: relative;
    padding: 164px 0px 120px 0px;
}

.banner-style-four .sec-title h2 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 12px;
}

.banner-style-four .sec-title p {
    color: #a5a9be;
    margin-bottom: 24px;
}

.banner-style-four h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.banner-style-four h5 a {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 4px solid #5b73f3;
    padding-right: 20px;
}

.banner-style-four h5 a i {
    position: absolute;
    right: 0px;
    top: 5px;
}

.banner-style-four h5 a:hover {
    color: #fff;
}

.banner-style-four .sec-title {
    margin-bottom: 112px;
}

.banner-style-four .author-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.banner-style-four .author-list li {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0px -5px;
}

.banner-style-four .author-list li img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-style-four .author-list li i {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #edf0fc;
    border: 2px solid #fff;
    font-size: 16px;
    color: var(--theme-color);
}

.main-header .support-box .icon {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 51px;
    background: -webkit-linear-gradient(0deg, #53234c 0%, #d32579 100%);
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

/** header-style-four **/

.header-style-four {
    position: relative;
}

.header-style-four .main-menu .navigation > li > ul,
.header-style-four .main-menu .navigation > li > .megamenu,
.header-style-four .main-menu .navigation > li > ul > li > ul {
    background-color: var(--secondary-color);
}

.header-style-four .support-box {
    position: relative;
    cursor: pointer;
}

.header-style-four .header-lower {
    position: relative;
    padding: 0px 60px;
}

.header-style-four .header-lower .outer-container {
    position: relative;
    background-color: transparent;
}

.header-style-four .menu-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 190px;
}

.header-style-four .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-four .main-menu .navigation > li > ul > li > a,
.header-style-four .main-menu .navigation > li > .megamenu li > a,
.header-style-four .main-menu .navigation > li > ul > li > ul > li > a {
    border-color: rgba(255, 255, 255, 0.1);
}

.header-style-four .support-box .icon {
    background: var(--theme-color);
}

.header-style-four .menu-right-content {
    gap: 30px;
}

.home_four .main-header .support-box .support-content {
    background-color: var(--secondary-color);
}

.home_four .main-header .support-box .support-content .single-item {
    border-color: rgba(255, 255, 255, 0.1);
}

.home_four .main-header .support-box .support-content .single-item p {
    color: #a5a9be;
}

.banner-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: -130px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.8;
    filter: grayscale(100%);
}

.header-style-four .header-lower {
    position: relative;
    padding: 0px 30px 0px 25px;
}

.header-style-four .language-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 50px;
}

.header-style-four .language-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--theme-color);
    top: 2px;
}

.header-style-four .language-box .nice-select {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--text-font);
    color: #fff;
    text-transform: capitalize;
}

.header-style-four .language-box .nice-select::before {
    color: #a5a9be;
}

.header-style-four .language-box .nice-select .list {
    background-color: var(--secondary-color);
}

.header-style-four .language-box .nice-select .list li {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-four .language-box .nice-select .list li:last-child {
    border-bottom: none;
}

.header-style-four .search-toggler {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #b0afb8;
    cursor: pointer;
    padding-left: 10px;
}

.header-style-four .search-toggler i {
    color: #fff;
}

.header-style-four .search-toggler span {
    color: #b0afb8;
}

.header-style-four .search-toggler::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: 1px;
    height: 28px;
    left: -10px;
    top: -5px;
}

.header-style-four .sticky-header {
    background-color: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-four .menu-right-content {
    z-index: 5;
}

.header-style-four .sticky-header .outer-container {
    padding-left: 25px;
    padding-right: 25px;
}

.header-style-four .navigation > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
}

.header-style-four .header-bottom {
    position: relative;
    padding: 12px 0px;
}

.header-style-four .header-bottom .more-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px;
    padding-left: 28px;
}

.header-style-four .header-bottom::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: calc(100% + 240px);
    height: 1px;
    left: -120px;
    top: 0px;
}

.header-style-four .header-bottom::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: calc(100% + 240px);
    height: 1px;
    left: -120px;
    bottom: 0px;
}

.header-style-four .header-bottom .more-text .icon-box {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--theme-color);
    top: 1px;
}

.banner-style-four::before {
    position: absolute;
    content: "";
    background-color: #1c2762;
    width: 256px;
    height: 700px;
    left: 0px;
    top: -138px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%, 0% 0%);
    z-index: 1;
}

.banner-style-four::after {
    position: absolute;
    content: "";
    background-color: #1c2762;
    width: 256px;
    height: 700px;
    right: 0px;
    top: -138px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 85%, 0% 0%);
}

.banner-style-four .rating-box {
    position: absolute;
    left: 0px;
    top: 27px;
    width: 256px;
    text-align: center;
    z-index: 2;
    padding: 30px;
}

.banner-style-four .rating-box .curve-text {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 128px;
    line-height: 142px;
    text-align: center;
    margin-bottom: 18px;
}

.banner-style-four .rating-box .curve-text h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--theme-color);
}

.banner-style-four .rating-box .curve-text .curved-circle-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 128px;
    height: 128px;
    font-size: 12px;
    line-height: 12px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-style-four .rating-box .rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fbaf02;
    gap: 5px;
    margin-bottom: 7px;
}

.banner-style-four .rating-box p {
    color: #a5a9be;
    margin-bottom: 28px;
}

.banner-style-four .rating-box .theme-btn {
    width: 100%;
}

.home_four .theme-btn.btn-two {
    color: #26272d;
}

.banner-style-four .experience-box {
    position: absolute;
    top: 24px;
    padding: 30px;
    width: 256px;
    text-align: center;
    right: 0px;
    z-index: 1;
}

.banner-style-four .experience-box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.banner-style-four .experience-box h5 {
    margin-bottom: 22px;
}

.banner-style-four .experience-box .year-image {
    position: relative;
    margin-bottom: 54px;
}

.banner-style-four .experience-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #a5a9be;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-style-four .experience-box .theme-btn {
    width: 100%;
}

.banner-style-four .experience-box .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-four .content-box {
    position: relative;
}

.banner-style-four .content-box .big-text {
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 100%;
    text-align: center;
    font-size: 160px;
    line-height: 150px;
    font-family: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    background: -webkit-linear-gradient(90deg, #19185e 0%, #1c2867 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** chooseus-style-four **/

.chooseus-style-four {
    position: relative;
}

.chooseus-style-four .chooseus-block-one .inner-box {
    background-color: #1c2867;
}

.chooseus-style-four .chooseus-block-one .link-box a {
    background-color: #1c2867;
    border-color: #344080;
}

.home_four .challenge-style-two {
    padding: 82px 0px 110px 0px;
}

.home_four .challenge-style-two .tab-buttons li::before,
.home_four .challenge-style-two .tab-buttons li::after {
    background-color: #313c7b;
}

.home_four .challenge-style-two .tab-buttons li.active-btn::before,
.home_four .challenge-style-two .tab-buttons li.active-btn::after {
    background-color: var(--theme-color);
}

.home_four .challenge-style-two .tab-buttons li .shape {
    opacity: 0.5;
}

.home_four .challenge-style-two .tab-buttons li.active-btn .shape {
    opacity: 1;
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2 {
    border-color: #263372;
    background-color: transparent;
}

.home_four
    .challenge-style-two
    .tab-buttons-2
    .tab-btn-2.active-btn-2
    .icon-box {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2.active-btn-2 p {
    color: #a5a9be;
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box,
.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box::before,
.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 .discount-box::after {
    background-color: #263377;
}

.home_four
    .challenge-style-two
    .tab-buttons-2
    .tab-btn-2.active-btn-2
    .discount-box,
.home_four
    .challenge-style-two
    .tab-buttons-2
    .tab-btn-2.active-btn-2
    .discount-box::before,
.home_four
    .challenge-style-two
    .tab-buttons-2
    .tab-btn-2.active-btn-2
    .discount-box::after {
    background-color: #1c2867;
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 {
    background-color: #1c2867;
    border-color: #1c2867;
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 .icon-box {
    background-color: #fff;
    border-color: #fff;
}

.home_four .challenge-style-two .tab-buttons-2 .tab-btn-2 p {
    color: #a5a9be;
}

.home_four
    .challenge-style-two
    .payment-box
    .payment-column
    .payment-box::before {
    background-color: #263372;
}

.home_four .challenge-style-two .payment-box p {
    color: #a5a9be;
}

.home_four .challenge-style-two .tabs-box-3::before {
    background-image: url(../images/shape/shape-41.png);
}

.home_four .challenge-style-two .tab-buttons-3 .tab-btn-3 {
    background-color: #283474;
}

.home_four .challenge-style-two .tab-buttons-3 .tab-btn-3.active-btn-3 {
    background-color: var(--theme-color);
}

.home_four .challenge-style-two .tabs-content-3 .trading-list li .text p {
    color: #a5a9be;
}

.home_four .challenge-style-two .tabs-content-3 .trading-list li .text i {
    color: #505991;
}

.home_four .challenge-style-two .tabs-content-3 .trading-list li span {
    background-color: #283474;
    color: #a5a9be;
}

.home_four .challenge-style-two .tabs-content-3 .trading-list li span.cancel {
    color: #a7a9b1;
}

.home_four .challenge-style-two .tabs-content-3 .inner-box .btn-box {
    background-color: #1c2867;
}

.home_four .challenge-style-two .tabs-content-3 .inner-box .btn-box .theme-btn {
    color: #001321;
}

.home_four .challenge-style-two .tabs-content-3 .inner-box .btn-box button i {
    border-color: #344080;
}

.home_four .challenge-style-two .tabs-content-3 .inner-box .btn-box button {
    color: #a5a9be;
}

.home_four .search-popup,
.home_four .search-popup .popup-inner {
    background-color: var(--secondary-color);
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.home_four .sec-title h6 {
    color: #a5a9be;
}

.home_four .sec-title h6:before {
    color: var(--theme-color);
}

.home_four .chooseus-section .single-item .icon-box {
    background-color: #1c2867;
}

.home_four .chooseus-section .single-item:hover .icon-box {
    background-color: var(--theme-color);
}

.home_four .chooseus-section .single-item p {
    color: #a5a9be;
}

.home_four .chooseus-section .single-item .count-box {
    background-color: #111c5a;
    border-color: #263271;
}

.home_four .chooseus-section .single-item::after {
    background-color: #111c5a;
    border-color: #263271;
}

.home_four .chooseus-section .left-content::before,
.home_four .chooseus-section .right-content::before {
    background-color: #263372;
}

.home_four .chooseus-section .single-item::before {
    background-color: #344080;
}

.home_four .brands-section .inner-container {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.home_four .brands-section .brands-list li {
    border-color: rgba(255, 255, 255, 0.15);
}

.home_four .brands-section .brands-list:last-child li {
    border-bottom: none;
}

.home_four .brands-section .inner-container .more-text,
.home_four .brands-section .inner-container .more-text::before,
.home_four .brands-section .inner-container .more-text::after {
    background-color: #3f58e4;
}

.home_four .brands-section .inner-container .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home_four .brands-section {
    padding: 0px;
}

.home_four .more-text h5 {
    color: #fff;
}

.home_four .more-text h5 a,
.home_four .more-text h5 a i {
    color: #fff;
}

.home_four .challenge-style-two .tab-buttons li span {
    color: #a5a9be;
}

.home_four .challenge-style-two .tab-buttons li.active-btn span {
    color: #fff;
}

.home_four .sec-title h6 {
    color: #a5a9be;
}

.home_four .sec-title h6::before {
    color: var(--theme-color);
}

/** platform-style-two **/

.platform-style-two {
    position: relative;
    padding: 112px 0px;
}

.platform-style-two .outer-container {
    position: relative;
    padding: 0px 15px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.platform-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #263372;
    padding: 30px 30px 25px 30px;
}

.platform-block-one .inner-box::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 15px;
    height: 35px;
    left: -1px;
    top: 40px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.platform-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 13px;
    border-bottom: 1px solid #263372;
    margin-bottom: 40px;
}

.platform-block-one .inner-box .icon-inner {
    position: relative;
    margin-bottom: 32px;
}

.platform-block-one .inner-box .icon-inner .count-text {
    position: absolute;
    right: 0px;
    bottom: -12px;
    font-size: 72px;
    line-height: 80px;
    font-family: var(--title-font);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.12);
}

.platform-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #1c2867;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.platform-block-one .inner-box .icon-box img {
    display: inline-block;
}

.platform-block-one .inner-box:hover .icon-box {
    background-color: var(--theme-color);
}

.platform-block-one .inner-box .icon-box .icon {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.platform-block-one .inner-box:hover .icon-box .icon {
    opacity: 0;
}

.platform-block-one .inner-box .icon-box .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.platform-block-one .inner-box:hover .icon-box .overlay-icon {
    opacity: 1;
}

.platform-block-one .inner-box p {
    color: #a5a9be;
    margin-bottom: 12px;
}

.platform-block-one .inner-box .list-item li {
    position: relative;
    display: block;
    font-size: 17px;
    color: #a5a9be;
    padding: 8.5px 0px 8.5px 24px;
    border-bottom: 1px solid #263372;
}

.platform-block-one .inner-box .list-item li a {
    display: inline-block;
    color: #a5a9be;
}

.platform-block-one .inner-box .list-item li a:hover {
    color: #fff;
}

.platform-block-one .inner-box .list-item li:last-child {
    border-bottom: none;
}

.platform-block-one .inner-box .list-item li i {
    position: absolute;
    left: -10px;
    top: 12px;
    font-size: 24px;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #52608b 50%, #a5a9be 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.platform-block-one .inner-box .list-item li:hover i {
    color: transparent;
    background: -webkit-linear-gradient(0deg, #1d2b96 50%, #2c46d7 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** trading-style-three **/

.trading-style-three {
    position: relative;
    padding-top: 112px;
}

.trading-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.trading-style-three .sec-title p {
    color: #a5a9be;
    margin-top: 16px;
}

.trading-style-three .inner-container {
    position: relative;
}

.trading-style-three .inner-container .image-box {
    position: relative;
    display: block;
}

.trading-style-three .inner-box {
    position: relative;
    display: block;
    background-color: #1c2867;
    padding: 42px 30px;
}

.trading-style-three .inner-box::before {
    position: absolute;
    content: "";
    background-color: #2c397c;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0px;
}

.trading-style-three .inner-box .single-item {
    position: relative;
    display: block;
}

.trading-style-three .inner-box .single-item h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 9px;
}

.trading-style-three .inner-box .single-item p {
    color: #a5a9be;
    margin-bottom: 31px;
}

.trading-style-three .inner-box .single-item .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.trading-style-three .inner-box .single-item .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border: 2px solid #fff;
    gap: 10px;
}

.trading-style-three .inner-box .single-item .btn-box a:last-child {
    background-color: #fff;
    color: #201925;
}

.trading-style-three .inner-container .shape {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

/** location-section **/

.location-section {
    position: relative;
    padding: 112px 0px;
}

.location-section .inner-container {
    position: relative;
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    height: 610px;
}

.location-section .inner-container .map {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 610px;
    height: 610px;
    background-repeat: no-repeat;
    background-position: center;
}

.location-section .single-location-box {
    position: absolute;
}

.location-section .single-location-box:first-child {
    left: 110px;
    top: 100px;
}

.location-section .single-location-box .flag {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.location-section .single-location-box .flag img {
    border-radius: 50%;
    width: 100%;
    border: 2px solid #fff;
}

.location-section .single-location-box:hover .flag,
.location-section .single-location-box.current .flag {
    box-shadow: 0px 0px 0px 5px #359c68;
}

.location-section .single-location-box p {
    color: #a5a9be;
    cursor: pointer;
}

.location-section .single-location-box .text {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: max-content;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--title-font);
    color: #0f1950;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.location-section .single-location-box:hover .text,
.location-section .single-location-box.current .text {
    opacity: 1;
    visibility: visible;
    top: -45px;
}

.location-section .single-location-box .text::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 12px;
    height: 10px;
    left: 50%;
    margin-left: -6px;
    bottom: -10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.location-section .single-location-box:nth-child(2) {
    left: 180px;
    bottom: 200px;
}

.location-section .single-location-box:nth-child(3) {
    left: 75px;
    bottom: 105px;
}

.location-section .single-location-box:nth-child(4) {
    top: 265px;
    right: 220px;
}

.location-section .single-location-box:nth-child(5) {
    right: 200px;
    bottom: 90px;
}

.location-section .single-location-box:nth-child(6) {
    right: 20px;
    bottom: 190px;
}

/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    padding: 100px 0px;
}

.testimonial-style-two .big-text {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    text-align: center;
    font-size: 160px;
    line-height: 150px;
    font-family: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    background: -webkit-linear-gradient(90deg, #19185e 0%, #1c2867 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    border: 1px solid #263372;
    padding: 40px 40px 37px 40px;
}

.testimonial-block-two .inner-box .image-box {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -35px;
    right: 80px;
}

.testimonial-block-two .inner-box .image-box::before {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    left: -21px;
    top: -21px;
    width: 112px;
    height: 112px;
}

.testimonial-block-two .inner-box .image-box::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    left: -41px;
    top: -41px;
    width: 152px;
    height: 152px;
    clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 50px;
    color: var(--theme-color);
    margin-bottom: 13px;
}

.testimonial-block-two .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.testimonial-block-two .inner-box p {
    color: #a5a9be;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial-block-two .inner-box h3 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #a5a9be;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    display: block;
    color: #a5a9be;
}

.testimonial-block-two .inner-box .rating-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 45px;
    height: 50px;
    background-color: #1c2867;
    text-align: center;
    padding: 3px 10px;
}

.testimonial-block-two .inner-box .rating-box::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: 40px;
    height: 1px;
    top: 25px;
    right: -40px;
}

.testimonial-block-two .inner-box .rating-box i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fbaf02;
}

.testimonial-block-two .inner-box .rating-box h6 {
    display: block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
}

/** footer-style-four **/

.footer-style-four {
    position: relative;
}

.footer-style-four .support-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 27px;
    text-align: center;
}

.footer-style-four .support-box .single-item {
    position: relative;
    display: flex;
    background-color: var(--theme-color);
    align-items: center;
    gap: 30px;
    padding: 35px 40px 32px 40px;
}

.footer-style-four .support-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.footer-style-four .support-box .single-item h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #3f58e4;
    padding: 13px 8px;
    writing-mode: vertical-lr;
    height: 87px;
    text-align: center;
}

.footer-style-four .support-box .single-item h6::before {
    position: absolute;
    content: "";
    background-color: #3f58e4;
    width: 100%;
    height: 18px;
    left: 0px;
    top: -17px;
    clip-path: polygon(
        100% 7.2%,
        100% 93.3%,
        0% 93.3%,
        0% 7.2%,
        0% 7.2%,
        50% 93.3%
    );
}

.footer-style-four .support-box .single-item h6::after {
    position: absolute;
    content: "";
    background-color: #3f58e4;
    width: 100%;
    height: 18px;
    left: 0px;
    bottom: -17px;
    clip-path: polygon(
        100% 50%,
        100% 100%,
        50% 7.07%,
        0% 100%,
        0% 6.7%,
        100% 7.45%
    );
}

.footer-style-four .support-box .single-item .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-style-four .support-box .single-item .text p {
    color: #bfc8f9;
    margin-bottom: 14px;
}

.footer-style-four .support-box .single-item .text a,
.footer-style-four .support-box .single-item .text button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding-right: 20px;
}

.footer-style-four .support-box .single-item .text a i,
.footer-style-four .support-box .single-item .text button i {
    position: absolute;
    right: 0px;
    top: 3px;
    transition: all 500ms ease;
}

.footer-style-four .support-box .single-item .text a:hover i,
.footer-style-four .support-box .single-item .text button:hover i {
    transform: rotate(45deg);
}

.footer-style-four .support-box {
    position: relative;
    margin-bottom: 80px;
}

.footer-style-four .award-box {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.footer-style-four .award-box .award-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 42px;
}

.footer-style-four .award-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a5a9be;
    margin-bottom: 7px;
}

.footer-style-four .award-box h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 8px;
}

.footer-style-four .award-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding-right: 20px;
}

.footer-style-four .award-box a i {
    position: absolute;
    right: 0px;
    top: 5px;
    color: var(--theme-color);
    transition: all 500ms ease;
}

.footer-style-four .award-box a:hover i {
    transform: rotate(45deg);
}

.footer-style-four .footer-bottom .copyright p {
    color: #a5a9be;
}

.footer-style-four .footer-bottom .copyright p a {
    color: #fff;
}

.footer-style-four .footer-bottom .copyright p a:hover {
    color: var(--theme-color);
}

.footer-style-four .footer-nav {
    align-items: normal;
    text-align: right;
}

.footer-style-four .footer-nav li a {
    color: #a5a9be;
}

.footer-style-four .footer-nav li a:hover {
    color: var(--theme-color);
}

.footer-style-four .footer-bottom .bottom-inner {
    margin-bottom: 42px;
}

.footer-style-four .footer-bottom .footer-menu {
    position: relative;
    display: block;
    text-align: center;
}

.footer-style-four .footer-bottom .footer-menu li {
    position: relative;
    display: inline-block;
    margin: 0px 18px;
}

.footer-style-four .footer-bottom .footer-menu li a {
    display: inline-block;
    color: #b3b9bd;
}

.footer-style-four .footer-bottom .footer-menu li a:hover {
    color: var(--theme-color);
}

.footer-style-four .footer-bottom {
    padding-top: 0px;
    padding-bottom: 48px;
}

.footer-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: 310px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

/** page-title **/

.page-title {
    position: relative;
    padding: 245px 0px 34px 0px;
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.page-title .bg-layer::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(
        90deg,
        rgba(0, 19, 33, 1) 0%,
        rgba(0, 19, 33, 0.15) 100%
    );
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin-bottom: 103px;
}

.page-title .bread-crumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #b3b9bd;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #b3b9bd;
}

.page-title .bread-crumb li a:hover {
    color: var(--theme-color);
}

.page-title .bread-crumb li span {
    color: #fff;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f113";
    font-family: "flaticon";
    top: 1px;
    right: -20px;
    font-size: 12px;
}

.page-title .bread-crumb li:last-child::before {
    display: none;
}

/** about-style-four **/

.about-style-four {
    position: relative;
    padding: 120px 0px;
}

.about-style-four .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.about-style-four .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style-four .image-box .image img {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-style-four .image-box .image:hover img {
    transform: scale(1.05);
}

.content_block_ten .content-box {
    position: relative;
    display: block;
}

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

.content_block_ten .content-box .text-box {
    position: relative;
    margin-bottom: 24px;
}

.content_block_ten .content-box .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.content_block_ten .content-box .inner-box .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    line-height: 26px;
    color: #646768;
    margin-bottom: 15px;
}

.content_block_ten .content-box .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_ten .content-box .inner-box .list-item li i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
}

.content_block_ten .content-box .inner-box .statistics-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 22px 30px 24px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.content_block_ten .content-box .inner-box .statistics-box::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 3px;
    height: calc(100% - 64px);
    left: 0px;
    top: 32px;
}

.content_block_ten .content-box .inner-box .statistics-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
}

.content_block_ten .content-box .inner-box .statistics-box h2 span {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--text-font);
}

.content_block_ten .content-box .inner-box .statistics-box p {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.content_block_ten .content-box .inner-box .statistics-box p:before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.content_block_ten .content-box .inner-box .statistics-box .graph-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: var(--title-color);
}

.content_block_ten .content-box .author-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 11px;
}

.content_block_ten .content-box .author-box h3 span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
}

/** video-style-two **/

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

.video-style-two::before {
    position: absolute;
    content: "";
    background-color: var(--secondary-color);
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
}

.funfact-block-two .inner-box {
    position: relative;
    display: block;
    background-color: #f3f7f9;
    padding: 40px 30px 32px 30px;
}

.funfact-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #e3e9ec;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 55px;
}

.funfact-block-two .inner-box .icon-box::before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-50.png);
    width: 83px;
    height: 25px;
    left: -7px;
    bottom: -30px;
    background-repeat: no-repeat;
}

.funfact-block-two .inner-box h2 {
    display: block;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 5px;
}

.funfact-block-two .inner-box h2 span {
    font-size: 36px;
    position: relative;
    top: -20px;
}

.funfact-block-two .inner-box h5 {
    font-size: 18px;
    line-height: 26px;
    color: #646768;
}

.video-style-two .video-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.video-style-two .video-box .curve-text {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 114px;
    text-align: center;
}

.video-style-two .video-box .curve-text .curved-circle-3 {
    position: absolute;
    left: 56px;
    top: -10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.video-style-two .video-box .curve-text a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

/** values-section **/

.values-section {
    position: relative;
    padding: 112px 0px 75px 0px;
}

.values-section .sec-title p {
    color: #b3b9bd;
    margin-top: 12px;
}

.values-section .single-item {
    position: relative;
    display: block;
    padding: 27px 30px 28px 55px;
    border-bottom: 1px solid #1b2e3c;
}

.values-section .single-item:last-child {
    border-bottom: none;
}

.values-section .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 35px;
}

.values-section .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 3px;
}

.values-section .single-item p {
    color: #b3b9bd;
}

.values-section .left-content {
    position: relative;
    margin-right: 35px;
}

.values-section .left-content::before {
    position: absolute;
    content: "";
    background-color: #1b2e3c;
    width: 1px;
    height: calc(100% - 70px);
    top: 35px;
    right: 0px;
}

.values-section .right-content {
    position: relative;
    margin-left: 35px;
}

.values-section .right-content::before {
    position: absolute;
    content: "";
    background-color: #1b2e3c;
    width: 1px;
    height: calc(100% - 70px);
    top: 35px;
    left: 0px;
}

.values-section .right-content .single-item {
    padding-left: 120px;
    padding-right: 0px;
}

.values-section .right-content .single-item .icon-box {
    left: 65px;
}

.values-section .inner-container {
    position: relative;
}

.values-section .inner-container .big-text {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: var(--title-font);
    color: #061e30;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.chooseus-style-two.alternat-2 .chooseus-block-one:hover .link-box a {
    color: #fff;
}

/** team-section **/

.team-section {
    position: relative;
    padding: 112px 0px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.team-block-one .inner-box .upper-box {
    position: relative;
    padding: 40px 90px 24px 30px;
    border-bottom: 1px solid #e2e9e6;
}

.team-block-one .inner-box .upper-box .share-box {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2;
}

.team-block-one .inner-box .upper-box .share-box .share-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5eaed;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.team-block-one .inner-box .upper-box .share-box:hover .share-icon {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
}

.team-block-one .inner-box .upper-box .share-box .share-icon img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-block-one .inner-box .upper-box .share-box:hover .share-icon img {
    filter: grayscale(0%);
    opacity: 1;
}

.team-block-one .inner-box .upper-box .share-box .social-links {
    position: absolute;
    top: 60px;
    left: 0px;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-block-one .inner-box .upper-box .share-box:hover .social-links {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-block-one .inner-box .upper-box .share-box .social-links::before {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
}

.team-block-one .inner-box .upper-box .share-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-block-one .inner-box .upper-box .share-box .social-links li:last-child {
    margin-bottom: 0px;
}

.team-block-one .inner-box .upper-box .share-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e4e9ec;
    font-size: 18px;
    color: #bbc1c4;
    background-color: #fff;
    z-index: 1;
}

.team-block-one .inner-box .upper-box .share-box .social-links li a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.team-block-one .inner-box .upper-box .big-text {
    position: absolute;
    right: 27px;
    bottom: 25px;
    font-size: 50px;
    line-height: 60px;
    font-family: var(--title-font);
    color: #f3f7f9;
    text-transform: capitalize;
    font-weight: 700;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
}

.team-block-one .inner-box .image-box img {
    position: relative;
    z-index: 1;
}

.team-block-one .inner-box .image-box::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 170px;
    left: 0px;
    bottom: 0px;
    border-radius: 50%;
    background: linear-gradient(0deg, #f1aba6 0%, #f4f7f9 100%);
}

.team-block-one .inner-box .image-box::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
}

.team-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 4px;
}

.team-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.team-block-one .inner-box h3 a:hover {
    color: var(--theme-color);
}

.team-block-one .inner-box .designation {
    position: relative;
    display: block;
}

.team-block-one .inner-box .mail-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
}

.team-block-one .inner-box .mail-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #646966;
}

.team-block-one .inner-box .mail-box a:hover {
    color: var(--theme-color);
}

.team-section .more-text {
    padding-top: 20px;
}

/** awards-section **/

.awards-section {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.awards-section .title-inner {
    position: relative;
    display: block;
}

.awards-section .title-inner .image-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.awards-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.awards-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.awards-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.award-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 34px 30px 33px 30px;
    overflow: hidden;
}

.award-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 38px;
}

.award-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    background: #1e242a;
    margin-bottom: 36px;
    box-shadow: 0px 0px 0px 15px rgba(2, 109, 252, 0.05);
}

.award-block-one .inner-box .icon-box img {
    position: relative;
    display: inline-block;
}

.award-block-one .inner-box p {
    color: var(--title-color);
    margin-bottom: 14px;
}

.award-block-one .inner-box span {
    position: relative;
    display: block;
    color: #5b5d5f;
}

.award-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.awards-section .owl-nav {
    position: absolute;
    left: -86px;
    top: 50%;
    transform: translateY(-50%);
}

.awards-section .owl-nav button {
    display: block;
    color: var(--title-color);
    border-color: #e6e4e4;
}

.awards-section .nav-style-one .owl-nav button.owl-prev {
    margin-right: 0px;
    margin-bottom: 20px;
}

.awards-section .nav-style-one .owl-nav button:before {
    position: absolute;
    content: "";
    background: #dbe0e3;
    width: 1px;
    height: 120px;
    left: 28px;
}

.awards-section .nav-style-one .owl-nav button.owl-prev:before {
    bottom: 76px;
}

.awards-section .nav-style-one .owl-nav button.owl-next:before {
    top: 76px;
}

/** history-section **/

.history-section {
    position: relative;
    padding: 120px 0px;
}

.history-section .left-content {
    position: relative;
    margin-right: 70px;
}

.history-section .right-content {
    position: relative;
    margin-left: 70px;
    padding-top: 157px;
}

.history-block-one .inner-box {
    position: relative;
    display: flex;
    background-color: #fff;
    align-items: center;
    gap: 30px;
    padding: 35px 40px 32px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 130px;
}

.history-block-one .inner-box::before {
    position: absolute;
    content: "";
    background-color: #e2e9e6;
    width: 1px;
    height: 100%;
    left: 98px;
    top: 0px;
}

.left-content .history-block-one .inner-box::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -17px;
    right: -15px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.right-content .history-block-one .inner-box::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -17px;
    left: -15px;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.history-block-one:last-child .inner-box {
    margin-bottom: 0px;
}

.history-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 20px;
    color: #e4e9ec;
    font-weight: 700;
    text-align: center;
    writing-mode: vertical-lr;
}

.history-block-one .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f3f7f9;
    padding: 13px 8px;
    writing-mode: vertical-lr;
    height: 87px;
    text-align: center;
    transform: rotate(180deg);
}

.history-block-one .inner-box h6::before {
    position: absolute;
    content: "";
    background-color: #f3f7f9;
    width: 100%;
    height: 18px;
    left: 0px;
    top: -17px;
    clip-path: polygon(
        100% 7.2%,
        100% 93.3%,
        0% 93.3%,
        0% 7.2%,
        0% 7.2%,
        50% 93.3%
    );
}

.history-block-one .inner-box h6::after {
    position: absolute;
    content: "";
    background-color: #f3f7f9;
    width: 100%;
    height: 18px;
    left: 0px;
    bottom: -17px;
    clip-path: polygon(
        100% 50%,
        100% 100%,
        50% 7.07%,
        0% 100%,
        0% 6.7%,
        100% 7.45%
    );
}

.history-block-one .inner-box .text h4 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 7px;
}

.history-block-one .inner-box .text p {
    color: #646768;
}

.history-section .right-content .big-text {
    position: absolute;
    top: 41px;
    left: 0px;
    display: block;
    font-size: 150px;
    line-height: 120px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e6eaed;
}

.history-section .right-content .big-text span {
    font-size: 72px;
}

.history-section .inner-container {
    position: relative;
    padding: 60px 0px;
}

.history-section .inner-container::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    top: 0px;
}

.history-section .inner-container::after {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    bottom: 0px;
}

.history-section
    .left-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-1 {
    position: absolute;
    top: -49px;
    right: -85px;
    width: 1px;
    height: 127px;
    background-color: #e4e9ec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.history-section
    .left-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-1 {
    background-color: var(--theme-color);
}

.history-section
    .left-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-2 {
    position: absolute;
    top: 77px;
    right: -100px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e4e9ec;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.history-section
    .left-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-2 {
    border-color: var(--theme-color);
}

.history-section
    .left-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-3 {
    position: absolute;
    top: 87px;
    right: -90px;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.history-section
    .left-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-3 {
    opacity: 1;
}

.history-section
    .right-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-1 {
    position: absolute;
    top: -50px;
    left: -85px;
    width: 1px;
    height: 127px;
    background-color: #e4e9ec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.history-section
    .right-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-1 {
    background-color: var(--theme-color);
}

.history-section
    .right-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-2 {
    position: absolute;
    top: 77px;
    left: -100px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e4e9ec;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.history-section
    .right-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-2 {
    border-color: var(--theme-color);
}

.history-section
    .right-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-3 {
    position: absolute;
    top: 87px;
    left: -90px;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.history-section
    .right-content
    .history-block-one
    .inner-box:hover
    .shape-box
    .shape-3 {
    opacity: 1;
}

.history-section
    .right-content
    .history-block-one
    .inner-box
    .shape-box
    .shape-4 {
    position: absolute;
    bottom: -50px;
    left: -85px;
    width: 1px;
    height: 127px;
    background-color: #e4e9ec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-page-section {
    padding: 120px 0px 90px 0px;
}

/** faq-page-section **/

.faq-page-section {
    position: relative;
    padding: 120px 0px 112px 0px;
}

.faq-page-section .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    gap: 10px;
}

.faq-page-section .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #646768;
    border: 1px solid #e4e9ec;
    padding: 5px 15px;
    cursor: pointer;
}

.faq-page-section .tab-btns li.active-btn {
    color: #fff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.faq-page-section .accordion-box .accordion .acc-btn.active {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
}

.faq-page-section .lower-text {
    padding-top: 30px;
}

.faq-page-section .lower-text .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #646768;
    font-weight: 600;
    margin-bottom: 8px;
}

.faq-page-section .lower-text h5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
}

.faq-page-section .lower-text h5 a {
    display: inline-block;
    color: var(--title-color);
    line-height: 20px;
    text-decoration: underline;
}

.faq-page-section .lower-text h5 a:hover {
    color: var(--theme-color);
}

/** error-section **/

.error-section {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 260px 0px 230px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-section .scroll-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.error-section .scroll-text .text-box-one,
.error-section .scroll-text .text-box-two {
    background: #fff;
}

.error-section .scroll-text .text-box-one .text-inner,
.error-section .scroll-text .text-box-two .text-inner {
    position: absolute;
    width: max-content;
    padding: 21px 0px;
    background: #fff;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}

.error-section .scroll-text .text-box-one .text-inner {
    right: 0px;
    top: 0px;
    -moz-animation: scroll-right 190s linear infinite;
    -webkit-animation: scroll-right 190s linear infinite;
    animation: scroll-right 190s linear infinite;
}

.error-section .scroll-text .text-box-two .text-inner {
    left: 0px;
    bottom: 0px;
    -moz-animation: scroll-left 190s linear infinite;
    -webkit-animation: scroll-left 190s linear infinite;
    animation: scroll-left 190s linear infinite;
}

.error-section .scroll-text h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0px 22px;
}

.error-section .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.error-section .big-text {
    position: absolute;
    right: 90px;
    bottom: 100px;
    font-size: 400px;
    line-height: 300px;
    font-family: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    background: -webkit-linear-gradient(90deg, #001321 0%, #031828 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-section .content-box {
    position: relative;
    display: block;
}

.error-section .content-box h2 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

.error-section .content-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-top: 7px;
}

.error-section .content-box .theme-btn {
    margin-top: 30px;
}

/** account-section **/

.account-section {
    position: relative;
    padding: 120px 0px 90px 0px;
}

.account-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.account-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 34px 30px 33px 30px;
    border: 1px solid #e4e9ec;
    transition: all 500ms ease;
}

.account-block-one .inner-box:hover .text-box {
    border: 1px solid #f3f7f9;
    background-color: #f3f7f9;
}

.account-block-one .inner-box .text-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.account-block-one .inner-box .text-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.account-block-one .inner-box .text-box h3 a:hover {
    color: var(--theme-color);
}

.account-block-one .inner-box .image-box {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.account-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.account-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.account-block-one .inner-box .image-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    line-height: 60px;
    background: var(--secondary-color);
    text-align: center;
}

.account-block-one .inner-box .image-box .icon-box img {
    display: inline-block;
}

.account-block-one .inner-box .image-box .icon-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    left: 0px;
    bottom: 0px;
}

.account-block-one .inner-box .image-box .btn-box {
    position: absolute;
    left: 70px;
    bottom: 0px;
}

.account-block-one .inner-box .image-box .btn-box .theme-btn {
    background: #f5f6f8;
    color: var(--title-color) !important;
    padding: 13px 28px;
}

.account-block-one .inner-box .image-box .btn-box .theme-btn span:before {
    color: var(--theme-color);
}

.account-block-one .inner-box .image-box .btn-box .theme-btn:hover {
    color: #fff !important;
    background-color: var(--theme-color);
}

.account-block-one
    .inner-box
    .image-box
    .btn-box
    .theme-btn:hover
    span::before {
    color: #fff;
}

.chooseus-style-three.alternat-2
    .chooseus-block-two
    .inner-box
    .icon-box::before {
    background: var(--theme-color);
}

.challenge-style-two.alternat-2 .tab-buttons-3 .tab-btn-3.active-btn-3 h6 {
    color: #fff;
}

.challenge-style-two.alternat-2 .tab-buttons li .shape {
    opacity: 1;
    filter: grayscale(100%);
}

.challenge-style-two.alternat-2 .tab-buttons li:before,
.challenge-style-two.alternat-2 .tab-buttons li::after {
    display: none;
}

.challenge-style-two.alternat-2 .tab-buttons li .shape {
    width: 156px;
    height: 36px;
    opacity: 0.3;
}

.challenge-style-two.alternat-2 .tab-buttons li.active-btn .shape {
    filter: grayscale(0%);
    z-index: 1;
    opacity: 1;
}

.challenge-style-two.alternat-2 .tabs-content-3 .trading-list li span {
    background-color: #061e30;
}

.challenge-style-two.alternat-2 .tabs-box-3::before {
    background-image: url(../images/shape/shape-57.png);
}

.assets-section.alternat-2 {
    padding: 112px 0px 120px 0px;
}

.assets-section.alternat-2 .pattern-layer {
    height: 100%;
}

.assets-section.alternat-2 .content_block_eight .content-box {
    background-color: var(--secondary-color);
}

.assets-section.alternat-2 .content_block_eight .content-box .theme-btn {
    background: var(--theme-color);
}

/** account-details **/

.account-details {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.default-sidebar {
    position: relative;
    display: block;
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.default-sidebar .widget-title .title-shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 52px;
    height: 10px;
    background-repeat: no-repeat;
}

.account-sidebar .category-widget .category-list {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.account-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
}

.account-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    background-color: #fff;
    padding: 18px 10px 17px 45px;
    border-bottom: 1px solid #e4e9ec;
}

.account-sidebar .category-widget .category-list li:last-child a {
    border-bottom: none;
}

.account-sidebar .category-widget .category-list li a i {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 12px;
    color: #a9b0b4;
    transition: all 500ms ease;
}

.account-sidebar .category-widget .category-list li a:hover i,
.account-sidebar .category-widget .category-list li a.current i {
    opacity: 0;
}

.account-sidebar .category-widget .category-list li a:hover,
.account-sidebar .category-widget .category-list li a.current {
    padding-left: 25px;
    color: #fff;
    background-color: var(--theme-color);
}

.account-sidebar .category-widget .category-list li a span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.account-sidebar .category-widget .category-list li a span::before {
    position: absolute;
    content: "\f13b";
    font-family: flaticon;
    font-size: 12px;
    top: 0px;
    right: 0px;
    color: #fff;
    opacity: 0;
    transition: all 500ms ease;
}

.account-sidebar .category-widget .category-list li a:hover span::before,
.account-sidebar .category-widget .category-list li a.current span::before {
    opacity: 1;
}

.default-sidebar .category-widget {
    margin-bottom: 32px;
}

.default-sidebar .download-widget .download-list li {
    position: relative;
    display: block;
    padding-left: 65px;
    margin-bottom: 22px;
}

.default-sidebar .download-widget .download-list li:last-child {
    margin-bottom: 0px;
}

.default-sidebar .download-widget .download-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 7px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #e4e9ec;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #abb2b6;
}

.default-sidebar .download-widget .download-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
}

.default-sidebar .download-widget .download-list li h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #646768;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.default-sidebar .download-widget .download-list li button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.default-sidebar .download-widget .download-list li button:hover {
    color: var(--theme-color);
}

.default-sidebar .download-widget {
    margin-bottom: 32px;
}

.default-sidebar .contact-widget .inner-box {
    position: relative;
    display: block;
    padding: 32px 30px 30px 30px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.default-sidebar .contact-widget .inner-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 6px;
}

.default-sidebar .contact-widget .inner-box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.default-sidebar .contact-widget .inner-box h5 a {
    display: inline-block;
    color: #fff;
    margin-bottom: 22px;
}

.default-sidebar .contact-widget .inner-box h5 a:hover {
    color: var(--theme-color);
}

.default-sidebar .contact-widget .inner-box h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 132px;
}

.account-details-content {
    position: relative;
}

.account-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 36px;
}

.account-details-content .content-one {
    position: relative;
    margin-bottom: 34px;
}

.account-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.account-details-content .content-one .image-box img {
    width: 100%;
}

.account-details-content .text-box p {
    margin-bottom: 23px;
}

.account-details-content .text-box p:last-child {
    margin-bottom: 0px;
}

.account-details-content .content-two .text-box {
    margin-bottom: 31px;
}

.account-details-content .text-box h2 {
    margin-bottom: 22px;
}

.account-details-content .platform-block-one .inner-box,
.platform-block-one .inner-box h3 {
    border-color: #e4e9ec;
}

.account-details-content
    .platform-block-one
    .inner-box
    .icon-inner
    .count-text {
    -webkit-text-stroke-color: #e4e9ec;
}

.account-details-content .platform-block-one .inner-box .icon-box {
    background-color: #f3f7f9 !important;
}

.account-details-content .platform-block-one .inner-box p {
    color: #646768;
}

.platform-block-one .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.platform-block-one .inner-box h5 a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: var(--title-color);
}

.platform-block-one .inner-box h5 a i {
    position: absolute;
    top: 3px;
    right: 0px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.platform-block-one .inner-box h5 a:hover i {
    transform: rotate(45deg);
}

.platform-block-one .inner-box h5 a:hover {
    color: var(--theme-color);
}

.account-details-content .platform-block-one .inner-box {
    margin-bottom: 30px;
}

.account-details-content .content-two {
    padding-bottom: 18px;
}

.account-details-content .content-three .text-box {
    margin-bottom: 32px;
}

.account-details-content .content-three .tabs-box {
    position: relative;
    display: block;
    background-color: var(--secondary-color);
}

.account-details-content .content-three .tabs-content {
    position: relative;
    padding: 40px 40px 40px 0px;
    margin-left: 30px;
}

.account-details-content .content-three .tabs-content .inner-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 124px 129px 40px 0px;
}

.account-details-content .content-three .tabs-content .inner-box .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 40px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.account-details-content .content-three .tabs-content .inner-box p {
    position: relative;
    background-color: #fff;
    padding: 23px 30px;
}

.account-details-content .content-three .tabs-box .tab-btns {
    position: relative;
    margin-right: -20px;
    border-right: 1px solid #1b2e3c;
    padding: 19px 0px;
}

.account-details-content .content-three .tabs-box .tab-btns li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #b3b9bd;
    font-weight: 600;
    padding: 13px 20px 13px 68px;
    cursor: pointer;
    border-bottom: 1px solid #1b2e3c;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.account-details-content .content-three .tabs-box .tab-btns li.active-btn {
    color: #fff;
}

.account-details-content .content-three .tabs-box .tab-btns li:last-child {
    border-bottom: none;
}

.account-details-content .content-three .tabs-box .tab-btns li i {
    position: absolute;
    left: 40px;
    top: 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.account-details-content .content-three .tabs-box .tab-btns li.active-btn i {
    color: var(--theme-color);
    transform: rotate(45deg);
}

.account-details-content .content-three {
    margin-bottom: 60px;
}

.account-details-content .content-four .left-content {
    position: relative;
    display: block;
}

.account-details-content .content-four .left-content h2 {
    margin-bottom: 18px;
}

.account-details-content .content-four .left-content p {
    margin-bottom: 26px;
}

.account-details-content .content-four .left-content .video-box {
    position: relative;
    padding-left: 70px;
}

.account-details-content .content-four .left-content .video-box a {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 8px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--theme-color);
}

.account-details-content .content-four .left-content .video-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.account-details-content .content-four .left-content .video-box span {
    position: relative;
    display: block;
}

.account-details-content .content-four .right-content {
    position: relative;
}

.account-details-content .content-four .right-content::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: 1px;
    height: calc(100% - 50px);
    left: 30px;
    bottom: 0px;
}

.account-details-content .content-four .right-content .single-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
}

.account-details-content .content-four .right-content .single-item:last-child {
    margin-bottom: 0px;
}

.account-details-content .content-four .right-content .single-item .count-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f3f7f9;
    text-align: center;
    margin-top: -30px;
    font-size: 18px;
    font-family: var(--title-font);
    color: #a9b0b4;
    font-weight: 600;
    z-index: 1;
}

.account-details-content
    .content-four
    .right-content
    .single-item
    .count-text::before {
    position: absolute;
    content: "";
    background-color: #f5f4f4;
    width: 40px;
    height: 60px;
    top: 0px;
    right: -40px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.account-details-content .content-four .right-content .single-item .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 24px 30px 22px 70px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.account-details-content
    .content-four
    .right-content
    .single-item
    .inner-box
    h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
}

.account-details-content
    .content-four
    .right-content
    .single-item
    .count-text::after {
    position: absolute;
    content: "";
    background-color: #a9b0b4;
    width: 13px;
    height: 10px;
    bottom: -68px;
    left: 24px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.account-details-content
    .content-four
    .right-content
    .single-item:last-child
    .count-text::after {
    display: none;
}

/** course-section **/

.course-section {
    position: relative;
    padding: 112px 0px 70px 0px;
}

.course-block-one .inner-box {
    position: relative;
    margin-bottom: 50px;
}

.course-block-one .inner-box .image-box {
    position: relative;
    display: block;
    margin-bottom: -37px;
}

.course-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}

.course-block-one .inner-box .lower-content .text-box {
    position: relative;
    display: block;
    background-color: #f3f7f9;
    padding: 22px 30px;
    z-index: 1;
}

.course-block-one .inner-box .lower-content h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 22px;
    color: var(--theme-color);
    margin-bottom: 7px;
}

.course-block-one .inner-box .lower-content h6 i {
    position: absolute;
    left: 0px;
    top: 2px;
}

.course-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
}

.course-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.course-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color);
}

.course-block-one .inner-box .lower-content .text {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    padding: 15px 30px;
}

.course-block-one .inner-box .lower-content .text p {
    position: relative;
    display: inline-block;
    padding-left: 23px;
}

.course-block-one .inner-box .lower-content .text p img {
    position: absolute;
    left: 0px;
    top: 6px;
}

.course-section .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    gap: 10px;
}

.course-section .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a9b0b4;
    font-weight: 500;
    padding: 12px 27px;
    border: 1px solid #e4e9ec;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.course-section .tab-btns li.active-btn {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

/** ebook-section **/

.ebook-section {
    position: relative;
    padding: 110px 0px;
}

.ebook-section .image-box {
    position: relative;
    display: block;
    padding-right: 89px;
}

.ebook-section .image-box .image {
    position: relative;
    display: block;
}

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

.ebook-section .image-box .big-text {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    line-height: 100px;
    font-family: var(--title-font);
    color: #e4e9ec;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    height: 100%;
    text-align: center;
}

.ebook-section .content-box {
    position: relative;
    display: block;
}

.ebook-section .content-box .sec-title {
    margin-bottom: 30px;
}

.ebook-section .content-box .text-box {
    margin-bottom: 24px;
}

.ebook-section .content-box .list-inner {
    position: relative;
    display: block;
}

.ebook-section .content-box .list-inner h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
}

.ebook-section .content-box .list-inner .list-item li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: var(--text-color);
    padding-left: 40px;
    margin-bottom: 16px;
}

.ebook-section .content-box .list-inner .list-item li img {
    position: absolute;
    left: 0px;
    top: 7px;
}

.ebook-section .content-box .download-box {
    position: relative;
    display: block;
    padding-left: 65px;
    margin-bottom: 22px;
}

.ebook-section .content-box .download-box .icon-box {
    position: absolute;
    left: 0px;
    top: 7px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #001321;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #b3b9bd;
}

.ebook-section .content-box .download-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
}

.ebook-section .content-box .download-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #646768;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ebook-section .content-box .download-box button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ebook-section .content-box .download-box button:hover {
    color: var(--theme-color);
}

/** tutorial-section **/

.tutorial-section {
    position: relative;
    padding: 112px 0px 90px 0px;
}

.tutorial-section .video-block-one .inner-box .image-box .video-btn a {
    color: #fff;
}

.tutorial-section .video-block-one {
    background-color: #f3f7f9;
}

/** education-details **/

.education-details {
    position: relative;
    padding: 120px 0px;
}

.education-details-content {
    position: relative;
    display: block;
}

.education-details-content .upper-box {
    position: relative;
    display: block;
    background: #f3f7f9;
    padding: 43px 50px 46px 50px;
    margin-bottom: 60px;
}

.education-details-content .upper-box .info-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.education-details-content .upper-box .info-list li {
    position: relative;
    font-size: 16px;
    color: #6d7270;
    margin-right: 20px;
    padding-left: 25px;
}

.education-details-content .upper-box .info-list li:last-child {
    margin: 0px;
}

.education-details-content .upper-box .info-list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 15px;
    color: var(--theme-color);
}

.education-details-content .upper-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.education-details-content .upper-box .lower-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.education-details-content .upper-box .lower-content .author-box {
    position: relative;
    padding: 0px 0px 0px 60px;
}

.education-details-content .upper-box .lower-content .author-box .thumb-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 4px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.education-details-content .upper-box .lower-content .author-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1px;
}

.education-details-content .upper-box .lower-content .author-box .designation {
    position: relative;
    display: block;
}

.education-details-content .upper-box .lower-content .option-list {
    position: relative;
    display: flex;
    align-items: center;
}

.education-details-content .upper-box .lower-content .option-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.education-details-content
    .upper-box
    .lower-content
    .option-list
    li:last-child {
    margin: 0px;
}

.education-details-content .upper-box .lower-content .option-list li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 1px solid #dbe0e3;
    border-radius: 50%;
    text-align: center;
}

.education-details-content .upper-box .lower-content .option-list li a:hover {
    border-color: var(--theme-color);
}

.education-details-content .upper-box .lower-content .option-list li a img {
    filter: grayscale(100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.education-details-content
    .upper-box
    .lower-content
    .option-list
    li
    a:hover
    img {
    filter: grayscale(0%);
}

.education-details-content .tabs-box .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 42px;
    gap: 10px;
}

.education-details-content .tabs-box .tab-btns li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 13px 35px;
    border: 1px solid #e4e9ec;
    cursor: pointer;
    transition: all 500ms ease;
}

.education-details-content .tabs-box .tab-btns li.active-btn {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.education-details-content .tabs-box .tab-btns li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a9b0b4;
    font-weight: 500;
    transition: all 500ms ease;
}

.education-details-content .tabs-box .tab-btns li.active-btn h5 {
    color: #fff;
}

.education-details-content .tabs-box h3 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
}

.education-details-content .course-content .content-two .text {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 17px;
}

.education-details-content .course-content .text-box p {
    position: relative;
    display: block;
    padding-left: 22px;
}

.education-details-content .course-content .text-box p img {
    position: absolute;
    left: 0px;
    top: 6px;
}

.education-details-content .course-content .text-box {
    margin-bottom: 23px;
}

.education-details-content .course-content .download-list {
    position: relative;
    display: block;
    border: 1px solid #e4e9ec;
    margin-bottom: 43px;
    overflow: hidden;
}

.education-details-content .course-content .download-list li {
    position: relative;
    display: block;
}

.education-details-content .course-content .download-list li:last-child button {
    border-bottom: none;
}

.education-details-content .course-content .download-list li button {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #646768;
    cursor: pointer;
    text-align: left;
    padding: 25px 70px;
    border-bottom: 1px solid #e4e9ec;
    transition: all 500ms ease;
}

.education-details-content .course-content .download-list li button:hover {
    background: #f3f7f9;
}

.education-details-content .course-content .download-list li button img {
    position: absolute;
    left: 30px;
    top: 32px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 500ms ease;
}

.education-details-content .course-content .download-list li button:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.education-details-content .course-content .download-list li button:hover {
    color: #1b1e31;
    font-weight: 700;
}

.education-details-content .course-content .download-list li button span {
    position: absolute;
    top: 25px;
    right: 27px;
    color: #6d7270;
    font-weight: 400;
    padding-right: 40px;
}

.education-details-content
    .course-content
    .download-list
    li
    button
    span:before {
    position: absolute;
    content: "\f105";
    font-family: "flaticon";
    font-weight: 900;
    color: #a9b0b4;
    top: -1px;
    right: 0px;
    font-size: 10px;
    transition: all 500ms ease;
}

.education-details-content .tabs-box .list-style-three {
    margin-bottom: 45px;
}

.education-details-content .tabs-box .list-style-three li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--text-font);
    padding-left: 29px;
    font-weight: 400;
    margin-bottom: 10px;
}

.education-details-content .tabs-box .list-style-three li:last-child {
    margin-bottom: 0px;
}

.education-details-content
    .course-content
    .download-list
    li
    button:hover
    span:before {
    color: var(--title-color);
}

.education-details-content .tabs-box .list-style-three li img {
    position: absolute;
    left: 0px;
    top: 5px;
}

.education-details-content .course-content .content-two p {
    margin-bottom: 24px;
}

.education-details-content .content-two h3 {
    margin-bottom: 17px;
}

.education-details-content .tabs-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.education-details-content .tabs-box .list-style-one {
    margin-bottom: 43px;
}

.education-details-content .course-content .video-inner {
    position: relative;
    width: 100%;
    padding: 178px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    border-radius: 5px;
}

.education-details-content .course-content .video-inner a {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 70px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color);
}

.education-details-content .review-content .single-comment-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.education-details-content .review-content .single-comment-box .comment-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.education-details-content
    .review-content
    .single-comment-box
    .comment-thumb
    img {
    width: 100%;
    border-radius: 50%;
}

.education-details-content .review-content .single-comment-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.education-details-content .review-content .single-comment-box h4 span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    color: #6e6e6e;
}

.education-details-content .review-content .single-comment-box p {
    display: block;
    margin-bottom: 9px;
}

.education-details-content .review-content .single-comment-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 5px;
}

.education-details-content
    .review-content
    .single-comment-box
    .rating
    li:last-child {
    margin: 0px !important;
}

.education-details-content .review-content .single-comment-box {
    margin-bottom: 23px;
}

.education-details-content .review-content .single-comment-box:last-child {
    margin-bottom: 0px;
}

.education-details-content .review-content .comment-box {
    margin-bottom: 33px;
}

.education-details-content .review-content .comment-form .text-box {
    margin-bottom: 32px;
}

.education-details-content .review-content .comment-form form {
    position: relative;
    margin: 0px 5px;
}

.education-details-content .review-content .comment-form .text-box p span {
    color: var(--theme-color);
}

.education-details-content .tabs-box .review-content h3 {
    margin-bottom: 25px;
}

.education-details-content .review-content .comment-form h3 {
    margin-bottom: 3px;
}

.education-details-content .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.education-details-content .default-form .form-group:last-child {
    margin-bottom: 0px;
}

.education-details-content .default-form .form-group input[type="text"],
.education-details-content .default-form .form-group input[type="email"],
.education-details-content .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e8e8e8;
    font-size: 17px;
    color: #6e6e6e;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.education-details-content .default-form .form-group textarea {
    display: block;
    height: 120px;
    resize: none;
}

.education-details-content .default-form .form-group input:focus,
.education-details-content .default-form .form-group textarea:focus {
    border-color: var(--theme-color);
}

.education-details-content .default-form .check-box label:before {
    border-color: #e8e8e8;
    background: #f4f4f4;
}

.education-details-content .default-form .check-box {
    padding-bottom: 6px;
}

.education-details-content .accordion-inner h3 {
    margin-bottom: 30px;
}

.education-details-content .faq-section {
    padding: 0px;
}

.education-details-content .accordion-box .accordion .acc-btn.active {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
}

.education-sidebar {
    position: relative;
    display: block;
    margin-left: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 30px 40px 30px;
}

.education-sidebar .upper-box {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

.education-sidebar .upper-box::before {
    position: absolute;
    content: "";
    background-color: #e4e9ec;
    width: calc(100% + 60px);
    height: 1px;
    left: -30px;
    bottom: 0px;
}

.education-sidebar .upper-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
}

.education-sidebar .upper-box h3 del {
    font-size: 17px;
    font-family: var(--text-font);
    font-weight: 400;
    color: #a3afa6;
    margin-left: 8px;
}

.education-sidebar .upper-box .text {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.education-sidebar .upper-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #767877;
    margin-right: 2px;
}

.education-sidebar .upper-box .rating li:last-child {
    margin: 0px !important;
}

.education-sidebar .upper-box .rating li i {
    position: relative;
    top: 2px;
    color: #fbaf02;
    font-size: 16px;
}

.education-sidebar .upper-box .rating li span {
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    margin-left: 8px;
}

.education-sidebar .upper-box .rating {
    margin-bottom: 8px;
}

.education-sidebar .info-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e7e3;
    padding: 16px 0px;
    padding-left: 27px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
}

.education-sidebar .info-list li:last-child {
    border-bottom: none;
}

.education-sidebar .info-list li img {
    position: absolute;
    left: 0px;
    top: 19px;
    font-size: 18px;
    color: #b5b5be;
    font-weight: 400;
}

.education-sidebar .info-list li span {
    position: relative;
    float: right;
    font-size: 17px;
    font-family: var(--text-font);
    color: #646768;
    font-weight: 400;
}

.education-sidebar .info-list {
    margin-bottom: 19px;
}

.education-sidebar .btn-box .theme-btn span::before {
    color: #fff;
}

.education-sidebar h6 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px;
}

.trading-style-three.alternat-2 {
    padding: 112px 0px 120px 0px;
}

.trading-style-three.alternat-2 .sec-title p {
    color: var(--text-color);
}

.trading-style-three.alternat-2 .inner-box {
    background-color: #f3f7f9;
}

.trading-style-three.alternat-2 .inner-box .single-item h3 {
    color: var(--title-color);
}

.trading-style-three.alternat-2 .inner-box .single-item p {
    color: var(--text-color);
}

.trading-style-three.alternat-2 .inner-box .single-item .btn-box a {
    color: var(--title-color);
    border-color: var(--theme-color);
}

.trading-style-three.alternat-2 .inner-box .single-item .btn-box a:last-child {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.trading-style-three.alternat-2 .inner-box::before {
    background-color: #dbe0e3;
}

.trading-style-two.dark-section .inner-container {
    background-color: #f3f7f9;
}

.trading-style-two.dark-section .content-box h2 {
    color: var(--title-color);
}

.trading-style-two.dark-section .content-box p {
    color: var(--text-color);
}

.trading-style-two.dark-section .content-box h5 {
    color: var(--title-color);
}

.trading-style-two.dark-section .content-box .list-item li {
    color: var(--text-color);
}

.trading-style-two.dark-section .left-content .single-item .inner-box::after {
    background-image: url(../images/icons/icon-159.png);
}

.content-side .service-block-one .inner-box:hover {
    transform: translateY(0px);
}

.service-section.service-page {
    padding: 120px 0px 90px 0px;
}

/** service-details **/

.service-details {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.account-details-content .content-five {
    margin-bottom: 48px;
}

.account-details-content .content-five .text-box {
    margin-bottom: 32px;
}

.account-details-content .content-five .tab-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-right: -15px;
}

.account-details-content .content-five .tab-btns li {
    position: relative;
    display: inline-block;
    width: 280px;
    background-color: #f3f7f9;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #646768;
    font-weight: 600;
    padding: 19px 30px;
    cursor: pointer;
}

.account-details-content .content-five .tab-btns li.active-btn {
    color: #fff;
    background-color: var(--secondary-color);
}

.account-details-content .content-five .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
    border: 1px solid #e4e9ec;
}

.account-details-content .content-five table {
    min-width: 868px;
    width: 100%;
}

.account-details-content .content-five .tabs-box .tab {
    transform: scale(1) translateY(0px);
}

.account-details-content .content-five table thead th {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #646768;
    font-weight: 700;
    text-transform: uppercase;
    padding: 21px 30px;
    border-right: 1px solid #e4e9ec;
}

.account-details-content .content-five table thead th:last-child {
    border-right: none;
}

.account-details-content .content-five table tbody td {
    position: relative;
    font-size: 17px;
    color: #646768;
    padding: 20px 30px;
    border-right: 1px solid #e4e9ec;
    z-index: 1;
}

.account-details-content .content-five table tbody td:last-child {
    border-right: none;
}

.account-details-content .content-five table tbody td .title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-details-content .content-five table tbody td .title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #001321;
    font-weight: 500;
    text-transform: uppercase;
}

.account-details-content .content-five table tbody tr:nth-child(odd) td:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-63.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.account-details-content .content-five table tbody td.red {
    color: #dd2f22;
}

.account-details-content .content-five table tbody td.green {
    color: #4db55f;
}

.account-details-content .content-five table tbody td a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
}

.account-details-content .content-five table tbody td a span {
    position: relative;
    padding-right: 20px;
}

.account-details-content .content-five table tbody td a span::before {
    position: absolute;
    content: "\f107";
    font-family: "flaticon";
    font-size: 16px;
    right: 0px;
    top: -1px;
    color: var(--theme-color);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.account-details-content .content-five table tbody td a:hover span::before {
    transform: rotate(45deg);
}

.blog-grid {
    padding: 120px 0px;
}

.blog-grid .pagination-wrapper {
    padding-top: 30px;
}

/** sidebar-page-container **/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px;
}

.news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-one .inner-box .lower-content h2 a:hover {
    color: var(--theme-color);
}

.sidebar-page-container .pagination-wrapper {
    padding-top: 30px;
}

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

.blog-sidebar .search-widget {
    margin-bottom: 42px;
}

.blog-sidebar .search-widget .search-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e4e9ec;
    font-size: 17px;
    color: #a9b0b4;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus {
    border-color: var(--theme-color);
}

.blog-sidebar .search-widget .search-form .form-group button[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    width: 55px;
    height: 54px;
    line-height: 56px;
    background-color: #f3f7f9;
    text-align: center;
    font-size: 20px;
    color: #001321;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-sidebar .category-widget .category-list {
    position: relative;
    display: block;
    background-color: #f3f7f9;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 13px 0px 13px 30px;
    border-bottom: 1px solid #dbe0e3;
}

.blog-sidebar .category-widget .category-list li:last-child {
    border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #001321;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
}

.blog-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 10px;
    color: #a9b0b4;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-sidebar .category-widget .category-list li a:hover,
.blog-sidebar .category-widget .category-list li a:hover i,
.blog-sidebar .category-widget .category-list li a:hover span {
    color: var(--theme-color);
}

.blog-sidebar .category-widget .category-list li a span {
    position: absolute;
    top: -13px;
    right: 0px;
    width: 51px;
    height: 51px;
    line-height: 51px;
    border-left: 1px solid #dbe0e3;
    text-align: center;
    color: #a9b0b4;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-sidebar .category-widget {
    margin-bottom: 41px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    border: 1px solid #f3f7f9;
    background-color: #f3f7f9;
    padding: 24px 30px;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-sidebar .post-widget .post:hover {
    background-color: transparent;
    border-color: #e4e9ec;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 22px;
    color: var(--theme-color);
    margin-bottom: 6px;
}

.blog-sidebar .post-widget .post h6 i {
    position: absolute;
    left: 0px;
    top: 1px;
}

.blog-sidebar .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
}

.blog-sidebar .post-widget .post h5 a {
    display: inline-block;
    color: var(--title-color);
}

.blog-sidebar .post-widget .post h5 a:hover {
    color: var(--theme-color);
}

.blog-sidebar .post-widget .post span {
    position: relative;
    display: block;
    padding-left: 23px;
}

.blog-sidebar .post-widget .post span i {
    position: absolute;
    left: 0px;
    top: 2px;
}

.blog-sidebar .post-widget .post .link {
    position: absolute;
    right: 22px;
    bottom: 15px;
}

.blog-sidebar .post-widget .post .link a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--title-color);
    opacity: 0;
}

.blog-sidebar .post-widget .post .link a:hover {
    color: var(--theme-color);
}

.blog-sidebar .post-widget .post:hover .link a {
    opacity: 1;
}

.blog-sidebar .post-widget {
    margin-bottom: 42px;
}

.blog-sidebar .tags-widget .tags-list {
    position: relative;
    display: block;
    background-color: #f3f7f9;
    padding: 30px 30px 25px 30px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 5px 5px 0px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #646768;
    padding: 3px 13px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    background-color: transparent;
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.blog-sidebar .tags-widget {
    margin-bottom: 50px;
}

.blog-sidebar .community-box {
    position: relative;
    display: block;
    padding: 42px 30px 46px 30px;
}

.blog-sidebar .community-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-sidebar .community-box .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.blog-sidebar .community-box h2 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 16px;
}

.blog-sidebar .community-box h2 span {
    font-weight: 400;
}

.blog-sidebar .community-box p {
    color: #a7a9b1;
    margin-bottom: 279px;
}

.blog-sidebar .community-box .theme-btn {
    margin-bottom: 21px;
    color: var(--title-color);
}

.blog-sidebar .community-box button[type="button"] {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding-left: 26px;
}

.blog-sidebar .community-box button[type="button"]::before {
    position: absolute;
    content: "";
    background-color: rgba(11, 151, 24, 0.5);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}

.blog-sidebar .community-box button[type="button"]::after {
    position: absolute;
    content: "";
    background-color: #0b9718;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 3px;
    top: 8px;
}

.blog-sidebar .community-box .icon-box {
    position: absolute;
    left: 30px;
    bottom: 187px;
}

.page-title h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    margin-bottom: 103px;
}

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

.blog-details-content .news-block-one .inner-box .lower-content .author-box {
    margin-bottom: 37px;
}

.blog-details-content .news-block-one .inner-box .image-box .image img {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.blog-details-content .content-one .text-box p:first-child {
    padding-left: 60px;
}

.blog-details-content .content-one .text-box p:first-child span {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    font-family: var(--title-font);
    background: var(--theme-color);
}

.blog-details-content .content-one blockquote {
    position: relative;
    display: block;
    border: 1px solid #e4e9ec;
    padding: 35px 35px;
    margin-bottom: 44px;
    margin-left: 10px;
    background-color: #fff;
}

.blog-details-content .content-one blockquote h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: var(--title-color);
    margin-bottom: 12px;
}

.blog-details-content .content-one blockquote h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #e4e9ec;
}

.blog-details-content .content-one blockquote h5 span {
    font-size: 17px;
    color: #646768;
    font-family: var(--text-font);
    font-weight: 400;
}

.blog-details-content .content-one blockquote .quote-icon {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 120px;
    color: #f3f7f9;
}

.blog-details-content .content-one blockquote::before {
    position: absolute;
    content: "";
    border: 1px solid #e4e9ec;
    right: 10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 23px;
}

.blog-details-content .content-two .single-item {
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
}

.blog-details-content .content-two .single-item h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
}

.blog-details-content .content-two .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
}

.blog-details-content .content-two .single-item p {
    display: inline;
}

.blog-details-content .content-three p {
    margin-bottom: 22px;
}

.blog-details-content .content-three .single-item {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.blog-details-content .content-three .single-item:last-child {
    margin-bottom: 0px;
}

.blog-details-content .content-three .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
    padding-left: 28px;
}

.blog-details-content .content-three .single-item h3 img {
    position: absolute;
    left: 0px;
    top: 7px;
}

.blog-details-content .post-tag-option h5 {
    font-size: 18px;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 17px;
}

.blog-details-content .post-tag-option h5 img {
    position: absolute;
    left: 0px;
    top: 5px;
}

.blog-details-content .post-tag-option .tags-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details-content .post-tag-option .tags-list li a {
    position: relative;
    display: inline-block;
    color: #646768;
    background: #f3f7f9;
    padding: 5px 15px;
}

.blog-details-content .post-tag-option .tags-list li a:hover {
    color: #fff;
    background: var(--theme-color);
}

.blog-details-content .author-box-inner {
    position: relative;
    padding: 32px 30px 36px 199px;
    border: 1px solid #e3e3e3;
}

.blog-details-content .author-box-inner .thumb-box {
    position: absolute;
    left: 39px;
    top: 39px;
    width: 120px;
}

.blog-details-content .author-box-inner .thumb-box img {
    width: 100%;
}

.blog-details-content .author-box-inner .text {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #a8a7a7;
}

.blog-details-content .author-box-inner h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
}

.blog-details-content .author-box-inner p {
    margin-bottom: 17px;
}

.blog-details-content .author-box-inner .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-color);
    color: var(--title-color);
    font-weight: 600;
    padding-right: 20px;
}

.blog-details-content .author-box-inner .link-btn a i {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 18px;
    color: var(--theme-color);
}

.blog-details-content .author-box-inner .link-btn a:hover {
    color: var(--theme-color);
}

.blog-details-content .author-box-inner .social-links {
    position: absolute;
    top: 38px;
    right: 39px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details-content .author-box-inner .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border: 1px solid #e3e3e3;
    text-align: center;
    font-size: 18px;
    color: #a9a8a8;
}

.blog-details-content .author-box-inner .social-links li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.blog-details-content .post-nav .post-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-content .post-nav .single-btn h5 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #a9b0b4;
    margin-bottom: 12px;
}

.blog-details-content .post-nav .single-btn h5 a {
    display: inline-block;
    color: #a8a7a7;
}

.blog-details-content .post-nav .single-btn h5 a:hover {
    color: var(--theme-color);
}

.blog-details-content .post-nav .single-btn h5 i {
    font-size: 22px;
    height: 20px;
}

.blog-details-content .post-nav .single-btn:first-child h5 i {
    display: inline-block;
    transform: rotate(270deg);
}

.blog-details-content .post-nav .single-btn:last-child h5 {
    justify-content: right;
}

.blog-details-content p {
    color: #646768;
}

.blog-details-content .post-nav .single-btn h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.blog-details-content .post-nav .single-btn h4 a {
    display: inline-block;
    color: var(--title-color);
}

.blog-details-content .post-nav .single-btn h4 a:hover {
    color: var(--theme-color);
}

.blog-details-content .post-nav .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 700;
    background: #f3f7f9;
    padding: 17px 30px;
}

.blog-details-content .post-nav .btn-box a:hover {
    color: var(--theme-color);
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 100px;
}

.blog-details-content .comment-box .comment .image-box {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
}

.blog-details-content .comment-box .comment .title-box {
    position: relative;
    margin-bottom: 11px;
}

.blog-details-content .comment-box .comment .title-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
}

.blog-details-content .comment-box .comment .title-box h3 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #a9b0b4;
}

.blog-details-content .comment-box .comment p {
    margin-bottom: 11px;
}

.blog-details-content .comment-box .comment a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
}

.blog-details-content .comment-box .comment a:hover {
    color: var(--theme-color);
}

.blog-details-content .comment-box .comment {
    margin-bottom: 24px;
}

.blog-details-content .comment-box .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comment-box h2 {
    margin-bottom: 29px;
}

.blog-details-content .comment-form-area .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.blog-details-content .comment-form-area .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content
    .comment-form-area
    .form-inner
    .form-group
    input[type="text"],
.blog-details-content
    .comment-form-area
    .form-inner
    .form-group
    input[type="email"],
.blog-details-content .comment-form-area .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: solid;
    border-width: 1px;
    border-color: #e6e4e4;
    font-size: 17px;
    color: #a8a7a7;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.blog-details-content .comment-form-area .form-inner .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
}

.blog-details-content .comment-form-area .form-inner .form-group input:focus,
.blog-details-content
    .comment-form-area
    .form-inner
    .form-group
    textarea:focus {
    border-color: var(--theme-color);
}

.blog-details-content .comment-form-area .group-title {
    margin-bottom: 32px;
}

.blog-details-content .comment-form-area .group-title h2 {
    margin-bottom: 7px;
}

.blog-details-content .comment-form-area .check-box-two label {
    color: #545151;
    font-size: 17px;
    font-weight: 400;
}

.blog-details-content .comment-form-area .check-box-two label:before {
    background: #f5f4f4;
    border-color: #e6e4e4;
    border-radius: 4px;
}

.check-box-two input {
    display: none;
}

.check-box-two label {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 700;
    padding-left: 28px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.check-box-two label:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e0e0;
}

.check-box-two label:after {
    position: absolute;
    content: "";
    background: #e2e0e0;
    width: 6px;
    height: 6px;
    left: 5px;
    top: 10px;
    opacity: 0;
    transition: all 500ms ease;
}

.check-box-two input:checked + label:after {
    opacity: 1;
}

/** contact-info-section **/

.contact-info-section {
    position: relative;
    padding: 112px 0px 90px 0px;
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e4e9ec;
    padding: 0px 20px 28px 20px;
    margin-bottom: 30px;
}

.info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f7f9;
    margin-top: -22px;
    top: -13px;
    margin-bottom: 31px;
}

.info-block-one .inner-box .icon-box::before {
    position: absolute;
    content: "";
    border: 1px solid #e4e9ec;
    width: 112px;
    height: 112px;
    left: -21px;
    top: -21px;
    border-radius: 50%;
}

.info-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2px;
}

.info-block-one .inner-box p {
    margin-bottom: 13px;
}

.info-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.info-block-one .inner-box h5 a {
    display: inline-block;
    color: var(--title-color);
}

.info-block-one .inner-box h5 a:hover {
    color: var(--theme-color);
}

.info-block-one .inner-box h5 span {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--text-font);
    color: var(--text-color);
}

.contact-info-section .sec-title {
    margin-bottom: 83px;
}

.contact-info-section .lower-box .single-item {
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    align-items: center;
    gap: 30px;
    padding: 35px 40px 32px 40px;
    margin-bottom: 30px;
}

.contact-info-section .lower-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-section .lower-box .single-item h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--theme-color);
    color: #fff;
    padding: 13px 8px;
    writing-mode: vertical-lr;
    height: 87px;
    text-align: center;
}

.contact-info-section .lower-box .single-item h6::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 100%;
    height: 18px;
    left: 0px;
    top: -17px;
    clip-path: polygon(
        100% 7.2%,
        100% 93.3%,
        0% 93.3%,
        0% 7.2%,
        0% 7.2%,
        50% 93.3%
    );
}

.contact-info-section .lower-box .single-item h6::after {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 100%;
    height: 18px;
    left: 0px;
    bottom: -17px;
    clip-path: polygon(
        100% 50%,
        100% 100%,
        50% 7.07%,
        0% 100%,
        0% 6.7%,
        100% 7.45%
    );
}

.contact-info-section .lower-box .single-item .text p {
    color: #b3b9bd;
    margin-bottom: 14px;
}

.contact-info-section .lower-box .single-item .text a,
.contact-info-section .lower-box .single-item .text button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding-right: 20px;
}

.contact-info-section .lower-box .single-item .text a i,
.contact-info-section .lower-box .single-item .text button i {
    position: absolute;
    right: 0px;
    top: 3px;
    transition: all 500ms ease;
}

.contact-info-section .lower-box .single-item .text a:hover i,
.contact-info-section .lower-box .single-item .text button:hover i {
    transform: rotate(45deg);
}

/** contact-form-section **/

.contact-form-section {
    position: relative;
    padding: 112px 0px 120px 0px;
}

.contact-form-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.contact-form-section .tab-btns {
    position: relative;
    display: block;
    border: 1px solid #e4e9ec;
}

.contact-form-section .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a8a7a7;
    font-weight: 600;
    cursor: pointer;
    padding: 17px 20px;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-form-section .tab-btns .tab-btn.active-btn {
    color: #fff;
}

.contact-form-section .tab-btns .tab-btn::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    left: -1px;
    top: -1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-form-section .tab-btns .tab-btn.active-btn::before {
    opacity: 1;
}

.contact-form-section .tabs-content {
    position: relative;
    padding: 44px 50px 50px 50px;
    border: 1px solid #e4e9ec;
    border-top: none;
}

.contact-form-section .tabs-content .form-group {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.contact-form-section .tabs-content .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form-section .tabs-content .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-form-section .tabs-content .form-group input[type="text"],
.contact-form-section .tabs-content .form-group input[type="email"],
.contact-form-section .tabs-content .form-group textarea,
.contact-form-section .tabs-content .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #e4e9ec;
    font-size: 17px;
    color: #a9b0b4;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.contact-form-section .tabs-content .form-group input:focus,
.contact-form-section .tabs-content .form-group textarea:focus {
    border-color: #001321;
    color: #646768;
}

.contact-form-section .tabs-content .form-group .nice-select {
    padding: 0px 20px;
    line-height: 58px;
}

.contact-form-section .tabs-content .form-group .nice-select::before {
    top: 1px;
    right: 20px;
}

.contact-form-section .tabs-content .form-group .select-box {
    position: relative;
    min-height: 58px;
}

.contact-form-section .tabs-content .form-group textarea {
    height: 420px;
    resize: none;
    padding-bottom: 100px;
}

.contact-form-section .tabs-content .right-content {
    position: relative;
}

.contact-form-section .tabs-content .message-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
}

.contact-form-section .tabs-content .message-btn .theme-btn {
    width: 100%;
}

.google-map-section {
    position: relative;
}

.google-map-section .map-inner {
    position: relative;
    display: block;
    height: 600px;
}

.google-map-section .map-inner iframe {
    position: relative;
    width: 100%;
    height: 600px;
}

.google-map-section .info-box {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 120px;
    background-color: #fff;
    width: 240px;
    text-align: center;
    z-index: 2;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 10px 10px 10px;
}

.google-map-section .info-box::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 16px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    bottom: -10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.google-map-section .info-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 4px;
}

.google-map-section .info-box p {
    margin-bottom: 21px;
}

.google-map-section .info-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    padding: 11px 10px;
    width: 100%;
}

.google-map-section .info-box a:hover {
    color: var(--theme-color);
}

.home_four .platform-block-one .inner-box h3 {
    border-color: #263372;
}

/* New styles */
.plan-card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.plan-header h3 {
    font-weight: 700;
    color: #000;
}
.plan-header .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #b88a00;
    margin: 10px 0;
}
.btn-buy {
    background: linear-gradient(135deg, #b88a00 0%, #d4af37 100%);
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-buy:hover {
    background: linear-gradient(135deg, #cfa21b 0%, #ffcc33 100%);
}
.plan-features {
    display: none;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.plan-card.active .plan-features {
    display: block;
}
.plan-features table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.plan-features table td {
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.plan-features table td:first-child {
    text-align: left;
    font-weight: 600;
}
@media (max-width: 768px) {
    .plan-header h3 {
        font-size: 1.1rem;
    }
    .plan-header .price {
        font-size: 1.3rem;
    }
}

.working-card {
    background: #fff;
    border: 2px solid #b88a00;
    border-radius: 16px;
    padding: 40px 25px;
    width: 260px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.working-card:hover {
    background: #b88a00;
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(184, 138, 0, 0.4);
}

.working-card:hover h3,
.working-card:hover p {
    color: #fff;
}

.working-card h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #b88a00;
    margin: 15px 0 8px;
    transition: color 0.3s ease;
}

.working-card:hover h5 {
    color: #fff;
}

.working-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.working-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(184, 138, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.working-card:hover .icon-wrap {
    background: #fff;
    transform: scale(1.1);
}

.icon-wrap i {
    font-size: 28px;
    color: #b88a00;
    transition: all 0.3s ease;
}

.working-card:hover .icon-wrap i {
    color: #b88a00;
    transform: scale(1.15);
}

@media (max-width: 991px) {
    .working-card {
        width: 80%;
        margin: 0 auto;
    }
}
