﻿@keyframes gradient-animation {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: -200% 0%
    }
}

html body .text-gradient {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

html body .text-gradient2 {
    background: linear-gradient(107.62deg, #1796ff -58.9%, #f20050 118.73%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

html body .text-gradientWB {
    background: linear-gradient(75deg, white 20%, #858585 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

html body .text-gradientBW {
    background: linear-gradient(75deg, black 0%, #858585 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.text-accent,
.text-blue {
    color: #1796ff
}

.text-white45 {
    color: rgba(255, 255, 255, .45)
}

.text-white50 {
    color: rgba(255, 255, 255, .5)
}

.text-white75 {
    color: rgba(255, 255, 255, .75)
}

.text-black50 {
    color: rgba(0, 0, 0, .5)
}

.bg-accent {
    background-color: #1796ff
}

.bg-white5 {
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .05)
}

.bg-white5:hover {
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .15)
}

.bg-white10 {
    background-color: rgba(255, 255, 255, .1)
}

.bg-black5 {
    background-color: rgba(0, 0, 0, .05)
}

.bg-black3 {
    background-color: rgba(0, 0, 0, .03)
}

.bg-grey {
    background-color: #f2f2f2
}

.bg-dark-opacity {
    background-color: rgba(23, 23, 23, .9)
}

::-moz-selection {
    background: rgba(242, 0, 80, .2)
}

::selection {
    background: rgba(242, 0, 80, .2)
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-900 {
    font-weight: 900 !important
}

*.fs-12 {
    font-size: 12px;
    line-height: 16px
}

*.fs-14 {
    font-size: 14px;
    line-height: 18px
}

*.fs-16,
.fs-16>* {
    font-size: 16px;
    line-height: 21px
}

*.fs-18 {
    font-size: 18px;
    line-height: 23px
}

*.fs-20 {
    font-size: 20px;
    line-height: 25px
}

.fs-22-p p {
    font-size: 22px;
    line-height: 34px
}

p.cta-txt {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700
}

h1 {
    background: linear-gradient(90deg, #1796ff 0%, #f20050 50%, #1796ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 6s linear infinite;
    animation-delay: .5s;
    background-size: 200% 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
    font-weight: 700;
    line-height: 75px
}

.blog .has-posts-header h1,
.single h1 {
    background: linear-gradient(90deg, #1796ff 0%, #f20050 50%, #1796ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 6s linear infinite;
    animation-delay: .5s;
    background-size: 200% 100%;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 12px;
    margin-bottom: 0 !important
}

h2 {
    background: linear-gradient(75deg, white 20%, #858585 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 12px;
    margin-bottom: 0 !important
}

h2.lp-h2 {
    background: linear-gradient(90deg, #1796ff 0%, #f20050 50%, #1796ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 6s linear infinite;
    animation-delay: .5s;
    background-size: 200% 100%;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    padding-bottom: 12px;
    margin-bottom: 0 !important
}

h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px
}

h3:not(.text-white) {
    background: linear-gradient(75deg, white 20%, #858585 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px
}

h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

h2.on-white,
.single-post h2,
h3.on-white,
.single-post h3,
h4.on-white,
.single-post h4,
h5.on-white,
.single-post h5,
h6.on-white,
.single-post h6 {
    background: linear-gradient(75deg, black 0%, #858585 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

h2.on-black,
h3.on-black,
h4.on-black,
h5.on-black,
h6.on-black {
    background: linear-gradient(75deg, white 20%, #858585 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

h1,
h3,
h4,
h5,
h6 {
    max-width: max-content;
    padding-bottom: 12px;
    margin-bottom: 0 !important
}

h1:not(#wpadminbar *):before,
h1:not(#wpadminbar *):after,
h2:not(#wpadminbar *):before,
h2:not(#wpadminbar *):after,
h3:not(#wpadminbar *):before,
h3:not(#wpadminbar *):after,
h4:not(#wpadminbar *):before,
h4:not(#wpadminbar *):after,
h5:not(#wpadminbar *):before,
h5:not(#wpadminbar *):after,
h6:not(#wpadminbar *):before,
h6:not(#wpadminbar *):after,
p:not(#wpadminbar *):before,
p:not(#wpadminbar *):after,
ul:not(#wpadminbar *):before,
ul:not(#wpadminbar *):after,
ol:not(#wpadminbar *):before,
ol:not(#wpadminbar *):after,
li:not(#wpadminbar *):before,
li:not(#wpadminbar *):after,
a:not(#wpadminbar *):before,
a:not(#wpadminbar *):after,
span:not(#wpadminbar *):before,
span:not(#wpadminbar *):after {
    font-family: "fontawesome"
}

section {
    position: relative;
    padding: 120px 0;
    float: left;
    width: 100%
}

a {
    display: inline-block
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none
}

.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active {
    box-shadow: none;
    text-decoration: none;
    outline: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.fs-counter {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    font-size: 70px;
    line-height: 55px
}

@media screen and (max-width: 767px) {
    section {
        padding: 60px 0
    }

    h1 {
        font-size: 42px;
        line-height: 44px
    }

    h2,
    .blog .has-posts-header h1,
    .single h1 {
        font-size: 32px;
        line-height: 34px
    }

    h2.lp-h2 {
        font-size: 35px;
        line-height: 38px
    }

    h3 {
        font-size: 27px;
        line-height: 30px
    }

    h4 {
        font-size: 22px;
        line-height: 24px
    }

    h5 {
        font-size: 19px;
        line-height: 23px
    }

    *.fs-12 {
        font-size: 11px;
        line-height: 14px
    }

    *.fs-14 {
        font-size: 12px;
        line-height: 17px
    }

    *.fs-16,
    .fs-16>* {
        font-size: 14px;
        line-height: 18px
    }

    *.fs-18 {
        font-size: 15px;
        line-height: 20px
    }

    *.fs-20 {
        font-size: 17px;
        line-height: 21px
    }

    .fs-22-p p {
        font-size: 18px;
        line-height: 26px
    }

    .fs-counter {
        font-size: 40px;
        line-height: 35px
    }

    p.cta-txt {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    section {
        padding: 80px 0
    }

    h1 {
        font-size: 48px;
        line-height: 50px
    }

    h2,
    .blog .has-posts-header h1,
    .single h1 {
        font-size: 36px;
        line-height: 38px
    }

    h2.lp-h2 {
        font-size: 40px;
        line-height: 44px
    }

    h3 {
        font-size: 29px;
        line-height: 32px
    }

    h4 {
        font-size: 26px;
        line-height: 28px
    }

    h5 {
        font-size: 21px;
        line-height: 24px
    }

    *.fs-16,
    .fs-16>* {
        font-size: 15px;
        line-height: 20px
    }

    *.fs-18 {
        font-size: 16px;
        line-height: 21px
    }

    *.fs-20 {
        font-size: 17px;
        line-height: 21px
    }

    .fs-22-p p {
        font-size: 18px;
        line-height: 26px
    }

    .fs-counter {
        font-size: 50px;
        line-height: 45px
    }

    p.cta-txt {
        font-size: 28px;
        line-height: 32px
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    section {
        padding: 85px 0
    }

    h1 {
        font-size: 50px;
        line-height: 52px
    }

    h2,
    .blog .has-posts-header h1,
    .single h1 {
        font-size: 38px;
        line-height: 40px
    }

    h2.lp-h2 {
        font-size: 44px;
        line-height: 48px
    }

    h3 {
        font-size: 32px;
        line-height: 34px
    }

    h4 {
        font-size: 26px;
        line-height: 28px
    }

    h5 {
        font-size: 21px;
        line-height: 23px
    }

    *.fs-18 {
        font-size: 17px;
        line-height: 22px
    }

    *.fs-20 {
        font-size: 19px;
        line-height: 23px
    }

    .fs-22-p p {
        font-size: 21px;
        line-height: 29px
    }

    .fs-counter {
        font-size: 50px;
        line-height: 50px
    }

    p.cta-txt {
        font-size: 30px;
        line-height: 35px
    }
}

@media screen and (min-width: 1199px)and (max-width: 1599px) {
    section {
        padding: 85px 0
    }

    h1 {
        font-size: 65px;
        line-height: 65px
    }

    h2,
    .blog .has-posts-header h1,
    .single h1 {
        font-size: 48px;
        line-height: 50px
    }

    h2.lp-h2 {
        font-size: 52px;
        line-height: 56px
    }

    h3 {
        font-size: 38px;
        line-height: 42px
    }

    h4 {
        font-size: 27px;
        line-height: 29px
    }

    h5 {
        font-size: 21px;
        line-height: 23px
    }

    *.fs-18 {
        font-size: 17px;
        line-height: 22px
    }

    *.fs-20 {
        font-size: 19px;
        line-height: 23px
    }

    .fs-22-p p {
        font-size: 21px;
        line-height: 29px
    }

    .fs-counter {
        font-size: 60px;
        line-height: 52px
    }

    p.cta-txt {
        font-size: 30px;
        line-height: 35px
    }
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 26px;
    font-family: "Inter", sans-serif;
    color: #fff;
    background-color: #fff;
    padding: 0 !important;
    margin: 0 !important
}

html {
    overflow-x: hidden !important;
    scroll-behavior: auto !important
}

.alt-container {
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%
}

@media screen and (min-width: 1600px) {
    .alt-container {
        max-width: 80vw !important
    }
}

@media screen and (min-width: 1600px) {
    .alt-container {
        max-width: 1640px !important
    }
}

@media screen and (min-width: 1400px)and (max-width: 1599px)and (min-resolution: 120dpi) {
    .alt-container {
        max-width: 94vw !important
    }
}

@media screen and (min-width: 1200px)and (max-width: 1599px) {
    .alt-container {
        max-width: 96vw
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .alt-container {
        max-width: 97vw !important
    }
}

@media screen and (max-width: 767px) {
    .alt-container {
        max-width: 98vw !important
    }
}

.blue-btn a {
    text-transform: uppercase;
    transition: all .2s ease;
    color: #1796ff;
    font-weight: 700
}

.blue-btn a:hover {
    transition: all .2s ease;
    color: #7dc4ff
}

.btn-transparent a {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: max-content;
    transition: all .2s ease;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 700
}

.btn-transparent a:before {
    content: "";
    transition: all .2s ease;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.btn-transparent a:after {
    content: "";
    transition: all .2s ease;
    color: #9f38cd;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px
}

.btn-transparent a:hover {
    color: #fff !important;
    transition: all .2s ease
}

.btn-transparent a:hover:before {
    transition: all .2s ease;
    padding: 30px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.btn-transparent a:hover:after {
    color: #fff;
    transition: all .2s ease
}

.btn-transparent-w a {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: max-content;
    transition: all .2s ease;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 700;
    border: 2px solid #fff
}

.btn-transparent-w a:before {
    content: "";
    transition: all .2s ease;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: transparent;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.btn-transparent-w a:after {
    content: "";
    transition: all .2s ease;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px
}

.btn-transparent-w a:hover {
    color: #9f38cd !important;
    transition: all .2s ease
}

.btn-transparent-w a:hover:before {
    transition: all .2s ease;
    padding: 30px;
    width: 101%;
    top: -2px;
    right: 0px;
    bottom: 0;
    left: -1px;
    z-index: -1;
    background: #fff
}

.btn-transparent-w a:hover:after {
    color: #9f38cd;
    transition: all .2s ease
}

.btn-fill a {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: max-content;
    transition: all .2s ease;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 700
}

.btn-fill a:after {
    content: "";
    transition: all .2s ease;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px
}

.btn-transparent.sm-btn a {
    font-weight: 600;
    height: 40px;
    font-size: 12px
}

.btn-transparent.sm-btn a:after {
    display: none
}

.btn-transparent.sm-btn a:hover:before {
    padding: 20px
}

.btn-transparent.lg-btn a {
    height: 60px
}

.btn-transparent.on-white a {
    color: #000;
    height: 60px
}

.btn-transparent.on-white a:hover:after {
    color: #000
}

.btn-transparent.cta-btn a {
    border: 2px solid #fff
}

.btn-transparent.cta-btn a:before {
    background: #fff;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.accounts-sec .account-boxes .account-box {
    border: 2px solid;
    border-image-source: linear-gradient(150.92deg, rgba(0, 0, 0, 0.3) 45.09%, rgba(133, 133, 133, 0.3) 54.22%);
    border-image-slice: 1
}

@media screen and (min-width: 992px) {
    .accounts-sec .account-boxes .account-box .ab-desc {
        min-height: 72px
    }
}

@media screen and (max-width: 991px) {
    .accounts-sec .account-boxes .account-box .ab-desc {
        min-height: 72px
    }
}

.accounts-sec .account-boxes .account-box .ab-info {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(82.81deg, rgba(255, 255, 255, 0.3) 11.97%, #000000 56.42%, rgba(255, 255, 255, 0.3) 100%);
    border-image-slice: 1
}

.accounts-sec .account-boxes .account-box .ab-info:last-child {
    border: none
}

.mt5-boxes .white-box {
    height: 120px;
    transition: all .3s ease;
    border-radius: 5px;
    perspective: 1000px
}

@media screen and (min-width: 1024px)and (max-width: 1599px) {
    .mt5-boxes .white-box {
        height: 150px
    }
}

.mt5-boxes .white-box .white-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .4s;
    transform-style: preserve-3d
}

.mt5-boxes .white-box .white-box-front,
.mt5-boxes .white-box .white-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mt5-boxes .white-box .white-box-front {
    background: #fff
}

.mt5-boxes .white-box .white-box-back {
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    transform: rotateY(180deg)
}

.mt5-boxes .white-box .white-box-back p {
    color: #fff !important
}

.mt5-boxes .white-box:hover .white-box-inner {
    transform: rotateY(180deg)
}

.mt5-boxes .white-box .wb-img img {
    transition: all .3s ease
}

.mt5-boxes .white-box:hover .wb-img img {
    transition: all .3s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(333deg) brightness(104%) contrast(107%)
}

.mt5-boxes .white-box:hover .wb-text p {
    color: #fff !important
}

.ap-wbox,
.about-boxes-v .grey-box,
.ib-wbox,
.ab-cta-box,
.bl-cta-box,
.copy-trading-boxes-v .white-box {
    width: 100%
}

.grecaptcha-badge {
    visibility: hidden
}

html[lang=ng] .page-template-template-deposits-withdrawals .depwithd-tables-sec .depwithd-table .depwithd-table-inner .dw-info {
    margin: 20px 0 !important
}

html[lang=ng] .page-template-template-deposits-withdrawals .depwithd-tables-sec .depwithd-table .depwithd-table-inner .dw-info:nth-child(n+2),
html[lang=ng] .page-template-template-deposits-withdrawals .depwithd-tables-sec .depwithd-table .depwithd-table-inner .btn-transparent {
    display: none !important
}

.about-boxes-v .gb-img img,
.copy-trading-boxes-v .gb-img img {
    height: 86px;
    width: auto
}

.depwithd-tables-sec .depwithd-tables .depwithd-table {
    position: relative;
    border: 2px solid;
    border-image-source: linear-gradient(150.92deg, rgba(0, 0, 0, 0.3) 45.09%, rgba(133, 133, 133, 0.3) 54.22%);
    border-image-slice: 1
}

.depwithd-tables-sec .depwithd-tables .depwithd-table .depwithd-table-inner .dw-info {
    position: relative
}

.depwithd-tables-sec .depwithd-tables .depwithd-table .depwithd-table-inner .dw-info:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 175px;
    height: 1px;
    background: linear-gradient(82.81deg, rgba(255, 255, 255, 0.3) 11.97%, #000000 56.42%, rgba(255, 255, 255, 0.3) 100%)
}

.depwithd-tables-sec .depwithd-tables .depwithd-table .depwithd-table-inner .dw-info:nth-last-of-type(2):after {
    display: none
}

.depwithd-tables-sec .depwithd-tables .depwithd-table .depwithd-table-inner .dw-img img {
    max-width: 100%;
    width: auto;
    height: 65px;
    object-fit: contain
}

.accordion-table-sec .table-header {
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-bottom: 2px
}

.accordion-table-sec .table-header .th-item {
    padding: 0 15px
}

.accordion-table-sec .accordion-tables .accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .3s;
    margin-bottom: 3px
}

.accordion-table-sec .accordion-tables .accordion:after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(0);
    font-size: 16px;
    color: #000;
    transition: all .3s ease
}

.accordion-table-sec .accordion-tables .accordion.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s ease
}

.accordion-table-sec .accordion-tables .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordion-table-sec .accordion-tables .panel table {
    margin-bottom: 80px
}

@media screen and (max-width: 991px) {
    .accordion-table-sec .accordion-tables .panel table {
        margin-bottom: 30px
    }
}

.accordion-table-sec .accordion-tables .panel table * {
    color: #000
}

.accordion-table-sec .accordion-tables .panel table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0
}

.accordion-table-sec .accordion-tables .panel table tr td {
    font-weight: 700;
    padding: 20px 15px;
    text-align: left
}

@media screen and (max-width: 991px) {
    .accordion-table-sec .accordion-tables .panel table tr td:nth-of-type(2) {
        color: rgba(0, 0, 0, .5)
    }
}

@media screen and (min-width: 992px) {
    .accordion-table-sec .accordion-tables .panel table tr td:nth-of-type(2) {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: start;
        gap: 10px
    }

    .accordion-table-sec .accordion-tables .panel table tr td:nth-of-type(3) {
        font-size: smaller;
        opacity: .65;
        font-weight: 400
    }
}

.error404 h1,
.error404 h2,
.error404 h5:not(.in-the-media h5),
.page-template-template-thank-you h1,
.page-template-template-thank-you h2,
.page-template-template-thank-you h5:not(.in-the-media h5) {
    margin: 0 auto;
    background: transparent;
    -webkit-text-fill-color: #fff;
    color: #fff
}

.wpml-outer .wpml-ls {
    position: relative;
    max-width: max-content;
    display: flex;
    align-items: center
}

.wpml-outer .wpml-ls>ul {
    padding-left: 20px
}

.wpml-outer .wpml-ls ul {
    transition: background-color .3s ease
}

.wpml-outer .wpml-ls ul li a.wpml-ls-item-toggle {
    transition: all .3s ease;
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.wpml-outer .wpml-ls ul li a.wpml-ls-item-toggle:before {
    content: "";
    transition: all .3s ease;
    position: absolute;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    font-size: 12px;
    display: inline-block
}

@media screen and (min-width: 992px) {
    .wpml-outer .wpml-ls ul li a.wpml-ls-item-toggle:hover:before {
        transition: all .3s ease;
        transform: translateY(-50%) rotate(-180deg)
    }
}

.wpml-outer .wpml-ls ul li a.wpml-ls-link:hover {
    color: #1796ff !important
}

.wpml-outer .wpml-ls ul li a {
    background-color: transparent !important;
    font-weight: 600;
    color: #fff !important;
    border: none !important;
    padding: 3px 17px 3px 3px !important;
    font-size: 14px;
    line-height: 1
}

.wpml-outer .wpml-ls ul li a:after {
    display: none !important
}

.wpml-outer .wpml-ls ul li a:hover {
    color: #fff !important
}

.wpml-outer .wpml-ls ul li ul {
    border: none !important
}

.wpml-outer .wpml-ls ul li ul li {
    text-align: right
}

.wpml-outer .wpml-ls:before {
    content: "";
    z-index: 99;
    position: absolute;
    background-image: url("/images/globe-ico.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px
}

.wpml-outer:hover ul ul {
    background-color: #212121 !important
}

@media screen and (min-width: 992px) {
    .in-the-media .itm-col-wrapper {
        gap: .5%
    }

    .in-the-media .itm-col-wrapper .itm-col {
        flex-basis: 12.0625%
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .in-the-media .itm-col-wrapper {
        gap: .25%
    }

    .in-the-media .itm-col-wrapper .itm-col {
        flex-basis: 12.28125%
    }
}

@media screen and (max-width: 767px) {
    .in-the-media .itm-col-wrapper {
        gap: .5%
    }

    .in-the-media .itm-col-wrapper .itm-col {
        flex-basis: 24.125%
    }
}

.steps-cta .steps-box {
    flex-basis: 19%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .steps-cta .steps-box {
        flex-basis: 100%
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .steps-cta .steps-box {
        flex-basis: 32%
    }
}

.steps-cta .steps-demo-btn .btn-transparent a {
    color: #000;
    height: 70px
}

.steps-cta .steps-demo-btn .btn-transparent a:hover:before {
    padding: 35px
}

.grey-boxes .grey-box .gb-img {
    height: 85px
}

.grey-boxes .grey-box .gb-img img {
    object-fit: contain
}

.tab {
    overflow: hidden
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s
}

.tabcontent {
    display: none;
    animation: fadeEffect 1s
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pagination-prev-next>div a {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 54px;
    min-width: 54px;
    max-width: 54px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .3);
    border: 2px solid rgba(0, 0, 0, .3)
}

.pagination-prev-next>div a:before {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.pagination-prev-next>div a i {
    color: #9f38cd;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    flex: 1;
    text-align: center;
    color: rgba(0, 0, 0, .3)
}

.pagination-prev-next>div a:hover {
    border: none
}

.pagination-prev-next>div a:hover:before {
    display: block
}

.pagination-prev-next>div a:hover i {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.pagination-numbers ul {
    padding: 0;
    margin: 0;
    gap: 12px;
    display: flex;
    justify-content: center
}

.pagination-numbers ul li .page-numbers {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .3)
}

.pagination-numbers ul li .page-numbers:hover:not(.page-numbers.current) {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.pagination-numbers ul li .page-numbers.current {
    color: rgba(0, 0, 0, .8)
}

.pagination-numbers ul li::marker {
    content: ""
}

.page-template-template-test-api .lp-sec3 #leaderboard table thead tr {
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.page-template-template-test-api .lp-sec3 #leaderboard table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.page-template-template-test-api .lp-sec3 #leaderboard table tbody tr td {
    padding: 12px
}

.page-template-template-test-api .lp-sec3 #leaderboard table tbody tr:last-child {
    border: none
}

.page-template-template-test-api .lp-sec5 form#register .bg-wrapper {
    background-color: rgba(0, 0, 0, .05)
}

.page-template-template-test-api .lp-sec5 form#register .bg-wrapper input,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper select {
    text-align: center;
    padding: 20px 25px;
    border: none;
    border-radius: 0
}

.page-template-template-test-api .lp-sec5 form#register .bg-wrapper input:focus,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper input:focus-visible,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper input:focus-within,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper select:focus,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper select:focus-visible,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper select:focus-within {
    outline: none;
    border: none;
    box-shadow: none
}

.page-template-template-test-api .lp-sec5 form#register .bg-wrapper input option,
.page-template-template-test-api .lp-sec5 form#register .bg-wrapper select option {
    color: #000
}

@media screen and (max-width: 991px) {

    .page-template-template-test-api .lp-sec5 form#register .bg-wrapper input,
    .page-template-template-test-api .lp-sec5 form#register .bg-wrapper select {
        padding: 15px 20px
    }
}

.page-template-template-test-api .lp-sec5 form#register .select-wrapper {
    position: relative
}

.page-template-template-test-api .lp-sec5 form#register .select-wrapper:after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    right: 20px;
    font-size: 15px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000
}

.page-template-template-test-api .lp-sec5 form#register button[type=submit] {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    transition: all .2s ease;
    background-color: transparent;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 700;
    min-width: 205px;
    font-weight: 700;
    border: none;
    outline: none
}

.page-template-template-test-api .lp-sec5 form#register button[type=submit]:before {
    content: "";
    transition: all .2s ease;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.page-template-template-test-api .lp-sec5 form#register button[type=submit]:after {
    content: "";
    font-family: "fontawesome";
    transition: all .2s ease;
    color: #9f38cd;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px
}

#popup-container,
#lp-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999
}

#popup-content {
    background-color: #000;
    width: 55vw;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff
}

@media screen and (max-width: 991px) {
    #popup-content {
        width: 90vw;
        padding: 30px
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    #popup-content {
        width: 80vw
    }
}

@media screen and (min-width: 1200px)and (max-width: 1599px) {
    #popup-content {
        width: 60vw
    }
}

#popup-content:before {
    content: "";
    transition: all .2s ease;
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 4px;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

#popup-content button {
    border: none;
    padding: 12px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    z-index: 9999999;
    position: relative
}

#popup-content button:hover {
    cursor: pointer
}

#popup-content i.lp-close-popup {
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-size: 25px;
    line-height: 1
}

@media screen and (max-width: 767px) {
    #popup-content i.lp-close-popup {
        font-size: 18px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    #popup-content i.lp-close-popup {
        font-size: 22px
    }
}

html[dir=rtl] #popup-content i.lp-close-popup {
    cursor: pointer;
    right: unset;
    left: 30px;
    top: 30px
}

a.disabled {
    cursor: not-allowed;
    opacity: .7
}

a.disabled:hover {
    cursor: not-allowed;
    color: #fff !important
}

a.disabled:hover:before {
    background: transparent !important
}

a.disabled:hover:after {
    color: #fff !important
}

.blur-overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9998;
    pointer-events: none
}

.blur-single {
    transition: all .3s ease;
    filter: blur(10px);
    -webkit-filter: blur(10px)
}

.flex1 {
    flex: 1
}

.gap5 {
    gap: 5px
}

.gap7 {
    gap: 7px
}

.gap10 {
    gap: 10px
}

.gap15 {
    gap: 15px
}

.gap20 {
    gap: 20px
}

.gap25 {
    gap: 25px
}

.gap30 {
    gap: 30px
}

.gap35 {
    gap: 35px
}

.gap40 {
    gap: 40px
}

.breadcrumbs {
    font-size: 16px;
    line-height: 22px
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .mw-50 {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .mw-75 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto
    }
}

.cta-section {
    position: relative;
    float: left;
    width: 100%
}

.cta-section .cta-inner {
    background: linear-gradient(107.62deg, #1796ff -58.9%, #f20050 118.73%)
}

.cta-section-black-large .bl-cta-box img {
    height: 85px;
    width: auto
}

.fixed {
    position: fixed
}

.owl-theme .owl-item {
    float: left
}

.owl-theme .owl-nav {
    width: 100%;
    justify-content: center
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    background: transparent;
    border: none
}

.owl-theme .owl-nav button.owl-prev span,
.owl-theme .owl-nav button.owl-next span {
    color: #fff;
    font-size: 45px;
    line-height: 45px
}

.owl-theme .owl-dots {
    margin-top: 50px;
    display: flex;
    gap: 8px
}

.owl-theme .owl-dots button.owl-dot {
    background: transparent;
    border: none
}

.owl-theme .owl-dots button.owl-dot span {
    background: #d9d9d9;
    margin: 0;
    width: 15px;
    height: 15px
}

.owl-theme .owl-dots button.owl-dot.active span {
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%)
}

.col-md-5th {
    width: 20%;
    float: left
}

@media(min-width: 768px)and (max-width: 991px) {
    .col-md-5th {
        width: 50%
    }
}

@media(min-width: 300px)and (max-width: 767px) {
    .col-md-5th {
        width: 100%
    }
}

.noscroll-header {
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .hide-mobile {
        display: none !important
    }
}

@media screen and (min-width: 992px) {
    .hide-desktop {
        display: none !important
    }
}

header ul li,
footer ul li,
.custom-list ul li {
    display: list-item;
    list-style: none;
    list-style-type: none
}

.sec-list ul {
    padding-left: 20px
}

.lh-17,
.lh-17 * {
    line-height: 1.7
}

@media screen and (max-width: 991px) {

    .lh-17,
    .lh-17 * {
        line-height: 1.3
    }
}

.radius3 {
    border-radius: 3px
}

.radius5 {
    border-radius: 5px
}

.radius10 {
    border-radius: 10px
}

.round-tl {
    border-top-left-radius: 30px
}

.round-tr {
    border-top-right-radius: 30px
}

.round-bl {
    border-bottom-left-radius: 30px
}

.round-br {
    border-bottom-right-radius: 30px
}

.clear-both {
    clear: both
}

.bgimage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%
}

.bgimage.bgright {
    background-position: right
}

@media screen and (max-width: 991px) {
    .hide-bg {
        background-image: none !important
    }

    .dark-layer {
        position: relative
    }

    .dark-layer:before {
        font-family: "fontawesome";
        content: "";
        position: absolute;
        background-color: #000;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: .5
    }

    .white-layer {
        position: relative
    }

    .white-layer:before {
        font-family: "fontawesome";
        content: "";
        position: absolute;
        background-color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: .5
    }
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    table thead tr {
        border-bottom: 3px solid #666;
        display: block;
        margin-bottom: .625em
    }

    table thead tr td {
        text-align: right !important;
        border-bottom: 1px solid #666;
        display: block;
        font-size: .8em;
        text-align: right
    }

    table thead tr td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        float: left
    }

    table thead tr td:last-child {
        border-bottom: 0
    }

    table tbody tr {
        border-bottom: 3px solid #666;
        display: block;
        margin-bottom: .625em
    }

    table tbody tr td {
        text-align: right !important;
        border-bottom: 1px solid #666;
        display: block;
        font-size: .8em;
        text-align: right
    }

    table tbody tr td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        float: left
    }

    table tbody tr td:last-child {
        border-bottom: 0
    }
}

.home header .header-inner .header-bottom {
    height: 100vh
}

.home header .header-inner .header-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.1) 40%);
    pointer-events: none
}

.page-template-template-about header .header-inner .header-bottom .lg-bg-inner {
    z-index: 3
}

.page-template-template-about header .header-inner .header-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background-color: #fff
}

.page-template-template-about header .header-inner .header-top,
.page-template-template-markets header .header-inner .header-top,
.page-template-template-markets-currencies header .header-inner .header-top,
.page-template-template-introducing-broker header .header-inner .header-top,
.page-template-template-fund-manager header .header-inner .header-top {
    position: relative
}

header .sm-header,
header .blog-header {
    height: 90vh
}

header {
    background-color: #000;
    position: relative;
    display: block;
    float: left;
    width: 100%
}

header .header-inner .header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

header .header-inner .navbar-brand {
    width: max-content
}

header .header-inner .navbar-brand img {
    transition: all .3s ease;
    height: 150px;
    width: auto
}

header .header-inner #navbarNav {
    float: right
}

header .header-inner #navbarNav .navbar-nav {
    transition: all .3s ease
}

header .header-inner #navbarNav .navbar-nav .menu {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0
}

header .header-inner #navbarNav .navbar-nav .menu>li {
    padding: 0;
    padding-right: 45px;
    display: flex;
    align-items: center
}

header .header-inner #navbarNav .navbar-nav .menu>li>ul {
    left: 0 !important;
    top: 0px !important;
    width: 100vw;
    z-index: -1
}

@media screen and (min-width: 992px) {
    header .header-inner #navbarNav .navbar-nav .menu>li:last-child {
        padding-right: 17px !important
    }
}

header .header-inner #navbarNav .navbar-nav .menu>li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children {
    padding-right: 55px
}

header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children>a {
    position: relative
}

header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 2px;
    transition: all .3s ease;
    font-size: 12px;
    display: inline-block
}

@media screen and (min-width: 992px) {
    header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children:hover a:after {
        transition: all .3s ease;
        transform: rotate(-180deg)
    }
}

header .header-inner #navbarNav .navbar-nav .menu>li.current-menu-parent:after {
    display: block !important;
    width: 100%
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu>ul {
    flex-direction: row !important;
    gap: 40px
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu>ul li {
    display: flex;
    position: relative;
    width: max-content
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu>ul li ul {
    flex-direction: column
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu>ul li ul li:last-of-type {
    padding-bottom: 15px
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub {
    cursor: default !important
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub>a {
    padding: 25px 0 8px 0 !important;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .5) !important
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub>ul {
    background-color: transparent
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub>ul:before {
    display: none
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub:hover>a {
    cursor: default !important
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .sub-menu {
    background-color: #000;
    padding: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .sub-menu li a {
    transition: all .15s ease;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 0;
    line-height: 1.4
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .sub-menu li a:hover {
    transition: all .15s ease;
    color: #1796ff
}

header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu:hover {
    cursor: pointer
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu):hover {
    cursor: pointer
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu {
    background-color: #000;
    padding: 0;
    display: none;
    flex-direction: column;
    position: absolute
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li a {
    transition: all .15s ease;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 0;
    line-height: 1.4
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li a:hover {
    transition: all .15s ease;
    color: #1796ff
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li:first-of-type a {
    padding-top: 25px
}

header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li:last-of-type a {
    padding-bottom: 25px
}

@media screen and (max-width: 991px) {
    header .header-inner .navbar-toggle {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        margin: 0;
        background-color: transparent;
        z-index: 99999
    }

    header .header-inner .navbar-toggle .icon-bar1,
    header .header-inner .navbar-toggle .icon-bar2,
    header .header-inner .navbar-toggle .icon-bar3 {
        background-color: #fff;
        height: 3px;
        display: block;
        width: 30px;
        margin: 5px 0
    }

    header .header-inner .navbar-toggle .icon-bar1,
    header .header-inner .navbar-toggle .icon-bar2,
    header .header-inner .navbar-toggle .icon-bar3 {
        transition: all .3s ease
    }

    header .header-inner .navbar-toggle.toggled .icon-bar1 {
        transform: translateY(9px) translateX(0) rotate(45deg);
        transition: all .3s ease
    }

    header .header-inner .navbar-toggle.toggled .icon-bar2 {
        opacity: 0
    }

    header .header-inner .navbar-toggle.toggled .icon-bar3 {
        transform: translateY(-7px) translateX(0) rotate(-45deg);
        transition: all .3s ease
    }

    header .header-inner #navbarNav {
        display: none;
        padding: 50% 0;
        height: 100vh;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        background-color: #000;
        overflow-x: hidden;
        max-width: 100%
    }

    header .header-inner #navbarNav .menu-wrapper {
        width: 100%
    }

    header .header-inner #navbarNav>div {
        transition: all .5s ease;
        opacity: 0
    }

    header .header-inner #navbarNav .navbar-nav {
        width: 100%;
        margin: 0;
        justify-content: center
    }

    header .header-inner #navbarNav .navbar-nav .menu {
        flex-direction: column;
        gap: 0px;
        padding: 0;
        text-align: center
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a {
        transition: all .3s ease;
        padding: 5px 0 !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a:hover {
        transition: all .3s ease
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a:hover:after {
        color: #fff;
        -webkit-text-fill-color: #fff
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a:after {
        transform: rotate(0deg);
        top: 7px !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a.active {
        color: #1796ff
    }

    header .header-inner #navbarNav .navbar-nav .menu>li a.active:after {
        color: #fff;
        -webkit-text-fill-color: #fff;
        transform: rotate(-180deg)
    }

    header .header-inner #navbarNav .navbar-nav .menu>li>ul {
        top: 5px !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub ul {
        background-color: rgba(255, 255, 255, .1)
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub ul li:first-of-type {
        padding-top: 5px
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub ul li:last-of-type {
        padding-bottom: 5px
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub>a {
        margin-top: 10px;
        padding: 5px 0 !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.trad-menu .trad-sub:first-child>a {
        margin-top: 0 !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) {
        margin-top: 15px
    }

    header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu {
        background-color: rgba(255, 255, 255, .1)
    }

    header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li:first-of-type a {
        padding-top: 10px !important
    }

    header .header-inner #navbarNav .navbar-nav .menu>li:not(.trad-menu) .sub-menu li:last-of-type a {
        padding-bottom: 10px !important
    }

    header .header-inner #navbarNav .navbar-nav .menu li {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        background-color: transparent;
        margin: 0 auto;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    header .header-inner #navbarNav .navbar-nav .menu li.menu-item-has-children ul.sub-menu {
        position: relative;
        left: unset;
        top: unset;
        padding: 5px 0;
        width: 100%;
        z-index: 99
    }

    header .header-inner #navbarNav .navbar-nav .menu .btn-transparent {
        border: none
    }
}

@media screen and (min-width: 992px) {
    header .collapse:not(.show) {
        display: flex
    }

    header .navbar-toggle {
        display: none
    }
}

footer {
    float: left;
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, rgba(23, 150, 255, 0.2) 0%, rgba(242, 0, 80, 0.2) 100%)
}

footer .footer-middle {
    border-top: 2px solid rgba(255, 255, 255, .15);
    border-bottom: 2px solid rgba(255, 255, 255, .15)
}

footer .footer-middle ul.menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px
}

footer .footer-middle ul.menu>li>a {
    pointer-events: none;
    cursor: default;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

footer .footer-middle ul.menu>li>ul {
    padding: 0
}

footer .footer-middle ul.menu>li>ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

footer .footer-middle ul.menu>li>ul li a:hover {
    transition: all .15s ease;
    color: #1796ff
}

footer .footer-bottom .ft-socials a img {
    opacity: .5;
    transition: all .3s ease
}

footer .footer-bottom .ft-socials a:hover img {
    opacity: 1;
    transition: all .3s ease
}

footer:after {
    content: "";
    background: linear-gradient(90deg, #1796ff 0%, #f20050 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px
}

.pagination {
    margin-top: 50px
}

.pagination .screen-reader-text {
    display: none
}

.pagination .nav-links span,
.pagination .nav-links a {
    padding: 10px 13px;
    color: #171717;
    font-weight: 400;
    font-size: 18px
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover {
    color: #fff;
    background-color: red
}

.home .hp-sec1 .hp-sec1-wrapper .hp-tabs {
    overflow: hidden
}

.home .hp-sec1 .hp-sec1-wrapper .hp-tabs button {
    padding: 10px 15px;
    background: #000;
    border-radius: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: color .4s ease
}

.home .hp-sec1 .hp-sec1-wrapper .hp-tabs button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    transition: left .4s ease;
    z-index: -1
}

.home .hp-sec1 .hp-sec1-wrapper .hp-tabs button.active:before {
    left: 0
}

.home .hp-sec1 .hp-sec1-wrapper .hp-tabcontent {
    display: none;
    animation: fadeEffect 1s
}

.home .hp-sec1 .hp-sec1-wrapper .hp-bboxes-wrapper>.row {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.home .hp-sec2 {
    background-position: left;
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .home .hp-sec2 {
        height: 1000px
    }
}

.about-cta .ab-cta-box img {
    width: auto;
    height: 95px
}

.awards-sec .awards-wrapper .award .award-top {
    height: 290px
}

.awards-sec .awards-wrapper .award .award-top .award-top-inner {
    max-width: 210px;
    margin: 0 auto
}

.awards-sec .awards-wrapper .award .award-top .award-top-inner h5 {
    position: relative
}

.awards-sec .awards-wrapper .award .award-top .award-top-inner h5:after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(82.81deg, rgba(255, 255, 255, 0) 11.97%, #000000 56.42%, rgba(255, 255, 255, 0) 100%)
}

.about-sec2 {
    background: linear-gradient(105.34deg, #000000 60.54%, #414141 88.82%)
}

.about-sec2 .tabs {
    overflow: hidden
}

.about-sec2 .tabs button {
    padding: 10px 15px;
    background: #000;
    border-radius: 18px;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: color .4s ease
}

.about-sec2 .tabs button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    transition: left .4s ease;
    z-index: -1
}

.about-sec2 .tabs button.active {
    border: 1px solid #000
}

.about-sec2 .tabs button.active:before {
    left: 0
}

.about-sec2 .sec2-bcontent h4 {
    font-weight: 300 !important
}

.about-sec2 .sec2-bcontent p {
    font-size: 14px
}

@media screen and (max-width: 991px) {
    .about-sec2 .sec2-bcontent p {
        font-size: 12px
    }
}

.reg-sec1 .licenses .license-row {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.reg-sec1 .licenses .license-row:first-child {
    border-top: 1px solid #000
}

.reg-sec1 .licenses .license-row:last-child {
    border: none
}

.reg-sec4 .reg-col-wrapper .reg-steps-img {
    height: 82px;
    width: 82px
}

@media screen and (min-width: 768px) {
    .reg-sec4 .reg-col-wrapper:not(.last) {
        border-right: 1px solid;
        border-image-source: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, #ffffff 70%);
        border-image-slice: 1;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch
    }
}

.reg-sec4:last-child {
    border-right: none;
    border-image-source: none
}

.blog-posts .post .post-link .post-title p {
    color: #000
}

.blog-posts .post .post-link .post-thumb-wrapper {
    overflow: hidden
}

.blog-posts .post .post-link .post-thumb-wrapper img {
    transition: all .3s ease;
    object-fit: cover
}

.blog-posts .post .post-link:hover .post-title p {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.blog-posts .post .post-link:hover .post-thumb-wrapper img {
    transition: all .3s ease;
    transform: scale(1.1)
}

.single-post .single-post-wrapper .single-push-upper {
    margin-top: -500px;
    position: relative;
    z-index: 2
}

.single-post .single-post-wrapper .single-content p,
.single-post .single-post-wrapper .single-content li {
    color: #000
}

.contact-sec1 .contact-box {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.contact-sec1 .contact-box .cbox .cbox-col:first-child {
    flex-basis: 8%
}

.contact-sec1 .contact-box .cbox .cbox-col:last-child {
    flex-basis: 92%
}

.contact-sec1 .contact-box .cbox .cbox-col img {
    height: 30px;
    width: auto;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .contact-sec1 .contact-box .cbox .cbox-col img {
        height: 23px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .contact-sec1 .contact-box .cbox .cbox-col img {
        height: auto;
        width: 45%
    }
}

.contact-sec1 .form-wrapper form .form-group p {
    margin-bottom: 0
}

.contact-sec1 .form-wrapper form .form-group input,
.contact-sec1 .form-wrapper form .form-group textarea {
    border: none;
    padding: 20px;
    font-size: 16px;
    border-radius: 0;
    color: #000;
    font-weight: 600
}

.contact-sec1 .form-wrapper form .form-group input::placeholder,
.contact-sec1 .form-wrapper form .form-group textarea::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, .45)
}

.contact-sec1 .form-wrapper form .form-group input:focus,
.contact-sec1 .form-wrapper form .form-group input:focus-within,
.contact-sec1 .form-wrapper form .form-group input:focus-visible,
.contact-sec1 .form-wrapper form .form-group textarea:focus,
.contact-sec1 .form-wrapper form .form-group textarea:focus-within,
.contact-sec1 .form-wrapper form .form-group textarea:focus-visible {
    box-shadow: none;
    border: none
}

.contact-sec1 .form-wrapper form .submit-wrapper {
    margin-top: 30px
}

.contact-sec1 .form-wrapper form .submit-wrapper input {
    border: none;
    padding: 12px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%)
}

.contact-sec1 .form-wrapper form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2
}

.contact-sec1 .form-wrapper form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center
}

.contact-sec1 .form-wrapper form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0
}

.related-posts h3.related-title {
    background: transparent;
    -webkit-text-fill-color: #000;
    -webkit-background-clip: unset
}

@media screen and (max-width: 991px) {
    .related-posts h3.related-title {
        margin-bottom: -8px !important
    }
}

@media screen and (min-width: 992px) {
    .related-posts h3.related-title {
        margin-bottom: -15px !important
    }
}

.islamic-account .accpage-sec1 .sec-content h3 {
    color: #000;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #000
}

.islamic-account .accpage-sec1 .account-box .ab-bnote a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 5px
}

.acc-common-features .at-cflist {
    border-top: 1px solid #fff
}

.acc-common-features .at-cflist ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .acc-common-features .at-cflist ul {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .acc-common-features .at-cflist ul li {
        padding-top: 10px
    }

    .acc-common-features .at-cflist ul li:first-child {
        padding: 0
    }
}

.accpage-sec2 .ap-wbox img {
    height: 90px;
    width: auto
}

.commswaps-sec2 table img {
    height: 38px;
    width: auto
}

#acuity-analysisiq .AcuityAnalysisIQ__mainWrapper__rbxzb {
    min-height: unset !important
}

.AcuityAnalysisIQ__bigPadding__kjOVD,
.TileView__buttonContainer__gaDOL {
    display: none !important
}

.TileView__wrapper__ojC4a .TileView__tilesWrapper__BmDJ0 .TileView__tileContainer__b8VLX {
    margin: 0 !important
}

@media screen and (min-width: 1200px)and (max-width: 1599px) {
    .TileView__wrapper__ojC4a .TileView__tilesWrapper__BmDJ0 .TileView__tileContainer__b8VLX>div {
        width: 16% !important;
        min-width: 16% !important
    }
}

.TileView__wrapper__ojC4a .TileView__tilesWrapper__BmDJ0 .TileView__tileContainer__b8VLX>div:nth-child(n+7) {
    display: none !important
}

.acsgn-sec2 ul {
    padding-left: 1.2rem;
    margin-top: 10px
}

.acsgn-sec2 ul li {
    margin: 7px 0
}

.acsgn-sec3 .acsgn-col-wrapper .acsgn-steps-img {
    height: 82px;
    width: 82px
}

@media screen and (min-width: 768px) {
    .acsgn-sec3 .acsgn-col-wrapper:not(.last) {
        border-right: 1px solid;
        border-image-source: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, #ffffff 70%);
        border-image-slice: 1;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch
    }
}

.acsgn-sec3:last-child {
    border-right: none;
    border-image-source: none
}

.glossary-sec .alphabet-tabs {
    list-style: none
}

.glossary-sec .alphabet-tabs li a h3 {
    text-transform: lowercase;
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: #000;
    -webkit-text-fill-color: unset
}

.glossary-sec .alphabet-tabs li a.no-entries h3 {
    color: rgba(0, 0, 0, .2)
}

.glossary-sec .alphabet-tabs li.active a h3 {
    background: linear-gradient(15deg, #1796ff 10%, #f20050 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.glossary-sec .tab-content {
    display: none
}

.glossary-sec .tab-content li {
    list-style: none;
    list-style-type: none
}

.glossary-sec .tab-content.active {
    display: block
}

.faq-sec .accordion,
.faq-sec .faq-title {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .3s
}

.faq-sec .accordion:before {
    content: "";
    background-image: url("/images/faq-plus.png");
    height: 30px;
    width: 30px;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%)
}

.faq-sec .accordion.active:before {
    content: "";
    background-image: url("/images/faq-minus.png")
}

.faq-sec .faq-title {
    transition: all .15s ease !important;
    border-bottom: 1px solid #000
}

.faq-sec .faq-title:after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(0);
    font-size: 14px;
    color: #000;
    transition: all .3s ease
}

.faq-sec .faq-title.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .05)
}

.faq-sec .faq-title.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s ease
}

.faq-sec .panel,
.faq-sec .faq-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.faq-sec .panel>button:first-of-type {
    margin-top: 30px
}

.faq-sec .panel>div:last-of-type {
    margin-bottom: 60px
}

.faq-sec .panel.active {
    display: inline
}

.faq-sec .faq-desc.active {
    background-color: rgba(0, 0, 0, .05)
}

.markets-header .currpair-box img {
    height: 75px;
    width: auto
}

.markets-header .currpair-box .currpair-fullname {
    min-height: 32px
}

.markets-account-tables .account-tabs {
    overflow: hidden
}

.markets-account-tables .account-tabs button {
    padding: 10px 15px;
    background: #000;
    border-radius: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: color .4s ease
}

.markets-account-tables .account-tabs button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    transition: left .4s ease;
    z-index: -1
}

.markets-account-tables .account-tabs button.active:before {
    left: 0
}

.markets-account-tables .account-tabcontent {
    display: none;
    animation: fadeEffect 1s
}

.markets-account-tables table td img {
    height: 38px;
    width: auto
}

.markets-sec2 .mboxes-wrapper {
    background-color: #161616
}

.markets-sec2 .mboxes-wrapper .mbox {
    position: relative
}

@media screen and (min-width: 992px) {
    .markets-sec2 .mboxes-wrapper .mbox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 145px;
        background: linear-gradient(180deg, #ffffff 33.94%, #858585 64.14%);
        opacity: .3
    }
}

.markets-sec2 .mboxes-wrapper .mbox-last:after {
    display: none
}

.mam-sec2 ul li {
    line-height: 1.8
}

.pamm-sec4 .pamm-box .sec-content p {
    position: relative
}

.pamm-sec4 .pamm-box .sec-content p:after {
    content: "";
    width: 75%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(82.81deg, rgba(255, 255, 255, 0.2) 11.97%, #000000 56.42%, rgba(255, 255, 255, 0.2) 100%)
}

.pamm-sec4 .pamm-box .sec-content p:last-child:after {
    display: none
}

.page-template-template-introducing-broker header .partn-hboxes .partn-hbox p:first-of-type {
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: #fff;
    -webkit-text-fill-color: unset
}

.page-template-template-introducing-broker .ib-sec1 .ib-wbox img {
    width: auto;
    height: 80px
}

.page-template-template-introducing-broker .ib-sec2 .ibs2-box-wrapper {
    position: relative
}

@media screen and (min-width: 992px) {
    .page-template-template-introducing-broker .ib-sec2 .ibs2-box-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 33.94%, #858585 64.14%);
        opacity: .5
    }
}

.page-template-template-introducing-broker .ib-sec2 .ibs2-box-wrapper.last:after {
    display: none
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider {
    -webkit-appearance: none;
    z-index: 99;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, .25);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    appearance: none;
    border-radius: 3px;
    cursor: pointer
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider:hover {
    opacity: 1
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    cursor: pointer
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #1796ff;
    border-radius: 50%
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider::-webkit-slider-track {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2)
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider-container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .values span.sep {
    font-size: 10px
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider-input {
    height: 125px
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .slider-input .bg {
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .05) transparent
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec .earnings {
    display: flex;
    align-items: baseline
}

.page-template-template-introducing-broker .ib-sec2 .slider-sec #earnings-output {
    color: #1796ff;
    font-weight: 700
}

.page-template-template-introducing-broker .ib-sec3 .ibs3-box-wrapper {
    position: relative
}

@media screen and (min-width: 992px) {
    .page-template-template-introducing-broker .ib-sec3 .ibs3-box-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 33.94%, #858585 64.14%);
        opacity: .5
    }
}

.page-template-template-introducing-broker .ib-sec3 .ibs3-box-wrapper.last:after {
    display: none
}

.page-template-template-introducing-broker .ib-sec3 .lcontent a,
.page-template-template-introducing-broker .ib-sec3 .rcontent a,
.page-template-template-introducing-broker .ib-sec3 .bcontent a {
    color: #1796ff
}

.page-template-template-introducing-broker .ib-sec5 .chevron-right {
    border: 2px solid;
    border-radius: 50px;
    height: 53px;
    width: 53px
}

.page-template-template-introducing-broker .ib-sec5 .chevron-right i {
    font-size: 16px;
    line-height: 1
}

.page-template-template-introducing-broker .ib-sec5 .lrect .chevron-right {
    border-color: rgba(0, 0, 0, .5)
}

.page-template-template-introducing-broker .ib-sec5 .lrect .chevron-right i {
    color: rgba(0, 0, 0, .5)
}

.page-template-template-introducing-broker .ib-sec5 .rrect .rrect-inner {
    background: linear-gradient(107.62deg, #1796ff -58.9%, #f20050 118.73%)
}

.page-template-template-introducing-broker .ib-sec5 .rrect .chevron-right {
    border-color: #fff
}

.page-template-template-introducing-broker .ib-sec5 .rrect .chevron-right i {
    color: #fff
}

@media screen and (min-width: 768px) {
    .page-template-template-introducing-broker .lrect {
        border-right: 1px solid #000
    }

    .page-template-template-introducing-broker .lrect .lrect-inner {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .page-template-template-introducing-broker .rrect .rrect-inner {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

.page-template-template-fund-manager .fundm-sec1 .fundm-wbox img {
    width: auto;
    height: 80px
}

.prom-sec1 table {
    width: 100%;
    table-layout: fixed
}

.prom-sec1 table thead tr {
    border-bottom: 1px solid #000
}

.prom-sec1 table thead tr th {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #000
}

.prom-sec1 table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

@media screen and (max-width: 991px) {
    .prom-sec1 table tbody tr {
        margin-bottom: 30px
    }
}

.prom-sec1 table tbody tr td {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 25px;
    color: #000
}

@media screen and (max-width: 991px) {
    .prom-sec1 table tbody tr td {
        font-size: 14px;
        padding: 15px
    }
}

.prom-sec1 table tbody tr td:nth-child(2) {
    color: rgba(0, 0, 0, .5)
}

.prom-sec1 table tbody tr td:nth-child(3) {
    color: #1796ff
}

.prom-sec1 table tbody tr td:last-of-type {
    background: linear-gradient(107.62deg, #1796ff -58.9%, #f20050 118.73%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.prom-sec2 .prom-col-wrapper .prom-steps-img {
    height: 82px;
    width: 82px
}

@media screen and (min-width: 768px) {
    .prom-sec2 .prom-col-wrapper:not(.last) {
        border-right: 1px solid;
        border-image-source: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, #ffffff 70%);
        border-image-slice: 1;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch
    }
}

.prom-sec2:last-child {
    border-right: none;
    border-image-source: none
}

.page-template-template-landing-page header a.navbar-brand,
.page-template-template-landing-page footer a.navbar-brand {
    pointer-events: none
}

.page-template-template-landing-page p.cta-txt {
    margin: 0;
    font-weight: 400
}

.page-template-template-landing-page p.cta-txt strong {
    font-weight: 700
}

.page-template-template-landing-page header .header-inner .header-top button.navbar-toggle,
.page-template-template-landing-page header .header-inner .header-top .navbar-collapse {
    display: none !important
}

.page-template-template-landing-page header .header-inner .header-bottom .lph-top h1 {
    background: unset;
    -webkit-background-clip: unset;
    color: #fff;
    -webkit-text-fill-color: #fff;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.page-template-template-landing-page header .header-inner .header-bottom .lph-top h6 {
    font-weight: 400
}

.page-template-template-landing-page header .header-inner .header-bottom .lph-top h6 strong {
    font-weight: 700
}

.page-template-template-landing-page header .header-inner .header-bottom .lph-top h6:first-child {
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .page-template-template-landing-page .lp-sec1 .sec1-box.bordered {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
}

@media screen and (min-width: 768px) {
    .page-template-template-landing-page .lp-sec1 .sec1-box.bordered {
        border-right: 1px solid rgba(0, 0, 0, .2)
    }
}

.page-template-template-landing-page .lp-sec3 #leaderboard table thead tr {
    border-bottom: 2px solid rgba(255, 255, 255, .7)
}

.page-template-template-landing-page .lp-sec3 #leaderboard table thead tr th {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: rgba(255, 255, 255, .5);
    text-align: left
}

@media screen and (max-width: 991px) {
    .page-template-template-landing-page .lp-sec3 #leaderboard table thead tr th {
        font-size: 12px
    }
}

.page-template-template-landing-page .lp-sec3 #leaderboard table thead tr th:first-child {
    text-align: center
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr td {
    text-align: left;
    padding: 12px
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr td:first-child {
    text-align: center
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr:nth-child(-n+3) td {
    background-color: rgba(255, 255, 255, .08);
    font-weight: 700
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr:nth-child(-n+3) td:last-child {
    color: #0c6
}

.page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr:last-child {
    border: none
}

@media screen and (max-width: 991px) {
    .page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr {
        margin-bottom: 30px
    }
}

.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper {
    background-color: rgba(0, 0, 0, .05)
}

.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select {
    text-align: center;
    padding: 20px 25px;
    border: none;
    border-radius: 0
}

.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input:focus,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input:focus-visible,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input:focus-within,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select:focus,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select:focus-visible,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select:focus-within {
    outline: none;
    border: none;
    box-shadow: none
}

.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input option,
.page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select option {
    color: #000
}

@media screen and (max-width: 991px) {

    .page-template-template-landing-page .lp-sec5 form#register .bg-wrapper input,
    .page-template-template-landing-page .lp-sec5 form#register .bg-wrapper select {
        padding: 15px 20px
    }
}

.page-template-template-landing-page .lp-sec5 form#register .select-wrapper {
    position: relative
}

.page-template-template-landing-page .lp-sec5 form#register .select-wrapper:after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    right: 20px;
    font-size: 15px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000
}

.page-template-template-landing-page .lp-sec5 form#register button[type=submit] {
    z-index: 3;
    position: relative;
    border-radius: 50px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    transition: all .2s ease;
    background-color: transparent;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 700;
    min-width: 205px;
    font-weight: 700;
    border: none;
    outline: none
}

.page-template-template-landing-page .lp-sec5 form#register button[type=submit]:before {
    content: "";
    transition: all .2s ease;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(150deg, #1796ff -20%, #f20050 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.page-template-template-landing-page .lp-sec5 form#register button[type=submit]:after {
    content: "";
    font-family: "fontawesome";
    transition: all .2s ease;
    color: #9f38cd;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px
}

.page-template-template-landing-page .steps-cta {
    padding-bottom: 30px !important
}

.page-template-template-landing-page section.in-the-media {
    display: none !important
}

.page-template-template-landing-page footer .footer-middle {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important
}

.page-template-template-landing-page footer .footer-middle .ft-menu {
    display: none !important
}

.page-template-template-landing-page footer .ft-legal-socials {
    display: none !important
}

.page-template-template-landing-page footer .ft-copyrights {
    margin-top: 25px !important
}

@media screen and (max-width: 767px) {

    .btn-transparent a,
    .btn-transparent-w a,
    .btn-fill a,
    .btn-transparent.lg-btn a,
    .btn-transparent.on-white a,
    .btn-transparent.cta-btn a {
        height: 50px !important;
        padding: 0 25px;
        font-size: 13px
    }

    .btn-transparent a:after,
    .btn-transparent-w a:after,
    .btn-fill a:after,
    .btn-transparent.lg-btn a:after,
    .btn-transparent.on-white a:after,
    .btn-transparent.cta-btn a:after {
        font-size: 14px
    }

    .btn-transparent a:hover:before,
    .btn-transparent-w a:hover:before,
    .btn-fill a:hover:before,
    .btn-transparent.lg-btn a:hover:before,
    .btn-transparent.on-white a:hover:before,
    .btn-transparent.cta-btn a:hover:before {
        padding: 25px
    }

    .btn-transparent.sm-btn a {
        height: 30px !important;
        padding: 0 20px;
        font-size: 11px
    }

    .btn-transparent.sm-btn a:after {
        font-size: 12px
    }

    .btn-transparent.sm-btn a:hover:before {
        padding: 15px
    }

    header .sm-header {
        height: 75vh
    }

    header .sm-header .sm-bg-headerimg {
        display: none !important
    }

    header .markets-header .mh-limg {
        display: none !important
    }

    header .markets-header .currpair-box h5 {
        font-size: 18px;
        line-height: 23px
    }

    header .markets-header .currpair-box img {
        height: 37px
    }

    header .markets-header .currpair-box p.cta-txt {
        font-size: 18px;
        line-height: 1.2
    }

    header .markets-header .currpair-box p.currpair-fullname {
        min-height: unset;
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 10px
    }

    header .markets-header .mh-info {
        background-size: cover !important
    }

    header .partn-header .partners-img-wrapper {
        display: none !important
    }

    header .about-header .lg-bg-inner {
        min-height: unset !important;
        background-image: none !important
    }

    header .about-header:before {
        display: none
    }

    header .blog-header {
        height: 75vh
    }

    header .header-inner .navbar-brand img,
    header .footer-inner .navbar-brand img,
    footer .header-inner .navbar-brand img,
    footer .footer-inner .navbar-brand img {
        height: 135px
    }

    .home header .header-inner .header-bottom:before {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.1) 60%)
    }

    .home .hp-sec1 .hp-sec1-wrapper .hp-tabs {
        justify-content: center
    }

    .home .hp-sec1 .hp-sec1-wrapper .hp-tabs button {
        flex-basis: 48%
    }

    .home .hp-sec1 .hp-sec1-wrapper .sec-rimg {
        display: none
    }

    .accounts-sec .account-boxes .account-box {
        gap: 5px
    }

    .accordion-table-sec .table-header {
        display: none !important
    }

    .accordion-table-sec .accordion-tables table tr {
        margin-top: 20px
    }

    .accordion-table-sec .accordion-tables table tr td {
        display: flex;
        justify-content: space-between;
        padding: 10px !important
    }

    .accordion-table-sec .accordion-tables table tr td:before {
        display: none
    }

    .accordion-table-sec .accordion-tables table tr td:first-child,
    .accordion-table-sec .accordion-tables table tr td:last-child {
        display: none
    }

    .awards-sec .awards-wrapper .award .award-top {
        height: 230px
    }

    .awards-sec .awards-wrapper .award .award-top .award-top-inner {
        max-width: 165px
    }

    .glossary-sec ul.alphabet-tabs li {
        line-height: 1
    }

    .faq-sec .accordion h3 {
        padding-left: 25px !important
    }

    .faq-sec .accordion:before {
        width: 25px;
        height: 25px;
        background-size: contain;
        left: -5px
    }

    .faq-sec .panel>button:first-of-type {
        margin-top: 15px
    }

    .faq-sec .panel>button p {
        line-height: 1.2;
        padding-right: 30px
    }

    .faq-sec.markets-currencies-sec3 .faq-title p {
        line-height: 1.2;
        padding-right: 30px
    }

    .pamm-sec2 .ellipse {
        max-width: 100%;
        padding: 10px 100px 80px 100px !important
    }

    .pamm-sec2 .circles-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .pamm-sec2 .circles-wrapper .circles {
        height: 150px;
        width: 150px;
        bottom: -50px
    }

    .pamm-sec2 .circles-wrapper .circles img {
        height: 50px
    }

    .fundm-sec2 {
        padding-bottom: 0 !important
    }

    .fundm-sec2 .fundm-sec2-outer {
        background-image: none !important
    }

    .blog header .header-inner .header-bottom .post-content {
        display: none
    }

    .blog-posts .posts-wrapper .post-link .post-outer .post-title p {
        line-height: 1.2
    }

    .single-post .single-post-wrapper .single-push-upper {
        margin-top: -350px
    }

    footer .footer-middle ul.menu {
        justify-content: center;
        gap: 10px
    }

    footer .footer-middle ul.menu>li {
        line-height: 1.2;
        flex-basis: 31%;
        margin-bottom: 20px
    }

    footer .footer-middle ul.menu>li>a {
        font-size: 12px
    }

    footer .footer-middle ul.menu>li>ul li a {
        font-size: 12px;
        line-height: 1.2;
        margin: 3px 0
    }

    footer .footer-middle ul.menu>li:last-child,
    footer .footer-middle ul.menu>li:nth-last-child(2),
    footer .footer-middle ul.menu>li:nth-last-child(3) {
        margin-bottom: 0
    }

    footer .footer-bottom .ft-legal-socials .ft-legal {
        gap: 10px
    }

    footer .footer-bottom .ft-legal-socials .ft-legal a {
        flex-basis: 31%;
        line-height: 1.2
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {

    .btn-transparent a,
    .btn-transparent-w a,
    .btn-fill a,
    .btn-transparent.lg-btn a,
    .btn-transparent.on-white a,
    .btn-transparent.cta-btn a {
        height: 56px !important;
        padding: 0 28px;
        font-size: 14px
    }

    .btn-transparent a:after,
    .btn-transparent-w a:after,
    .btn-fill a:after,
    .btn-transparent.lg-btn a:after,
    .btn-transparent.on-white a:after,
    .btn-transparent.cta-btn a:after {
        font-size: 15px
    }

    .btn-transparent a:hover:before,
    .btn-transparent-w a:hover:before,
    .btn-fill a:hover:before,
    .btn-transparent.lg-btn a:hover:before,
    .btn-transparent.on-white a:hover:before,
    .btn-transparent.cta-btn a:hover:before {
        padding: 28px
    }

    .btn-transparent.sm-btn a {
        height: 34px !important;
        padding: 0 20px;
        font-size: 12px
    }

    .btn-transparent.sm-btn a:after {
        font-size: 13px
    }

    .btn-transparent.sm-btn a:hover:before {
        padding: 17px
    }

    header .sm-header {
        height: 70vh
    }

    header .sm-header .sm-bg-headerimg {
        display: none !important
    }

    header .markets-header .mh-limg {
        display: none !important
    }

    header .markets-header .currpair-box h5 {
        font-size: 20px;
        line-height: 24px
    }

    header .markets-header .currpair-box img {
        height: 40px
    }

    header .markets-header .currpair-box p.cta-txt {
        font-size: 20px;
        line-height: 1.2
    }

    header .markets-header .currpair-box p.currpair-fullname {
        min-height: unset;
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 12px
    }

    header .partn-header .partners-img-wrapper {
        display: none !important
    }

    header .about-header .lg-bg-inner {
        min-height: unset !important;
        background-image: none !important
    }

    header .about-header:before {
        display: none
    }

    header .blog-header {
        height: 70vh
    }

    header .header-inner .navbar-brand img,
    header .footer-inner .navbar-brand img,
    footer .header-inner .navbar-brand img,
    footer .footer-inner .navbar-brand img {
        height: 146px
    }

    .home header .header-inner .header-bottom:before {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.1) 60%)
    }

    .home .hp-sec1 .hp-sec1-wrapper .hp-tabs {
        justify-content: center
    }

    .home .hp-sec1 .hp-sec1-wrapper .hp-tabs button {
        flex-basis: 48%
    }

    .home .hp-sec1 .hp-sec1-wrapper .sec-rimg {
        display: none
    }

    .accounts-sec .account-boxes .account-box {
        gap: 5px
    }

    .accordion-table-sec .table-header {
        display: none !important
    }

    .accordion-table-sec .accordion-tables table tr {
        margin-top: 25px
    }

    .accordion-table-sec .accordion-tables table tr td {
        display: flex;
        justify-content: space-between;
        padding: 12px !important
    }

    .accordion-table-sec .accordion-tables table tr td:before {
        display: none
    }

    .accordion-table-sec .accordion-tables table tr td:first-child,
    .accordion-table-sec .accordion-tables table tr td:last-child {
        display: none
    }

    .glossary-sec ul.alphabet-tabs li {
        line-height: 1
    }

    .faq-sec .accordion h3 {
        padding-left: 25px !important
    }

    .faq-sec .accordion:before {
        background-size: contain;
        left: -10px
    }

    .faq-sec .panel>button:first-of-type {
        margin-top: 20px
    }

    .faq-sec .panel>button p {
        line-height: 1.2;
        padding-right: 30px
    }

    .faq-sec.markets-currencies-sec3 .faq-title p {
        line-height: 1.2;
        padding-right: 30px
    }

    .pamm-sec2 .ellipse {
        max-width: 70%;
        padding: 10px 90px 20px 90px !important
    }

    .pamm-sec2 .circles-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .pamm-sec2 .circles-wrapper .circles {
        height: 175px;
        width: 175px;
        bottom: -35%
    }

    .pamm-sec2 .circles-wrapper .circles img {
        height: 50px
    }

    .fundm-sec2 {
        padding-bottom: 0 !important
    }

    .fundm-sec2 .fundm-sec2-outer {
        background-image: none !important
    }

    .blog header .header-inner .header-bottom .post-content {
        display: none
    }

    .blog-posts .posts-wrapper .post-link .post-outer .post-title p {
        line-height: 1.2
    }

    .single-post .single-post-wrapper .single-push-upper {
        margin-top: -350px
    }

    footer .footer-middle ul.menu>li>a {
        font-size: 14px
    }

    footer .footer-middle ul.menu>li>ul li a {
        font-size: 14px;
        line-height: 1.2
    }

    footer .footer-bottom .ft-legal-socials .ft-legal {
        gap: 12px
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .col-lg-1 {
        display: none !important
    }

    .col-lg-10 {
        width: 100% !important
    }

    .flip-tablet {
        flex-direction: column !important
    }

    .flip-tablet>div {
        padding: 0 15px !important;
        width: 100% !important
    }

    .flip-tablet>div:last-child {
        margin-top: 10px !important
    }

    .btn-transparent a,
    .btn-transparent-w a,
    .btn-fill a,
    .btn-transparent.lg-btn a,
    .btn-transparent.on-white a,
    .btn-transparent.cta-btn a {
        height: 60px !important;
        padding: 0 30px;
        font-size: 14px
    }

    .btn-transparent a:after,
    .btn-transparent-w a:after,
    .btn-fill a:after,
    .btn-transparent.lg-btn a:after,
    .btn-transparent.on-white a:after,
    .btn-transparent.cta-btn a:after {
        font-size: 15px;
        padding-left: 10px
    }

    .btn-transparent a:hover:before,
    .btn-transparent-w a:hover:before,
    .btn-fill a:hover:before,
    .btn-transparent.lg-btn a:hover:before,
    .btn-transparent.on-white a:hover:before,
    .btn-transparent.cta-btn a:hover:before {
        padding: 30px
    }

    .btn-transparent.sm-btn a {
        height: 36px !important;
        padding: 0 20px;
        font-size: 12px
    }

    .btn-transparent.sm-btn a:after {
        font-size: 13px
    }

    .btn-transparent.sm-btn a:hover:before {
        padding: 18px
    }

    header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children>a {
        font-size: 14px
    }

    header .header-inner #navbarNav .navbar-nav .menu>li .sub-menu li a {
        font-size: 15px !important
    }

    body:not(.page-template-template-metatrader5) header .header-inner .sm-header .sm-bg-headerimg img {
        max-width: 100%
    }

    body.page-template-template-metatrader5 header .header-inner .sm-header .sm-bg-headerimg img {
        max-width: 160%
    }

    .home header .header-inner .header-bottom:before {
        background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.1) 50%)
    }

    header .sm-header:not(.single-post-header):not(.prom-header),
    header .blog-header:not(.no-posts-header) {
        height: unset !important;
        padding: 150px 0 130px 0 !important
    }

    header .markets-header .currpair-box img {
        height: 50px;
        margin-bottom: 5px
    }

    header .markets-header .mh-info {
        background-size: cover !important
    }

    header .about-header .lg-bg-inner {
        background-size: 85% !important;
        min-height: 1070px !important;
        background-position: bottom right !important
    }

    .sm-bg-headerimg-wrapper {
        display: flex;
        justify-content: flex-end !important
    }

    .sm-bg-headerimg-wrapper .sm-bg-headerimg {
        width: 80% !important;
        max-width: 80% !important
    }

    header .header-inner .navbar-brand img,
    header .footer-inner .navbar-brand img,
    footer .header-inner .navbar-brand img,
    footer .footer-inner .navbar-brand img {
        height: 146px
    }

    .acc-common-features .at-cflist ul {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .fundm-sec2 .fundm-sec2-outer {
        background-size: 50% !important
    }

    .single-post .single-post-wrapper .single-push-upper {
        margin-top: -400px
    }

    .grey-boxes .grey-box,
    .grey-boxes .white-box,
    .white-boxes .grey-box,
    .white-boxes .white-box {
        padding: 20px !important
    }

    .islamic-account .accpage-sec1 .bg-black {
        margin-top: 60px !important
    }

    footer .footer-middle .ft-top-lvl {
        flex-basis: 15%;
        line-height: 1.3
    }

    footer .footer-middle .ft-top-lvl>a {
        margin-bottom: 8px
    }

    footer .footer-middle .ft-top-lvl>ul li {
        margin-bottom: 5px
    }
}

@media screen and (min-width: 1200px)and (max-width: 1399px) {
    header .markets-header .mh-info {
        background-size: cover !important
    }
}

@media screen and (min-width: 1200px)and (max-width: 1599px) {

    .btn-transparent a:after,
    .btn-transparent-w a:after,
    .btn-fill a:after,
    .btn-transparent.lg-btn a:after,
    .btn-transparent.on-white a:after,
    .btn-transparent.cta-btn a:after {
        padding-left: 10px
    }

    .col-xl-10 {
        width: 98% !important;
        margin: 0 auto
    }

    .col-xl-1 {
        width: 1% !important
    }

    body.home .hp-sec2 {
        height: unset
    }

    body:not(.page-template-template-metatrader5) header .header-inner .sm-header .sm-bg-headerimg img {
        max-width: 100%
    }

    body.page-template-template-metatrader5 header .header-inner .sm-header .sm-bg-headerimg img {
        max-width: 160%
    }

    header .sm-header:not(.single-post-header):not(.prom-header),
    header .blog-header:not(.no-posts-header) {
        height: unset !important;
        padding: 150px 0 130px 0 !important
    }

    header .about-header .lg-bg-inner {
        background-size: 95% !important;
        min-height: 1070px !important;
        background-position: bottom right !important
    }

    header .header-inner .navbar-brand img,
    header .footer-inner .navbar-brand img,
    footer .header-inner .navbar-brand img,
    footer .footer-inner .navbar-brand img {
        height: 148px
    }

    .sm-bg-headerimg-wrapper {
        display: flex;
        justify-content: flex-end !important
    }

    .sm-bg-headerimg-wrapper .sm-bg-headerimg {
        width: 75% !important;
        max-width: 75% !important
    }

    .acc-common-features .at-cflist ul {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .pamm-sec2 .col-xl-2 {
        width: 10% !important
    }

    .pamm-sec2 .col-xl-8 {
        width: 80% !important
    }

    .grey-boxes .grey-box,
    .grey-boxes .white-box,
    .white-boxes .grey-box,
    .white-boxes .white-box {
        padding: 20px !important
    }

    .steps-cta .steps-box {
        flex-basis: 32%
    }

    .cta-section-black-large .col-xl-2,
    .cta-section-white-large .col-xl-2 {
        width: 5% !important
    }

    .cta-section-black-large .col-xl-8,
    .cta-section-white-large .col-xl-8 {
        width: 90% !important;
        margin: 0 auto !important
    }

    .fundm-sec2 .fundm-sec2-outer {
        background-size: 50% !important
    }

    footer .footer-middle ul.menu {
        gap: 15px !important;
        flex-wrap: nowrap !important
    }

    footer .footer-middle .ft-top-lvl>a {
        font-size: 11px !important
    }

    footer .footer-middle .ft-top-lvl>ul li {
        line-height: 1.2
    }

    footer .footer-middle .ft-top-lvl>ul li a {
        font-size: 12px !important;
        line-height: 14px
    }
}

html[lang=ar] .pe-2 {
    padding-left: .5rem !important;
    padding-right: unset !important
}

html[lang=ar] .pe-3 {
    padding-left: 1rem !important;
    padding-right: unset !important
}

html[lang=ar] .pe-4 {
    padding-left: 1.5rem !important;
    padding-right: unset !important
}

html[lang=ar] .pe-5 {
    padding-left: 3rem !important;
    padding-right: unset !important
}

html[lang=ar] .ps-2 {
    padding-right: .5rem !important;
    padding-left: unset !important
}

html[lang=ar] .ps-3 {
    padding-right: 1rem !important;
    padding-left: unset !important
}

html[lang=ar] .ps-4 {
    padding-right: 1.5rem !important;
    padding-left: unset !important
}

html[lang=ar] .ps-5 {
    padding-right: 3rem !important;
    padding-left: unset !important
}

html[lang=ar] .wpml-outer .wpml-ls>ul {
    padding-right: 20px !important;
    padding-left: 0 !important
}

html[lang=ar] .wpml-outer .wpml-ls>ul li ul li {
    text-align: left
}

html[lang=ar] .btn-transparent a:after,
html[lang=ar] .btn-transparent-w a:after,
html[lang=ar] .btn-fill a:after {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

html[lang=ar] .chevron-right {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    -ms-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important
}

html[lang=ar] header .header-inner #navbarNav .navbar-nav .menu>li>ul {
    left: unset !important;
    right: 0 !important
}

html[lang=ar] header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children {
    padding-left: 55px;
    padding-right: 0
}

html[lang=ar] header .header-inner #navbarNav .navbar-nav .menu>li.menu-item-has-children a:after {
    right: unset;
    left: -17px
}

@media screen and (min-width: 992px) {
    html[lang=ar] header .header-inner #navbarNav .navbar-nav .menu>li:last-child {
        padding-left: 17px !important;
        padding-right: 0 !important
    }
}

html[lang=ar] .wpml-ls ul li a.wpml-ls-item-toggle:before {
    right: unset;
    left: 0
}

html[lang=ar] .wpml-ls ul li a {
    padding: 5px 5px 5px 17px !important
}

html[lang=ar] .home .hp-sec2 {
    background-position: right
}

html[lang=ar] .accordion-table-sec .accordion-tables .accordion:after {
    right: unset;
    left: 1rem
}

html[lang=ar] .accordion-table-sec .accordion-tables .panel table tr td {
    text-align: right
}

html[lang=ar] .faq-sec .accordion,
html[lang=ar] .faq-sec .faq-title {
    text-align: right
}

html[lang=ar] .faq-sec .accordion:before {
    right: -45px;
    left: unset
}

html[lang=ar] .faq-sec .faq-title::after {
    left: 1.5rem;
    right: unset
}

html[lang=ar] .page-template-template-about header .header-inner .header-bottom .lg-bg-inner {
    background-position-x: left
}

html[lang=ar] .page-template-template-about .about-sec2 {
    background: linear-gradient(-87deg, #000000 60.54%, #414141 100%)
}

html[lang=ar] .page-template-template-about .about-sec2 .sec2-rimg img {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    -ms-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important
}

@media screen and (min-width: 768px) {

    html[lang=ar] .reg-sec4 .reg-col-wrapper,
    html[lang=ar] .reg-sec4 .acsgn-col-wrapper,
    html[lang=ar] .reg-sec4 .prom-col-wrapper,
    html[lang=ar] .acsgn-sec3 .reg-col-wrapper,
    html[lang=ar] .acsgn-sec3 .acsgn-col-wrapper,
    html[lang=ar] .acsgn-sec3 .prom-col-wrapper,
    html[lang=ar] .prom-sec2 .reg-col-wrapper,
    html[lang=ar] .prom-sec2 .acsgn-col-wrapper,
    html[lang=ar] .prom-sec2 .prom-col-wrapper {
        border-left: 1px solid;
        border-image-source: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, #ffffff 70%);
        border-image-slice: 1;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch
    }
}

html[lang=ar] .reg-sec4 .reg-col-wrapper.first,
html[lang=ar] .reg-sec4 .acsgn-col-wrapper.first,
html[lang=ar] .reg-sec4 .prom-col-wrapper.first,
html[lang=ar] .reg-sec4 .reg-col-wrapper.last,
html[lang=ar] .reg-sec4 .acsgn-col-wrapper.last,
html[lang=ar] .reg-sec4 .prom-col-wrapper.last,
html[lang=ar] .acsgn-sec3 .reg-col-wrapper.first,
html[lang=ar] .acsgn-sec3 .acsgn-col-wrapper.first,
html[lang=ar] .acsgn-sec3 .prom-col-wrapper.first,
html[lang=ar] .acsgn-sec3 .reg-col-wrapper.last,
html[lang=ar] .acsgn-sec3 .acsgn-col-wrapper.last,
html[lang=ar] .acsgn-sec3 .prom-col-wrapper.last,
html[lang=ar] .prom-sec2 .reg-col-wrapper.first,
html[lang=ar] .prom-sec2 .acsgn-col-wrapper.first,
html[lang=ar] .prom-sec2 .prom-col-wrapper.first,
html[lang=ar] .prom-sec2 .reg-col-wrapper.last,
html[lang=ar] .prom-sec2 .acsgn-col-wrapper.last,
html[lang=ar] .prom-sec2 .prom-col-wrapper.last {
    border-left: none;
    border-image-source: none
}

html[lang=ar] .markets-sec2 .mboxes-wrapper .mbox-first:after {
    display: none
}

html[lang=ar] .markets-sec2 .mboxes-wrapper .mbox-last:after {
    display: block
}

html[lang=ar] .page-template-template-introducing-broker .ib-sec2 .slider-sec .slider-input .bg {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    -ms-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important
}

@media screen and (min-width: 992px) {
    html[lang=ar] .page-template-template-introducing-broker .ib-sec2 .ibs2-box-wrapper.last:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 33.94%, #858585 64.14%);
        opacity: .5
    }
}

html[lang=ar] .page-template-template-introducing-broker .ib-sec2 .ibs2-box-wrapper.first:after {
    display: none
}

@media screen and (min-width: 992px) {
    html[lang=ar] .page-template-template-introducing-broker .ib-sec3 .ibs3-box-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 33.94%, #858585 64.14%);
        opacity: .5
    }
}

html[lang=ar] .page-template-template-introducing-broker .ib-sec3 .ibs3-box-wrapper.first:after {
    display: none
}

@media screen and (max-width: 767px) {
    html[lang=ar] .page-template-template-landing-page .lp-sec1 .sec1-box.bordered {
        border-top: 1px solid rgba(0, 0, 0, .2);
        border-bottom: none
    }
}

html[lang=ar] .page-template-template-landing-page .lp-sec3 #leaderboard table thead tr th {
    text-align: right
}

html[lang=ar] .page-template-template-landing-page .lp-sec3 #leaderboard table tbody tr td {
    text-align: right
}

html[lang=ar] .page-template-template-privacy-policy .privacy-section {
    direction: ltr
}

@media screen and (max-width: 991px) {
    html[lang=ar] header .header-inner .navbar-toggle {
        right: unset;
        left: 12px
    }

    html[lang=ar] .faq-sec .accordion h3 {
        padding-right: 25px !important
    }

    html[lang=ar] .faq-sec .accordion:before {
        right: -5px
    }

    html[lang=ar] .faq-sec .panel>button p {
        padding-right: unset;
        padding-left: 30px
    }
}

@media screen and (min-width: 992px) {
    html[lang=ar] .pe-lg-2 {
        padding-left: .5rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-lg-3 {
        padding-left: 1rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-lg-5 {
        padding-left: 3rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .ps-lg-2 {
        padding-right: .5rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-lg-3 {
        padding-right: 1rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-lg-5 {
        padding-right: 3rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .text-lg-start {
        text-align: right !important
    }
}

@media screen and (min-width: 1200px) {
    html[lang=ar] .pe-xl-2 {
        padding-left: .5rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-xl-3 {
        padding-left: 1rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .pe-xl-5 {
        padding-left: 3rem !important;
        padding-right: unset !important
    }

    html[lang=ar] .ps-xl-2 {
        padding-right: .5rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-xl-3 {
        padding-right: 1rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: unset !important
    }

    html[lang=ar] .ps-xl-5 {
        padding-right: 3rem !important;
        padding-left: unset !important
    }
}

/*# sourceMappingURL=app.css.map */