/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Moderustic:wght@300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');









/*== Default Css ==*/
:root {
    --thm-font: "Hanken Grotesk", sans-serif;
    --thm-font-2: "Moderustic", sans-serif;
    --thm-primary-color: #50fa7b;
    --thm-primary-color-rgb: 80, 250, 123;
    --thm-body-font-color: #646966;
    --thm-body-font-color-2: #a4a6b4;
    --thm-body-font-size: 18px;
    --thm-body-line-height: 28px;
    --thm-body-font-weight: 400;
    --thm-heading-font-color: #051509;
    --thm-white: #ffffff;
    --thm-black: #051509;
    --thm-black-bg: #000420;
    --thm-black-bg-2: #0a0e29;
    --thm-gray-bg: #f1f7f3;
    --thm-border-color: #e1e7e3;
    --thm-border-color-1: #1a1e37;
    --thm-border-radius: 10px;
}


body {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
}

.body-bg-1 {
    background-color: #ffffff;
    padding: 30px 30px 0;
}


.body-bg-2 {
    background-color: #ffffff;
}



p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
}

a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


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

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

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

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}



body.locked {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

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

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

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

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0;
}



dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



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

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

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

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

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

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

ol,
li {
    margin: 0;
    padding: 0;
}

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

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}













.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 5px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    cursor: pointer;
}


/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: 10px;
    color: var(--thm-white);
    font-size: 18px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-primary-color-rgb), 1);
    border-radius: 10px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: var(--thm-black);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: var(--thm-black);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    margin: 0;
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 0;
}



/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/


.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-primary-color);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #a3afa6;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 10px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group .btn-one {
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 30px;
    margin-top: 20px;
}

.side-content-newsletter-box .form-group .btn-one:hover {
    color: var(--thm-white);
}

.side-content-newsletter-box .form-group .btn-one::before {
    background: var(--thm-black-bg);
}

.side-content-newsletter-box .form-group .btn-one::after {
    background: var(--thm-primary-color);
}

.side-content-newsletter-box .form-group .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}






/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px;
}


/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 53px;
}

.sec-title.withtext {
    padding-bottom: 52px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.sec-title .sub-title h4 {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 35px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 18px;
    background-color: var(--thm-primary-color);
    padding: 0px 20px 0px;
    z-index: 1;
}

.sec-title h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
}

.sec-title.white h2 {
    color: var(--thm-white);
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 11px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    right: 100%;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 9px;
    top: 0px;
    z-index: 1;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}


/*== Section Btn Css ======*/
.section-btn {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 40px;
    z-index: 1;
}

.section-btn::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}

.section-btn-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 7px 25px 7px;
    z-index: 1;
}

.section-btn-inner p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.section-btn-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-white);
    background-repeat: repeat;
    z-index: -1;
}

.section-btn-inner p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.section-btn-inner p a i {
    font-size: 14px;
    margin-right: 6px;
}

.section-btn-inner p a:hover {
    color: var(--thm-primary-color);
}




/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(var(--thm-primary-color-rgb), 0.3);
    border: 0px solid;
    margin: 0px 6px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}






/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 140px;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    transition: all 700ms ease 3s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: var(--thm-black);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-black);
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}



/*== Scrool To Top Css ======*/
.scroll-to-top {
    position: fixed;
    right: 60px;
    bottom: 100px;
    transform: rotate(180deg);
    z-index: 9999;
}

.scroll-to-top.scroll-to-top1 {
    right: 40px;
    bottom: 65px;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 4px;
    margin-right: 10px;
    position: relative;
    display: none;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-primary-color);
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--thm-black-bg);
    border: 1px solid var(--thm-border-color-1);
    color: var(--thm-primary-color);
    font-size: 20px;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.scroll-to-top.bg2 .scroll-bar-text {
    background: #0a3e56;
}



.scroll-to-top--style2 {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
    display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
    width: auto;
    height: auto;
    background: transparent;
}

.scroll-to-top--style2 .scroll-bar-text p {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.scroll-to-top--style2 .scroll-bar-text:hover p {
    color: var(--thm-primary-color);
}

.scroll-to-top--style2 .scroll-bar-text span {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 10px;
    color: var(--thm-primary-color);
    font-size: 16px;
}




/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.styled-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.styled-pagination.pdtop60 {
    padding-top: 60px;
}

.styled-pagination.pdtop30 {
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
}

.styled-pagination li+li {
    margin-left: 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 0%;
    background: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-right: none;
    color: #a3afa6;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a.border-line {
    border-right: 1px solid var(--thm-border-color);
}

.styled-pagination li:last-child a {
    border-right: 1px solid var(--thm-border-color);
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: #a3afa6;
    font-size: 20px;
    transition: all 500ms ease;
}

.styled-pagination li a span {
    line-height: 0;
}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
    color: var(--thm-black);
}

.styled-pagination li.prev {
    transform: rotate(0deg);
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-black);
    border-color: var(--thm-border-color);
    background: var(--thm-gray-bg);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 56px;
    height: 56px;
    background-color: var(--thm-gray-bg);
    border-color: var(--thm-border-color);
}

.styled-pagination li.prev a {
    overflow: hidden;
    transform: rotate(0deg);
    border: 1px solid var(--thm-border-color);
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    margin-right: 5px;
}

.styled-pagination li.next a {
    overflow: hidden;
    transform: rotate(0deg);
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-left: 5px;
}





/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin: 2px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== checked Css Css ======*/
.checked-box2 {
    position: relative;
    display: block;
    min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== Star Rating Style1 Css ======*/
.star-rating-style1 {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.star-rating-style1 input[type="radio"] {
    display: none;
}

.star-rating-style1 label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary-color);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.star-rating-style1 input[type="radio"]:checked~label {
    color: var(--thm-white);
}

.star-rating-style1 label:hover,
.star-rating-style1 label:hover~label {
    color: var(--thm-white);
}



/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

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

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.accordion-box-style1 .accordion .accord-btn.active {
    border-left: 1px solid var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 58px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn.active .left {
    border-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn.active .left::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.accordion-box-style1 .accordion .accord-btn .left h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
}

.accordion-box-style1 .accordion .accord-btn.active .left h4 {
    color: var(--thm-white);
}

.accordion-box-style1 .accordion .accord-btn h3 {
    color: var(--thm-body-font-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
}

.accordion-box-style1 .accordion .accord-btn.active h3 {
    color: var(--thm-black);
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e90e";
    top: 50%;
    right: 25px;
    color: var(--thm-black);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-primary-color);
    content: "\e901";
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    padding: 34px 30px 38px;
    display: none;
    z-index: 2;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0;
}




/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box li+li {
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

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

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    border: none;
    padding: 21px 30px 21px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #F9F9F9;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-primary-color);
}

.accordion-box .block .acc-btn::before {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e935";
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
    content: "\e936";
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: none;
    background-color: #F9F9F9;
    padding: 4px 30px 43px;
    padding-right: 70px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}






/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 300px;
    background-color: var(--thm-primary-color);
    opacity: 1.0;
    cursor: pointer;
}

.search-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 24px;
}



.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
    z-index: 10;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background-color: var(--thm-black);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

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

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

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

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    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:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

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

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

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@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: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}





/*================================
    Instruments Style1 Css
================================*/
.instruments-style1 {
    background-color: var(--thm-black-bg);
    padding: 120px 0px 90px;
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.instruments-style1__shape1 {
    position: absolute;
    top: -334px;
    left: -20px;
    z-index: -1;
}

.instruments-style1__shape2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.instruments-style1 .sec-title .text p {
    color: var(--thm-body-font-color-2);
}

.instruments-style1__inner {
    position: relative;
    display: block;
}

.instruments-style1__tab {
    position: relative;
    display: block;
}

.instruments-style1__tab-btn {
    position: relative;
    display: block;
    padding-bottom: 80px;
}

.instruments-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instruments-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
    padding: 9px 19px 9px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.instruments-style1__tab-btn ul li:hover,
.instruments-style1__tab-btn ul li.active-btn-item {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.instruments-style1__tab-btn ul li+li {
    margin-left: 20px;
}

.instruments-style1__tab-btn ul li h4 {
    color: #373b54;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.instruments-style1__tab-btn ul li:hover h4,
.instruments-style1__tab-btn ul li.active-btn-item h4 {
    color: var(--thm-black);
}

.instruments-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0f132d;
    color: #363a53;
    font-size: 14px;
    line-height: 0;
    margin-left: 30px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.instruments-style1__tab-btn ul li:hover .icon,
.instruments-style1__tab-btn ul li.active-btn-item .icon {
    color: var(--thm-primary-color);
    background-color: var(--thm-black-bg);
}



.instruments-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.instruments-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.instruments-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.instruments-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.instruments-style1__tab .tab-content-box-item .instruments-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.instruments-style1__tab .tab-content-box-item.tab-content-box-item-active .instruments-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}





.single-instruments-style1 {
    position: relative;
    display: block;
}

.single-instruments-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    margin-right: 30px;
}

.single-instruments-style1__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-instruments-style1__img:hover::before {
    opacity: 1;
}

.single-instruments-style1__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-instruments-style1__img:hover img {
    transform: scale(1.07) rotate(0deg);
}

.single-instruments-style1__content {
    position: relative;
    display: block;
    padding-right: 140px;
    margin-top: -9px;
}

.single-instruments-style1__content .title {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.single-instruments-style1__content .title h2 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 1.3em;
}

.single-instruments-style1__content .text {
    position: relative;
    display: block;
}

.single-instruments-style1__content .text p {
    color: var(--thm-body-font-color-2);
}

.single-instruments-style1__content .list-item {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-instruments-style1__content .list-item li {
    position: relative;
    display: flex;
}

.single-instruments-style1__content .list-item li+li {
    margin-top: 12px;
}

.single-instruments-style1__content .list-item li .icon {
    position: relative;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #0f132d;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 0;
}

.single-instruments-style1__content .list-item li .title1 {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.single-instruments-style1__content .list-item li h3 {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 6px;
}

.single-instruments-style1__content .list-item li p {
    color: var(--thm-body-font-color-2);
}




/*======Price List Style1 ==*/
.price-list-style1--outer {
    margin-left: -320px;
    margin-right: -320px;
}

.price-list-style1 {
    position: relative;
    display: block;
    padding-top: 100px;
}

.single-price-list-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    margin-bottom: 30px;
}

.single-price-list-style1__icon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
}

.single-price-list-style1__icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
    color: var(--thm-body-font-color-2);
    font-size: 16px;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-price-list-style1:hover .single-price-list-style1__icon a {
    color: var(--thm-black);
    border-color: var(--thm-white);
    background-color: var(--thm-white)
}

.single-price-list-style1__inner {
    position: relative;
    display: flex;
}

.single-price-list-style1 .left-box {
    position: relative;
    display: block;
    width: 270px;
    padding: 22px 0px 22px;
}

.single-price-list-style1 .left-box .top-box {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}

.single-price-list-style1 .left-box .top-box .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-price-list-style1 .left-box .top-box .inner .title {
    position: relative;
    display: block;
}

.single-price-list-style1 .left-box .top-box .inner .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-price-list-style1 .left-box .top-box .inner .title p {
    color: var(--thm-body-font-color-2);
}

.single-price-list-style1 .left-box .top-box .inner .flag {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    font-size: 35px;
    line-height: 0;
}

.single-price-list-style1 .left-box .top-box .bottom-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.single-price-list-style1 .left-box .top-box .bottom-title h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.single-price-list-style1 .left-box .icon-box {
    position: relative;
    display: block;
    line-height: 0;
    padding: 22px 0px 17px;
}

.single-price-list-style1 .left-box .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color-1);
}

.single-price-list-style1 .left-box .icon-box i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--thm-black-bg-2);
    border: 1px solid var(--thm-border-color-1);
    color: #a3afa6;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
    z-index: 1;
}



.single-price-list-style1 .right-box {
    position: relative;
    display: block;
    flex: 1;
    border-left: 1px solid var(--thm-border-color-1);
    padding: 30px 28px 30px;
}

.single-price-list-style1 .right-box .percent-text {
    position: relative;
    display: block;
    width: 90px;
    height: 30px;
}


.single-price-list-style1 .right-box .percent-text .nice-select {
    position: relative;
    display: block;
    border-radius: 15px;
    background-color: #f34e32;
    border: 0px solid rgb(255, 255, 255, 0.2);
    width: 100%;
    height: 30px;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 30px;
    font-family: var(--thm-font);
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    padding: 0px 0px 0px;
    padding-left: 35px;
    transition: all 300ms ease;
}

.single-price-list-style1 .right-box .percent-text .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.single-price-list-style1 .right-box .percent-text .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 15px;
    margin-top: -2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.single-price-list-style1 .right-box .percent-text .nice-select.open:after {
    margin-top: -5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.single-price-list-style1 .right-box .percent-text .nice-select .list {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    display: block;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 90px;
    z-index: 100;
}

.single-price-list-style1 .right-box .percent-text .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.single-price-list-style1 .right-box .percent-text .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 30px;
    min-height: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.single-price-list-style1 .right-box .percent-text .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.single-price-list-style1 .right-box .percent-text .nice-select .option:hover,
.single-price-list-style1 .right-box .percent-text .nice-select .option.focus,
.single-price-list-style1 .right-box .percent-text .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.single-price-list-style1:hover .right-box .percent-text .nice-select {
    background-color: var(--thm-primary-color);
}



.single-price-list-style1 .right-box .time-box {
    position: relative;
    display: block;
    padding-top: 20px;
}

.single-price-list-style1 .right-box .time-box ul {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.single-price-list-style1 .right-box .time-box ul li {
    position: relative;
    display: block;
}

.single-price-list-style1 .right-box .time-box ul li+li {
    margin-left: 5px;
}

.single-price-list-style1 .right-box .time-box ul li input[type=radio] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.single-price-list-style1 .right-box .time-box ul li label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-price-list-style1 .right-box .time-box ul li label span {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 14px;
    font-family: var(--thm-font-2);
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1 .right-box .time-box ul li input[type=radio]:checked+label span {
    color: var(--thm-black);
}

.single-price-list-style1 .right-box .time-box ul li input[type=radio]+label i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--thm-border-color-1);
    border-radius: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.single-price-list-style1 .right-box .time-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    background-color: var(--thm-white);
    border-radius: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1 .right-box .time-box ul li input[type=radio]:checked+label {}

.single-price-list-style1 .right-box .time-box ul li input[type=radio]:checked+label i {
    border-color: var(--thm-white);
}

.single-price-list-style1 .right-box .time-box ul li input[type=radio]:checked+label i::before {
    opacity: 1;
}



.single-price-list-style1 .right-box .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 28px;
}

.single-price-list-style1 .right-box .bottom-box .img {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
}

.single-price-list-style1 .right-box .bottom-box .img img {
    width: auto;
}

.single-price-list-style1 .right-box .bottom-box .list-item {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.single-price-list-style1 .right-box .bottom-box .list-item li {
    position: relative;
    display: block;
}

.single-price-list-style1 .right-box .bottom-box .list-item li+li {
    margin-top: 14px;
}

.single-price-list-style1 .right-box .bottom-box .list-item li span {
    color: #282d49;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.single-price-list-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #111736;
    padding: 12px 30px 13px;
}

.single-price-list-style1__bottom .btn-box {
    position: relative;
    display: block;
}

.single-price-list-style1__bottom .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1:hover .single-price-list-style1__bottom .btn-box a {
    color: var(--thm-primary-color);
}

.single-price-list-style1__bottom a i {
    position: relative;
    top: 2px;
    color: var(--thm-white);
    font-size: 10px;
    line-height: 28px;
    margin-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1:hover .single-price-list-style1__bottom .btn-box a i {
    color: var(--thm-primary-color);
}


.single-price-list-style1__bottom .social-share-box {
    position: relative;
    display: block;
}

.single-price-list-style1__bottom .social-share-box .share {
    position: relative;
    display: flex;
    align-items: center;
}

.single-price-list-style1__bottom .social-share-box .share p {
    color: var(--thm-body-font-color-2);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-price-list-style1:hover .single-price-list-style1__bottom .social-share-box .share p {
    transform: translateX(100px);
    opacity: 0;
}

.single-price-list-style1__bottom .social-share-box .share span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    color: #a2aea5;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    z-index: 1;
}

.single-price-list-style1__bottom .social-share-box:hover .share span {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}

.single-price-list-style1__bottom .social-share-box ul {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    transform: translateX(100px);
    padding-right: 50px;
    opacity: 0;
    width: max-content;
    visibility: hidden;
    transition: all 0.5s;
}

.single-price-list-style1__bottom .social-share-box:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.single-price-list-style1__bottom .social-share-box ul li {
    position: relative;
    display: block;
}

.single-price-list-style1__bottom .social-share-box ul li+li {
    margin-left: 35px;
}

.single-price-list-style1__bottom .social-share-box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: -8px;
    width: 15px;
    height: 1px;
    background-color: #282e4c;
}

.single-price-list-style1__bottom .social-share-box ul li:first-child::before {
    display: none;
}

.single-price-list-style1__bottom .social-share-box ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.single-price-list-style1__bottom .social-share-box ul li a i {
    position: relative;
    top: 0;
    color: var(--thm-white);
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1__bottom .social-share-box ul li a:hover i {
    color: var(--thm-primary-color);
}

.single-price-list-style1__bottom .social-share-box ul li a p {
    color: var(--thm-body-font-color-2);
    margin-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-price-list-style1__bottom .social-share-box ul li a:hover p {
    color: var(--thm-primary-color);
}



/**** Home Four****/
.instruments-style1--style2 {
    padding: 120px 0px 120px;
}

.instruments-style1--style2 .single-price-list-style1 {
    margin-bottom: 0px;
}

.instruments-style1--style2 .single-price-list-style1__bottom {
    background-color: #1b2643;
}

.instruments-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0px;
}

.instruments-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #26304d;
}

.instruments-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    background-color: var(--thm-border-color-1);
}

.instruments-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: var(--thm-body-font-color-2);
}

.instruments-style1-carousel.owl-nav-style-one.owl-theme .owl-nav .disabled {
    opacity: 1.0;
}



/*
================================
    Account Style1 Css
================================
*/
.account-style1 {
    padding: 120px 0px 80px;
}

.single-account-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-color: var(--thm-gray-bg);
    z-index: 1;
}

.single-account-style1 .content-box {
    position: relative;
    display: block;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 32px 30px 32px;
}

.single-account-style1:hover {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-account-style1 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-account-style1 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-account-style1 .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-account-style1 .img-box {
    position: relative;
    display: block;
}

.single-account-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(43.9% 0%, 44% 19.5%, 99.9% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 70%, 0% 30%);
}

.single-account-style1 .img-box .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 4;
    border-bottom: 5px solid var(--thm-black-bg);
}

.single-account-style1:hover .img-box .inner::before {
    opacity: 1;
}


.single-account-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-account-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-account-style1 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-gray-bg);
    border: 2px solid var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    font-size: 30px;
    z-index: 5;
}

.single-account-style1 .img-box .overlay-icon .icon-crown .path1:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-star-1 .path1:before,
.single-account-style1 .img-box .overlay-icon .icon-protection .path1:before {
    color: var(--thm-white);
}

.single-account-style1 .img-box .overlay-icon .icon-crown .path2:before,
.single-account-style1 .img-box .overlay-icon .icon-star-1 .path2:before,
.single-account-style1 .img-box .overlay-icon .icon-protection .path2:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path5:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path6:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path1:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path1:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path2:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path5:before {
    color: var(--thm-primary-color);
}

.single-account-style1 .img-box .overlay-icon .icon-crown .path5:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path6:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path7:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path8:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path9:before,
.single-account-style1 .img-box .overlay-icon .icon-crown .path10:before,
.single-account-style1 .img-box .overlay-icon .icon-star-1 .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-star-1 .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-star-1 .path5:before,
.single-account-style1 .img-box .overlay-icon .icon-protection .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-protection .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path7:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path8:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path9:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path10:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path11:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path12:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path13:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path14:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path15:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path4:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path5:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path6:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path7:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path8:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path9:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path10:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path11:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path12:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path6:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path7:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path8:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path9:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path10:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path11:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path12:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path13:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path14:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path15:before,
.single-account-style1 .img-box .overlay-icon .icon-relations .path16:before {
    color: var(--thm-black);
}

.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path1:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path2:before,
.single-account-style1 .img-box .overlay-icon .icon-desktop-computer .path3:before,
.single-account-style1 .img-box .overlay-icon .icon-idea .path2:before {
    color: transparent;
}

.single-account-style1 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 30px 16px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 5;
}

.single-account-style1:hover .bottom-box {
    box-shadow: none;
    background-color: var(--thm-primary-color);
}

.single-account-style1 .bottom-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-account-style1 .bottom-box a:hover {
    color: var(--thm-white);
}

.single-account-style1 .bottom-box a i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 10px;
}

.single-account-style1 .bottom-box p {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-account-style1:hover .bottom-box p {
    color: var(--thm-black);
}


.account-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: -5px;
}

.account-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.account-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.account-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}




.account-style1__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 48px;
}

.account-style1__top .sec-title {
    padding-bottom: 0;
}

.account-style1__top .right-box {
    position: relative;
    display: flex;
    align-items: center;
    top: -12px;
}

.account-style1__top .right-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.account-style1__top .right-box ul li {
    position: relative;
    display: block;
}

.account-style1__top .right-box ul li+li {
    margin-left: -11px;
}

.account-style1__top .right-box ul li .img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    z-index: 1;
}

.account-style1__top .right-box ul li .img img {
    width: 100%;
}

.account-style1__top .right-box ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    background-color: var(--thm-primary-color);
    color: var(--thm-black);
    font-size: 23px;
    line-height: 0;
}

.account-style1__top .text {
    position: relative;
    display: block;
    padding-left: 17px;
    flex: 1;
}

.account-style1__top .text p {
    margin: 0;
}

.account-style1__top .text p span {
    color: var(--thm-black);
    font-weight: 500;
}




/*** 
=================================================
    Account Style2      
=================================================
***/
.account-style2 {
    background-color: var(--thm-black-bg);
    padding: 120px 0px 90px;
}

.account-style2__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 49px;
}

.account-style2__top .sec-title {
    padding-bottom: 0;
}

.account-style2__top .text {
    position: relative;
    display: block;
    max-width: 365px;
    top: -3px;
}

.account-style2__top .text p {
    color: var(--thm-body-font-color-2);
}

.single-account-style2 {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-image: -moz-linear-gradient(90deg, rgb(222, 247, 206) 0%, rgb(243, 246, 239) 80%);
    background-image: -webkit-linear-gradient(90deg, rgb(222, 247, 206) 0%, rgb(243, 246, 239) 80%);
    background-image: -ms-linear-gradient(90deg, rgb(222, 247, 206) 0%, rgb(243, 246, 239) 80%);
    padding: 31px 0px 40px;
    margin-bottom: 30px;
}

.single-account-style2 .value-box {
    position: relative;
    display: block;
    padding: 0px 30px 22px;
}

.single-account-style2 .value-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-account-style2 .value-box p {
    margin: 0;
}

.single-account-style2 .price-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #103e33;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 30px 10px;
    padding-right: 10px;
    margin-right: 30px;
}

.single-account-style2 .price-box .left {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 210px;
    width: 100%;
}

.single-account-style2 .price-box .left .title {
    position: relative;
    display: block;
    border-right: 1px solid #28574c;
    padding-right: 13px;
}

.single-account-style2 .price-box .left .title h2 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
}

.single-account-style2 .price-box .left .text {
    position: relative;
    display: block;
    padding-left: 14px;
    flex: 1;
}

.single-account-style2 .price-box .left .text p {
    color: var(--thm-body-font-color-2);
}

.single-account-style2 .price-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    font-size: 30px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
}

.single-account-style2:hover .price-box .icon {
    background-color: transparent;
}

.single-account-style2 .price-box .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #1c4e42;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
}

.single-account-style2:hover .price-box .icon::before {
    opacity: 1;
    transform: scale(1);
}

.single-account-style2 .price-box .icon .icon-star-2 .path1:before,
.single-account-style2 .price-box .icon .icon-star-2 .path2:before {
    color: var(--thm-black);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.single-account-style2:hover .price-box .icon .icon-star-2 .path1:before {
    color: var(--thm-white);
}

.single-account-style2:hover .price-box .icon .icon-star-2 .path2:before {
    color: var(--thm-primary-color);
}

.single-account-style2 .price-box .icon .icon-star-3 .path1:before,
.single-account-style2 .price-box .icon .icon-star-3 .path2:before,
.single-account-style2 .price-box .icon .icon-star-3 .path3:before,
.single-account-style2 .price-box .icon .icon-star-3 .path4:before,
.single-account-style2 .price-box .icon .icon-star-3 .path5:before,
.single-account-style2 .price-box .icon .icon-star-3 .path6:before,
.single-account-style2 .price-box .icon .icon-star-3 .path7:before {
    color: var(--thm-black);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.single-account-style2:hover .price-box .icon .icon-star-3 .path1:before {
    color: var(--thm-primary-color);
}

.single-account-style2:hover .price-box .icon .icon-star-3 .path2:before,
.single-account-style2:hover .price-box .icon .icon-star-3 .path3:before,
.single-account-style2:hover .price-box .icon .icon-star-3 .path4:before,
.single-account-style2:hover .price-box .icon .icon-star-3 .path5:before,
.single-account-style2:hover .price-box .icon .icon-star-3 .path6:before,
.single-account-style2:hover .price-box .icon .icon-star-3 .path7:before {
    color: var(--thm-white);
}

.single-account-style2 .price-box .icon .icon-star-4 .path1:before,
.single-account-style2 .price-box .icon .icon-star-4 .path2:before,
.single-account-style2 .price-box .icon .icon-star-4 .path3:before,
.single-account-style2 .price-box .icon .icon-star-4 .path4:before,
.single-account-style2 .price-box .icon .icon-star-4 .path5:before,
.single-account-style2 .price-box .icon .icon-star-4 .path6:before,
.single-account-style2 .price-box .icon .icon-star-4 .path7:before {
    color: var(--thm-black);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.single-account-style2:hover .price-box .icon .icon-star-4 .path1:before,
.single-account-style2:hover .price-box .icon .icon-star-4 .path2:before {
    color: var(--thm-primary-color);
}

.single-account-style2:hover .price-box .icon .icon-star-4 .path3:before,
.single-account-style2:hover .price-box .icon .icon-star-4 .path4:before,
.single-account-style2:hover .price-box .icon .icon-star-4 .path5:before,
.single-account-style2:hover .price-box .icon .icon-star-4 .path6:before,
.single-account-style2:hover .price-box .icon .icon-star-4 .path7:before {
    color: var(--thm-white);
}

.single-account-style2 .list-box {
    position: relative;
    display: block;
}

.single-account-style2 .list-box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px 14px;
}

.single-account-style2 .list-box li.bg {
    background-color: var(--thm-white);
}

.single-account-style2 .list-box li p.color {
    color: var(--thm-black);
}

.single-account-style2 .list-box li p {
    margin: 0;
}

.single-account-style2 .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    padding: 18px 30px 0px;
}

.single-account-style2 .btn-box a.btn-one {
    color: var(--thm-white);
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border: 1px solid var(--thm-black-bg);
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-account-style2 .btn-box .btn-one:hover {
    color: var(--thm-black);
}

.single-account-style2 .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-account-style2 .btn-box .btn-one::after {
    background-color: var(--thm-black-bg);
}

.single-account-style2 .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    color: var(--thm-white);
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-account-style2 .btn-box .btn-one:hover i {
    color: var(--thm-black);
}

.single-account-style2 .btn-box a.btn-one2 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border: 1px solid var(--thm-black-bg);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 18px 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-account-style2 .btn-box a.btn-one2:hover {
    color: #1c4e42;
}




/*** 
=================================================
    Account Style2 Style1      
=================================================
***/
.account-style2--style1 {
    background-color: var(--thm-gray-bg);
}

.account-style2--style1__bgleft {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: 0;
    background-color: var(--thm-gray-bg);
}

.single-account-style2--style1 {
    background-image: none;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.single-account-style2--style1 .price-box {
    background-color: var(--thm-gray-bg);
}

.single-account-style2 .price-box .left .title {
    border-right: 1px solid var(--thm-border-color);
}

.single-account-style2--style1 .price-box .left .title h2 {
    color: var(--thm-black);
}

.single-account-style2--style1 .price-box .left .text p {
    color: var(--thm-body-font-color);
}

.single-account-style2--style1 .list-box li.bg {
    border-top: 1px solid var(--thm-border-color);
    border-bottom: 1px solid var(--thm-border-color);
    background-image: -moz-linear-gradient(0deg, rgb(241, 247, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(241, 247, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(241, 247, 243) 0%, rgb(255, 255, 255) 100%);
}

.single-account-style2--style1 .btn-box {
    padding: 18px 28px 0px;
}



/***Home Page Four ****/
.account-style2--style3 {
    background-color: var(--thm-gray-bg);
}

.account-style2--style3 .single-account-style2 {
    background-image: none;
    background-image: none;
    background-image: none;
    background-color: var(--thm-white);
    border: 1px solid #e3ded1;
}

.account-style2--style3 .single-account-style2 .price-box {
    background-color: var(--thm-gray-bg);
}

.account-style2--style3 .single-account-style2 .price-box .left .title h2 {
    color: var(--thm-black);
}

.account-style2--style3 .single-account-style2 .price-box .left .text p {
    color: var(--thm-body-font-color);
}

.account-style2--style3 .single-account-style2 .list-box li.bg {
    background-color: var(--thm-gray-bg);
    border-top: 1px solid var(--thm-border-color);
    border-bottom: 1px solid var(--thm-border-color);
}

.account-style2--style3 .single-account-style2 .list-box li.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-border-color);
    z-index: 1;
}

.account-style2--style3 .single-account-style2 .list-box li.bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-border-color);
    z-index: 1;
}

.account-style2--style3 .single-account-style2 .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    padding: 18px 25px 0px;
}



/*** 
===================================
    Account Style3      
===================================
***/
.account-style3 {
    padding: 120px 0px 120px;
}

.account-style3__shape1 {
    position: absolute;
    left: 120px;
    bottom: 60px;
    z-index: -1;
}


.account-style3__inner {
    position: relative;
    display: block;
}

.account-style3__tab {
    position: relative;
    display: block;
}

.account-style3__tab-btn {
    position: relative;
    display: block;
    background: rgb(241, 248, 248);
    background: linear-gradient(90deg, rgba(241, 248, 248, 1) 0%,
            rgba(241, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 80%);
    border-radius: var(--thm-border-radius);
    padding: 8px 30px 22px;
    padding-right: 0;
}

.account-style3__tab-btn ul {
    position: relative;
    display: block;
}

.account-style3__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid #e2eaea;
    padding: 15px 0px 15px;
}

.account-style3__tab-btn ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.account-style3__tab-btn ul li h3 {
    color: #a4b4b3;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.account-style3__tab-btn ul li:hover h3,
.account-style3__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
}

.account-style3__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e8eeef;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.account-style3__tab-btn ul li:hover .icon,
.account-style3__tab-btn ul li.active-btn-item .icon {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.account-style3__tab-btn ul li .icon i {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.account-style3__tab-btn ul li:hover .icon i,
.account-style3__tab-btn ul li.active-btn-item .icon i {
    transform: scale(1);
}



.account-style3__tab .tabs-content-box {
    position: relative;
    display: block;
}

.account-style3__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.account-style3__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.account-style3__tab .tab-content-box-item .account-style3-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.account-style3__tab .tab-content-box-item.tab-content-box-item-active .account-style3-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-account-style3 {
    position: relative;
    display: block;
}

.account-style3__left {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border: 1px solid #e3eaea;
    border-radius: var(--thm-border-radius);
    padding: 32px 40px 40px;
    z-index: 1;
}

.account-style3__left .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
    z-index: -1;
}

.account-style3__left .content-box {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.account-style3__left .content-box .title {
    position: relative;
    display: block;
}

.account-style3__left .content-box .title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
}

.account-style3__left .content-box .title p {
    margin: 0;
}

.account-style3__left .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.account-style3__left .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.account-style3__left .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.account-style3__left .content-box .btn-box a i {
    font-size: 10px;
    margin-left: 10px;
}



.account-style3__left .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.account-style3__left .img-box img {
    width: auto;
}



.account-style3__right {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e3eaea;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 30px 19px 30px;
}

.account-style3__right .top-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 18px 25px 17px;
}

.account-style3__right .top-box h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.account-style3__right .top-box p {
    color: var(--thm-body-font-color-2);
}

.account-style3__right .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    margin-top: 27px;
}








/*================================
    Platforms Style1 Css
================================*/
.platforms-style1 {
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 120px 0px 90px;
}

.platforms-style1 .sec-title {
    padding-left: 600px;
    padding-bottom: 39px;
}

.platforms-style1__inner {
    position: relative;
    display: block;
}


.platforms-style1__img {
    position: absolute;
    top: -267px;
    left: 0;
}

.platforms-style1__img .shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.platforms-style1__img .inner {
    position: relative;
    display: block;
    padding: 0px 56px 0px;
}

.platforms-style1__img .inner img {
    width: auto;
}



.platforms-style1__tab {
    position: relative;
    display: block;
}

.platforms-style1__content {
    position: relative;
    display: block;
    padding-left: 600px;
}

.platforms-style1__tab-btn {
    position: relative;
    display: block;
}

.platforms-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 376px;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    padding: 12px 30px 12px;
}

.platforms-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.platforms-style1__tab-btn ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    bottom: 0;
    width: 1px;
    height: 40px;
    background-color: var(--thm-border-color-1);
}

.platforms-style1__tab-btn ul li:last-child::before {
    display: none;
}

.platforms-style1__tab-btn ul li+li {
    margin-left: 60px;
}

.platforms-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 0;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.platforms-style1__tab-btn ul li:hover .icon,
.platforms-style1__tab-btn ul li.active-btn-item .icon {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
    color: var(--thm-black);
}

.platforms-style1__tab-btn ul li h4 {
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.platforms-style1__tab-btn ul li:hover h4,
.platforms-style1__tab-btn ul li.active-btn-item h4 {
    color: var(--thm-white);
}



.platforms-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}


.platforms-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.platforms-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.platforms-style1__tab .tab-content-box-item .platforms-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.platforms-style1__tab .tab-content-box-item.tab-content-box-item-active .platforms-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-platforms-style1-tab {
    position: relative;
    display: block;
}

.single-platforms-style1-tab .text {
    position: relative;
    display: block;
    padding-top: 33px;
}

.single-platforms-style1-tab .text p {
    color: var(--thm-body-font-color-2);
}

.single-platforms-style1-tab .list-item {
    position: relative;
    display: block;
    margin-top: 25px;
}

.single-platforms-style1-tab .list-item li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-platforms-style1-tab .list-item li+li {
    margin-top: 15px;
}

.single-platforms-style1-tab .list-item li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 0;
}

.single-platforms-style1-tab .list-item li .icon img {
    width: auto;
}

.single-platforms-style1-tab .list-item li p {
    color: var(--thm-body-font-color-2);
    font-weight: 500;
}



.platforms-style1-downlode {
    position: relative;
    display: block;
    padding-top: 72px;
    margin-left: -600px;
}

.platforms-style1-downlode-single {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    padding: 31px 50px 40px;
    margin-bottom: 30px;
}

.platforms-style1-downlode-single__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.platforms-style1-downlode-single .shape1 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}

.platforms-style1-downlode-single .shape2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
}

.platforms-style1-downlode-single .title {
    position: relative;
    display: block;
}

.platforms-style1-downlode-single .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.platforms-style1-downlode-single .title p {
    color: var(--thm-body-font-color-2);
}


.platforms-style1-downlode-single .app-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
}

.platforms-style1-downlode-single .app-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 55px;
    background-color: #111736;
    border-radius: 28px;
    font-size: 22px;
    line-height: 0;
}

.platforms-style1-downlode-single .app-box a:hover {
    background-color: #000420;
}

.platforms-style1-downlode-single .app-box a span {
    color: var(--thm-white);
}



.platforms-style1-downlode-single .app-box a .icon-google-play .path1:before {
    color: #ffce00;
}

.platforms-style1-downlode-single .app-box a .icon-google-play .path2:before {
    color: #00d3ff;
}

.platforms-style1-downlode-single .app-box a .icon-google-play .path3:before {
    color: #00f076;
}

.platforms-style1-downlode-single .app-box a .icon-google-play .path4:before {
    color: #f63448;
}


.platforms-style1-downlode-single .app-box a+a {
    margin-left: 10px;
}

.platforms-style1-downlode-single .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 22px;
}

.platforms-style1-downlode-single .btn-box .btn-one {
    color: var(--thm-black);
    line-height: 35px;
    border-radius: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.platforms-style1-downlode-single .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.platforms-style1-downlode-single .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    color: var(--thm-black);
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.platforms-style1-downlode-single .btn-box .btn-one:hover i {
    color: var(--thm-white);
}



.platforms-style1--style1 {
    border-radius: 0;
}

.platforms-style1__tab-btn--style2 ul {
    background-color: #103e33;
}

.platforms-style1-downlode-single--style2 {
    background-color: #103e33;
    border: 1px solid var(--thm-border-color-1);
}

.platforms-style1-downlode-single--style2 .shape1 {
    top: -30px;
    left: -90px;
    opacity: 0.50;
}

.platforms-style1-downlode-single--style2 .shape2 {
    position: absolute;
    bottom: -25px;
    right: -190px;
}

.platforms-style1-downlode-single--style2 .app-box a {
    background-color: #1c4e42;
}





/*================================
    Choose Style1 Css
================================*/
.choose-style1 {
    padding: 120px 0px 120px;
}

.choose-style1 .big-title {
    position: absolute;
    top: 61%;
    transform: translateY(-59%);
    left: 0;
    right: 0;
    max-width: 1620px;
    overflow: hidden;
    margin: 0 auto;
}

.choose-style1-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.choose-style1-scrolling-text ul.list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.choose-style1-scrolling-text ul.list li.item {
    position: relative;
    float: left;
    margin-left: 155px;
    color: transparent;
    font-size: 150px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #ffffff, #f3f7f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #d3d8d5;
}

.single-choose-style1 {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 92px;
}

.single-choose-style1 .shape1 {
    position: absolute;
    right: -82px;
    top: 25px;
    z-index: 5;
}

.single-choose-style1 .shape1 img {
    width: auto;
}

.single-choose-style1 .shape1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1 .shape1 .overlay img {
    width: auto;
}

.single-choose-style1:hover .shape1 .overlay {
    opacity: 1;
}

.single-choose-style1 .shape2 {
    position: absolute;
    right: -81px;
    bottom: 15px;
    z-index: 5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1 .shape2 img {
    width: auto;
}

.single-choose-style1 .shape2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.single-choose-style1 .shape2 .overlay img {
    width: auto;
}

.single-choose-style1:hover .shape2 .overlay {
    opacity: 1;
}

.single-choose-style1 .shape3 {
    position: absolute;
    top: 25px;
    left: -82px;
    z-index: 5;
}

.single-choose-style1 .shape3 img {
    width: auto;
}

.single-choose-style1 .shape3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.single-choose-style1 .shape3 .overlay img {
    width: auto;
}

.single-choose-style1:hover .shape3 .overlay {
    opacity: 1;
}

.single-choose-style1 .shape4 {
    position: absolute;
    left: -82px;
    bottom: 15px;
    z-index: 5;
}

.single-choose-style1 .shape4 img {
    width: auto;
}

.single-choose-style1 .shape4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.single-choose-style1 .shape4 .overlay img {
    width: auto;
}

.single-choose-style1:hover .shape4 .overlay {
    opacity: 1;
}

.single-choose-style1.style {
    padding-top: 0;
    padding-bottom: 102px;
    margin-top: 188px;
}

.single-choose-style1 .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    font-size: 35px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 6;
}

.single-choose-style1.style .icon {
    top: auto;
    bottom: 0;
}

.single-choose-style1:hover .icon {
    background-color: var(--thm-primary-color);
}

.single-choose-style1 .icon .icon-favorite .path1:before,
.single-choose-style1 .icon .icon-favorite .path2:before,
.single-choose-style1 .icon .icon-favorite .path3:before {
    color: transparent;
}

.single-choose-style1 .icon .icon-favorite .path4:before {
    color: var(--thm-primary-color);
}

.single-choose-style1 .icon .icon-favorite .path5:before,
.single-choose-style1 .icon .icon-favorite .path6:before,
.single-choose-style1 .icon .icon-favorite .path7:before,
.single-choose-style1 .icon .icon-favorite .path8:before {
    color: var(--thm-black);
}

.single-choose-style1 .icon .icon-dollar .path1:before,
.single-choose-style1 .icon .icon-dollar .path3:before {
    color: transparent;
}

.single-choose-style1 .icon .icon-dollar .path2:before {
    color: var(--thm-primary-color);
}

.single-choose-style1 .icon .icon-dollar .path4:before,
.single-choose-style1 .icon .icon-dollar .path5:before,
.single-choose-style1 .icon .icon-dollar .path6:before,
.single-choose-style1 .icon .icon-dollar .path7:before,
.single-choose-style1 .icon .icon-dollar .path8:before,
.single-choose-style1 .icon .icon-dollar .path9:before,
.single-choose-style1 .icon .icon-dollar .path10:before {
    color: var(--thm-black);
}

.single-choose-style1 .title {
    position: relative;
    display: block;
}

.single-choose-style1 .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-choose-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style1 .text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-choose-style1 .text p {
    margin: 0;
}

.choose-style1__img {
    position: relative;
    display: block;
    z-index: 1;
}

.choose-style1__img::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    z-index: -1;
}

.choose-style1__img .inner {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}

.choose-style1__img .inner img {
    width: auto;
}

.choose-style1__img .box1 {
    position: absolute;
    top: 110px;
    left: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    border: 8px solid var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    z-index: 6;
}

.choose-style1__img .box2 {
    position: absolute;
    left: 35px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    border: 8px solid var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    z-index: 6;
}

.choose-style1__img .box3 {
    position: absolute;
    top: 110px;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    border: 8px solid var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    z-index: 6;
}

.choose-style1__img .box4 {
    position: absolute;
    bottom: 30px;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    border: 8px solid var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    z-index: 6;
}

.single-choose-style1.style1 {
    text-align: left;
}

.single-choose-style1.style1 .icon {
    right: auto;
    left: 0;
}

.single-choose-style1.style3 {
    text-align: left;
    margin-top: 188px;
}

.single-choose-style1.style3 .icon {
    right: auto;
    left: 0;
}

.single-choose-style1 .arrow-box {
    position: absolute;
    top: 0;
    right: 82px;
    height: 70px;
    overflow: hidden;
}

.single-choose-style1 .arrow-box.two {
    right: 158px;
}

.single-choose-style1 .arrow-box.three {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
}

.single-choose-style1 .arrow-box.four {
    top: auto;
    bottom: 0;
    right: auto;
    left: 82px;
    transform: rotate(180deg);
}

.single-choose-style1 .arrow-box ul {
    position: relative;
    display: block;
    will-change: transform;
    transform: translateY(0);
    white-space: nowrap;
}

.single-choose-style1 .arrow-box ul li {
    font-size: 30px;
}

.single-choose-style1 .arrow-box ul li+li {
    margin-top: -14px;
}

.single-choose-style1 .arrow-box ul li .icon-angle-down .path1:before {
    color: var(--thm-primary-color);
}

.single-choose-style1 .arrow-box ul li .icon-angle-down .path2:before {
    color: var(--thm-primary-color);
    opacity: 0.40;
}


/*================================
    Choose Style2 Css
================================*/
.choose-style2 {
    padding: 120px 0px 120px;
}

.choose-style2 .row {
    --bs-gutter-x: 0px;
}

.choose-style2 .row li {
    border-bottom: 1px solid #e2eaea;
    border-right: 1px solid #e2eaea;
}

.choose-style2 .row li:nth-child(3) {
    border-right: none;
}

.choose-style2 .row li:nth-child(4) {
    border-bottom: none;
}

.choose-style2 .row li:nth-child(5) {
    border-bottom: none;
}

.choose-style2 .row li:nth-child(6) {
    border-bottom: none;
    border-right: none;
}

.single-choose-style2 {
    position: relative;
    display: block;
    padding: 0px 50px 42px;
}

.choose-style2 .row li:nth-child(4) .single-choose-style2,
.choose-style2 .row li:nth-child(5) .single-choose-style2,
.choose-style2 .row li:nth-child(6) .single-choose-style2 {
    padding-top: 50px;
    padding-bottom: 0;
}

.single-choose-style2 .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-choose-style2 .top-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #e2eaea;
    font-size: 30px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style2:hover .top-box .icon {
    border-color: var(--thm-black-bg);
    background-color: var(--thm-black-bg);
}

.single-choose-style2 .top-box .icon .icon-businessman .path1:before,
.single-choose-style2 .top-box .icon .icon-businessman .path2:before,
.single-choose-style2 .top-box .icon .icon-businessman .path3:before,
.single-choose-style2 .top-box .icon .icon-security .path3:before,
.single-choose-style2 .top-box .icon .icon-bill .path1:before,
.single-choose-style2 .top-box .icon .icon-bill .path2:before,
.single-choose-style2 .top-box .icon .icon-bill .path3:before,
.single-choose-style2 .top-box .icon .icon-high-five .path1:before,
.single-choose-style2 .top-box .icon .icon-high-five .path2:before,
.single-choose-style2 .top-box .icon .icon-trend .path1:before,
.single-choose-style2 .top-box .icon .icon-24-hours .path3:before,
.single-choose-style2 .top-box .icon .icon-24-hours .path4:before {
    color: var(--thm-primary-color);
}

.single-choose-style2 .top-box .icon .icon-businessman .path4:before,
.single-choose-style2 .top-box .icon .icon-security .path1:before,
.single-choose-style2 .top-box .icon .icon-security .path2:before,
.single-choose-style2 .top-box .icon .icon-bill .path4:before,
.single-choose-style2 .top-box .icon .icon-bill .path5:before,
.single-choose-style2 .top-box .icon .icon-bill .path6:before,
.single-choose-style2 .top-box .icon .icon-high-five .path3:before,
.single-choose-style2 .top-box .icon .icon-trend .path2:before,
.single-choose-style2 .top-box .icon .icon-24-hours .path1:before,
.single-choose-style2 .top-box .icon .icon-24-hours .path2:before {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style2:hover .top-box .icon .icon-businessman .path4:before,
.single-choose-style2:hover .top-box .icon .icon-security .path1:before,
.single-choose-style2:hover .top-box .icon .icon-security .path2:before,
.single-choose-style2:hover .top-box .icon .icon-bill .path4:before,
.single-choose-style2:hover .top-box .icon .icon-bill .path5:before,
.single-choose-style2:hover .top-box .icon .icon-bill .path6:before,
.single-choose-style2:hover .top-box .icon .icon-high-five .path3:before,
.single-choose-style2:hover .top-box .icon .icon-trend .path2:before,
.single-choose-style2:hover .top-box .icon .icon-24-hours .path1:before,
.single-choose-style2:hover .top-box .icon .icon-24-hours .path2:before {
    color: var(--thm-white);
}

.single-choose-style2 .top-box .count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    margin-left: 10px;
}

.single-choose-style2 .top-box .count h4 {
    color: #a4b4b3;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style2:hover .top-box .count h4 {
    color: var(--thm-black);
}



.single-choose-style2 .content-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.single-choose-style2 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-choose-style2 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style2 .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style2 .content-box p {
    margin: 0;
}




/*================================
    How It Work Style1 Css
================================*/
.how-it-work-style1 {
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 120px 0px 120px;
}

.how-it-work-style1__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 48px;
}

.how-it-work-style1__top .sec-title {
    padding-bottom: 0;
}

.how-it-work-style1__top .text {
    position: relative;
    display: block;
    max-width: 365px;
    top: -4px;
}

.how-it-work-style1__top .text p {
    color: var(--thm-body-font-color-2);
}

.single-how-it-work-style1 {
    position: relative;
    display: block;
}

.single-how-it-work-style1 .count-box {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.single-how-it-work-style1 .count-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 10px;
    margin: 0 auto;
    background-color: var(--thm-black-bg-2);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.single-how-it-work-style1 .count-box .step {
    position: relative;
    display: block;
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    padding: 13px 0px 13px;
}

.single-how-it-work-style1 .count-box .step h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-how-it-work-style1 .content-box {
    position: relative;
    display: block;
    margin-top: 20px;
    padding-top: 60px;
}

.single-how-it-work-style1 .content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    border: 3px solid var(--thm-black-bg-2);
    margin: 0 auto;
    z-index: 1;
}

.single-how-it-work-style1 .content-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 60px;
    margin: 0 auto;
    background-color: var(--thm-black-bg-2);
}

.single-how-it-work-style1 .content-box .title {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    padding: 22px 30px 22px;
}

.single-how-it-work-style1 .content-box .title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-how-it-work-style1 .content-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-how-it-work-style1 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-how-it-work-style1 .content-box .title p {
    color: var(--thm-body-font-color-2);
}




.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-stage-outer::before {
    content: "";
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: var(--thm-black-bg-2);
    border-radius: 4px;
}

.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0px;
}

.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid var(--thm-border-color-1);
}

.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    background-color: var(--thm-border-color-1);
}

.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: var(--thm-body-font-color-2);
}

.how-it-work-style1-carousel.owl-nav-style-one.owl-theme .owl-nav .disabled {
    opacity: 1.0;
}




/*================================
    Global Reach Style1 Css
================================*/
.global-reach-style1 {
    padding: 120px 0px 54px;
}

.global-reach-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.global-reach-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-white);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10127801120448177) 0%, rgba(255, 255, 255, 1) 70%);
}

.global-reach-style1 .sec-title.withtext {
    padding-bottom: 0px;
    z-index: 10;
}

.global-reach-style1__map {
    position: relative;
    display: block;
    margin-top: -33px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
}

.global-reach-style1__map img {
    width: auto;
}



.global-reach-style1__map .single-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.global-reach-style1__map .single-box.greenland {
    position: absolute;
    top: 100px;
    left: 420px;
}

.global-reach-style1__map .single-box .flag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--thm-white);
    font-size: 36px;
    margin-right: 15px;
    z-index: 1;
}

.global-reach-style1__map .single-box.kenya .flag span.icon-flag {
    border-radius: 50%;
    overflow: hidden;
}

.global-reach-style1__map .single-box.india .flag span.icon-flag-1 {
    border-radius: 50%;
    overflow: hidden;
}

.global-reach-style1__map .single-box .flag::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid var(--thm-primary-color);
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.global-reach-style1__map .single-box:hover .flag::before {
    opacity: 1;
    transform: scale(1);
}

.global-reach-style1__map .single-box .flag .overlay-text {
    position: absolute;
    top: -50px;
    left: -70px;
    right: -70px;
    border-radius: 4px;
    background-color: var(--thm-white);
    padding: 0px 15px 0px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin: 0 auto;
}

.global-reach-style1__map .single-box:hover .flag .overlay-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.global-reach-style1__map .single-box .flag .overlay-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 12px;
    height: 10px;
    margin: 0 auto;
    background-color: var(--thm-white);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.global-reach-style1__map .single-box .flag .overlay-text h4 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}




.global-reach-style1__map .single-box.canada {
    position: absolute;
    top: 147px;
    left: 143px;
}

.global-reach-style1__map .single-box.usa {
    position: absolute;
    top: 240px;
    left: 203px;
}

.global-reach-style1__map .single-box.brazil {
    position: absolute;
    left: 328px;
    bottom: 180px;
}

.global-reach-style1__map .single-box.italy {
    position: absolute;
    top: 254px;
    right: 450px;
}

.global-reach-style1__map .single-box.kenya {
    position: absolute;
    right: 420px;
    bottom: 225px;
}

.global-reach-style1__map .single-box.russia {
    position: absolute;
    top: 140px;
    right: 200px;
}

.global-reach-style1__map .single-box.india {
    position: absolute;
    right: 252px;
    bottom: 310px;
}

.global-reach-style1__map .single-box .text {
    position: relative;
    display: block;
    flex: 1;
}

.global-reach-style1__map .single-box .text p {
    margin: 0;
}



.global-reach-style1__map .traders-globally {
    position: absolute;
    left: 0;
    bottom: 58px;
    right: 0;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 7;
}

.global-reach-style1__map .traders-globally .img-box {
    position: relative;
    display: block;
}

.global-reach-style1__map .traders-globally .img-box img {
    width: auto;
}

.global-reach-style1__map .traders-globally .text-box {
    position: relative;
    display: block;
    padding-top: 12px;
}

.global-reach-style1__map .traders-globally .text-box p {
    position: relative;
    display: flex;
    align-self: center;
    margin: 0;
}

.global-reach-style1__map .traders-globally .text-box p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.global-reach-style1__map .traders-globally .text-box p a i {
    font-size: 10px;
    margin-left: 10px;
}

.global-reach-style1__map .traders-globally .text-box p a:hover {
    color: var(--thm-primary-color);
}




/*** 
=================================================
    Market Style1      
=================================================
***/
.market-style1 {
    padding: 120px 0px 90px;
}

.single-market-style1 {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-bottom: 30px;
}

.single-market-style1 .img-box {
    position: absolute;
    top: 0;
    left: 30px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.single-market-style1 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(156, 237, 106);
    background: linear-gradient(180deg, rgba(156, 237, 106, 0) 0%, rgba(156, 237, 106, 0.5298494397759104) 31%,
            rgba(156, 237, 106, 1) 80%);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1;
}

.single-market-style1:hover .img-box::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.single-market-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-market-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-market-style1 .content-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 173px 30px 40px;
}

.single-market-style1 .content-box .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 191px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}

.single-market-style1 .content-box .title {
    position: relative;
    display: block;
}

.single-market-style1 .content-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-market-style1 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-market-style1 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-market-style1 .content-box .text {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0px 23px;
}

.single-market-style1 .content-box .text .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    font-size: 35px;
    line-height: 0;
}

.single-market-style1 .content-box .text .icon .icon-currency-exchange .path1:before,
.single-market-style1 .content-box .text .icon .icon-currency-exchange .path2:before,
.single-market-style1 .content-box .text .icon .icon-pie-chart .path1:before,
.single-market-style1 .content-box .text .icon .icon-gold .path1:before {
    color: var(--thm-primary-color);
}

.single-market-style1 .content-box .text .icon .icon-currency-exchange .path3:before,
.single-market-style1 .content-box .text .icon .icon-currency-exchange .path4:before,
.single-market-style1 .content-box .text .icon .icon-currency-exchange .path5:before,
.single-market-style1 .content-box .text .icon .icon-currency-exchange .path6:before,
.single-market-style1 .content-box .text .icon .icon-pie-chart .path2:before,
.single-market-style1 .content-box .text .icon .icon-gold .path2:before,
.single-market-style1 .content-box .text .icon .icon-gold .path3:before,
.single-market-style1 .content-box .text .icon .icon-gold .path4:before,
.single-market-style1 .content-box .text .icon .icon-gold .path5:before,
.single-market-style1 .content-box .text .icon .icon-gold .path6:before,
.single-market-style1 .content-box .text .icon .icon-gold .path7:before,
.single-market-style1 .content-box .text .icon .icon-gold .path8:before {
    color: var(--thm-white);
}

.single-market-style1 .content-box .text p {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.single-market-style1 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.single-market-style1 .content-box .btn-box .btn-one {
    display: block;
    width: 100%;
    color: var(--thm-black);
    border-radius: 30px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-align: center
}

.single-market-style1 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-market-style1 .content-box .btn-box .btn-one::after {
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid var(--thm-black-bg);
}

.single-market-style1 .content-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    color: var(--thm-black);
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.single-market-style1 .content-box .count-box {
    position: absolute;
    top: 22px;
    right: 28px;
}

.single-market-style1 .content-box .count-box h2 {
    color: transparent;
    -webkit-text-stroke: 1px #d9dcd5;
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 600;
}




.single-market-style1 .img-box2::before {
    background: rgb(107, 221, 217);
    background: linear-gradient(180deg, rgba(107, 221, 217, 0) 0%, rgba(107, 221, 217, 0.5298494397759104) 31%,
            rgba(107, 221, 217, 1) 80%);
}

.single-market-style1:hover .img-box2::before {
    opacity: 1;
}

.single-market-style1 .img-box3::before {
    background: rgb(80, 249, 122);
    background: linear-gradient(180deg, rgba(80, 249, 122, 0) 0%, rgba(80, 249, 122, 0.5298494397759104) 31%,
            rgba(80, 249, 122, 1) 80%);
}

.single-market-style1:hover .img-box3::before {
    opacity: 1;
}



/*** 
===============================
    Trader Broker Style1     
===============================
***/
.trader-broker-style1 {
    padding: 120px 0px 112px;
}

.trader-broker-style1 .row {
    align-items: center;
}

.trader-broker-style1__content {
    position: relative;
    display: block;
    z-index: 1;
}

.trader-broker-style1__content li+li {
    margin-top: 60px;
}

.single-trader-broker-style1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-trader-broker-style1 .title {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: right;
    border-radius: 31px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 0px 16px;
    padding-right: 30px;
}

.single-trader-broker-style1 .title2 {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
}

.single-trader-broker-style1 .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-trader-broker-style1 .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    font-size: 32px;
    line-height: 0;
}

.single-trader-broker-style1 .icon2 span {
    transform: rotate(180deg);
}

.single-trader-broker-style1 .icon .icon-angle-double-small-right .path1:before {
    color: var(--thm-primary-color);
}

.single-trader-broker-style1 .icon .icon-angle-double-small-right .path2:before {
    color: var(--thm-primary-color);
}



.trader-broker-style1__img {
    position: relative;
    display: block;
}

.trader-broker-style1__img .pattern {
    position: absolute;
    top: -58px;
    left: -135px;
    right: -135px;
    bottom: -52px;
    z-index: -1;
}

.trader-broker-style1__img .pattern img {
    width: auto;
}

.trader-broker-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.trader-broker-style1__img .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(156, 237, 106);
    background: linear-gradient(180deg, rgba(156, 237, 106, 0) 0%, rgba(156, 237, 106, 0.5298494397759104) 31%,
            rgba(156, 237, 106, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.trader-broker-style1__img .inner:hover::before {
    opacity: 1;
}

.trader-broker-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.trader-broker-style1__img .inner:hover img {
    transform: scale(1.07) rotate(0deg);
}



.trader-broker-style1__text {
    position: relative;
    display: block;
    padding-top: 53px;
}

.trader-broker-style1__text p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trader-broker-style1__text p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.trader-broker-style1__text p a:hover {
    color: var(--thm-primary-color);
}

.trader-broker-style1__text p a i {
    font-size: 10px;
    margin-left: 10px;
}


/** Home Four **/

.trader-broker-style1--style2 .trader-broker-style1__img .inner::before {
    background: rgb(253, 203, 76);
    background: linear-gradient(180deg, rgba(253, 203, 76, 0) 0%, rgba(253, 203, 76, 0.5298494397759104) 31%,
            rgba(253, 203, 76, 1) 80%);
}







/*** 
===============================
        Faq Style1    
===============================
***/
.faq-style1 {
    padding: 120px 0px 112px;
}

.faq-style1 .container {
    max-width: 800px;
}

.faq-style1-content {
    position: relative;
    display: block;
}


.faq-style1-content .accordion-box .block .acc-btn {
    overflow: hidden;
    background: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 23px 65px 24px;
}

.faq-style1-content .accordion-box .block .acc-btn.active {
    background: var(--thm-black-bg);
    border-color: var(--thm-black-bg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-style1-content .accordion-box .block .acc-btn span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background-color: var(--thm-gray-bg);
    padding: 12px 7px 12px;
    border-left: 1px solid var(--thm-border-color);
    color: #a5a99f;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
}

.faq-style1-content .accordion-box .block .acc-btn.active span {
    color: var(--thm-body-font-color-2);
    background: var(--thm-black-bg);
    border-color: var(--thm-border-color-1)
}

.faq-style1-content .accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.faq-style1-content .accordion-box .block .acc-btn.active h3 {
    color: var(--thm-white);
}

.faq-style1-content .accordion-box .block .acc-btn::before {
    content: "\ea49";
    right: 29px;
    width: 30px;
    height: 30px;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 30px;
    background-color: transparent;
}

.faq-style1-content .accordion-box .block .acc-btn.active::before {
    content: "\ea4a";
    color: var(--thm-primary-color);
}

.faq-style1-content .accordion-box .block .acc-content {
    background-color: var(--thm-gray-bg);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 23px 30px 22px;
    padding-right: 30px;
}

.faq-style1__text {
    position: relative;
    display: block;
    padding-top: 53px;
}

.faq-style1__text p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-style1__text p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style1__text p a:hover {
    color: var(--thm-primary-color);
}

.faq-style1__text p a i {
    font-size: 10px;
    margin-left: 10px;
}


/*** 
===============================
        Faq Style2    
===============================
***/
.faq-style2 {
    padding: 120px 0px 120px;
}

.faq-style2__inner {
    position: relative;
    display: block;
}

.faq-style2__tab {
    position: relative;
    display: block;
}

.faq-style2__tab-btn {
    position: relative;
    display: block;
    background: rgb(241, 247, 243);
    background: linear-gradient(90deg, rgba(241, 247, 243, 1) 0%,
            rgba(241, 247, 243, 1) 50%, rgba(255, 255, 255, 1) 80%);
    border-radius: var(--thm-border-radius);
    padding: 8px 30px 22px;
    padding-right: 0;
}

.faq-style2__tab-btn ul {
    position: relative;
    display: block;
}

.faq-style2__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid #dde4df;
    padding: 15px 0px 15px;
}

.faq-style2__tab-btn ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.faq-style2__tab-btn ul li h3 {
    color: #a3afa6;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style2__tab-btn ul li:hover h3,
.faq-style2__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
}

.faq-style2__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dde4df;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.faq-style2__tab-btn ul li:hover .icon,
.faq-style2__tab-btn ul li.active-btn-item .icon {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.faq-style2__tab-btn ul li .icon i {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-style2__tab-btn ul li:hover .icon i,
.faq-style2__tab-btn ul li.active-btn-item .icon i {
    transform: scale(1);
}



.faq-style2__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-left: 100px;
}

.faq-style2__tab .tabs-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.faq-style2__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-style2__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-style2__tab .tab-content-box-item .faq-style2-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.faq-style2__tab .tab-content-box-item.tab-content-box-item-active .faq-style2-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-faq-style2 {
    position: relative;
    display: block;
}




/*** 
===============================
      Welcome Style1    
===============================
***/
.welcome-style1 {
    padding: 120px 0px 90px;
}

.welcome-style1 .row {
    align-items: stretch;
}

.welcome-style1 .row > [class*="col-"] {
    display: flex;
}

.single-welcome-style1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 30px;
}

.single-welcome-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 15px;
    background-color: #e4efef;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.single-welcome-style1__inner {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 33px 30px 32px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-welcome-style1:hover .single-welcome-style1__inner {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}



.single-welcome-style1__inner .top-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-welcome-style1__inner .top-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: transparent;
    overflow: hidden;
    font-size: 40px;
    line-height: 0;
    z-index: 1;
}

.single-welcome-style1__inner .top-box .icon__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.single-welcome-style1:hover .single-welcome-style1__inner .top-box .icon__bg {
    opacity: .30;
}

.single-welcome-style1__inner .top-box .icon .icon-graph .path1:before,
.single-welcome-style1__inner .top-box .icon .icon-graph .path2:before,
.single-welcome-style1__inner .top-box .icon .icon-graph .path3:before,
.single-welcome-style1__inner .top-box .icon .icon-graph .path4:before {
    color: var(--thm-black);
}

.single-welcome-style1__inner .top-box .icon .icon-badge .path1:before,
.single-welcome-style1__inner .top-box .icon .icon-badge .path2:before,
.single-welcome-style1__inner .top-box .icon .icon-badge .path3:before {
    color: var(--thm-black);
}

.single-welcome-style1__inner .top-box .icon .icon-open-book .path1:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path2:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path3:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path4:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path5:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path6:before,
.single-welcome-style1__inner .top-box .icon .icon-open-book .path7:before {
    color: var(--thm-black);
}



.single-welcome-style1__inner .top-box .right {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.single-welcome-style1__inner .top-box .right h6 {
    color: #a4b4b3;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.single-welcome-style1__inner .top-box .right h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.single-welcome-style1__inner .top-box .right h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-welcome-style1__inner .top-box .right h3 a:hover {
    color: var(--thm-primary-color);
}

.single-welcome-style1__inner .text-box {
    position: relative;
    display: block;
    flex: 1 1 auto;
    padding-top: 16px;
}

.single-welcome-style1__inner .text-box p {
    margin: 0;
}

.single-welcome-style1 .btn-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #e4efef;
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 14px 30px 14px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-welcome-style1:hover .btn-box {
    background-color: var(--thm-black-bg);
}

.single-welcome-style1 .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-welcome-style1:hover .btn-box a {
    color: var(--thm-primary-color);
}

.single-welcome-style1 .btn-box a i {
    font-size: 10px;
    margin-left: 10px;
}




/*** 
=======================
    Slogan Style1      
=======================
***/
.slogan-style1 {
    overflow: hidden;
    padding: 108px 0px 120px;
}

.slogan-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -2;
}

.slogan-style1__bg2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center center;
    animation: slide 70s linear infinite;
    -webkit-animation: slide 70s linear infinite;
    z-index: -1;
}

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

.slogan-style1__content {
    position: relative;
    display: block;
}

.slogan-style1__content .title-box {
    position: relative;
    display: block;
}

.slogan-style1__content .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
}

.slogan-style1__content .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 23px;
}

.slogan-style1__content .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.slogan-style1__content .list-item li+li {
    margin-left: 35px;
}

.slogan-style1__content .list-item li .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 10px;
}

.slogan-style1__content .list-item li .icon img {
    width: auto;
}

.slogan-style1__content .list-item li h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.slogan-style1__content .contact-communicate {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}

.slogan-style1__content .contact-communicate .contact-box {
    position: relative;
    display: block;
    text-align: left;
}

.slogan-style1__content .contact-communicate .contact-box.box1 {
    text-align: right;
}

.slogan-style1__content .contact-communicate .contact-box p {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.slogan-style1__content .contact-communicate .contact-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #e8efed;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slogan-style1__content .contact-communicate .contact-box a:hover {
    color: var(--thm-primary-color);
}

.slogan-style1__content .contact-communicate .contact-box a i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 10px;
}

.slogan-style1__content .contact-communicate .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 20px 0px;
}

.slogan-style1__content .contact-communicate .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 2px solid var(--thm-black-bg);
    font-size: 30px;
    z-index: 1;
}

.slogan-style1__content .contact-communicate .icon-box a.box1 {
    margin-left: -15px;
    z-index: 4;
}

.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path1:before,
.icon-guide .path2:before {
    color: transparent;
}

.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path3:before {
    color: var(--thm-primary-color);
}

.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path4:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path5:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path6:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path7:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path8:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path9:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-guide .path10:before {
    color: var(--thm-black);
}

.slogan-style1__content .contact-communicate .icon-box a .icon-read .path1:before {
    color: var(--thm-primary-color);
}

.slogan-style1__content .contact-communicate .icon-box a .icon-read .path2:before {
    color: var(--thm-white);
}

.slogan-style1__content .contact-communicate .icon-box a .icon-read .path3:before,
.slogan-style1__content .contact-communicate .icon-box a .icon-read .path4:before {
    color: var(--thm-black);
}




/*** 
===================================
    Slogan Style2      
===================================
***/
.slogan-style2 {
    padding: 0px 0px 120px;
}

.slogan-style2__content {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 114px 0px 120px;
}

.slogan-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: auto;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top center;
    animation: slide 40s linear infinite;
    -webkit-animation: slide 40s 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;
    }
}

.slogan-style2__big-title {
    position: absolute;
    left: 0;
    bottom: 6px;
    right: 0;
}

.slogan-style2-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-style2-scrolling-text ul.list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.slogan-style2-scrolling-text ul.list li.item {
    position: relative;
    float: left;
    margin-left: 65px;
    color: transparent;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #f1f8f8, #e4efef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d8e2e2;
}

.slogan-style2__content .title-box {
    position: relative;
    display: block;
}

.slogan-style2__content .title-box h2 {
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 17px;
}

.slogan-style2__content .title-box p {
    margin: 0;
}

.slogan-style2__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 22px;
}

.slogan-style2__content .btn-box .btn-one {
    border-radius: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.slogan-style2__content .btn-box .btn-one:hover {
    color: var(--thm-black);
}

.slogan-style2__content .btn-box .btn-one::after {
    background: var(--thm-black-bg);
}

.slogan-style2__content .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.slogan-style2__content .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


/*** 
===================================
    Slogan Style2--style2      
===================================
***/

.slogan-style2--style2 .slogan-style2__content .btn-box .btn-one {
    color: var(--thm-black);
}

.slogan-style2--style2 .slogan-style2__content .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.slogan-style2__content .btn-box .btn-one::after {
    background: var(--thm-primary-color);
}

.slogan-style2--style2 .slogan-style2__content .btn-box .btn-one::before {
    background: var(--thm-black-bg);
}

.slogan-style2--style2 .slogan-style2-scrolling-text ul.list li.item {
    background-image: linear-gradient(0deg, #f1f7f3, #e6ede9);
    -webkit-text-stroke-color: #dde4df;
}






/*================================
    Instrument Style2 Css
================================*/
.instrument-style2 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.instrument-style2__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 48px;
}

.instrument-style2__top .sec-title {
    padding-bottom: 0;
}

.instrument-style2__top .btn-box {
    position: relative;
    display: block;
    top: -4px;
}

.instrument-style2__top .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.instrument-style2__top .btn-box a:hover {
    color: var(--thm-primary-color);
}

.instrument-style2__top .btn-box a i {
    font-size: 10px;
    margin-left: 10px;
}




.single-instrument-style2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 17.5px 25px 16px;
    margin-bottom: 30px;
}

/* Keep the Home solutions grid and all four cards visually consistent. */
.instrument-style2 .row {
    align-items: stretch;
}

.instrument-style2 .row > [class*="col-"] {
    display: flex;
}

.instrument-style2 .single-instrument-style2 {
    width: 100%;
    height: 170px;
    gap: 24px;
}

@media only screen and (max-width: 991px) {
    .instrument-style2 .single-instrument-style2 {
        height: auto;
        min-height: 148px;
    }
}

.single-instrument-style2 .left-box {
    position: relative;
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 45px;
}

.single-instrument-style2 .left-box .icon {
    position: absolute;
    top: -3px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: #51b662;
    font-size: 18px;
    line-height: 0;
}

.single-instrument-style2 .left-box .icon1 {
    color: #ec404c;
}

.single-instrument-style2 .left-box .text-box {
    position: relative;
    display: block;
}

.single-instrument-style2 .left-box .text-box .top {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 4px;
}

.instrument-style2 .single-instrument-style2 .left-box .text-box .top {
    display: flex;
    min-height: 48px;
    align-items: flex-start;
}

.single-instrument-style2 .left-box .text-box .top h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-instrument-style2 .left-box .text-box .top .icon2 {
    color: #a4b4b3;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 10px 0px;
}

.single-instrument-style2 .left-box .text-box p {
    margin: 0;
}

.instrument-style2 .single-instrument-style2 .left-box .text-box p {
    line-height: 1.55;
}



.single-instrument-style2 .right-box {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.instrument-style2 .single-instrument-style2 .right-box .btn-one {
    min-width: 154px;
    justify-content: center;
}

.single-instrument-style2 .right-box .text-box {
    position: relative;
    display: block;
    margin-right: 30px;
    text-align: right;
}

.single-instrument-style2 .right-box .text-box p.color {
    color: #51b662;
}

.single-instrument-style2 .right-box .text-box p.color2 {
    color: #ec404c;
}

.single-instrument-style2 .right-box .text-box p+p {
    margin-top: 5px;
}

.single-instrument-style2 .right-box .text-box p {
    margin: 0;
}

.single-instrument-style2 .right-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.single-instrument-style2 .right-box .btn-box .btn-one {
    color: var(--thm-black);
    border-radius: 23px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-instrument-style2 .right-box .btn-box .btn-one::after {
    background: var(--thm-gray-bg);
}

.single-instrument-style2 .right-box .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.single-instrument-style2 .right-box .btn-box .btn-one i {
    position: relative;
    color: var(--thm-black);
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
===================================
    Video Style1      
===================================
***/
.video-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 120px;
}

.video-style1__shape1 {
    position: absolute;
    top: 0;
    right: -20px;
}

.video-style1__shape img {
    width: auto;
}


.video-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.video-style1__img img {
    width: auto;
}

.video-style1__img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.video-style1__img .overlay .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.video-style1__img .overlay .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-black-bg);
}

.video-style1__img .overlay .video-popup::after,
.video-style1__img .overlay .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(107, 221, 217, 0.5);
    box-shadow: 0 0 0 0 rgba(107, 221, 217, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-style1__img .overlay .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}



.video-style1__content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 50px 40px 50px;
}

.video-style1__content .sec-title.withtext {
    padding-bottom: 22px;
}

.video-style1__content .sec-title .text {
    padding-top: 21px;
}

.video-style1__content .duration-box {
    position: relative;
    display: flex;
    align-items: center;
}

.video-style1__content .duration-box .number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
}

.video-style1__content .duration-box .number h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.video-style1__content .duration-box .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.video-style1__content .duration-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.video-style1__content .duration-box .title h5 {
    color: #758180;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.video-style1__content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 36px;
}

.video-style1__content .bottom-box .left-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.video-style1__content .bottom-box .left-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.video-style1__content .bottom-box .left-box .btn-box .btn-one {
    line-height: 36px;
    border-radius: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.video-style1__content .bottom-box .left-box .btn-box .btn-one::after {
    background: var(--thm-black-bg);
}

.video-style1__content .bottom-box .left-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-style1__content .bottom-box .left-box .total-videos {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.video-style1__content .bottom-box .left-box .total-videos h2 {
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.video-style1__content .bottom-box .left-box .total-videos h2 sup {
    font-size: 34px;
    top: -13px;
}

.video-style1__content .bottom-box .right-box {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
    border-left: 1px solid #e2eaea;
}

.video-style1__content .bottom-box .right-box p {
    margin: 0;
}



/*** 
===============================
        Ebook Style1    
===============================
***/
.ebook-style1 {
    background-color: var(--thm-black-bg);
    padding: 120px 0px 120px;
}

.ebook-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 90px;
    background: rgb(14, 73, 91);
    background: linear-gradient(130deg, rgba(14, 73, 91, 1) 50%, rgba(71, 164, 168, 1) 100%);
    border-radius: var(--thm-border-radius);
    padding: 40px 0px 0px;
}

.ebook-style1__img-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.ebook-style1__img .inner {
    position: relative;
    display: block;
    text-align: center;
}

.ebook-style1__img .inner img {
    width: auto;
}

.ebook-style1__content {
    position: relative;
    display: block;
}

.ebook-style1__content .sec-title.withtext {
    padding-bottom: 25px;
}

.ebook-style1__content .sec-title .text {
    padding-top: 31px;
}

.ebook-style1__content .sec-title .text p {
    color: var(--thm-body-font-color-2);
}

.ebook-style1__content .list-item {
    position: relative;
    display: block;
}

.ebook-style1__content .list-item .inner-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.ebook-style1__content .list-item .inner-title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.ebook-style1__content .list-item ul {
    position: relative;
    display: block;
}

.ebook-style1__content .list-item ul li {
    position: relative;
    display: block;
    padding-left: 50px;
}

.ebook-style1__content .list-item ul li+li {
    margin-top: 15px;
}


.ebook-style1__content .list-item ul li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 30px;
    line-height: 0;
}

.ebook-style1__content .list-item ul li .icon .icon-checkmark-1 .path1:before {
    color: var(--thm-primary-color);
}

.ebook-style1__content .list-item ul li .icon .icon-checkmark-1 .path2:before {
    color: var(--thm-white);
}

.ebook-style1__content .list-item ul li .text {
    position: relative;
    display: block;
}

.ebook-style1__content .list-item ul li .text p {
    color: var(--thm-body-font-color-2);
}

.ebook-style1__content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 31px;
}

.ebook-style1__content .bottom-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--thm-white);
    color: var(--thm-black);
    font-size: 18px;
    line-height: 0;
}

.ebook-style1__content .bottom-box .btn-box {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.ebook-style1__content .bottom-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.ebook-style1__content .bottom-box .btn-box a i {
    font-size: 10px;
    margin-left: 10px;
}

.ebook-style1__content .bottom-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.ebook-style1__content .bottom-box .btn-box h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}



/*** 
===============================
      Ebook Style1--Style2    
===============================
***/
.ebook-style1--style2 {
    background-color: var(--thm-gray-bg);
}

.ebook-style1--style2 .ebook-style1__img {
    overflow: visible;
    background: rgb(0, 4, 32);
    background: linear-gradient(130deg, rgba(0, 4, 32, 1) 50%, rgba(3, 15, 98, 1) 100%);
    border-radius: var(--thm-border-radius);
    padding: 40px 0px 0px;
}



.ebook-style1--style2 .ebook-style1__content .sec-title .text p {
    color: var(--thm-body-font-color);
}

.ebook-style1--style2 .ebook-style1__content .list-item .inner-title h3 {
    color: var(--thm-black);
}



.ebook-style1--style2 .ebook-style1__content .list-item ul li .icon .icon-checkmark-1 .path2:before {
    color: var(--thm-black);
}



.ebook-style1--style2 .ebook-style1__content .list-item ul li .text p {
    color: var(--thm-body-font-color);
}

.ebook-style1--style2 .ebook-style1__content .bottom-box .icon {
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
}

.ebook-style1--style2 .ebook-style1__content .bottom-box .btn-box a {
    color: var(--thm-black);
}

.ebook-style1--style2 .ebook-style1__content .bottom-box .btn-box a:hover {
    color: var(--thm-body-font-color);
}

.ebook-style1--style2 .ebook-style1__content .bottom-box .btn-box h6 {
    color: var(--thm-body-font-color);
}




.ebook-style1__big-title {
    position: absolute;
    top: 10px;
    right: -85px;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.ebook-style1__inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.ebook-style1__inner ul {
    position: relative;
    display: flex;
    align-items: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}

.ebook-style1__inner ul li {
    position: relative;
    display: block;
    margin-top: 40px;
    color: transparent;
    font-size: 100px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #f1f7f3, #e4ebe6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d8d5;
}



/****** Home Page Four *******/
.ebook-style1__img--style2 {
    background-image: -moz-linear-gradient(-45deg, rgb(21, 31, 58) 35%, rgb(253, 203, 76) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(21, 31, 58) 35%, rgb(253, 203, 76) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(21, 31, 58) 35%, rgb(253, 203, 76) 100%);
}





/*================================
    Pricing List Style1 Css
================================*/
.pricing-list-style1 {
    padding: 0px 0px 0px;
}

.pricing-list-style1__inner {
    position: relative;
    display: block;
}

.pricing-list-style1__inner ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-list-style1__inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    border-right: 1px solid var(--thm-border-color);
    padding: 17.5px 30px 16px;
}

.pricing-list-style1__inner ul li:last-child {
    border-right: none;
}

.pricing-list-style1__inner ul li .left-box {
    position: relative;
    display: block;
    padding-left: 45px;
}

.pricing-list-style1__inner ul li .left-box .icon {
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: #51b662;
    font-size: 18px;
    line-height: 0;
}

.pricing-list-style1__inner ul li .left-box .icon1 {
    color: #ec404c;
}

.pricing-list-style1__inner ul li .left-box .text-box {
    position: relative;
    display: block;
}

.pricing-list-style1__inner ul li .left-box .text-box .top {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 4px;
}

.pricing-list-style1__inner ul li .left-box .text-box .top h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-list-style1__inner ul li .left-box .text-box .top .icon2 {
    color: #a4b4b3;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 10px 0px;
}

.pricing-list-style1__inner ul li .left-box .text-box p {
    margin: 0;
}

.pricing-list-style1__inner ul li .right-box {
    position: relative;
    display: flex;
}

.pricing-list-style1__inner ul li .right-box .text-box {
    position: relative;
    display: block;
    text-align: right;
}

.pricing-list-style1__inner ul li .right-box .text-box p.color {
    color: #51b662;
}

.pricing-list-style1__inner ul li .right-box .text-box p.color2 {
    color: #ec404c;
}

.pricing-list-style1__inner ul li .right-box .text-box p+p {
    margin-top: 5px;
}

.pricing-list-style1__inner ul li .right-box .text-box p {
    margin: 0;
}



/*================================
    Statement Style1 Css
================================*/
.statement-style1 {
    background-color: var(--thm-gray-bg);
    padding: 0px 0px 120px;
}

.statement-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: var(--thm-white);
    z-index: -1;
}

.statement-style1__inner {
    position: relative;
    display: block;
}

.statement-style1__tab {
    position: relative;
    display: block;
}

.statement-style1__tab-btn {
    position: relative;
    display: block;
}

.statement-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto 0px;
    border: 1px solid #dde4df;
    border-bottom: none;
    background-color: var(--thm-gray-bg);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.statement-style1__tab-btn ul li {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 33.3333333333%;
    border-right: 1px solid #dde4df;
    padding: 20px 0px 21px;
}

.statement-style1__tab-btn ul li:last-child {
    border-right: none;
}

.statement-style1__tab-btn ul li h3 {
    color: #a3afa6;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.statement-style1__tab-btn ul li:hover h3,
.statement-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
}



.statement-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.statement-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.statement-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.statement-style1__tab .tab-content-box-item .statement-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.statement-style1__tab .tab-content-box-item.tab-content-box-item-active .statement-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-statement-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 80px 100px 80px;
    z-index: 1;
}

.single-statement-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
    z-index: -1;
}

.single-statement-style1__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -2;
}

.single-statement-style1__content {
    position: relative;
    display: block;
}

.single-statement-style1__content .title {
    position: relative;
    display: block;
}

.single-statement-style1__content .title h6 {
    color: #a3afa6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-statement-style1__content .title h2 {
    font-size: 36px;
    line-height: 1.0em;
    font-weight: 600;
    margin-top: 8px;
}

.single-statement-style1__content .text {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-statement-style1__content .text p {
    margin: 0;
}

.single-statement-style1__content .list-item {
    position: relative;
    display: block;
    margin-top: 17px;
}

.single-statement-style1__content .list-item li {
    position: relative;
    display: block;
    padding-left: 35px;
}

.single-statement-style1__content .list-item li+li {
    margin-top: 9px;
}

.single-statement-style1__content .list-item li .icon {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    line-height: 0;
}

.single-statement-style1__content .list-item li .icon .icon-right-arrow-3 .path1:before {
    color: var(--thm-primary-color);
}

.single-statement-style1__content .list-item li .icon .icon-right-arrow-3 .path2:before {
    color: var(--thm-black);
}

.single-statement-style1__content .list-item li .text1 {
    position: relative;
    display: block;
}

.single-statement-style1__content .list-item li .text1 p {
    margin: 0;
}

.single-statement-style1__content .btn-box {
    position: relative;
    display: block;
    padding-top: 20px;
}

.single-statement-style1__content .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-statement-style1__content .btn-box a:hover {
    color: var(--thm-primary-color);
}

.single-statement-style1__content .btn-box a i {
    position: relative;
    top: 2px;
    font-size: 10px;
    margin-left: 10px;
}


.single-statement-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-statement-style1__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-statement-style1__img:hover::before {
    opacity: 1;
}

.single-statement-style1__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-statement-style1__img:hover img {
    transform: scale(1.07) rotate(0deg);
}




/*
================================
    Awards Style1 Css
================================
*/
.awards-style1 {
    padding: 120px 0px 120px;
}

.single-awards-style1 {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 52px 40px 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-awards-style1:hover {
    border-color: var(--thm-white);
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-awards-style1__shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-awards-style1__shape1 img {
    width: auto;
}

.single-awards-style1 .icon {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 0;
}

.single-awards-style1 .icon .icon-trophy .path1:before,
.single-awards-style1 .icon .icon-trophy .path2:before,
.single-awards-style1 .icon .icon-trophy .path3:before,
.single-awards-style1 .icon .icon-trophy .path5:before,
.single-awards-style1 .icon .icon-trophy .path7:before {
    color: var(--thm-black);
}

.single-awards-style1 .icon .icon-trophy .path4:before,
.single-awards-style1 .icon .icon-trophy .path6:before {
    color: var(--thm-primary-color);
}

.single-awards-style1 .title {
    position: relative;
    display: block;
    padding-top: 20px;
}

.single-awards-style1 .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-awards-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-awards-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-awards-style1 .border-line {
    position: relative;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--thm-border-color);
    margin: 19px 0px 16px;
}

.single-awards-style1 .text {
    position: relative;
    display: block;
}

.single-awards-style1 .text p {
    margin: 0;
}

.awards-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0;
}

.awards-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: #a5aaa6;
}

.awards-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}


.awards-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.awards-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.awards-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}




.awards-style1--style2 {
    padding: 120px 0px 90px;
    background-color: var(--thm-gray-bg);
}

.awards-style1--style2 .single-awards-style1 {
    margin-bottom: 30px;
}




/*
===================================================
    History Style1 Css
===================================================
*/
.history-style1 {
    padding: 120px 0px 120px;
}

.history-style1 .border-line1 {
    position: absolute;
    top: 120px;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-border-color);
    bottom: 120px;
}

.history-style1 .border-line1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(-40%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.history-style1 .border-line1::after {
    content: "";
    position: absolute;
    left: -50%;
    transform: translateX(-40%);
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 2px solid var(--thm-primary-color);
}

.history-style1__inner {
    position: relative;
    display: block;
    padding: 65px 0px 65px;
    margin: 0px 105px 0px;
}

.history-style1__inner li+li {
    margin-top: 50px;
}

.single-history-style1 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.single-history-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    max-width: 370px;
    width: 100%;
}

.single-history-style1 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-history-style1:hover .img-box::before {
    opacity: 1;
}

.single-history-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-history-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}



.single-history-style1 .year-box {
    position: relative;
    display: block;
    max-width: 200px;
    width: 100%;
    top: -21px;
}

.single-history-style1 .year-box h3 {
    color: #a3afa6;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 7px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-history-style1:hover .year-box h3 {
    color: var(--thm-black);
}

.single-history-style1 .year-box .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.single-history-style1 .year-box .border-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    z-index: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-history-style1:hover .year-box .border-line::before {
    width: 100%;
}

.single-history-style1 .year-box .border-line::after {
    content: "";
    position: absolute;
    top: -50%;
    transform: translateY(-40%);
    right: 0;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 4px solid var(--thm-border-color);
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-history-style1:hover .year-box .border-line::after {
    border-color: var(--thm-primary-color);
}

.single-history-style1 .content-box {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    padding-left: 30px;
    flex: 1;
}

.single-history-style1 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.single-history-style1 .content-box .title h6 {
    color: #a3afa6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-history-style1 .content-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-history-style1 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-history-style1 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-history-style1 .content-box .text {
    position: relative;
    display: block;
}

.single-history-style1 .content-box .text p {
    margin: 0;
}

.single-history-style1 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.single-history-style1 .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-history-style1 .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.single-history-style1 .content-box .btn-box a i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 10px;
}



.single-history-style1.instyle2 {
    flex-direction: row-reverse;
}

.single-history-style1.instyle2 .year-box h3 {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

.single-history-style1.instyle2 .year-box .border-line::after {
    right: auto;
    left: 0;
}

.single-history-style1.instyle2 .content-box {
    padding-left: 0px;
    padding-right: 30px;
}




/*
================================
    Trade Forex Style1 Css
================================
*/
.trade-forex-style1 {
    padding: 120px 0px 0px;
}

.trade-forex-style1__inner {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 120px 0px 119px;
}

.trade-forex-style1__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.trade-forex-style1__pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgba(241, 247, 243, 0) 0%, rgb(241, 247, 243) 85%);
    background-image: -webkit-linear-gradient(180deg, rgba(241, 247, 243, 0) 0%, rgb(241, 247, 243) 85%);
    background-image: -ms-linear-gradient(180deg, rgba(241, 247, 243, 0) 0%, rgb(241, 247, 243) 85%);
}

.trade-forex-style1__content {
    position: relative;
    display: block;
    padding-right: 100px;
}

.trade-forex-style1__content .sec-title {
    padding-bottom: 32px;
}

.trade-forex-style1__content .text {
    position: relative;
    display: block;
}

.trade-forex-style1__content .text p {
    margin: 0;
}

.trade-forex-style1__content .total-pairs {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-top: 24px;
}

.trade-forex-style1__content .total-pairs .icon {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 30px;
    line-height: 0;
}

.trade-forex-style1__content .total-pairs .icon .icon-right-chevron .path1:before {
    color: var(--thm-primary-color);
}

.trade-forex-style1__content .total-pairs .icon .icon-right-chevron .path2:before,
.trade-forex-style1__content .total-pairs .icon .icon-right-chevron .path3:before {
    color: var(--thm-black);
}

.trade-forex-style1__content .total-pairs .title {
    position: relative;
    display: block;
}

.trade-forex-style1__content .total-pairs .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.trade-forex-style1__content .total-pairs .title p {
    margin: 0;
}



.trade-forex-style1__content .fact-counter {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 335px;
    width: 100%;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 13.19px 30px 13.27px;
    margin: 32px 0px 0px;
}

.trade-forex-style1__content .fact-counter .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
}

.trade-forex-style1__content .fact-counter .odometer-counting h2 {
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.trade-forex-style1__content .fact-counter .odometer-counting span {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.trade-forex-style1__content .fact-counter .text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.trade-forex-style1__content .fact-counter .text p {
    margin: 0;
}

.trade-forex-style1__content .btn-box {
    position: relative;
    display: block;
    padding-top: 34px;
}

.trade-forex-style1__content .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.trade-forex-style1__content .btn-box a:hover {
    color: var(--thm-primary-color);
}

.trade-forex-style1__content .btn-box a i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 10px;
}

.trade-forex-style1__content .btn-box a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #dde4df;
}



.trade-forex-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.trade-forex-style1__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.trade-forex-style1__img:hover::before {
    opacity: 1;
}

.trade-forex-style1__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.trade-forex-style1__img:hover img {
    transform: scale(1.07) rotate(0deg);
}




/*
=====================================================
///////////Currency Pairs Style1 Css/////////////////
=====================================================
*/
.currency-pairs-style1 {
    padding: 120px 0px 120px;
}

.currency-pairs-style1__inner {
    position: relative;
    display: block;
}

.currency-pairs-style1__tab {
    position: relative;
    display: block;
}

.currency-pairs-style1__tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-pairs-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-pairs-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 9px 19px 9px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.currency-pairs-style1__tab-btn ul li:hover,
.currency-pairs-style1__tab-btn ul li.active-btn-item {
    border-color: var(--thm-gray-bg);
    background-color: var(--thm-gray-bg);
}

.currency-pairs-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.currency-pairs-style1__tab-btn ul li h3 {
    color: var(--thm-body-font-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.currency-pairs-style1__tab-btn ul li:hover h3,
.currency-pairs-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
    font-weight: 600;
}

.currency-pairs-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: #abb6ae;
    font-size: 15px;
    line-height: 0;
    margin-left: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.currency-pairs-style1__tab-btn ul li:hover .icon,
.currency-pairs-style1__tab-btn ul li.active-btn-item .icon {
    color: var(--thm-primary-color);
    background-color: var(--thm-black-bg);
}



.currency-pairs-style1__tab-btn .search-box {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}

.currency-pairs-style1__tab-btn .search-box form {
    position: relative;
    display: block;
    width: 100%;
}

.currency-pairs-style1__tab-btn .search-box form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #e9e9e9;
    color: #a3afa6;
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 29px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.currency-pairs-style1__tab-btn .search-box form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.currency-pairs-style1__tab-btn .search-box form input::-webkit-input-placeholder {
    color: #a3afa6;
}

.currency-pairs-style1__tab-btn .search-box form input:-moz-placeholder {
    color: #a3afa6;
}

.currency-pairs-style1__tab-btn .search-box form input::-moz-placeholder {
    color: #a3afa6;
}

.currency-pairs-style1__tab-btn .search-box form input:-ms-input-placeholder {
    color: #a3afa6;
}

.currency-pairs-style1__tab-btn .search-box form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: #747474;
    font-size: 20px;
    transition: all 500ms ease 0s;
}

.currency-pairs-style1__tab-btn .search-box form input[type="text"]:focus+button,
.currency-pairs-style1__tab-btn .search-box form button:hover {
    color: var(--thm-black);
}



.currency-pairs-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}


.currency-pairs-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.currency-pairs-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.currency-pairs-style1__tab .tab-content-box-item .currency-pairs-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.currency-pairs-style1__tab .tab-content-box-item.tab-content-box-item-active .currency-pairs-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}




.single-currency-pairs-style1 {
    position: relative;
    display: block;
    padding-top: 40px;
}

.single-currency-pairs-style1 .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px #f0f0f0;
    background: #fff;
}

.single-currency-pairs-style1 .pricing-table {
    min-width: 1170px;
    width: 100%;
}

.single-currency-pairs-style1 .pricing-table thead {
    position: relative;
    background: var(--thm-black-bg);
}

.single-currency-pairs-style1 .pricing-table thead th {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 19px 40px;
    font-family: var(--thm-font-2);
    border-right: 1px solid #1a1e37;
}

.single-currency-pairs-style1 .pricing-table thead th.name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}



/** Table Body Css***/
.single-currency-pairs-style1 .pricing-table tr td {
    position: relative;
    padding: 17px 40px;
    border-right: 1px solid var(--thm-border-color);
}

.single-currency-pairs-style1 .pricing-table tr td:last-child {
    border-right: 1px solid var(--thm-white);
}

.single-currency-pairs-style1 .pricing-table tbody tr:nth-child(2n+1) {
    background: var(--thm-gray-bg);
}

.single-currency-pairs-style1 .pricing-table tbody tr:nth-child(2n+1) td:last-child {
    border-right: 1px solid var(--thm-gray-bg);
}


.single-currency-pairs-style1 .pricing-table tr td .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-currency-pairs-style1 .pricing-table tr td .title h6 {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-currency-pairs-style1 .pricing-table tr td .title .icon-box {
    position: relative;
    display: block;
    margin: 0 15px;
    color: #a3afa6;
    font-size: 20px;
}


.single-currency-pairs-style1 .pricing-table tr td.sell {
    color: #646966;
    font-size: 18px;
}


.single-currency-pairs-style1 .pricing-table tr td.buy {
    color: #646966;
    font-size: 18px;
}

.single-currency-pairs-style1 .pricing-table tr td.spread {
    color: #e82e2e;
    font-size: 18px;
}

.single-currency-pairs-style1 .pricing-table tr td.spread.green {
    color: #44aa20;
}

.single-currency-pairs-style1 .pricing-table tr td .chart-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-currency-pairs-style1 .pricing-table tr td .chart-box img {
    width: auto;
}



.single-currency-pairs-style1 .pricing-table tr td .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-currency-pairs-style1 .pricing-table tr td .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    color: #a3afa6;
    font-size: 13px;
    line-height: 0;
    margin: 0 auto;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-currency-pairs-style1 .pricing-table tr td .btn-box a:hover {
    color: var(--thm-black);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}
























/****
.currency-pairs-style1-table {
    position: relative;
    width: 100%;
    overflow-x: auto;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
}

.currency-pairs-style1-table .currency-table {
    min-width: 1170px;
    width: 100%;
    margin: auto;
}

.currency-pairs-style1-table .currency-table tr:first-child {
    background: var(--thm-black-bg);
    color: #fff;
}



.currency-pairs-style1-table .currency-table tr {
    background-color: var(--thm-gray-bg);
}

.currency-pairs-style1-table .currency-table tr:nth-child(odd):not(:first-child) {
    background-color: var(--thm-white);
}





.currency-pairs-style1-table .currency-table thead tr th {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: capitalize;
    min-width: 170px;
    padding: 18px 40px 18px;
}

.currency-pairs-style1-table .currency-table thead tr th.instrument {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}




.currency-pairs-style1-table .currency-table tbody {
    position: relative;
}

.currency-pairs-style1-table .currency-table tbody tr {
    position: relative;
    display: block;
    width: 100%;
}

.currency-pairs-style1-table .currency-table tbody tr.bg {
    background-color: var(--thm-gray-bg);
}

.currency-pairs-style1-table .currency-table tbody tr td {
    position: relative;
    min-width: 225px;
    width: 100%;
    padding: 18.44px 40px 18px;
    border-right: 1px solid var(--thm-border-color);
}

.currency-pairs-style1-table .currency-table tbody tr td:last-child {
    border-right: none;
    padding: 18.44px 0px 18px;
}

.currency-pairs-style1-table .currency-table tbody tr td.width {}

.currency-pairs-style1-table .currency-table tbody tr td.width1 {}

.currency-pairs-style1-table .currency-table tbody tr td .title {}

.currency-pairs-style1-table .currency-table tbody tr td .title h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.currency-pairs-style1-table .currency-table tbody tr td .title .icon2 {
    color: #a4b4b3;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 10px 0px;
}

.currency-pairs-style1-table .currency-table tbody tr td p {
    margin: 0;
}

.currency-pairs-style1-table .currency-table tbody tr td p.color {
    color: #44aa20;
}

.currency-pairs-style1-table .currency-table tbody tr td p.color1 {
    color: #e82e2e;
}

.currency-pairs-style1-table .currency-table tbody tr td .img-box {
    position: relative;
    display: block;
}

.currency-pairs-style1-table .currency-table tbody tr td .img-box img {
    width: auto;
}

.currency-pairs-style1-table .currency-table tbody tr td .btn-box {
    position: relative;
    display: block;
    text-align: center;
}

.currency-pairs-style1-table .currency-table tbody tr td .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    color: #a3afa6;
    font-size: 13px;
    line-height: 0;
    margin: 0 auto;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.currency-pairs-style1-table .currency-table tbody tr td .btn-box a:hover {
    color: var(--thm-black);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

***/



/*
====================================================
    Course Details Style1 Css
====================================================
*/
.course-details-style1 {
    padding: 120px 0px 120px;
}

.course-details-style1__left {
    position: relative;
    display: block;
}

.course-details-style1__left .info-box {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 33px 39px 39px;
}

.course-details-style1__left .info-box .category {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details-style1__left .info-box .category li {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details-style1__left .info-box .category li+li {
    margin-left: 15px;
}

.course-details-style1__left .info-box .category li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.course-details-style1__left .info-box .category li p {
    margin: 0;
}



.course-details-style1__left .info-box .title {
    position: relative;
    display: block;
    padding-top: 10px;
}

.course-details-style1__left .info-box .title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.course-details-style1__left .info-box .instructor {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 21px;
}

.course-details-style1__left .info-box .instructor .img {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.course-details-style1__left .info-box .instructor .img img {
    width: 100%;
}

.course-details-style1__left .info-box .instructor .text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.course-details-style1__left .info-box .instructor .text h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.course-details-style1__left .info-box .instructor .text p {
    margin: 0;
}

.course-details-style1__left .info-box .social {
    position: absolute;
    right: 39px;
    bottom: 39px;
    display: flex;
    align-items: center;
}

.course-details-style1__left .info-box .social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: var(--thm-black);
    font-size: 18px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.course-details-style1__left .info-box .social a:hover {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}

.course-details-style1__left .info-box .social a+a {
    margin-left: 10px;
}



.course-details-style1__inner {
    position: relative;
    display: block;
    padding-top: 60px;
}

.course-details-style1__tab {
    position: relative;
    display: block;
}

.course-details-style1__tab-btn {
    position: relative;
    display: block;
}

.course-details-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 5px 5px 5px;
}

.course-details-style1__tab-btn ul li {
    position: relative;
    display: block;
    text-align: center;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 16px 0px 16px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.course-details-style1__tab-btn ul li+li {
    margin-left: 5px;
}

.course-details-style1__tab-btn ul li:hover,
.course-details-style1__tab-btn ul li.active-btn-item {
    background-color: var(--thm-primary-color);
}

.course-details-style1__tab-btn ul li h3 {
    color: #a3afa6;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-details-style1__tab-btn ul li:hover h3,
.course-details-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
    font-weight: 600;
}



.course-details-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.course-details-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.course-details-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.course-details-style1__tab .tab-content-box-item .course-details-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.course-details-style1__tab .tab-content-box-item.tab-content-box-item-active .course-details-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}


.single-course-details-style1 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.single-course-details-style1 .lecture-duration {
    position: relative;
    display: flex;
    align-items: center;
}

.single-course-details-style1 .lecture-duration .icon {
    position: relative;
    display: block;
    color: #a3afa6;
    font-size: 14px;
    line-height: 0;
}

.single-course-details-style1 .lecture-duration p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}



.single-course-details-style1 .syllabus {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    margin: 17px 0px 0px;
}

.single-course-details-style1 .syllabus li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 24px 29px 24px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-course-details-style1 .syllabus li a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.single-course-details-style1 .syllabus li:hover {
    background-color: var(--thm-gray-bg);
}

.single-course-details-style1 .syllabus li:last-child {
    border-bottom: none;
}

.single-course-details-style1 .syllabus li .left-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-course-details-style1 .syllabus li .left-box .icon {
    position: relative;
    display: block;
    color: #a3afa6;
    font-size: 24px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-course-details-style1 .syllabus li:hover .left-box .icon {
    color: var(--thm-primary-color);
}

.single-course-details-style1 .syllabus li .left-box p {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
    color: var(--thm-body-font-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-course-details-style1 .syllabus li:hover .left-box p {
    color: var(--thm-black);
}

.single-course-details-style1 .syllabus li .right-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single-course-details-style1 .syllabus li .right-box p {
    margin: 0;
}

.single-course-details-style1 .syllabus li .right-box .icon {
    position: relative;
    display: block;
    color: #a3afa6;
    font-size: 16px;
    line-height: 0;
    margin-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-course-details-style1 .syllabus li:hover .right-box .icon {
    color: var(--thm-black);
}




.single-course-details-style1 .what-is-forex {
    position: relative;
    display: block;
    padding-top: 42px;
}

.single-course-details-style1 .what-is-forex h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}

.single-course-details-style1 .what-is-forex p {
    margin: 0;
}

.single-course-details-style1 .highlights-box {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-course-details-style1 .highlights-box p.color {
    color: var(--thm-black);
    font-weight: 500;
}

.single-course-details-style1 .highlights-box ul {
    position: relative;
    display: block;
    margin-top: 16px;
}

.single-course-details-style1 .highlights-box ul li {
    position: relative;
    display: block;
    padding-left: 35px;
}

.single-course-details-style1 .highlights-box ul li+li {
    margin-top: 12px;
}

.single-course-details-style1 .highlights-box ul li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 18px;
    line-height: 0;
}

.single-course-details-style1 .highlights-box ul li .icon .icon-check-1 .path1:before {
    color: var(--thm-primary-color);
}

.single-course-details-style1 .highlights-box ul li .icon .icon-check-1 .path2:before {
    color: var(--thm-black);
}

.single-course-details-style1 .highlights-box ul li p {
    margin: 0;
}

.single-course-details-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    margin-top: 52px;
}

.single-course-details-style1 .img-box img {
    width: 100%;
}




.course-details-style1__right {
    position: relative;
    display: block;
    margin-left: 20px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 0px 40px;
}

.course-details-style1__right .top-box {
    position: relative;
    display: block;
    padding: 0px 30px 23px;
}

.course-details-style1__right .top-box .title {
    position: relative;
    display: block;
}

.course-details-style1__right .top-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 2px;
}

.course-details-style1__right .top-box .title h3 del {
    color: #a3afa6;
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 0;
}

.course-details-style1__right .top-box .title p {
    margin: 0;
}

.course-details-style1__right .top-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.course-details-style1__right .top-box .rating-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.course-details-style1__right .top-box .rating-box .icon li {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
}

.course-details-style1__right .top-box .rating-box p {
    margin: 0;
}

.course-details-style1__right .top-box .rating-box p span {
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-weight: 500;
}

.course-details-style1__right .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.course-details-style1__right .bottom-box {
    position: relative;
    display: block;
    padding: 35px 30px 0px;
}

.course-details-style1__right .bottom-box ul {
    position: relative;
    display: block;
}

.course-details-style1__right .bottom-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 15px 0px 15px;
    margin: 0px 0px 0px;
}

.course-details-style1__right .bottom-box ul li:first-child {
    padding: 0px 0px 15px;
}

.course-details-style1__right .bottom-box ul li:last-child {
    border-bottom: none;
    padding: 15px 0px 0px;
}

.course-details-style1__right .bottom-box ul li .left {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details-style1__right .bottom-box ul li .left .icon {
    position: relative;
    display: block;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    margin-right: 10px;
}

.course-details-style1__right .bottom-box ul li .left h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.course-details-style1__right .bottom-box ul li p {
    margin: 0;
}

.course-details-style1__right .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 25px;
}

.course-details-style1__right .bottom-box .btn-box .btn-one {
    width: 100%;
    justify-content: center;
    border-radius: 30px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.course-details-style1__right .bottom-box .btn-box .btn-one:hover {
    color: var(--thm-black);
}

.course-details-style1__right .bottom-box .btn-box .btn-one::after {
    background: var(--thm-black-bg);
}

.course-details-style1__right .bottom-box .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.course-details-style1__right .bottom-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*
================================
    Account Detail Style1 Css
================================
*/
.account-detail-style1 {
    padding: 120px 0px 112px;
}

.account-detail-style1__sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

.account-detail-style1__sidebar-single {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 21px 0px 30px;
    margin-bottom: 50px;
}

.account-detail-style1__sidebar-single .title-box {
    position: relative;
    display: block;
    padding: 0px 30px 12px;
}

.account-detail-style1__sidebar-single .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.account-detail-style1__sidebar-single .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}


.account-detail-style1__sidebar-single .catagory {
    position: relative;
    display: block;
    padding: 30px 30px 0px;
}

.account-detail-style1__sidebar-single .catagory li {
    position: relative;
    display: block;
}

.account-detail-style1__sidebar-single .catagory li+li {
    margin-top: 10px;
}

.account-detail-style1__sidebar-single .catagory li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    padding: 10px 25px 10px;
    padding-right: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
}

.account-detail-style1__sidebar-single .catagory li a:hover,
.account-detail-style1__sidebar-single .catagory li.active a {
    color: var(--thm-white);
    background-color: transparent;
}

.account-detail-style1__sidebar-single .catagory li a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.account-detail-style1__sidebar-single .catagory li a:hover i,
.account-detail-style1__sidebar-single .catagory li.active a i {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}

.account-detail-style1__sidebar-single .catagory li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    opacity: 0;
    transform: translateX(-50px);
    background-color: var(--thm-black-bg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
}

.account-detail-style1__sidebar-single .catagory li a:hover::before,
.account-detail-style1__sidebar-single .catagory li.active a::before {
    opacity: 1;
    transform: translateX(0px);
}

.account-detail-style1__sidebar-single .catagory li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    opacity: 0;
    transform: translateX(50px);
    background-color: var(--thm-black-bg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
}

.account-detail-style1__sidebar-single .catagory li a:hover::after,
.account-detail-style1__sidebar-single .catagory li.active a::after {
    opacity: 1;
    transform: translateX(0px);
}



.account-detail-style1__sidebar-single .download {
    position: relative;
    display: block;
    padding: 30px 30px 0px;
}

.account-detail-style1__sidebar-single .download li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 9px 25px 9px;
    padding-right: 10px;
}

.account-detail-style1__sidebar-single .download li+li {
    margin-top: 10px;
}

.account-detail-style1__sidebar-single .left-side {
    position: relative;
    display: block;
}

.account-detail-style1__sidebar-single .download li .left-side h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.account-detail-style1__sidebar-single .download li .left-side h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.account-detail-style1__sidebar-single .download li .left-side h4 a:hover {
    color: var(--thm-primary-color);
}

.account-detail-style1__sidebar-single .download li .left-side h6 {
    color: #9b9da3;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}


.account-detail-style1__sidebar-single .download li .right-side {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.account-detail-style1__sidebar-single .download li .right-side .icon1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    font-size: 26px;
    line-height: 0;
}

.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path1:before {
    color: transparent;
}

.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path2:before {
    color: var(--thm-primary-color);
}

.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before,
.account-detail-style1__sidebar-single .download li .right-side .icon1 .icon-checked .path3:before {
    color: var(--thm-black);
}

.account-detail-style1__sidebar-single .download li .right-side .icon2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.account-detail-style1__sidebar-single .download li:hover .right-side .icon2 {
    opacity: 1;
    transform: translateY(0px);
}

.account-detail-style1__sidebar-single .download li .right-side .icon2 i {
    color: var(--thm-black);
}



.account-detail-style1__sidebar-info {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 21px 0px 30px;
}

.account-detail-style1__sidebar-info .title-box {
    position: relative;
    display: block;
    padding: 0px 30px 12px;
}

.account-detail-style1__sidebar-info .title-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.account-detail-style1__sidebar-info .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color-1);
}

.account-detail-style1__sidebar-info .phn-email {
    position: relative;
    display: block;
    padding: 24px 30px 0px;
}

.account-detail-style1__sidebar-info .phn-email li {
    position: relative;
    display: block;
    padding-left: 47px;
    border-bottom: 1px solid var(--thm-border-color-1);
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.account-detail-style1__sidebar-info .phn-email li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.account-detail-style1__sidebar-info .phn-email li .icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 32px;
    line-height: 0;
}

.account-detail-style1__sidebar-info .phn-email li .icon.mt3 {
    top: 5px;
}

.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path1:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path2:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path5:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path5:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path5:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path5:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path5:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-read .path3:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-read .path4:before {
    color: var(--thm-white);
}

.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path3:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-read .path2:before {
    color: transparent;
}

.account-detail-style1__sidebar-info .phn-email li .icon .icon-phone-vibration .path4:before,
.account-detail-style1__sidebar-info .phn-email li .icon .icon-read .path1:before {
    color: var(--thm-primary-color);
}

.account-detail-style1__sidebar-info .phn-email li .text {
    position: relative;
    display: block;
    padding-left: 15px;
}

.account-detail-style1__sidebar-info .phn-email li .text h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.account-detail-style1__sidebar-info .phn-email li .text a {
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.account-detail-style1__sidebar-info .phn-email li .text a:hover {
    color: var(--thm-white);
}



.account-detail-style1__sidebar-info .live-chat-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-black-bg-2);
    border-radius: var(--thm-border-radius);
    margin: 22px 30px 0px;
    padding: 20px 20px 20px;
}

.live-chat-box__inner {
    position: relative;
    display: block;
}

.live-chat-box__inner ul {
    position: relative;
    display: flex;
    align-items: center;
}

.live-chat-box__inner ul li {
    position: relative;
    display: block;
}

.live-chat-box__inner ul li+li {
    margin-left: -10px;
}

.live-chat-box__inner ul li .img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--thm-black-bg-2);
    z-index: 2;
}

.live-chat-box__inner ul li .img img {
    width: 100%;
}

.live-chat-box__inner ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--thm-black-bg-2);
    background-color: var(--thm-primary-color);
    color: var(--thm-black);
    font-size: 22px;
    line-height: 0;
    z-index: 1;
}



.live-chat-box .link-box {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.live-chat-box .link-box a {
    position: relative;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.live-chat-box .link-box a:hover {
    color: var(--thm-body-font-color-2);
}

.live-chat-box .link-box a i {
    font-size: 10px;
    margin-left: 10px;
}




.account-detail-style1__content {
    position: relative;
    display: block;
    margin-top: -4px;
}

.account-detail-style1__content .intro-box {
    position: relative;
    display: block;
}

.account-detail-style1__content .intro-box h2 {
    font-size: 36px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 28px;
}

.account-detail-style1__content .intro-box p {
    margin: 0;
}



.account-detail-style1__content .offers-box {
    position: relative;
    display: block;
    padding-top: 52px;
}

.account-detail-style1__content .offers-box-img {
    position: relative;
    display: block;
    margin-right: 20px;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.account-detail-style1__content .offers-box-img img {
    width: 100%;
}


.account-detail-style1__content .offers-box-text {
    position: relative;
    display: block;
}

.offers-box-text-benefits-box {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-top: -9px;
}

.offers-box-text-benefits-box .icon {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 30px;
    line-height: 0;
}

.offers-box-text-benefits-box .icon .icon-checkmark-2 .path1:before {
    color: var(--thm-primary-color);
}

.offers-box-text-benefits-box .icon .icon-checkmark-2 .path2:before,
.offers-box-text-benefits-box .icon .icon-checkmark-2 .path3:before {
    color: var(--thm-black);
}


.offers-box-text-benefits-box .title {
    position: relative;
    display: block;
}

.offers-box-text-benefits-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.offers-box-text-benefits-box .title p {
    margin: 0;
}



.offers-box-text-benefits-box .list-item {
    position: relative;
    display: block;
    padding: 3px 0px 2px;
    margin-top: 12px;
}

.offers-box-text-benefits-box .list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: var(--thm-primary-color);
}

.offers-box-text-benefits-box .list-item ul {
    position: relative;
    display: block;
}

.offers-box-text-benefits-box .list-item ul li {
    position: relative;
    display: block;
}

.offers-box-text-benefits-box .list-item ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: var(--thm-primary-color);
}

.offers-box-text-benefits-box .list-item ul li+li {
    margin-top: 12px;
}

.offers-box-text-benefits-box .list-item ul li p {
    color: var(--thm-black);
}

.offers-box-text-trading-technology {
    margin-top: 19px;
}




.standard-account-info-box {
    position: relative;
    display: block;
    padding-top: 52px;
}

.standard-account-info-box .title-box {
    position: relative;
    display: block;
}

.standard-account-info-box .title-box h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 11px;
}

.standard-account-info-box .title-box p {
    margin: 0;
}

.standard-account-info-box__inner {
    position: relative;
    display: block;
    padding-top: 32px;
}

.single-standard-account-info-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 15px 10px;
    margin-bottom: 20px;
}

.single-standard-account-info-box .left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-standard-account-info-box .left .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    font-size: 20px;
    line-height: 0;
}

.single-standard-account-info-box .left .icon .icon-right-arrow-2 .path1:before {
    color: var(--thm-primary-color);
}

.single-standard-account-info-box .left .icon .icon-right-arrow-2 .path2:before {
    color: var(--thm-black);
}

.single-standard-account-info-box .left p {
    position: relative;
    display: block;
    padding-left: 15px;
    color: var(--thm-black);
}

.single-standard-account-info-box .right {
    position: relative;
    display: block;
}

.single-standard-account-info-box .right p {
    margin: 0;
}



.why-choose-us {
    position: relative;
    display: block;
    padding-top: 37px;
}

.why-choose-us .title-box {
    position: relative;
    display: block;
}

.why-choose-us .title-box h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
}

.why-choose-us .title-box p {
    margin: 0;
}

.why-choose-us__inner {
    position: relative;
    display: block;
}

.single-why-choose-us {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-top: 23px;
}

.single-why-choose-us .icon-box {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 40px;
    line-height: 0;
}

.single-why-choose-us .icon-box .icon-line-chart .path1:before,
.single-why-choose-us .icon-box .icon-statistics .path1:before,
.single-why-choose-us .icon-box .icon-chat .path1:before {
    color: transparent;
}

.single-why-choose-us .icon-box .icon-line-chart .path2:before,
.single-why-choose-us .icon-box .icon-statistics .path2:before,
.single-why-choose-us .icon-box .icon-deposit .path1:before,
.single-why-choose-us .icon-box .icon-chat .path2:before {
    color: var(--thm-primary-color);
}

.single-why-choose-us .icon-box .icon-line-chart .path3:before,
.single-why-choose-us .icon-box .icon-line-chart .path4:before,
.single-why-choose-us .icon-box .icon-line-chart .path5:before,
.single-why-choose-us .icon-box .icon-line-chart .path6:before,
.single-why-choose-us .icon-box .icon-line-chart .path7:before,
.single-why-choose-us .icon-box .icon-line-chart .path8:before,
.single-why-choose-us .icon-box .icon-line-chart .path9:before,
.single-why-choose-us .icon-box .icon-statistics .path3:before,
.single-why-choose-us .icon-box .icon-statistics .path4:before,
.single-why-choose-us .icon-box .icon-deposit .path2:before,
.single-why-choose-us .icon-box .icon-deposit .path3:before,
.single-why-choose-us .icon-box .icon-deposit .path4:before,
.single-why-choose-us .icon-box .icon-deposit .path5:before,
.single-why-choose-us .icon-box .icon-deposit .path6:before,
.single-why-choose-us .icon-box .icon-deposit .path7:before,
.single-why-choose-us .icon-box .icon-deposit .path8:before,
.single-why-choose-us .icon-box .icon-deposit .path9:before,
.single-why-choose-us .icon-box .icon-deposit .path10:before,
.single-why-choose-us .icon-box .icon-chat .path3:before,
.single-why-choose-us .icon-box .icon-chat .path4:before,
.single-why-choose-us .icon-box .icon-chat .path5:before,
.single-why-choose-us .icon-box .icon-chat .path6:before {
    color: var(--thm-black);
}

.single-why-choose-us .content-box {
    position: relative;
    display: block;
}

.single-why-choose-us .content-box .title {
    position: relative;
    display: block;
}

.single-why-choose-us .content-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-why-choose-us .content-box .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(0, 4, 32);
    background: linear-gradient(90deg, rgba(0, 4, 32, 1) 10%, rgba(241, 247, 243, 1) 100%);
    margin: 17px 0px 23px;
    opacity: 0.50;
}

.single-why-choose-us .content-box .text {
    position: relative;
    display: block;
}

.single-why-choose-us .content-box .text p {
    margin: 0;
}



/*** 
===================================
   Highlights Style2     
===================================
***/
.highlights-style2 {
    padding: 120px 0px 120px;
}

.highlights-style2 .row {
    --bs-gutter-x: 0px;
}

.highlights-style2 .row li {
    max-width: 390px;
    width: 100%;
    border-left: 1px solid var(--thm-border-color);
}

.single-highlights-style2 {
    position: relative;
    display: block;
    padding: 0px 40px 0px;
}

.single-highlights-style2 .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 0;
}

.single-highlights-style2 .icon-box .icon-employee .path1:before {
    color: #e5feeb;
}

.single-highlights-style2 .icon-box .icon-employee .path2:before,
.single-highlights-style2 .icon-box .icon-employee .path3:before {
    color: #00c339;
}

.single-highlights-style2 .icon-box .icon-employee .path4:before,
.single-highlights-style2 .icon-box .icon-employee .path5:before {
    color: var(--thm-primary-color);
}



.single-highlights-style2 .icon-box .icon-protection-2 .path1:before {
    color: #f1f1fb;
}

.single-highlights-style2 .icon-box .icon-protection-2 .path2:before,
.single-highlights-style2 .icon-box .icon-protection-2 .path3:before {
    color: #0001f7;
}

.single-highlights-style2 .icon-box .icon-protection-2 .path4:before {
    color: #5366e7;
}



.single-highlights-style2 .icon-box .icon-dollar-sign .path1:before {
    color: #fef1ef;
}

.single-highlights-style2 .icon-box .icon-dollar-sign .path2:before {
    color: #f23c1c;
}

.single-highlights-style2 .icon-box .icon-dollar-sign .path3:before,
.single-highlights-style2 .icon-box .icon-dollar-sign .path4:before {
    color: #e86751;
}



.single-highlights-style2 .content-box {
    position: relative;
    display: block;
    padding-top: 19px;
}

.single-highlights-style2 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-highlights-style2 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-highlights-style2 .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-highlights-style2 .content-box p {
    margin: 0;
}

.single-highlights-style2 .arrow-box {
    position: absolute;
    top: 10px;
    left: 122px;
    height: 50px;
    overflow: hidden;
}

.single-highlights-style2 .arrow-box ul {
    position: relative;
    display: block;
    will-change: transform;
    transform: translateY(0);
    white-space: nowrap;
}

.single-highlights-style2 .arrow-box ul li {
    font-size: 30px;
    border: none;
}

.single-highlights-style2 .arrow-box ul li:last-child {
    border-right: none;
}

.single-highlights-style2 .arrow-box ul li+li {
    margin-top: -14px;
}

.single-highlights-style2 .arrow-box ul li .icon-angle-down .path1:before {
    color: var(--thm-primary-color);
}

.single-highlights-style2 .arrow-box ul li .icon-angle-down .path2:before {
    color: var(--thm-primary-color);
    opacity: 0.40;
}

.single-highlights-style2 .arrow-box ul li.color .icon-angle-down .path1:before {
    color: #0927f8;
}

.single-highlights-style2 .arrow-box ul li.color .icon-angle-down .path2:before {
    color: #0927f8;
    opacity: 0.40;
}

.single-highlights-style2 .arrow-box ul li.color1 .icon-angle-down .path1:before {
    color: #f34e32;
}

.single-highlights-style2 .arrow-box ul li.color1 .icon-angle-down .path2:before {
    color: #f34e32;
    opacity: 0.40;
}


.highlights-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    border-right: 1px solid var(--thm-border-color);
}

.highlights-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0;
}

.highlights-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: #a5aaa6;
}

.highlights-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}



/*** 
===================================
   Mobile App Style1     
===================================
***/
.mobile-app-style1 {
    padding: 120px 0px 120px;
}



.mobile-app-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 90px;
}

.mobile-app-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
    text-align: -webkit-right;
    border-radius: var(--thm-border-radius);
    background: rgb(60, 188, 128);
    background: linear-gradient(130deg, rgba(60, 188, 128, 1) 0%, rgba(5, 22, 140, 1) 70%, rgba(5, 22, 140, 1) 100%);
}

.mobile-app-style1__img .inner .pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.mobile-app-style1__img .inner img {
    position: relative;
    display: block;
    text-align: right;
    width: auto;
}



.mobile-app-style1__content {
    position: relative;
    display: block;
    margin-top: -7px;
}

.mobile-app-style1__content .text {
    position: relative;
    display: block;
}

.mobile-app-style1__content .text p {
    margin: 0;
}

.mobile-app-style1__content .list-item {
    position: relative;
    display: block;
    margin-top: 23px;
}

.mobile-app-style1__content .list-item li {
    position: relative;
    display: block;
    padding-left: 70px;
}

.mobile-app-style1__content .list-item li+li {
    margin-top: 23px;
}

.mobile-app-style1__content .list-item li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 40px;
    line-height: 0;
}

.mobile-app-style1__content .list-item li .icon .icon-right-chevron .path1:before {
    color: var(--thm-primary-color);
}

.mobile-app-style1__content .list-item li .icon .icon-right-chevron .path2:before,
.mobile-app-style1__content .list-item li .icon .icon-right-chevron .path3:before {
    color: var(--thm-black);
}

.mobile-app-style1__content .list-item li .title {
    position: relative;
    display: block;
}

.mobile-app-style1__content .list-item li .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mobile-app-style1__content .list-item li .title p {
    margin: 0;
}

.mobile-app-style1__content .app-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.mobile-app-style1__content .app-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-app-style1__content .app-box .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ece8df;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-app-style1__content .app-box .icon-box a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);

}

.mobile-app-style1__content .app-box .icon-box a+a {
    margin-left: 10px;
}

.mobile-app-style1__content .app-box .text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.mobile-app-style1__content .app-box .text p {
    line-height: 25px;
}




.mobile-app-style1__big-title {
    position: absolute;
    top: 15px;
    right: 6px;
    bottom: 0;
    z-index: -1;
}

.mobile-app-style1__inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.mobile-app-style1__big-title ul {
    position: relative;
    display: flex;
    align-items: center;
    will-change: transform;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}

.mobile-app-style1__big-title ul li {
    position: relative;
    display: block;
    margin-top: 40px;
    color: transparent;
    font-size: 100px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #ffffff, #f3f7f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #d3d8d5;
}



/*** 
===================================
   Courses Offered Style1   
===================================
***/
.courses-offered-style1 {
    padding: 120px 0px 70px;
}

.courses-offered-style1__inner {
    position: relative;
    display: block;
}

.courses-offered-style1__tab {
    position: relative;
    display: block;
}

.courses-offered-style1__tab-btn {
    position: relative;
    display: block;
}

.courses-offered-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courses-offered-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 175px;
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 9px 19px 9px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.courses-offered-style1__tab-btn ul li:hover,
.courses-offered-style1__tab-btn ul li.active-btn-item {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.courses-offered-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.courses-offered-style1__tab-btn ul li h3 {
    color: var(--thm-body-font-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-offered-style1__tab-btn ul li:hover h3,
.courses-offered-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
    font-weight: 600;
}

.courses-offered-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    color: #abb6ae;
    font-size: 14px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-offered-style1__tab-btn ul li:hover .icon,
.courses-offered-style1__tab-btn ul li.active-btn-item .icon {
    color: var(--thm-primary-color);
    background-color: var(--thm-black);
}




.courses-offered-style1__tab .tabs-content-box {
    position: relative;
    display: block;
    margin: 50px 0px 0px;
}

.courses-offered-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.courses-offered-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.courses-offered-style1__tab .tab-content-box-item .courses-offered-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.courses-offered-style1__tab .tab-content-box-item.tab-content-box-item-active .courses-offered-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.tab-single-courses-offered-style1 {
    position: relative;
    display: block;
}

.single-courses-offered-style1 {
    position: relative;
    display: block;
    padding-top: 75px;
    margin: 0px 0px 50px;
}

.single-courses-offered-style1 .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-width: 271px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--thm-black-bg);
    border: 8px solid var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    z-index: 1;
}

.single-courses-offered-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-courses-offered-style1 .img-box .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(80, 250, 123);
    background: linear-gradient(180deg, rgba(80, 250, 123, 0) 0%, rgba(80, 250, 123, 0.5298494397759104) 31%,
            rgba(80, 250, 123, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-courses-offered-style1:hover .img-box .inner::before {
    opacity: 1;
}

.single-courses-offered-style1 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-courses-offered-style1:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-courses-offered-style1 .img-box .inner .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-courses-offered-style1:hover .img-box .inner .overlay-icon {
    opacity: 1;
    transform: translateY(0px);
}

.single-courses-offered-style1 .img-box .inner .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 20px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.single-courses-offered-style1 .img-box .inner .overlay-icon a:hover {
    color: var(--thm-primary-color);
    background-color: var(--thm-black);
}



.single-courses-offered-style1 .content-box {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-gray-bg);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 154px 40px 22px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-courses-offered-style1:hover .content-box {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
}

.single-courses-offered-style1 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-courses-offered-style1 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-courses-offered-style1 .content-box h3 a:hover {
    color: var(--thm-body-font-color);
}

.single-courses-offered-style1 .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 14px 40px 14px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-courses-offered-style1:hover .bottom-box {
    background-color: var(--thm-gray-bg);
    box-shadow: none;
}

.single-courses-offered-style1 .bottom-box .icon {
    position: relative;
    display: block;
    color: #a3afa6;
    font-size: 14px;
    line-height: 0;
}

.single-courses-offered-style1 .bottom-box .text {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}

.single-courses-offered-style1 .bottom-box .text p {
    margin: 0;
}



/*** 
=============================================
    Trade Calculator Style1      
=============================================
***/
.trade-calculator-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0 120px;
}

.trade-calculator-box {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 33px 40px 40px;
    margin-right: 100px;
}

.trade-calculator-box form {
    position: relative;
    display: block;
}

.trade-calculator-box form .row {
    --bs-gutter-x: 20px;
}

.trade-calculator-box form .form-group {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.trade-calculator-box form .form-group .inner-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

.trade-calculator-box form .form-group .inner-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.trade-calculator-box form .input-box {
    position: relative;
    display: block;
}

.trade-calculator-box form .nice-select {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-gray-bg);
    border: none;
    width: 100%;
    height: 56px;
    color: var(--thm-body-font-color);
    font-size: 18px;
    line-height: 56px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 300ms ease;
}

.trade-calculator-box form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.trade-calculator-box form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #a5a99f;
    border-right: 2px solid #a5a99f;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.trade-calculator-box form .nice-select .list {
    display: block;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 100;
}

.trade-calculator-box form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.trade-calculator-box form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.trade-calculator-box form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.trade-calculator-box form .nice-select .option:hover,
.trade-calculator-box form .nice-select .option.focus,
.trade-calculator-box form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}


.trade-size-box {
    position: relative;
    display: block;
}

.trade-size-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
}

.trade-size-box ul li {
    position: relative;
    display: block;
    width: 10%;
    float: left;
    height: 55px;
    cursor: pointer;
}

.trade-size-box ul li+li {
    border-left: 1px solid var(--thm-border-color);
}

.trade-size-box ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: var(--thm-gray-bg);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.trade-size-box ul li:hover::before,
.trade-size-box ul li.active::before {
    width: 100%;
}

.trade-size-box__outer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    width: 100%;
}

.trade-size-box__outer p {
    color: #636560;
    font-size: 16px;
}



.trade-calculator-box form .results-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-black-bg);
    padding: 23px 30px 30px;
}

.trade-calculator-box form .results-box__shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.trade-calculator-box form .results-box__shape1 img {
    width: auto;
}

.trade-calculator-box form .results-box .text {
    position: relative;
    display: block;
}

.trade-calculator-box form .results-box .text p {
    color: var(--thm-body-font-color-2);
}

.trade-calculator-box form .results-box .text h2 {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 2px 0px 21px;
}

.trade-calculator-box form .results-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.trade-calculator-box form .results-box .btn-box .btn-one {
    color: var(--thm-white);
    line-height: 36px;
    border-radius: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.trade-calculator-box form .results-box .btn-box .btn-one::after {
    background: transparent;
    border-radius: 28px;
    border: 1px solid #2d574d;
}

.trade-calculator-box form .results-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.trade-calculator-style1__big-title {
    position: absolute;
    top: 40px;
    right: -85px;
    bottom: 40px;
    overflow: hidden;
}

.trade-calculator-style1__big-title__inner {
    overflow: hidden;
}

.trade-calculator-style1__big-title__inner ul {
    position: relative;
    display: flex;
    align-items: center;
    will-change: transform;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}

.trade-calculator-style1__big-title__inner ul li {
    position: relative;
    display: block;
    margin-top: 50px;
    color: transparent;
    font-size: 100px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(-90deg, #e7eae3, #f2f5ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdfd6;
}



.trade-calculator-content {
    position: relative;
    display: block;
    padding-top: 40px;
}

.trade-calculator-content .sec-title.withtext {
    padding-bottom: 27px;
}

.trade-calculator-content .sec-title .text {
    padding-top: 31px;
}

.trade-calculator-content .list-item {
    position: relative;
    display: block;
}

.trade-calculator-content .list-item ul {
    position: relative;
    display: block;
}

.trade-calculator-content .list-item ul li {
    position: relative;
    display: block;
    padding-left: 38px;
}

.trade-calculator-content .list-item ul li+li {
    margin-top: 12px;
}

.trade-calculator-content .list-item ul li .icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    line-height: 0;
}

.trade-calculator-content .list-item ul li .icon .icon-right-chevron .path1:before {
    color: var(--thm-primary-color);
}

.trade-calculator-content .list-item ul li .icon .icon-right-chevron .path2:before,
.trade-calculator-content .list-item ul li .icon .icon-right-chevron .path3:before {
    color: var(--thm-black);
}

.trade-calculator-content .list-item ul li p {
    margin: 0;
}

.trade-calculator-content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 33px;
}

.trade-calculator-content .bottom-box .icon {
    position: relative;
    display: block;
}

.trade-calculator-content .bottom-box .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--thm-black-bg);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 0;
    margin-right: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.trade-calculator-content .bottom-box .icon a:hover {
    color: var(--thm-black);
    background-color: var(--thm-primary-color);
}

.trade-calculator-content .bottom-box h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.trade-calculator-content .bottom-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.trade-calculator-content .bottom-box h3 a:hover {
    color: var(--thm-primary-color);
}








.trade-calculator-style1--style1 .trade-calculator-box form .results-box .btn-box .btn-one::after {
    background: transparent;
    border-radius: 28px;
    border: 1px solid #353d51;
}

.trade-calculator-style1--style1 .trade-calculator-style1__big-title__inner ul li {
    background-image: linear-gradient(-90deg, #e9e6e1, #f9f7f2);
    -webkit-text-stroke-color: #e3ded1;
}














/*** 
=============================================
    Awards Fact Box Css     
=============================================
***/
.awards-fact-box {
    position: relative;
    display: block;
    background-color: transparent;
    z-index: 20;
}

.awards-fact-box .container {
    max-width: 1300px;
}

.awards-fact-box__inner {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    margin-top: -120px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.awards-fact-box__left {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 820px;
    width: 100%;
    background-color: var(--thm-white);
    padding: 38.97px 50px 38.74px;
}

.awards-fact-box__left .title-box {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}

.awards-fact-box__left .title-box h3 {
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 600;
    line-height: 34px;
}

.award-box {
    position: relative;
    display: block;
}

.award-box ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-left: 1px solid var(--thm-border-color);
}

.award-box ul li {
    position: relative;
    display: block;
}

.award-box ul li+li {
    margin-left: 35px;
}

.single-award-box {
    position: relative;
    display: block;
    width: 110px;
    height: 94px;
    text-align: center;
}

.single-award-box .title {
    position: relative;
    display: block;
    padding-top: 15px;
    z-index: 1;
}

.single-award-box .title h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-award-box .title span {
    color: #6b7e8b;
    font-size: 12px;
    line-height: 26px;
}

.single-award-box .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.awards-fact-box__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
    width: 100%;
    background-color: var(--thm-black-bg);
    padding: 38.97px 50px 38.74px;
}

.awards-fact-box__right .count-box {
    position: relative;
    display: block;
}

.awards-fact-box__right .count-box .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}

.awards-fact-box__right .count-box .odometer-counting h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.awards-fact-box__right .count-box .odometer-counting span {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-bottom: -3px;
}

.awards-fact-box__right .count-box p {
    color: var(--thm-body-font-color-2);
}

.awards-fact-box__right .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #4e8596;
    font-size: 45px;
    line-height: 0;
}

.awards-fact-box__right .icon-box .icon-calendar .path1::before {
    color: transparent;
}

.awards-fact-box__right .icon-box .icon-calendar .path2::before {
    color: var(--thm-primary-color);
}

.awards-fact-box__right .icon-box .icon-calendar .path3::before,
.awards-fact-box__right .icon-box .icon-calendar .path4::before,
.awards-fact-box__right .icon-box .icon-calendar .path5::before,
.awards-fact-box__right .icon-box .icon-calendar .path6::before,
.awards-fact-box__right .icon-box .icon-calendar .path7::before,
.awards-fact-box__right .icon-box .icon-calendar .path8::before {
    color: var(--thm-white);
}
















/*** 
=============================================
    Trading Tools Style1      
=============================================
***/
.trading-tools-style1 {
    background-color: #125c72;
    padding: 120px 0 120px;
}

.trading-tools-style1__bgshape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% + 210px) / 2);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.trading-tools-style1__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.trading-tools-style1__content {
    position: relative;
    display: block;
    max-width: 690px;
}

.trading-tools-style1__content .sec-title {
    padding-bottom: 49px;
}

.trading-tools-style1__content .sec-title h2 {
    color: var(--thm-white);
}



.trading-tools-style1__content-inner {
    position: relative;
    display: block;
    padding-right: 120px;
}

.single-trading-tools-style1 {
    position: relative;
    display: block;
    max-width: 370px;
    background-color: #0e495b;
    padding: 40px 40px 32px;
    border-radius: var(--thm-border-radius);
}

.single-trading-tools-style1 .icon {
    font-size: 70px;
    text-align: center;
}



.single-trading-tools-style1 .icon .icon-transfer .path1:before {
    color: var(--thm-primary-color);
}

.single-trading-tools-style1 .icon .icon-transfer .path2:before,
.single-trading-tools-style1 .icon .icon-transfer .path3:before,
.single-trading-tools-style1 .icon .icon-transfer .path4:before,
.single-trading-tools-style1 .icon .icon-transfer .path5:before,
.single-trading-tools-style1 .icon .icon-transfer .path6:before,
.single-trading-tools-style1 .icon .icon-transfer .path7:before,
.single-trading-tools-style1 .icon .icon-transfer .path8:before {
    color: var(--thm-white);
}



.single-trading-tools-style1 .icon .icon-bill .path1:before {
    color: var(--thm-primary-color);
}

.single-trading-tools-style1 .icon .icon-bill .path2:before {
    color: var(--thm-primary-color);
}

.single-trading-tools-style1 .icon .icon-bill .path3:before {
    color: var(--thm-primary-color);
}


.single-trading-tools-style1 .icon .icon-bill .path4:before {
    color: var(--thm-white);
}

.single-trading-tools-style1 .icon .icon-bill .path5:before {
    color: var(--thm-white);
}

.single-trading-tools-style1 .icon .icon-bill .path6:before {
    color: var(--thm-white);
}






.single-trading-tools-style1 .title-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 0 17px;
    margin-top: 40px;
}

.single-trading-tools-style1 .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-trading-tools-style1 .title-box h3 a {
    color: var(--thm-white);
}

.single-trading-tools-style1 .title-box .counting {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 1px;
}

.single-trading-tools-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
}

.single-trading-tools-style1 .text-box p {
    color: var(--thm-body-font-color-2);
}

.single-trading-tools-style1 .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-trading-tools-style1 .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-trading-tools-style1 .btn-box a i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 10px;
}

.single-trading-tools-style1 .btn-box a:hover {
    color: var(--thm-primary-color);
}


.single-trading-tools-style1__nextitem {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: -100px;
    width: 100px;
    background-color: #0c404f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.single-trading-tools-style1__nextitem.right {
    right: -200px;
    background-color: #0a3744;
    border-top-right-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.single-trading-tools-style1__nextitem .counting-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #b7ced4;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.single-trading-tools-style1__nextitem h3 {
    position: relative;
    display: block;
    color: #b7ced4;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
}

.tools-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin-left: auto;
    margin-top: 60px;
}

.tools-carousel.owl-nav-style-one.owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 150px;
    height: 1px;
    width: 422px;
    background-color: #fff;
    opacity: 0.20;
}

.tools-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #598c9c;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    color: var(--thm-body-font-color-2);
}

.tools-carousel.owl-carousel .owl-stage-outer .owl-item {}

.tools-carousel.owl-carousel .owl-stage-outer .owl-item.active {}



/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(0, 2, 19);
    background: linear-gradient(50deg, rgba(0, 2, 19, 1) 10%, rgba(5, 22, 140, 1) 60%, rgba(0, 2, 19, 1) 90%);
    z-index: 10;
}

.coming-soon-page-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.20;
    z-index: -1;
}

.coming-soon-page-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 2, 19);
    background: linear-gradient(50deg, rgba(0, 2, 19, 1) 10%, rgba(5, 22, 140, 1) 60%, rgba(0, 2, 19, 1) 90%);
}

.coming-soon-page-style1__content {
    position: relative;
    display: block;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page-style1__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page-style1__content .big-title {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--thm-white);
    word-spacing: 15px;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0 42px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-color: var(--thm-base);
    border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: var(--thm-font);
}

.coming-soon-page-style1__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page-style1__content .inner .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}



.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    height: 70px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ffffff !important;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 195px;
    background: var(--thm-primary-color);
    border-radius: 7px;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input[type="email"]:focus {
    color: var(--thm-black);
}

.subscribe-box-style1 form input[type="email"]:focus+button,
.subscribe-box-style1 form button:hover {
    color: var(--thm-black);
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input::-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-ms-input-placeholder {
    color: #444444;
}




/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    background: rgb(0, 2, 19);
    background: linear-gradient(50deg, rgba(0, 2, 19, 1) 10%, rgba(5, 22, 140, 1) 60%, rgba(0, 2, 19, 1) 90%);
}

.error-page__shape1 {
    position: absolute;
    top: 65px;
    left: 0;
    opacity: .06;
    mix-blend-mode: luminosity;
}

.error-page__shape2 {
    position: absolute;
    right: 0;
    bottom: 65px;
    opacity: .06;
    mix-blend-mode: luminosity;
}

.error-page__shape1 img {
    width: auto;
}

.error-page .big-title {
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255, .02);
    -webkit-text-stroke: 1px rgb(255, 255, 255, .05);
    font-size: 550px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-style: normal;
}

.error-page-content-box {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.error-page-img1 {
    position: absolute;
    top: 3px;
    left: 75px;
}

.error-page-img1 img {
    width: auto;
}

.error-page-content-box .icon-box {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 0;
}

.error-page-content-box .icon-box .icon-error .path1:before,
.error-page-content-box .icon-box .icon-error .path2:before,
.error-page-content-box .icon-box .icon-error .path3:before {
    color: var(--thm-white);
}

.error-page-content-box .icon-box .icon-error .path4:before {
    color: var(--thm-primary-color);
}


.error-page-content-box .title {
    position: relative;
    display: block;
    padding-top: 20px;
}

.error-page-content-box .title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.error-page-content-box .text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.error-page-content-box .text p {
    color: var(--thm-body-font-color-2);
}

.error-page-content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
}

.error-page-content-box .btn-box .btn-one {
    color: var(--thm-black);
    border-radius: 30px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.error-page-content-box .btn-box .btn-one::after {
    background-color: var(--thm-white);
}

.error-page-content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.error-page-content-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    color: var(--thm-black);
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}




.error-page__scrolling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-white);
    padding: 19px 0px 18px;
    z-index: 10;
}

.error-page__scrolling2 {
    top: auto;
    bottom: 0;
}

.error-page__scrolling .inner {
    position: relative;
    display: block;
}

.error-page__scrolling .inner ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.error-page__scrolling .inner ul li {
    position: relative;
    display: block;
    white-space: nowrap;
    float: left;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 100px;
    transition: all .4s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}




































/*** 
==========================
    Faq Page One Css      
==========================
***/
.faq-page-one {
    background-color: var(--thm-white);
    padding: 140px 0px 120px;
}

.faq-page-one__tab {
    position: relative;
    display: block;
}

.faq-page-one__content {
    position: relative;
    display: block;
    top: -5px;
}

.faq-page-one__tab-btn {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li+li {
    margin-top: 15px;
}

.faq-page-one__content .tabs-button-box li .title {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.faq-page-one__content .tabs-button-box li .title p {
    color: #a9a7a6;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .tabs-button-box li:hover .title p,
.faq-page-one__content .tabs-button-box li.active-btn-item .title p {
    color: var(--thm-black);
}

.faq-page-one__content .tabs-button-box li .title .icon {
    position: relative;
    display: block;
    opacity: 0;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-left: 10px;
    transform: translateX(-20px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-page-one__content .tabs-button-box li:hover .title .icon,
.faq-page-one__content .tabs-button-box li.active-btn-item .title .icon {
    opacity: 1;
    transform: translateX(0px);
}



.faq-page-one__content .question-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    background: linear-gradient(90deg, rgba(245, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 22px 25px 23px;
    padding-right: 0;
    margin-top: 51px;
}

.faq-page-one__content .question-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 70px;
    background-color: var(--thm-primary-color);
}

.faq-page-one__content .question-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 35px;
    line-height: 0px;
    top: 8px;
}

.faq-page-one__content .question-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.faq-page-one__content .question-box .title h5 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.faq-page-one__content .question-box .title p {
    margin: 0;
}

.faq-page-one__content .question-box .title p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .question-box .title p a:hover {
    color: var(--thm-primary-color);
}



.faq-page-one__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-left: 0px;
}

.faq-page-one__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-page-one__tab .tab-content-box-item .faq-page-one__content-tab-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active .faq-page-one__content-tab-item {
    opacity: 1;
    transform: translateY(0px);
}






/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}

.cursor::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    background-color: var(--thm-primary-color);
    opacity: 0.30;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: none;
}

.cursor-follower.active {
    opacity: 0.10;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */






#ui-datepicker-div.ui-widget-content {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-black) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary-color);
    border-radius: 0;
    color: var(--thm-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

.icon-infinity {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 0 !important;
    line-height: 0;
    color: #62d6d2 !important;
    background-color: #62d6d2 !important;

    -webkit-mask-image: url("../images/resources/infinity-slider-icon.png");
    mask-image: url("../images/resources/infinity-slider-icon.png");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: 82px auto;
    mask-size: 82px auto;
}

/* One consistent title badge across all three Home hero slides. */
.main-slider-style2 .content-box .big-title .hero-slide-mark {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.main-slider-style2 .content-box .big-title .hero-slide-mark > img {
    position: relative;
    top: 0;
    left: auto;
    display: block;
    width: 96px;
    height: 96px;
    max-width: none;
    object-fit: contain;
    transform: none;
    z-index: 2;
}

.main-slider-style2 .content-box .big-title .hero-slide-mark > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 86px;
    color: #62d6d2 !important;
    -webkit-text-fill-color: #62d6d2;
    font-size: 72px;
    line-height: 1;
    z-index: 2;
}

.main-slider-style2 .content-box .big-title .hero-slide-mark > span::before {
    color: #62d6d2 !important;
    -webkit-text-fill-color: #62d6d2;
}

.market-style1 .single-market-style1 .content-box {
    min-height: 514px;
    display: flex;
    flex-direction: column;
}

.market-style1 .single-market-style1 .content-box .btn-box {
    margin-top: auto;
}

.trading-tools-style1__bgimg {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}

/* =========================================
   How We Work - Equal Cards
========================================= */

.account-style3__tab .single-account-style3 > .row {
    display: flex;
    align-items: stretch;
}

/* تثبيت الأعمدة */
.account-style3__tab .single-account-style3 .col-xl-7,
.account-style3__tab .single-account-style3 .col-xl-5 {
    display: flex;
}

/* البطاقتان بنفس الارتفاع */
.account-style3__tab .account-style3__left,
.account-style3__tab .account-style3__right {
    width: 100%;
    height: 543px !important;
    min-height: 543px !important;
}

/* البطاقة الوسطى */
.account-style3__tab .account-style3__left {
    display: flex;
    flex-direction: column;
}

/* تثبيت منطقة المحتوى */
.account-style3__tab .account-style3__left .content-box {
    height: 215px !important;
    min-height: 215px !important;
    padding-bottom: 20px !important;
    flex-shrink: 0;
}

/* تثبيت العنوان */
.account-style3__tab .account-style3__left .title h3 {
    height: 40px !important;
    margin-bottom: 14px;
    overflow: hidden;
}

/* تثبيت الوصف */
.account-style3__tab .account-style3__left .title p {
    height: 84px !important;
    min-height: 84px !important;
    overflow: hidden;
}

/* الصورة الرئيسية */
.account-style3__tab .account-style3__left .img-box {
    width: 344px !important;
    height: 228px !important;
    margin: auto auto 0;
    flex-shrink: 0;
}

.account-style3__tab .account-style3__left .img-box img {
    width: 344px !important;
    height: 228px !important;
    object-fit: cover;
    display: block;
}

/* البطاقة اليمنى */
.account-style3__tab .account-style3__right {
    display: flex;
    flex-direction: column;
}

/* مربع المرحلة */
.account-style3__tab .account-style3__right .top-box {
    width: 100%;
    height: 119px !important;
    min-height: 119px !important;
    flex-shrink: 0;
}

/* الصورة الجانبية */
.account-style3__tab .account-style3__right .img-box {
    width: 100% !important;
    height: 336px !important;
    margin-top: auto !important;
    flex-shrink: 0;
}

.account-style3__tab .account-style3__right .img-box img {
    width: 100% !important;
    height: 336px !important;
    object-fit: cover;
    display: block;
}
@media only screen and (max-width: 991px) {

    .account-style3__tab .single-account-style3 > .row {
        display: block;
    }

    .account-style3__tab .single-account-style3 .col-xl-7,
    .account-style3__tab .single-account-style3 .col-xl-5 {
        display: block;
    }

    .account-style3__tab .account-style3__left,
    .account-style3__tab .account-style3__right {
        height: auto !important;
        min-height: 0 !important;
    }

    .account-style3__tab .account-style3__left .content-box,
    .account-style3__tab .account-style3__left .title h3,
    .account-style3__tab .account-style3__left .title p,
    .account-style3__tab .account-style3__right .top-box {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible;
    }
}


/*--------------------------------------------------
# End Css 
----------------------------------------------------*/
/* =========================================
   Infinity Clients Marquee
========================================= */
.infinity-clients {
    position: relative;
    overflow: hidden;
    padding: 115px 0 120px;
    background: #f1f8f8;
}

.infinity-clients .sec-title {
    margin-bottom: 55px;
}

.clients-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2px 0;
}

.clients-marquee::before,
.clients-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    z-index: 2;
    pointer-events: none;
}

.clients-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f1f8f8 0%, rgba(241, 248, 248, 0) 100%);
}

.clients-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f1f8f8 0%, rgba(241, 248, 248, 0) 100%);
}

.clients-marquee--second {
    margin-top: 22px;
}

.clients-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.clients-group {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 22px;
}

.clients-track--forward {
    animation: infinityClientsForward 34s linear infinite;
}

.clients-track--reverse {
    animation: infinityClientsReverse 31s linear infinite;
}

.clients-marquee:hover .clients-track {
    animation-play-state: paused;
}

.client-logo {
    width: 220px;
    height: 112px;
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 28px;
    border: 1px solid #e2ecec;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(4, 42, 55, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(4, 42, 55, 0.11);
}

.client-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

@keyframes infinityClientsForward {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes infinityClientsReverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media only screen and (max-width: 767px) {
    .infinity-clients {
        padding: 80px 0;
    }

    .infinity-clients .sec-title {
        margin-bottom: 40px;
    }

    .clients-marquee::before,
    .clients-marquee::after {
        width: 45px;
    }

    .clients-group {
        gap: 14px;
        padding-right: 14px;
    }

    .client-logo {
        width: 170px;
        height: 92px;
        flex-basis: 170px;
        padding: 18px 22px;
    }

    .client-logo img {
        max-height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clients-track {
        animation-play-state: paused;
    }
}

/* =========================================
   Infinity Clients Section
========================================= */

.infinity-clients {
    position: relative;
    overflow: hidden;
    padding: 115px 0 120px;
    background-color: #f1f8f8;
}

.infinity-clients .sec-title {
    margin-bottom: 55px;
}


/* Logos Rows */

.clients-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2px 0;
}

.clients-marquee--second {
    margin-top: 22px;
}


/* Gradient at the Edges */

.clients-marquee::before,
.clients-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    z-index: 2;
    pointer-events: none;
}

.clients-marquee::before {
    left: 0;
    background: linear-gradient(
        90deg,
        #f1f8f8 0%,
        rgba(241, 248, 248, 0) 100%
    );
}

.clients-marquee::after {
    right: 0;
    background: linear-gradient(
        270deg,
        #f1f8f8 0%,
        rgba(241, 248, 248, 0) 100%
    );
}


/* Moving Track */

.clients-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.clients-group {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 22px;
}


/* Movement Direction */

.clients-track--forward {
    animation: infinityClientsForward 34s linear infinite;
}

.clients-track--reverse {
    animation: infinityClientsReverse 31s linear infinite;
}


/* Pause Movement on Hover */

.clients-marquee:hover .clients-track {
    animation-play-state: paused;
}


/* Single Logo Card */

.client-logo {
    width: 220px;
    height: 112px;
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 28px;
    border: 1px solid #e2ecec;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(4, 42, 55, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(4, 42, 55, 0.11);
}

.client-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}


/* Movement Animation */

@keyframes infinityClientsForward {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes infinityClientsReverse {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* Mobile */

@media only screen and (max-width: 767px) {

    .infinity-clients {
        padding: 80px 0;
    }

    .infinity-clients .sec-title {
        margin-bottom: 40px;
    }

    .infinity-clients .sec-title .text br {
        display: none;
    }

    .clients-marquee::before,
    .clients-marquee::after {
        width: 45px;
    }

    .clients-group {
        gap: 14px;
        padding-right: 14px;
    }

    .client-logo {
        width: 170px;
        height: 92px;
        flex-basis: 170px;
        padding: 18px 22px;
    }

    .client-logo img {
        max-height: 52px;
    }
}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .clients-track {
        animation-play-state: paused;
    }
}

/* =========================================
   Infinity Company Profile Icons
========================================= */

.ebook-style1__content .list-item ul li {
    display: flex;
    align-items: flex-start;
}

.ebook-style1__content .list-item ul li .profile-check-icon {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    border-radius: 50%;
    background-color: #62dcd9;
}

.ebook-style1__content .list-item ul li .profile-check-icon i {
    position: static;
    width: auto;
    height: auto;
    color: #0b3a49;
    font-size: 14px;
    line-height: 1;
    transform: none;
}

.ebook-style1__content .list-item ul li .text {
    flex: 1;
}

.ebook-style1__content .list-item ul li .text p {
    margin: 0;
}

/* Infinity Closing Slogan */

.slogan-style2__bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slogan-style2__big-title .item {
    text-transform: uppercase;
}

/* Infinity Water Background Animation */

.slogan-style2__bg {
    background-size: 115% 115%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: infinityWaterFlow 12s ease-in-out infinite alternate;
}

@keyframes infinityWaterFlow {

    0% {
        background-position: 0% 45%;
        transform: scale(1);
    }

    50% {
        background-position: 50% 55%;
        transform: scale(1.025);
    }

    100% {
        background-position: 100% 45%;
        transform: scale(1);
    }
}

@media only screen and (max-width: 767px) {

    .slogan-style2__bg {
        background-size: cover;
        animation-duration: 18s;
    }
}

/* Footer Social Media Icons */

.footer-social-links ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social-links ul li {
    margin: 0 !important;
}

.footer-social-links ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.footer-social-links ul li a i {
    font-size: 15px;
}

.footer-social-links ul li a:hover {
    color: #0c3744;
    border-color: #62dcd9;
    background-color: #62dcd9;
}


.header-logo-box-style3 a img {
    display: block;
    width: 250px !important;
    height: auto !important;
    object-fit: contain;
}

.sticky-logo-box-style1 a img {
    display: block;
    width: 200px !important;
    height: auto !important;
    object-fit: contain;
}
/* Infinity Blue Sidebar Logo */

.info-sidebar .infinity-sidebar-main-logo {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.info-sidebar .infinity-sidebar-main-logo a {
    display: block;
    text-align: center;
}

.info-sidebar .infinity-sidebar-main-logo img {
    display: block;
    width: 210px !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    object-fit: contain;
}

/* Header Top Bar Font Size */

.main-header-style3__content-top li .text p,
.main-header-style3__content-top li .text p a {
    font-size: 14px !important;
    line-height: 22px !important;
}

/* =========================================
   Infinity Header Menu Alignment
========================================= */

@media only screen and (min-width: 1200px) {

    /* Logo Area */
    .main-header-style3__content-bottom-left {
        flex: 0 0 210px;
    }

    /* Center Menu Area */
    .main-header-style3__content-bottom-middle {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }

    .main-header-style3__content-bottom-middle .main-menu,
    .main-header-style3__content-bottom-middle .main-menu__wrapper,
    .main-header-style3__content-bottom-middle .main-menu__wrapper-inner,
    .main-header-style3__content-bottom-middle .main-menu-style1__left {
        width: 100%;
    }

    .main-header-style3__content-bottom-middle .main-menu__wrapper-inner {
        justify-content: center;
    }

    .main-header-style3__content-bottom-middle .main-menu-box {
        float: none;
        width: 100%;
        margin: 0;
    }

    /* Navigation List */
    .main-header-style3__content-bottom-middle .main-menu__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(18px, 1.8vw, 38px);
        width: 100%;
    }

    /* Remove Old Template Spacing */
    .main-header-style3__content-bottom-middle
    .main-menu__list > li + li {
        margin-left: 0 !important;
    }

    .main-header-style3__content-bottom-middle
    .main-menu__list > li {
        margin: 0 !important;
    }

    /* Right Area */
    .main-header-style3__content-bottom-right {
        flex: 0 0 250px;
        justify-content: flex-end;
    }
}

/* =========================================
   Infinity Header Menu Compact Size
========================================= */

@media only screen and (min-width: 1200px) {

    /* Give More Space to the Menu */
    .main-header-style3__content-bottom-left {
        flex-basis: 190px;
    }

    .main-header-style3__content-bottom-right {
        flex-basis: 235px;
    }

    /* Reduce Equal Spacing */
    .main-header-style3__content-bottom-middle
    .main-menu__list {
        gap: 22px !important;
    }

    /* Remove Any Additional Margins */
    .main-header-style3__content-bottom-middle
    .main-menu__list > li,
    .main-header-style3__content-bottom-middle
    .main-menu__list > li + li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Reduce Menu Font Size */
    .main-header-style3__content-bottom-middle
    .main-menu__list > li > a {
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .main-header-style3__content-bottom-middle
    .main-menu__list {
        gap: 17px !important;
    }

    .main-header-style3__content-bottom-middle
    .main-menu__list > li > a {
        font-size: 15px !important;
    }

    .main-header-style3__content-bottom-left {
        flex-basis: 165px;
    }

    .main-header-style3__content-bottom-right {
        flex-basis: 220px;
    }
}
/* =========================================
   Infinity Sticky Header Alignment
========================================= */

@media only screen and (min-width: 1200px) {

    /* Use Full Screen Width */
    .stricky-header--style2 .main-menu__wrapper-inner {
        width: 100%;
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40px !important;
        margin: 0;
    }

    /* Sticky Logo */
    .stricky-header--style2 .sticky-logo-box-style1 {
        flex: 0 0 175px;
    }

    .stricky-header--style2
    .sticky-logo-box-style1 img {
        width: 165px !important;
        height: auto !important;
    }

    /* Center Navigation */
    .stricky-header--style2 .main-menu-style1__left {
        flex: 1;
        min-width: 0;
    }

    .stricky-header--style2 .main-menu-box {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    .stricky-header--style2 .main-menu__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
        width: 100%;
    }

    /* Remove Old Spacing */
    .stricky-header--style2
    .main-menu__list > li,
    .stricky-header--style2
    .main-menu__list > li + li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Sticky Menu Text */
    .stricky-header--style2
    .main-menu__list > li > a {
        font-size: 16px !important;
        line-height: 22px !important;
        white-space: nowrap;
    }

    /* Search and Company Info */
    .stricky-header--style2
    .main-header-style3__content-bottom-right {
        flex: 0 0 250px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .stricky-header--style2
    .side-content-button-style1 .title h4 {
        font-size: 16px !important;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .stricky-header--style2 .main-menu__wrapper-inner {
        padding: 0 20px !important;
    }

    .stricky-header--style2 .sticky-logo-box-style1 {
        flex-basis: 155px;
    }

    .stricky-header--style2
    .sticky-logo-box-style1 img {
        width: 145px !important;
    }

    .stricky-header--style2 .main-menu__list {
        gap: 15px;
    }

    .stricky-header--style2
    .main-menu__list > li > a {
        font-size: 14px !important;
    }

    .stricky-header--style2
    .main-header-style3__content-bottom-right {
        flex-basis: 210px;
    }

    .stricky-header--style2
    .side-content-button-style1 .title h4 {
        font-size: 14px !important;
    }
}
/* Infinity Clients Rows */
.infinity-clients .clients-marquee {
    margin-top: 24px;
}

.infinity-clients .clients-marquee--second,
.infinity-clients .clients-marquee--third {
    margin-top: 20px;
}

/* Larger Logo Cards */
.infinity-clients .client-logo {
    width: 235px;
    height: 125px;
    flex: 0 0 235px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.infinity-clients .client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Slower and More Balanced Movement */
.infinity-clients .clients-track--forward {
    animation-duration: 55s;
}

.infinity-clients .clients-track--reverse {
    animation-duration: 115s;
}

/* Space Below Final Row */
.infinity-clients .clients-marquee--third {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .infinity-clients .clients-marquee {
        margin-top: 16px;
    }

    .infinity-clients .client-logo {
        width: 195px;
        height: 110px;
        flex: 0 0 195px;
        padding: 4px 6px;
    }

    .infinity-clients .clients-track--forward {
        animation-duration: 45s;
    }

    .infinity-clients .clients-track--reverse {
        animation-duration: 95s;
    }
}
/* Enlarge Client Logos Inside Cards */
.infinity-clients .client-logo {
    padding: 0 !important;
}

.infinity-clients .client-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.18);
    transition: transform 0.3s ease;
}


/* =========================================
   About Infinity Breadcrumb
========================================= */

.breadcrumb-style1.about-breadcrumb {
    position: relative;
    background: #031c2b;
}

/* Remove Template Empty Space */
.breadcrumb-style1.about-breadcrumb .breadcrumb-style1__inner {
    margin-top: 0;
}

/* Background Image */
.breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
    opacity: 1;
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Light Overlay for Text Readability */
.breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 19, 31, 0.28);
}

/* Breadcrumb Content and Height */
.breadcrumb-style1.about-breadcrumb .inner-content {
    position: relative;
    z-index: 2;
    min-height: 420px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Page Title */
.breadcrumb-style1.about-breadcrumb .title {
    position: relative;
    z-index: 3;
    margin: 0;
}

.breadcrumb-style1.about-breadcrumb .title h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0;
}


/* Tablet */
@media only screen and (max-width: 991px) {
    .breadcrumb-style1.about-breadcrumb .inner-content {
        min-height: 360px;
    }

    .breadcrumb-style1.about-breadcrumb .title h2 {
        font-size: 50px;
    }

    .breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
        background-position: 58% center;
    }
}


/* Mobile */
@media only screen and (max-width: 767px) {
    .breadcrumb-style1.about-breadcrumb .inner-content {
        min-height: 300px;
    }

    .breadcrumb-style1.about-breadcrumb .title h2 {
        font-size: 40px;
    }

    .breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
        background-position: 65% center;
    }

    .breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg::before {
        background: rgba(1, 19, 31, 0.38);
    }
}


/* Stronger About Breadcrumb Animation */
.breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
    transform: scale(1.05);
    transform-origin: center center;
    animation: aboutBreadcrumbMotion 11s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes aboutBreadcrumbMotion {
    0% {
        transform: scale(1.05) translateX(0);
    }

    50% {
        transform: scale(1.10) translateX(-1.5%);
    }

    100% {
        transform: scale(1.15) translateX(-2.5%);
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
        animation-duration: 14s;
    }

    @keyframes aboutBreadcrumbMotion {
        0% {
            transform: scale(1.08) translateX(0);
        }

        100% {
            transform: scale(1.15) translateX(-1.5%);
        }
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .breadcrumb-style1.about-breadcrumb .breadcrumb-style1-bg {
        animation: none;
        transform: scale(1.05);
    }
}


/* About Infinity Support Icon */
.about-style2 .experience-box .infinity-support-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-style2 .experience-box .infinity-support-icon i {
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
}

/* Infinity Statement Image Hover Color */
.single-statement-style1__img::before {
    background: linear-gradient(
        180deg,
        rgba(20, 103, 124, 0) 0%,
        rgba(20, 103, 124, 0.35) 45%,
        rgba(20, 103, 124, 0.88) 100%
    ) !important;
}

/* =========================================
   Infinity Centered Fact Counter Cards
========================================= */

/* Equal Columns */
.fact-counter-style1-instyle2 .row > div {
    display: flex;
}

/* Equal and Centered Cards */
.fact-counter-style1-instyle2 .single-fact-counter-style1 {
    width: 100%;
    height: 270px;
    min-height: 270px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Number and Description */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .count-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Center Number */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .odometer-counting {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Equal Number Size */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .odometer-counting h2,
.fact-counter-style1-instyle2
.single-fact-counter-style1 .odometer-counting span {
    font-size: 46px;
    line-height: 1;
}

/* Description Under Number */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .count-box p {
    min-height: 52px;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

/* Icon and Title Under Description */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .bottom-box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

/* Center Icon */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .bottom-box .icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Equal SVG Icon Size */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .bottom-box .icon svg {
    width: 42px;
    height: 42px;
    display: block;
}

/* Center Bottom Title */
.fact-counter-style1-instyle2
.single-fact-counter-style1 .bottom-box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}


/* Mobile */
@media only screen and (max-width: 575px) {
    .fact-counter-style1-instyle2
    .single-fact-counter-style1 {
        height: 265px;
        min-height: 265px;
    }

    .fact-counter-style1-instyle2
    .single-fact-counter-style1 .bottom-box h3 {
        white-space: normal;
    }
}

/* Large Sector Card Number */
.single-team-style1 .sector-number-box {
    min-height: 170px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.single-team-style1 .sector-card-number {
    margin: 0;
    color: rgba(20, 103, 124, 0.08);
    font-size: 108px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -7px;
    text-align: center;
    -webkit-text-stroke: 1.5px rgba(20, 103, 124, 0.42);
}
@media only screen and (max-width: 575px) {
    .single-team-style1 .sector-card-number {
        font-size: 82px;
        letter-spacing: -5px;
    }
}

/* =========================================
   Infinity Sectors Cards
========================================= */

.infinity-sectors-section .row {
    align-items: stretch;
}

.infinity-sectors-section .row > div {
    display: flex;
    margin-bottom: 30px;
}

.infinity-sectors-section .single-team-style1 {
    width: 100%;
    min-height: 410px;
    display: flex;
    flex-direction: column;
}

/* الجزء العلوي: الصورة والرقم */
.infinity-sectors-section .single-team-style1 .top-box {
    width: 100%;
    height: 220px;
    min-height: 220px;
    padding: 25px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* تثبيت مقاس جميع الصور */
.infinity-sectors-section .single-team-style1 .top-box .img-box {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
    flex: 0 0 180px;
    overflow: hidden;
}

.infinity-sectors-section .single-team-style1 .top-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* مساحة الرقم */
.infinity-sectors-section .sector-number-box {
    width: calc(100% - 190px);
    height: 180px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.infinity-sectors-section .sector-card-number {
    margin: 0;
    color: rgba(20, 103, 124, 0.06);
    font-size: 92px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -6px;
    text-align: center;
    -webkit-text-stroke: 1.5px rgba(20, 103, 124, 0.42);
}

/* منطقة العنوان والوصف */
.infinity-sectors-section .single-team-style1 .middle-box {
    min-height: 98px;
    padding: 18px 23px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.infinity-sectors-section .single-team-style1 .middle-box h3 {
    min-height: 30px;
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 30px;
}

.infinity-sectors-section .single-team-style1 .middle-box p {
    min-height: 25px;
    margin: 0;
    line-height: 25px;
}

/* تثبيت الجزء السفلي في نفس المكان */
.infinity-sectors-section .single-team-style1 .bottom-box {
    width: 100%;
    min-height: 62px;
    margin-top: auto;
    padding: 15px 23px;
    display: flex;
    align-items: center;
}

.infinity-sectors-section .single-team-style1 .bottom-box .left {
    display: flex;
    align-items: center;
}

.infinity-sectors-section .single-team-style1 .bottom-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* الشاشات المتوسطة */
@media only screen and (max-width: 1199px) {
    .infinity-sectors-section .single-team-style1 {
        min-height: 410px;
    }
}

/* الموبايل */
@media only screen and (max-width: 575px) {
    .infinity-sectors-section .single-team-style1 .top-box {
        height: 200px;
        min-height: 200px;
        padding: 20px 15px;
    }

    .infinity-sectors-section .single-team-style1 .top-box .img-box {
        width: 155px;
        height: 155px;
        min-width: 155px;
        min-height: 155px;
        flex-basis: 155px;
    }

    .infinity-sectors-section .sector-number-box {
        width: calc(100% - 165px);
        height: 155px;
        min-height: 155px;
    }

    .infinity-sectors-section .sector-card-number {
        font-size: 72px;
    }
}

/* تحريك 01 و02 و03 ناحية الصور مباشرة */
.infinity-sectors-section .sector-card-number {
    position: relative !important;
    left: -4px !important;
    transform: none !important;
}
/* لون Hover لجميع صور القطاعات */
.infinity-sectors-section .single-team-style1 .top-box .img-box::before,
.infinity-sectors-section .single-team-style1 .top-box .img-box::after {
    background: #14677c !important;
}

.infinity-sectors-section .single-team-style1:hover .top-box .img-box::before,
.infinity-sectors-section .single-team-style1:hover .top-box .img-box::after {
    background: rgba(20, 103, 124, 0.78) !important;
}

/* تغيير التدرج الأخضر فوق صورة الشراكات إلى ألوان Infinity */
.partner-style1--about-page .partner-style1__img::after {
    background: linear-gradient(
        180deg,
        rgba(20, 103, 124, 0) 0%,
        rgba(20, 103, 124, 0.48) 40%,
        rgba(20, 103, 124, 0.95) 85%,
        rgba(20, 103, 124, 1) 100%
    ) !important;
}

/* إظهار التدرج عند الوقوف على الصورة */
.partner-style1--about-page .partner-style1__img:hover::after {
    opacity: 1 !important;
    background: linear-gradient(
        180deg,
        rgba(20, 103, 124, 0) 0%,
        rgba(20, 103, 124, 0.48) 40%,
        rgba(20, 103, 124, 0.95) 85%,
        rgba(20, 103, 124, 1) 100%
    ) !important;
}

/* =========================================
   Infinity Footer Customization
========================================= */

/* Full White Logo */
.footer-style3 .footer-infinity-logo {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-style3 .footer-infinity-logo a {
    display: inline-block;
}

.footer-style3 .footer-infinity-logo img {
    width: 185px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Regional Flags */
.footer-style3 .footer-regional-presence {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.footer-style3 .footer-country-flags {
    display: grid;
    grid-template-columns: repeat(2, 48px);
    gap: 8px;
    flex: 0 0 auto;
}

.footer-style3 .footer-country {
    width: 48px;
    height: 32px;
    padding: 2px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-style3 .footer-country img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 3px;
}

/* The UAE source includes generous white margins; enlarge it inside the clipped flag card. */
.footer-style3 .footer-country img[alt="United Arab Emirates"] {
    transform: scale(1.75);
}

.footer-style3 .regional-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 25px;
}

/* Contact & Support */
.footer-style3 .footer-contact-support {
    position: relative;
    display: block;
    padding-top: 5px;
}

.footer-style3 .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-style3 .footer-contact-item:last-child {
    border-bottom: 0;
}

.footer-style3 .footer-contact-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63d8d8;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(99, 216, 216, 0.12);
    border: 1px solid rgba(99, 216, 216, 0.30);
}

.footer-style3 .footer-contact-content {
    flex: 1;
}

.footer-style3 .footer-contact-content h4 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.footer-style3 .footer-contact-content p,
.footer-style3 .footer-contact-content a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 23px;
    transition: color 0.3s ease;
}

.footer-style3 .footer-contact-content a:hover {
    color: #63d8d8;
}

/* Regional Phone List */
.footer-style3 .footer-phone-list {
    margin: 0;
    padding: 0;
}

.footer-style3 .footer-phone-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 5px;
}

.footer-style3 .footer-phone-list li:last-child {
    margin-bottom: 0;
}

.footer-style3 .footer-phone-list span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    .footer-style3 .footer-infinity-logo img {
        width: 170px;
    }

    .footer-style3 .footer-contact-item {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer-style3 .footer-regional-presence {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-style3 .footer-country-flags {
        grid-template-columns: repeat(4, 45px);
    }

    .footer-style3 .footer-country {
        width: 45px;
        height: 30px;
    }

    .footer-style3 .footer-phone-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
}

/* =========================================
   Contact & Support Footer Refinement
========================================= */

/* إلغاء الإزاحة التي تضيق العمود */
.footer-style3 .single-footer-widget-style3.ml20 {
    margin-left: 0 !important;
    padding: 0 12px;
}

/* المسافة أسفل العنوان */
.footer-style3 .single-footer-widget-style3 .title1 {
    margin-bottom: 22px;
}

/* توزيع مجموعات التواصل */
.footer-style3 .footer-contact-support {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 0;
}

/* كل مجموعة داخل بطاقة */
.footer-style3 .footer-contact-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    transition: all 0.3s ease;
}

.footer-style3 .footer-contact-item:hover {
    background: rgba(99, 216, 216, 0.08);
    border-color: rgba(99, 216, 216, 0.28);
    transform: translateY(-2px);
}

/* الأيقونات */
.footer-style3 .footer-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #63d8d8;
    font-size: 17px;
    border-radius: 50%;
    background: rgba(99, 216, 216, 0.10);
    border: 1px solid rgba(99, 216, 216, 0.25);
}

/* محتوى المجموعة */
.footer-style3 .footer-contact-content {
    width: calc(100% - 55px);
    flex: 1;
    min-width: 0;
}

.footer-style3 .footer-contact-content h4 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.footer-style3 .footer-contact-content p,
.footer-style3 .footer-contact-content > a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 22px;
}

/* السماح للبريد بالنزول لسطر جديد عند الحاجة */
.footer-style3 .footer-contact-content > a {
    display: inline-block;
    overflow-wrap: anywhere;
}

/* قائمة أرقام الدول */
.footer-style3 .footer-phone-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-style3 .footer-phone-list li {
    width: 100%;
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.footer-style3 .footer-phone-list li:last-child {
    margin-bottom: 0;
}

.footer-style3 .footer-phone-list li span {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.footer-style3 .footer-phone-list li a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    white-space: nowrap;
}

.footer-style3 .footer-phone-list li a:hover,
.footer-style3 .footer-contact-content > a:hover {
    color: #63d8d8;
}

/* الشاشات المتوسطة */
@media only screen and (max-width: 1199px) {
    .footer-style3 .single-footer-widget-style3.ml20 {
        padding: 0;
    }

    .footer-style3 .footer-contact-item {
        max-width: 420px;
    }
}

/* الموبايل */
@media only screen and (max-width: 575px) {
    .footer-style3 .footer-phone-list li {
        grid-template-columns: 85px 1fr;
    }

    .footer-style3 .footer-contact-item {
        padding: 13px 12px;
    }
}
/* تكبير شعار Infinity داخل الفوتر */
.footer-style3 .footer-infinity-logo img {
    width: 280px !important;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
@media only screen and (max-width: 1199px) {
    .footer-style3 .footer-infinity-logo img {
        width: 210px !important;
    }
}
@media only screen and (max-width: 575px) {
    .footer-style3 .footer-infinity-logo img {
        width: 190px !important;
    }
}

/* =========================================
   About Infinity Glass Background Title
========================================= */

.about-breadcrumb {
    position: relative;
    overflow: hidden;
}

.about-breadcrumb .breadcrumb-style1__inner {
    position: relative;
    overflow: hidden;
}

/* مساحة العنوان داخل صورة الـBreadcrumb */
.about-breadcrumb .inner-content {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* وضع العنوان في منتصف الصورة */
.about-breadcrumb .title {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 30px;
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: 3;
}

/* عنوان About Infinity */
.about-breadcrumb .title h2 {
    width: 100%;
    margin: 0 !important;

    /* نوع الخط وحجمه */
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: clamp(85px, 8vw, 150px) !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    /* منع تداخل الحروف */
    letter-spacing: 3px !important;
    word-spacing: 16px;
    white-space: nowrap;

    /* التأثير الزجاجي الشفاف */
    color: rgba(255, 255, 255, 0.14) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.14) !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);

    text-shadow:
        0 2px 12px rgba(255, 255, 255, 0.07),
        0 8px 30px rgba(0, 24, 48, 0.15);

    /* تحسين عرض الحركة */
    will-change: transform;
    transform: translateX(0);

    /* حركة بطيئة بدون تكبير أو تصغير */
    animation: infinityAboutTitleMove 14s ease-in-out infinite alternate;
}

/* حركة أفقية هادئة */
@keyframes infinityAboutTitleMove {
    0% {
        transform: translateX(-22px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(22px);
    }
}

/* الشاشات المتوسطة */
@media only screen and (max-width: 1199px) {
    .about-breadcrumb .inner-content {
        min-height: 380px;
    }

    .about-breadcrumb .title h2 {
        font-size: clamp(72px, 9vw, 110px) !important;
        letter-spacing: 2px !important;
        word-spacing: 11px;
    }
}

/* التابلت والموبايل */
@media only screen and (max-width: 767px) {
    .about-breadcrumb .inner-content {
        min-height: 320px;
    }

    .about-breadcrumb .title {
        padding: 0 15px;
    }

    .about-breadcrumb .title h2 {
        font-size: clamp(45px, 11vw, 68px) !important;
        line-height: 1.08 !important;
        letter-spacing: 1px !important;
        word-spacing: 6px;
        white-space: normal;

        animation-duration: 11s;
    }

    @keyframes infinityAboutTitleMove {
        0% {
            transform: translateX(-8px);
        }

        50% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(8px);
        }
    }
}

/* إيقاف الحركة لمن يفضل تقليل المؤثرات */
@media (prefers-reduced-motion: reduce) {
    .about-breadcrumb .title h2 {
        animation: none;
        transform: none;
    }
}

/* Infinity Logo Inside Solutions Dashboard */
.banner-style1-dashboard .img-box .inner.infinity-dashboard-logo {
    position: relative !important;
    width: 100%;
    height: 100%;
    min-height: 176px;
    padding: 0 !important;
    overflow: hidden;
    background-color: #ffffff;
}

/* وضع الشعار في المنتصف تمامًا */
.banner-style1-dashboard .img-box .inner.infinity-dashboard-logo img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    width: 185px !important;
    max-width: 72% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;
    object-position: center;

    transform: translate(-50%, -50%) !important;
}

/* =========================================
   Infinity Solutions Section Colors
========================================= */

/* البطاقة الجانبية */
.service-style1 .service-style1__banner-content {
    background: linear-gradient(
        145deg,
        #0b4253 0%,
        #10596d 55%,
        #14677c 100%
    ) !important;
}

/* مربعات الأيقونات */
.service-style1 .single-service-style1 .icon-box {
    background-color: #0b4253 !important;
    border: 1px solid rgba(99, 216, 216, 0.20);
}

/* المثلث أسفل مربع الأيقونة */
.service-style1 .single-service-style1 .icon-box::before {
    background-color: #0b4253 !important;
}

/* لون المربع عند Hover */
.service-style1 .single-service-style1:hover .icon-box {
    background-color: #14677c !important;
    border-color: rgba(99, 216, 216, 0.55);
}

/* المثلث عند Hover */
.service-style1 .single-service-style1:hover .icon-box::before {
    background-color: #14677c !important;
}

/* إظهار طبقة الحركة بدون اللون الأخضر */
.service-style1 .single-service-style1 .icon-box .overlay-bg {
    opacity: 0 !important;
}

/* النص الصغير أعلى أسماء الحلول */
.service-style1 .single-service-style1 .content-box h6 {
    color: #63d8d8 !important;
}

/* الزخارف الموجودة داخل البطاقة الجانبية */
.service-style1 .service-style1__banner-content .shape1 img,
.service-style1 .service-style1__banner-content .shape2 img {
    opacity: 0.22;
    filter: brightness(0) saturate(100%)
        invert(81%) sepia(28%) saturate(798%)
        hue-rotate(126deg) brightness(92%) contrast(91%);
}

/* الخلفية المتحركة أسفل البطاقة */
.service-style1 .service-style1__banner-content .shape3 {
    opacity: 0.20;
    filter: brightness(0) saturate(100%)
        invert(81%) sepia(28%) saturate(798%)
        hue-rotate(126deg) brightness(92%) contrast(91%);
}

/* الشكل الشبكي الكبير في يمين السكشن */
.service-style1 .service-style1__shape1 img {
    opacity: 0.28;
    filter: brightness(0) saturate(100%)
        invert(81%) sepia(28%) saturate(798%)
        hue-rotate(126deg) brightness(92%) contrast(91%);
}
.service-style1 .single-service-style1 .content-box .title > span {
    color: #ffffff !important;
}
/* =========================================
   Solutions Section Final Alignment
========================================= */

/* توحيد ارتفاع عناوين البطاقات */
.service-style1 .single-service-style1 .content-box .title h3 {
    min-height: 32px;
    display: flex;
    align-items: center;
}

/* توحيد مساحة الوصف */
.service-style1 .single-service-style1 .content-box .text {
    min-height: 82px;
}

/* تثبيت زر Read More في المستوى نفسه */
.service-style1 .single-service-style1 .content-box {
    display: flex;
    flex-direction: column;
}

.service-style1 .single-service-style1 .content-box .btn-box {
    margin-top: auto;
}

/* منع انقسام زر Anti-Corrosion إلى سطرين */
.service-style1 .service-style1__banner-content .btn-box .btn-one {
    min-width: 215px;
    padding-left: 22px;
    padding-right: 22px;
    white-space: nowrap;
    text-align: center;
}

.service-style1 .service-style1__banner-content .btn-box .btn-one .txt {
    white-space: nowrap;
}
/*==============================================================
    Infinity Solution Detail Section
==============================================================*/

.solution-detail-section {
    position: relative;
    display: block;
    padding: 120px 0;
    overflow: hidden;
    background-color: #ffffff;
}

.solution-detail-section .container {
    position: relative;
    z-index: 2;
}


/* Decorative Background Shapes */

.solution-detail-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.solution-detail-shape.shape-one {
    width: 440px;
    height: 440px;
    top: -220px;
    right: -180px;
    background: rgba(99, 216, 216, 0.09);
}

.solution-detail-shape.shape-two {
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -120px;
    border: 55px solid rgba(20, 103, 124, 0.05);
}


/* Image Area */

.solution-detail-image {
    position: relative;
    max-width: 570px;
    min-height: 585px;
    padding: 34px 40px 55px 0;
}

.solution-image-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 87%;
    border-radius: 14px;
    background-image:
        linear-gradient(rgba(20, 103, 124, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 103, 124, 0.07) 1px, transparent 1px);
    background-size: 38px 38px;
}

.solution-main-image {
    position: relative;
    width: 92%;
    height: 500px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 24px 50px rgba(11, 66, 83, 0.16);
    animation: infinityImageFloat 6s ease-in-out infinite;
}

.solution-main-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(5, 35, 48, 0.02) 40%,
        rgba(11, 66, 83, 0.40) 100%
    );
}

.solution-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.solution-detail-image:hover .solution-main-image img {
    transform: scale(1.06);
}


/* Floating Card */

.solution-floating-card {
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 4;
    display: flex;
    align-items: center;
    width: 315px;
    min-height: 112px;
    padding: 22px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b4253, #14677c);
    box-shadow: 0 18px 35px rgba(11, 66, 83, 0.23);
    animation: infinityCardFloat 5s ease-in-out infinite;
}

.floating-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-right: 16px;
    border-radius: 50%;
    color: #0b4253;
    font-size: 24px;
    background-color: #63d8d8;
}

.floating-card-content span {
    display: block;
    margin-bottom: 4px;
    color: #9be9e9;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.floating-card-content h4 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
}


/* Large Number */

.solution-number {
    position: absolute;
    top: 52px;
    right: 8px;
    z-index: 3;
    color: transparent;
    font-size: 94px;
    font-weight: 800;
    line-height: 1;
    -webkit-text-stroke: 1.5px rgba(20, 103, 124, 0.30);
    writing-mode: vertical-rl;
    animation: infinityNumberMove 7s ease-in-out infinite;
}


/* Content Area */

.solution-detail-content {
    position: relative;
    padding-left: 35px;
}

.solution-subtitle {
    margin-bottom: 19px;
}

.solution-subtitle span {
    display: inline-block;
    padding: 9px 21px;
    border-radius: 24px;
    color: #0b4253;
    background-color: #63d8d8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
}

.solution-detail-content h2 {
    margin: 0 0 24px;
    color: #173330;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
}

.solution-description {
    max-width: 590px;
    margin-bottom: 28px;
    color: #788482;
    font-size: 17px;
    line-height: 1.75;
}


/* Products Grid */

.solution-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
    margin-bottom: 30px;
}

.solution-product-item {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid rgba(20, 103, 124, 0.12);
    border-radius: 7px;
    color: #173330;
    background-color: #f5fafb;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.35s ease;
}

.solution-product-item:hover {
    color: #ffffff;
    border-color: #14677c;
    background-color: #14677c;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(20, 103, 124, 0.15);
}

.product-check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    border-radius: 50%;
    color: #14677c;
    background-color: rgba(99, 216, 216, 0.35);
    font-size: 11px;
}

.solution-product-item:hover .product-check {
    color: #0b4253;
    background-color: #63d8d8;
}


/* Technical Support Line */

.solution-support-line {
    display: flex;
    align-items: center;
    max-width: 560px;
    margin-bottom: 31px;
    padding: 17px 20px;
    border-left: 4px solid #63d8d8;
    border-radius: 0 8px 8px 0;
    background-color: #edf6f7;
}

.support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #14677c;
    font-size: 20px;
}

.support-text span {
    display: block;
    margin-bottom: 3px;
    color: #14677c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.support-text p {
    margin: 0;
    color: #526361;
    font-size: 14px;
    font-weight: 600;
}


/* Button */

.solution-detail-btn .btn-one {
    min-width: 250px;
    text-align: center;
}


/* Continuous Animation */

@keyframes infinityImageFloat {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes infinityCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes infinityNumberMove {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(14px);
    }
}


/* Responsive */

@media only screen and (max-width: 1199px) {
    .solution-detail-content {
        padding-left: 10px;
    }

    .solution-detail-content h2 {
        font-size: 39px;
    }
}

@media only screen and (max-width: 991px) {
    .solution-detail-section {
        padding: 90px 0;
    }

    .solution-detail-image {
        margin: 0 auto 65px;
    }

    .solution-detail-content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .solution-detail-section {
        padding: 75px 0;
    }

    .solution-detail-image {
        min-height: 480px;
        padding-right: 12px;
    }

    .solution-main-image {
        width: 100%;
        height: 405px;
    }

    .solution-floating-card {
        right: 0;
        width: 270px;
    }

    .solution-number {
        display: none;
    }

    .solution-detail-content h2 {
        font-size: 31px;
    }

    .solution-products {
        grid-template-columns: 1fr;
    }

    .solution-support-line {
        align-items: flex-start;
    }
}


/* Reduce Motion for Accessibility */

@media (prefers-reduced-motion: reduce) {
    .solution-main-image,
    .solution-floating-card,
    .solution-number {
        animation: none;
    }
}
/*==============================================================
    Alternating Solution Detail Section
==============================================================*/

.solution-detail-section.solution-detail-alt {
    background-color: #f2f8f9;
}

/* Section Separator */

.solution-detail-section.solution-detail-alt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(20, 103, 124, 0.20),
        transparent
    );
    transform: translateX(-50%);
}


/* Decorative Shapes for Second Section */

.solution-detail-alt .solution-detail-shape.shape-one {
    top: auto;
    right: auto;
    bottom: -230px;
    left: -180px;
    background: rgba(99, 216, 216, 0.10);
}

.solution-detail-alt .solution-detail-shape.shape-two {
    top: -165px;
    right: -110px;
    bottom: auto;
    left: auto;
    border-color: rgba(20, 103, 124, 0.05);
}


/* Content on Left */

.solution-detail-content.content-left {
    padding-right: 35px;
    padding-left: 0;
}


/* Image on Right */

.solution-detail-image.image-right {
    margin-right: 0;
    margin-left: auto;
    padding: 34px 0 55px 40px;
}

.solution-detail-image.image-right .solution-image-pattern {
    right: auto;
    left: 0;
}

.solution-detail-image.image-right .solution-main-image {
    margin-right: 0;
    margin-left: auto;
}


/* Move Floating Card to Left */

.solution-detail-image.image-right .solution-floating-card {
    right: auto;
    left: 0;
}


/* Position Product Number */

.solution-detail-image.image-right .solution-number {
    right: auto;
    left: 8px;
    writing-mode: vertical-lr;
}


/* Different Image Overlay */

.pipes-detail-section .solution-main-image::after {
    background: linear-gradient(
        180deg,
        rgba(5, 35, 48, 0.01) 40%,
        rgba(11, 66, 83, 0.34) 100%
    );
}


/* Pipes Product Hover */

.pipes-detail-section .solution-product-item:hover {
    color: #ffffff;
    border-color: #14677c;
    background-color: #14677c;
}


/* Floating Icon */

.pipes-detail-section .floating-card-icon {
    color: #0b4253;
    background-color: #63d8d8;
}


/* Responsive */

@media only screen and (max-width: 1199px) {
    .solution-detail-content.content-left {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .solution-detail-content.content-left {
        padding-right: 0;
    }

    .solution-detail-image.image-right {
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 575px) {
    .solution-detail-image.image-right {
        padding-right: 12px;
        padding-left: 12px;
    }

    .solution-detail-image.image-right .solution-floating-card {
        right: 0;
        left: auto;
    }
}

/*==============================================================
    Valves Solution Section
==============================================================*/

.valves-detail-section {
    background-color: #ffffff;
}

.valves-detail-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(20, 103, 124, 0.16),
        transparent
    );
    transform: translateX(-50%);
}

.valves-detail-section .solution-main-image::after {
    background: linear-gradient(
        180deg,
        rgba(5, 35, 48, 0.01) 40%,
        rgba(11, 66, 83, 0.38) 100%
    );
}

.valves-detail-section .solution-product-item:hover {
    color: #ffffff;
    border-color: #14677c;
    background-color: #14677c;
}
/*==============================================================
    Measurement & Control Section
==============================================================*/

.measurement-detail-section {
    background-color: #f2f8f9;
}

.measurement-detail-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(20, 103, 124, 0.20),
        transparent
    );
    transform: translateX(-50%);
}

.measurement-detail-section .solution-main-image::after {
    background: linear-gradient(
        180deg,
        rgba(5, 35, 48, 0.01) 40%,
        rgba(11, 66, 83, 0.35) 100%
    );
}

.measurement-detail-section .solution-product-item:hover {
    color: #ffffff;
    border-color: #14677c;
    background-color: #14677c;
}

.measurement-detail-section .floating-card-icon {
    color: #0b4253;
    background-color: #63d8d8;
}

/*==============================================================
    Infinity Project Support
==============================================================*/

.infinity-project-support {
    position: relative;
    overflow: hidden;
    padding: 110px 0 95px;
    background-color: #ffffff;
}


/* Section Title */

.infinity-project-support .sec-title {
    margin-bottom: 30px;
}

.infinity-project-support .sec-title .text {
    max-width: 760px;
    margin: 18px auto 0;
}

.infinity-project-support .sec-title .text p {
    margin: 0;
}


/* Main Layout */

.project-support-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px minmax(0, 1fr);
    align-items: center;
    column-gap: 30px;
}


/* Steps */

.project-support-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
}


/* Single Step */

.project-support-step {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 86px;
    transition: transform 0.4s ease;
}

.project-support-step:hover {
    transform: translateY(-5px);
}


/* Step Card */

.project-support-step__content {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    gap: 18px;
    min-height: 86px;
    padding: 14px 22px;
    overflow: hidden;
    border: 1px solid rgba(20, 103, 124, 0.12);
    border-radius: 17px;
    background-color: #ffffff;
    box-shadow: 0 12px 32px rgba(11, 66, 83, 0.09);
    transition:
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.project-support-step__content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    opacity: 0;
    background-color: #63d8d8;
    transition: opacity 0.4s ease;
}

.project-support-step:hover .project-support-step__content {
    border-color: rgba(99, 216, 216, 0.65);
    box-shadow: 0 17px 38px rgba(20, 103, 124, 0.15);
}

.project-support-step:hover .project-support-step__content::before {
    opacity: 1;
}


/* Step Number */

.project-support-step__number {
    position: relative;
    flex: 0 0 68px;
    color: #63d8d8;
    font-size: 45px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px;
    transition:
        color 0.4s ease,
        transform 0.4s ease;
}

.project-support-step:hover .project-support-step__number {
    color: #14677c;
    transform: scale(1.06);
}


/* Step Title */

.project-support-step__content h3 {
    position: relative;
    margin: 0;
    color: #173330;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}


/* Arrow */

.project-support-step__arrow {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: #14677c;
    box-shadow: 0 8px 20px rgba(20, 103, 124, 0.20);
    transition:
        transform 0.4s ease,
        background-color 0.4s ease;
}

.project-support-step__arrow > span {
    font-size: 21px;
    line-height: 1;
}

.project-support-step__arrow .path1::before,
.project-support-step__arrow .path2::before {
    color: #63d8d8 !important;
}

.project-support-step:hover .project-support-step__arrow {
    transform: scale(1.10);
    background-color: #0b4253;
}


/* Right Side Arrows */

.project-support-steps--right .project-support-step__arrow {
    margin-right: 12px;
    margin-left: 0;
    transform: rotate(180deg);
}

.project-support-steps--right
.project-support-step:hover
.project-support-step__arrow {
    transform: rotate(180deg) scale(1.10);
}


/* Center Visual */

.project-support-visual {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 0 auto;
}


/* Background Pattern */

.project-support-visual__pattern {
    position: absolute;
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
    border-radius: 50%;
    opacity: 0.50;
    background-image:
        linear-gradient(rgba(20, 103, 124, 0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 103, 124, 0.10) 1px, transparent 1px);
    background-size: 55px 55px;
    animation: projectPatternRotate 35s linear infinite;
}


/* Circular Image */

.project-support-visual__image {
    position: relative;
    z-index: 2;
    width: 420px;
    height: 420px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 50%;
    background-color: #eaf5f6;
    box-shadow: 0 24px 52px rgba(11, 66, 83, 0.20);
}

.project-support-visual__image::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    background: linear-gradient(
        180deg,
        rgba(20, 103, 124, 0) 0%,
        rgba(20, 103, 124, 0.25) 48%,
        rgba(20, 103, 124, 0.88) 100%
    );
    transition: opacity 0.5s ease;
}

.project-support-visual:hover
.project-support-visual__image::before {
    opacity: 1;
}

.project-support-visual__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease;
}

.project-support-visual:hover
.project-support-visual__image img {
    transform: scale(1.07);
}


/* Project Support Badge */

.project-support-badge {
    position: absolute;
    right: -3px;
    bottom: 22px;
    z-index: 4;
    min-width: 145px;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(
        135deg,
        #0b4253 0%,
        #14677c 100%
    );
    box-shadow: 0 14px 30px rgba(11, 66, 83, 0.28);
    animation: projectBadgeFloat 4.5s ease-in-out infinite;
}

.project-support-badge span {
    display: block;
    margin-bottom: 4px;
    color: #63d8d8;
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
}

.project-support-badge p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}


/* Bottom CTA */

.project-support-cta {
    position: relative;
    margin-top: 48px;
    color: #7b8988;
    font-size: 16px;
}

.project-support-cta span {
    margin-right: 8px;
}

.project-support-cta a {
    color: #14677c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.project-support-cta a:hover {
    color: #63d8d8;
}

.project-support-cta a i {
    margin-left: 7px;
}


/* Animations */

@keyframes projectBadgeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes projectPatternRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Large Screens */

@media only screen and (max-width: 1399px) {

    .project-support-layout {
        grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
        column-gap: 20px;
    }

    .project-support-visual,
    .project-support-visual__image {
        width: 360px;
        height: 360px;
    }

    .project-support-step__content {
        padding: 13px 17px;
    }

    .project-support-step__number {
        flex-basis: 58px;
        font-size: 39px;
    }

    .project-support-step__content h3 {
        font-size: 15px;
    }
}


/* Tablet */

@media only screen and (max-width: 1199px) {

    .project-support-layout {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
    }

    .project-support-visual {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .project-support-steps--left {
        grid-column: 1;
        grid-row: 2;
    }

    .project-support-steps--right {
        grid-column: 2;
        grid-row: 2;
    }

    .project-support-visual,
    .project-support-visual__image {
        width: 390px;
        height: 390px;
    }
}


/* Mobile */

@media only screen and (max-width: 767px) {

    .infinity-project-support {
        padding: 85px 0 75px;
    }

    .infinity-project-support .sec-title {
        margin-bottom: 25px;
    }

    .infinity-project-support .sec-title h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .project-support-layout {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .project-support-visual {
        order: 1;
    }

    .project-support-steps--left {
        order: 2;
    }

    .project-support-steps--right {
        order: 3;
    }

    .project-support-steps {
        width: 100%;
        gap: 18px;
    }

    .project-support-visual,
    .project-support-visual__image {
        width: 310px;
        height: 310px;
    }

    .project-support-visual__pattern {
        inset: -28px;
        background-size: 44px 44px;
    }

    .project-support-step,
    .project-support-step__content {
        min-height: 82px;
    }

    .project-support-step__number {
        flex-basis: 56px;
        font-size: 39px;
    }

    .project-support-step__content h3 {
        font-size: 16px;
    }

    .project-support-step__arrow {
        display: none;
    }

    .project-support-cta {
        margin-top: 42px;
        line-height: 2;
    }
}


/* Small Mobile */

@media only screen and (max-width: 399px) {

    .project-support-visual,
    .project-support-visual__image {
        width: 270px;
        height: 270px;
    }

    .project-support-badge {
        right: -3px;
        bottom: 5px;
        min-width: 125px;
        padding: 12px 14px;
    }

    .project-support-badge span {
        font-size: 26px;
    }

    .project-support-step__content {
        gap: 12px;
        padding: 13px 15px;
    }

    .project-support-step__number {
        flex-basis: 48px;
        font-size: 34px;
    }
}

/*==============================================================
    Infinity Global Partners
==============================================================*/

.infinity-global-partners {
    position: relative;
    overflow: hidden;
    padding: 115px 0 105px;
    background:
        linear-gradient(
            135deg,
            #0b4253 0%,
            #14677c 55%,
            #0e566a 100%
        );
}


/* Animated Background */

.global-partners-bg,
.global-partners-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.global-partners-grid {
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(99, 216, 216, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 216, 216, 0.22) 1px, transparent 1px);
    background-size: 70px 70px;
    animation: globalPartnersGrid 18s linear infinite;
}

.global-partners-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.global-partners-glow--one {
    top: -180px;
    left: -150px;
    width: 480px;
    height: 480px;
    background: radial-gradient(
        circle,
        rgba(99, 216, 216, 0.30) 0%,
        rgba(99, 216, 216, 0) 70%
    );
    animation: globalPartnersGlowOne 9s ease-in-out infinite;
}

.global-partners-glow--two {
    right: -180px;
    bottom: -220px;
    width: 570px;
    height: 570px;
    background: radial-gradient(
        circle,
        rgba(99, 216, 216, 0.22) 0%,
        rgba(99, 216, 216, 0) 70%
    );
    animation: globalPartnersGlowTwo 11s ease-in-out infinite;
}


/* Rotating Rings */

.global-partners-ring {
    position: absolute;
    border: 1px solid rgba(99, 216, 216, 0.17);
    border-radius: 50%;
    pointer-events: none;
}

.global-partners-ring::before,
.global-partners-ring::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #63d8d8;
    box-shadow: 0 0 18px rgba(99, 216, 216, 0.70);
}

.global-partners-ring--one {
    top: 80px;
    right: 7%;
    width: 190px;
    height: 190px;
    animation: globalPartnersRing 15s linear infinite;
}

.global-partners-ring--one::before {
    top: 17px;
    left: 25px;
    width: 7px;
    height: 7px;
}

.global-partners-ring--one::after {
    right: 12px;
    bottom: 43px;
    width: 5px;
    height: 5px;
}

.global-partners-ring--two {
    bottom: 55px;
    left: 5%;
    width: 125px;
    height: 125px;
    animation: globalPartnersRingReverse 12s linear infinite;
}

.global-partners-ring--two::before {
    top: 9px;
    right: 24px;
    width: 6px;
    height: 6px;
}

.global-partners-ring--two::after {
    bottom: 6px;
    left: 37px;
    width: 5px;
    height: 5px;
}


/* Background Moving Text */

.global-partners-big-text {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    overflow: hidden;
    transform: translateY(-50%);
    pointer-events: none;
}

.global-partners-big-text__track {
    display: flex;
    width: max-content;
    gap: 80px;
    white-space: nowrap;
    animation: globalPartnersBigText 38s linear infinite;
}

.global-partners-big-text__track span {
    color: transparent;
    font-size: 120px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
}


/* Section Heading */

.global-partners-heading {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.global-partners-heading__content {
    max-width: 760px;
}

.global-partners-heading .sub-title {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    margin-bottom: 22px;
    padding: 5px 22px;
    border-radius: 30px;
    background-color: #63d8d8;
}

.global-partners-heading .sub-title h4 {
    margin: 0;
    color: #0b4253;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.global-partners-heading h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 700;
}

.global-partners-heading__content > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.75;
}


/* Counter */

.global-partners-counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 190px;
    width: 190px;
    height: 190px;
}

.global-partners-counter__rings,
.global-partners-counter__rings::before,
.global-partners-counter__rings::after {
    position: absolute;
    border-radius: 50%;
}

.global-partners-counter__rings {
    inset: 0;
    border: 1px solid rgba(99, 216, 216, 0.45);
    animation: partnerCounterRotate 12s linear infinite;
}

.global-partners-counter__rings::before {
    content: "";
    inset: 13px;
    border: 1px dashed rgba(255, 255, 255, 0.30);
}

.global-partners-counter__rings::after {
    content: "";
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #63d8d8;
    box-shadow: 0 0 20px rgba(99, 216, 216, 0.85);
}

.global-partners-counter__rings span:first-child {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ffffff;
}

.global-partners-counter__rings span:last-child {
    position: absolute;
    right: 14px;
    bottom: 28px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #63d8d8;
}

.global-partners-counter__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.global-partners-counter__number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.global-partners-counter__number strong {
    color: #ffffff;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
}

.global-partners-counter__number span {
    color: #63d8d8;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.global-partners-counter__content p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}


/* Marquee Area */

.global-partners-marquee {
    position: relative;
    z-index: 4;
}

.partners-marquee-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000000 8%,
        #000000 92%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000000 8%,
        #000000 92%,
        transparent 100%
    );
}

.partners-marquee-row + .partners-marquee-row {
    margin-top: 15px;
}

.partners-marquee-track {
    display: flex;
    width: max-content;
}

.partners-marquee-group {
    display: flex;
    flex-shrink: 0;
    gap: 20px;
    padding-right: 20px;
}

.partners-marquee-row--left .partners-marquee-track {
    animation: partnersMoveLeft 30s linear infinite;
}

.partners-marquee-row--right .partners-marquee-track {
    animation: partnersMoveRight 32s linear infinite;
}

.partners-marquee-row:hover .partners-marquee-track {
    animation-play-state: paused;
}


/* Partner Logo Card */

.partner-logo-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 270px;
    width: 270px;
    height: 145px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.partner-logo-card::before {
    position: absolute;
    content: "";
    top: -120%;
    left: -60%;
    width: 50%;
    height: 340%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(99, 216, 216, 0.45),
        transparent
    );
    transform: rotate(25deg);
    transition:
        left 0.8s ease,
        opacity 0.4s ease;
}

.partner-logo-card::after {
    position: absolute;
    content: "";
    right: -45px;
    bottom: -45px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    opacity: 0;
    background-color: rgba(99, 216, 216, 0.14);
    transition:
        opacity 0.4s ease,
        transform 0.5s ease;
}

.partner-logo-card:hover {
    z-index: 5;
    transform: translateY(-7px) scale(1.025);
    border-color: #63d8d8;
    box-shadow:
        0 23px 45px rgba(0, 0, 0, 0.20),
        0 0 0 3px rgba(99, 216, 216, 0.12);
}

.partner-logo-card:hover::before {
    left: 130%;
    opacity: 1;
}

.partner-logo-card:hover::after {
    opacity: 1;
    transform: scale(1.20);
}

.partner-logo-card img {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 82%;
    height: auto;
    max-height: 92px;
    object-fit: contain;
    filter: saturate(0.90);
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.partner-logo-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.10);
}


/* Card Number */

.partner-logo-card__number {
    position: absolute;
    top: 11px;
    left: 13px;
    z-index: 3;
    color: rgba(20, 103, 124, 0.30);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
}


/* Cheray Link Arrow */

.partner-logo-card__arrow {
    position: absolute;
    right: 13px;
    bottom: 11px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    opacity: 0;
    color: #ffffff;
    font-size: 12px;
    background-color: #14677c;
    transform: translateX(-8px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.partner-logo-card:hover .partner-logo-card__arrow {
    opacity: 1;
    transform: translateX(0);
}


/* Bottom Features */

.global-partners-bottom {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 53px;
}

.global-partners-bottom__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(99, 216, 216, 0.55),
        transparent
    );
}

.global-partners-bottom__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.global-partners-bottom__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.global-partners-bottom__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #0b4253;
    font-size: 11px;
    background-color: #63d8d8;
    animation: partnerCheckPulse 3s ease-in-out infinite;
}

.global-partners-bottom__item:nth-child(2)
.global-partners-bottom__icon {
    animation-delay: 0.7s;
}

.global-partners-bottom__item:nth-child(3)
.global-partners-bottom__icon {
    animation-delay: 1.4s;
}

.global-partners-bottom__item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}


/* Animations */

@keyframes partnersMoveLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes partnersMoveRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes globalPartnersGrid {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 70px 70px;
    }
}

@keyframes globalPartnersBigText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes globalPartnersRing {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes globalPartnersRingReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes partnerCounterRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes globalPartnersGlowOne {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(80px, 50px) scale(1.12);
    }
}

@keyframes globalPartnersGlowTwo {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-70px, -40px) scale(1.10);
    }
}

@keyframes partnerCheckPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(99, 216, 216, 0);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(99, 216, 216, 0.10);
    }
}


/* Responsive */

@media only screen and (max-width: 991px) {

    .global-partners-heading {
        align-items: flex-start;
    }

    .global-partners-heading h2 {
        font-size: 40px;
    }

    .global-partners-counter {
        flex-basis: 155px;
        width: 155px;
        height: 155px;
    }

    .global-partners-counter__number strong {
        font-size: 43px;
    }

    .partner-logo-card {
        flex-basis: 235px;
        width: 235px;
        height: 130px;
    }

    .partner-logo-card img {
        max-height: 80px;
    }

    .global-partners-bottom__content {
        gap: 18px;
    }
}


@media only screen and (max-width: 767px) {

    .infinity-global-partners {
        padding: 85px 0 80px;
    }

    .global-partners-heading {
        display: block;
        margin-bottom: 45px;
        text-align: center;
    }

    .global-partners-heading h2 {
        font-size: 34px;
    }

    .global-partners-heading__content > p {
        font-size: 15px;
    }

    .global-partners-counter {
        width: 145px;
        height: 145px;
        margin: 35px auto 0;
    }

    .partner-logo-card {
        flex-basis: 210px;
        width: 210px;
        height: 120px;
    }

    .partner-logo-card img {
        max-height: 70px;
    }

    .global-partners-bottom {
        margin-top: 40px;
    }

    .global-partners-bottom__line {
        display: none;
    }

    .global-partners-bottom__content {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .global-partners-big-text__track span {
        font-size: 70px;
    }
}


/* Reduce Motion Accessibility */

@media (prefers-reduced-motion: reduce) {

    .partners-marquee-track,
    .global-partners-grid,
    .global-partners-big-text__track,
    .global-partners-ring,
    .global-partners-counter__rings,
    .global-partners-glow,
    .global-partners-bottom__icon {
        animation: none !important;
    }
}
/*==============================================================
    Global Partners Information Circles
==============================================================*/

.global-partners-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 66, 83, 0.18);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


/* Circle Text */

.global-partners-ring__text {
    position: relative;
    z-index: 3;
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


/* Keep First Circle Text Straight */

.global-partners-ring--one
.global-partners-ring__text {
    animation: globalPartnerTextReverse 15s linear infinite;
}


/* Keep Second Circle Text Straight */

.global-partners-ring--two
.global-partners-ring__text {
    animation: globalPartnerTextForward 12s linear infinite;
}


/* Text Counter-Rotation */

@keyframes globalPartnerTextReverse {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes globalPartnerTextForward {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Mobile */

@media only screen and (max-width: 767px) {

    .global-partners-ring__text {
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}
/*==============================================================
    Infinity FAQ – Final Styling
==============================================================*/

.infinity-faq {
    position: relative;
    overflow: hidden;
}


/* Section Description */

.infinity-faq .sec-title .text {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}


/* Question Button */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn {
    min-height: 76px;
    padding: 23px 75px 23px 85px;
}


/* Q&A Number */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    color: #8b9997;
    text-align: center;
}


/* Question Title */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn h3 {
    margin: 0;
    color: #173330;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}


/* Active Question */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn.active {
    border-color: #14677c;
    background-color: #14677c;
}

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn.active h3 {
    color: #ffffff;
}

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn.active span {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.20);
    background-color: rgba(11, 66, 83, 0.30);
}


/* Plus and Close Icon */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn::before {
    right: 28px;
    color: #173330;
}

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-btn.active::before {
    color: #14677c;
    border-radius: 50%;
    background-color: #63d8d8;
}


/* Answer Container */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-content {
    padding: 22px 30px 24px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #f0f7f8;
}


/* Answer Text Box */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-content
.text-box {
    position: relative;
    padding: 3px 15px 3px 22px;
    border-left: 3px solid #63d8d8;
}


/* Answer Paragraph */

.infinity-faq
.faq-style1-content
.accordion-box
.block
.acc-content
.text-box p {
    margin: 0;
    color: #667675;
    font-size: 16px;
    line-height: 1.75;
}


/* Space Between Questions */

.infinity-faq
.accordion-box
.accordion {
    margin-bottom: 18px;
}

.infinity-faq
.accordion-box
.accordion:last-child {
    margin-bottom: 0;
}


/* Bottom Contact Link */

.infinity-faq .faq-style1__text a {
    color: #14677c;
    transition: color 0.3s ease;
}

.infinity-faq .faq-style1__text a:hover {
    color: #63d8d8;
}


/* Tablet and Mobile */

@media only screen and (max-width: 767px) {

    .infinity-faq .sec-title h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-btn {
        min-height: 78px;
        padding: 18px 55px 18px 68px;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-btn span {
        width: 54px;
        font-size: 12px;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-btn h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-btn::before {
        right: 17px;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-content {
        padding: 19px 18px 21px;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-content
    .text-box {
        padding-left: 17px;
    }

    .infinity-faq
    .faq-style1-content
    .accordion-box
    .block
    .acc-content
    .text-box p {
        font-size: 14px;
        line-height: 1.7;
    }
}
/*==============================================================
    Infinity Contact Style1 – Light Theme
==============================================================*/

.infinity-contact-style1 {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f5f9fa 0%,
            #eef5f6 50%,
            #f7fbfb 100%
        );
}


/* Main Heading */

.infinity-contact-style1
.contact-style1__contant
.sec-title h2 {
    color: #173330;
}

.infinity-contact-style1
.contact-style1__contant
.sec-title .text p {
    color: #718080;
}


/* Small Title */

.infinity-contact-style1
.contact-style1__contant
.sec-title .sub-title h4 {
    color: #0b4253;
}


/* Newsletter Box */

.infinity-contact-style1
.contact-style1-subscribe-form {
    border: 1px solid rgba(20, 103, 124, 0.12);
    background:
        linear-gradient(
            135deg,
            #0b4253 0%,
            #14677c 100%
        );
    box-shadow: 0 18px 40px rgba(11, 66, 83, 0.15);
}


/* Newsletter Input */

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"] {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.06);
}

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"]:focus {
    border-color: #63d8d8;
    background-color: rgba(255, 255, 255, 0.10);
}

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.66);
}


/* Newsletter Checkbox Text */

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1 label {
    color: rgba(255, 255, 255, 0.70);
}

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1
input[type="checkbox"] + label span {
    border-color: rgba(255, 255, 255, 0.50);
}

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1
label span::before {
    background-color: #63d8d8;
}


/* Newsletter Button */

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one {
    color: #0b4253;
    background-color: #63d8d8;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one::before {
    background-color: #ffffff;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one:hover {
    color: #0b4253;
}


/* Animated Vertical Text */

.infinity-contact-style1
.contact-style1__big-title ul li {
    background-image: linear-gradient(
        -90deg,
        rgba(20, 103, 124, 0.10),
        rgba(99, 216, 216, 0.20)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(20, 103, 124, 0.22);
}


/* Main Contact Form Card */

.infinity-contact-style1
.contact-style1__form {
    border: 1px solid rgba(20, 103, 124, 0.13);
    background-color: #ffffff;
    box-shadow: 0 20px 45px rgba(11, 66, 83, 0.10);
}


/* Form Title */

.infinity-contact-style1
.contact-style1__form-title h2 {
    color: #173330;
}


/* Radio Labels */

.infinity-contact-style1
.contact-style1__form-selacet
li label span {
    color: #718080;
}

.infinity-contact-style1
.contact-style1__form-selacet
li input[type="radio"]:checked + label span {
    color: #14677c;
}

.infinity-contact-style1
.contact-style1__form-selacet
li input[type="radio"] + label i {
    border-color: rgba(20, 103, 124, 0.35);
}

.infinity-contact-style1
.contact-style1__form-selacet
li label i::before {
    background-color: #63d8d8;
}


/* Form Inputs */

.infinity-contact-style1
.contact-style1__form form input[type="text"],
.infinity-contact-style1
.contact-style1__form form input[type="email"],
.infinity-contact-style1
.contact-style1__form form input[type="tel"],
.infinity-contact-style1
.contact-style1__form form textarea,
.infinity-contact-style1
.contact-style1__form form .nice-select {
    color: #173330;
    border-color: rgba(20, 103, 124, 0.18);
    background-color: #f5f9fa;
}


/* Input Focus */

.infinity-contact-style1
.contact-style1__form form input[type="text"]:focus,
.infinity-contact-style1
.contact-style1__form form input[type="email"]:focus,
.infinity-contact-style1
.contact-style1__form form input[type="tel"]:focus,
.infinity-contact-style1
.contact-style1__form form textarea:focus,
.infinity-contact-style1
.contact-style1__form form .nice-select:focus {
    border-color: #63d8d8;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 216, 216, 0.12);
}


/* Input Placeholders */

.infinity-contact-style1
.contact-style1__form
input::placeholder,
.infinity-contact-style1
.contact-style1__form
textarea::placeholder {
    color: #83918f;
}


/* Select Arrow */

.infinity-contact-style1
.contact-style1__form
.nice-select::after {
    color: #14677c;
}


/* Select Menu */

.infinity-contact-style1
.contact-style1__form
.nice-select .list {
    border: 1px solid rgba(20, 103, 124, 0.12);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(11, 66, 83, 0.12);
}

.infinity-contact-style1
.contact-style1__form
.nice-select .option {
    color: #173330;
}

.infinity-contact-style1
.contact-style1__form
.nice-select .option:hover,
.infinity-contact-style1
.contact-style1__form
.nice-select .option.focus,
.infinity-contact-style1
.contact-style1__form
.nice-select .option.selected.focus {
    color: #0b4253 !important;
    background-color: #dff5f5;
}


/* Submit Button */

.infinity-contact-style1
.contact-style1__form
.btn-one {
    color: #ffffff;
    background-color: #14677c;
}

.infinity-contact-style1
.contact-style1__form
.btn-one::before {
    background-color: #63d8d8;
}

.infinity-contact-style1
.contact-style1__form
.btn-one i {
    color: #ffffff;
}

.infinity-contact-style1
.contact-style1__form
.btn-one:hover {
    color: #0b4253;
}

.infinity-contact-style1
.contact-style1__form
.btn-one:hover i {
    color: #0b4253;
}


/* Decorative Shape Color */

.infinity-contact-style1
.contact-style1-subscribe-form
.shape1 img {
    opacity: 0.55;
    filter:
        hue-rotate(115deg)
        saturate(0.80)
        brightness(1.15);
}


/* Mobile */

@media only screen and (max-width: 767px) {

    .infinity-contact-style1 {
        padding-top: 85px;
        padding-bottom: 70px;
    }

    .infinity-contact-style1
    .contact-style1__form {
        padding: 28px 22px;
    }

    .infinity-contact-style1
    .contact-style1__form-title h2 {
        font-size: 30px;
    }
}
/*==============================================================
    Quick Callback Card – Light Version
==============================================================*/

.infinity-contact-style1
.contact-style1-subscribe-form {
    border: 1px solid rgba(20, 103, 124, 0.13);
    background-color: #ffffff;
    background-image: none;
    box-shadow: 0 20px 45px rgba(11, 66, 83, 0.10);
}


/* Email Input */

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"] {
    color: #173330;
    border: 1px solid rgba(20, 103, 124, 0.20);
    background-color: #f4f9fa;
    box-shadow: none;
}

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"]::placeholder {
    color: #82918f;
}

.infinity-contact-style1
.contact-style1-subscribe-form
input[type="email"]:focus {
    color: #173330;
    border-color: #63d8d8;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 216, 216, 0.13);
}


/* Privacy Text */

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1 label {
    color: #667675;
}


/* Checkbox */

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1
input[type="checkbox"] + label span {
    border: 1px solid rgba(20, 103, 124, 0.45);
    background-color: #ffffff;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.checked-box1
label span::before {
    background-color: #14677c;
}


/* Callback Button */

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one {
    color: #ffffff;
    background-color: #14677c;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one::before {
    background-color: #63d8d8;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one i {
    color: #ffffff;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one:hover {
    color: #0b4253;
}

.infinity-contact-style1
.contact-style1-subscribe-form
.btn-one:hover i {
    color: #0b4253;
}


/* Decorative Image */

.infinity-contact-style1
.contact-style1-subscribe-form
.shape1 img {
    opacity: 0.80;
    filter:
        hue-rotate(115deg)
        saturate(0.75)
        brightness(1.05);
}


/*==============================================
  Infinity Solutions Floating Navigator
===============================================*/
#pumps,
#pipes-fittings,
#valves,
#measurement-control {
    scroll-margin-top: 115px;
}

.infinity-solutions-nav {
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 998;
    transform: translateY(-50%);
    font-family: inherit;
}

.infinity-solutions-nav__toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    width: 90px;
    min-width: 90px;
    height: 90px;
    padding: 12px 9px;
    color: #ffffff;
    background: #14677c;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(11, 66, 83, 0.28);
    cursor: pointer;
    transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.infinity-solutions-nav__toggle > i {
    position: relative;
    z-index: 2;
    font-size: 19px;
    transition: transform .4s ease;
}

.infinity-solutions-nav__toggle:hover {
    background: #0b4253;
    transform: scale(1.07);
    box-shadow: 0 16px 35px rgba(11, 66, 83, 0.38);
}

.infinity-solutions-nav.is-open .infinity-solutions-nav__toggle > i {
    transform: rotate(135deg);
}

.infinity-solutions-nav__pulse {
    position: absolute;
    inset: -7px;
    border: 2px solid rgba(99, 216, 216, .75);
    border-radius: 50%;
    animation: infinitySolutionsPulse 2.2s ease-out infinite;
}

.infinity-solutions-nav__label {
    position: relative;
    z-index: 2;
    width: 70px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all .25s ease;
}

.infinity-solutions-nav__toggle:hover .infinity-solutions-nav__label {
    color: #ffffff;
    background: transparent;
    border-color: transparent;
    opacity: 1;
    transform: none;
}

.infinity-solutions-nav__menu {
    position: absolute;
    top: 50%;
    right: 106px;
    width: 285px;
    padding: 12px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #dce9eb;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(11, 66, 83, .22);
    opacity: 0;
    visibility: hidden;
    transform: translate(18px, -50%) scale(.94);
    transform-origin: right center;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.infinity-solutions-nav.is-open .infinity-solutions-nav__menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%) scale(1);
}

.infinity-solutions-nav__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px 11px;
    color: #173330;
    font-size: 15px;
    font-weight: 800;
}

.infinity-solutions-nav__close {
    width: 29px;
    height: 29px;
    padding: 0;
    color: #14677c;
    background: #eef7f8;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.infinity-solutions-nav__menu > a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 49px;
    margin-top: 5px;
    padding: 7px 10px;
    color: #173330;
    background: #f4f9fa;
    border-left: 3px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    transition: all .25s ease;
}

.infinity-solutions-nav__menu > a:hover,
.infinity-solutions-nav__menu > a.is-active {
    color: #ffffff;
    background: #14677c;
    border-left-color: #63d8d8;
    transform: translateX(-4px);
}

.infinity-solutions-nav .nav-solution-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: #14677c;
    background: #ffffff;
    border: 1px solid #d6e7e9;
    border-radius: 50%;
    transition: color .25s ease, transform .25s ease;
}

.infinity-solutions-nav__menu > a:hover .nav-solution-icon,
.infinity-solutions-nav__menu > a.is-active .nav-solution-icon {
    color: #0b4253;
    transform: rotate(-8deg) scale(1.06);
}

@keyframes infinitySolutionsPulse {
    0% { transform: scale(.92); opacity: .85; }
    75%, 100% { transform: scale(1.22); opacity: 0; }
}

@media (max-width: 767px) {
    .infinity-solutions-nav {
        top: auto;
        right: 16px;
        bottom: 82px;
        transform: none;
    }

    .infinity-solutions-nav__toggle {
        width: 76px;
        min-width: 76px;
        height: 76px;
        padding: 10px 7px;
        border-width: 0;
    }

    .infinity-solutions-nav__label {
        display: block;
        width: 60px;
        padding: 0;
        font-size: 9px;
    }

    .infinity-solutions-nav__menu {
        top: auto;
        right: 0;
        bottom: 70px;
        width: min(285px, calc(100vw - 32px));
        transform: translateY(15px) scale(.95);
        transform-origin: right bottom;
    }

    .infinity-solutions-nav.is-open .infinity-solutions-nav__menu {
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .infinity-solutions-nav__pulse { animation: none; }
    .infinity-solutions-nav *,
    .infinity-solutions-nav *::before,
    .infinity-solutions-nav *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* Accessible page-level heading for layouts whose visible hero uses decorative H2 text. */
.site-page-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
