html {
    font-family: "Oswald", sans-serif;
    font-display: swap;
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    font-display: swap;
    font-size: 1.14rem;
    font-weight: 300;
    color: #b0b0b0;
    line-height: normal;
    position: relative;
}

.preloader {
    display: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    height: 3px;
}

::-webkit-scrollbar-corner {
    display: none;
    height: 0;
    width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    display: inline-block;
}

button,
input,
textarea,
select {
    font-family: "Oswald", sans-serif;
    font-display: swap;
    opacity: 1;
    letter-spacing: 0.0143rem;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #201b4c;
}

a:hover,
a:focus {
    outline: inherit;
    text-decoration: none;
}

a:hover {
    color: #201b4c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    ;
    font-display: swap;
    line-height: normal;
    padding: 0 0;
    margin: 0 0;
}

section::after {
    display: block;
    clear: both;
    content: "";
}

.full_container {
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0rem auto;
}

.navigation .navbar-nav li a.language_drop.dropdown-toggle img,
.navigation .navbar-nav li .nav_dropdown ul.language_drop_down_web img,
.mview_language_dropdown a img,
.navigation .language_dropdown_mobile_view .mview_language_dropdown .nav_dropdown .language_drop_down_web img {
    width: 20px;
    margin: auto 10px;
}

.daily_financial_news_video {
    width: 100%;
    display: flex !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 5px;
}

.daily_financial_news_video iframe {
    width: 100%;
    height: 26.5rem;
    border: 0;
}

input::-webkit-input-placeholder {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

input::-moz-placeholder {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

input::placeholder {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

#pageTop {
    display: none;
}

.totop {
    position: absolute;
    bottom: -1rem;
    right: 0rem;
    z-index: 999;
}

.totop a {
    width: 11rem;
    height: 2.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.93rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10.78571rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.50);
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

.totop a:visited {
    color: #fff;
}

.totop a:hover {
    color: #eee;
    text-decoration: none;
}

.form-control:focus,
.custom-select:focus {
    outline: none;
    -webkit-box-shadow: 0rem 0rem 0rem transparent;
    box-shadow: 0rem 0rem 0rem transparent;
    border-color: #00eda4;
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22rem;
    height: 4rem;
    background-size: 79.2%;
    background-position: left center;
    background-repeat: no-repeat;
}

.logo img {
    display: none;
}

.navigation {
    width: 100%;
    position: absolute;
    top: 0%;
    background-color: #fff;
    box-shadow: 10px 5px 10px rgb(10 154 246 / 0.2);
    z-index: 9;
}

.navigation.fixed-top {
    width: 100%;
    position: fixed;
    top: 0%;
    background-color: #fff;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    z-index: 999;
}

.navigation.inner_header {
    background-color: #fff;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

footer a {
    color: #007bff;
}

.footer_bottom_text_sec a {
    color: #007bff;
}

.footer_bottom_text_sec a:hover {
    color: #007bff;
    text-decoration: underline;
}

.navbar-expand-md {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 1.6rem 0rem;
}

.navigation.fixed-top .navbar-expand-md {
    padding: 1.4rem 0rem;
}

.navbar-expand-md>.container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation .navbar-toggler {
    width: 40px;
    height: 35px;
    line-height: 0;
    color: #0d68f9;
    border-color: #0d68f9;
    background-color: transparent;
    padding: 0 0;
    margin: 0rem 0rem auto;
}

.navigation .navbar-toggler .navbar-toggler-icon {
    width: 22px;
    height: 2px;
    background-color: #0d68f9;
    margin: 3px 0;
}

.navigation .navbar-toggler:focus {
    outline: none;
    outline-offset: 0;
}

.navigation .navbar-toggler:hover {
    background-color: transparent;
}

.navigation .navbar-toggler:hover .navbar-toggler-icon {
    background-color: #0d68f9;
}

.navigation .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .navbar-nav li {
    position: relative;
    margin: 0rem 0.5rem;
}

.navigation .navbar-nav li a,
.navigation .navbar-nav li button.dropdown-toggle,
.mview_language_dropdown button.dropdown-toggle {
    font-size: 1.14rem;
    font-weight: 500;
    color: #062652;
    background-color: transparent;
    border: 0;
    padding: 0.5rem 0.6rem;
    padding-right: 15px;
}

.mview_language_dropdown a {
    padding: 0.65rem 0rem;
    font-weight: 500;
    padding-right: 15px;
}

.navigation .navbar-nav li:hover>a,
.navigation .navbar-nav li:hover button.dropdown-toggle,
.navigation .navbar-nav li a.active {
    color: #0a9af6;
}

.navigation .navbar-nav li.login_toplink a {
    min-width: 8.47rem;
    border: 1px solid #278bf7;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 0.65rem 1.07rem;
}

.navigation .navbar-nav li.login_toplink .btn_login {
    min-width: 6.96rem;
    background-color: #fff;
    background-image: none;
    color: #0d68f9 !important;
    margin-right: 1.07rem;
}

.navigation .navbar-nav li.login_toplink .btn_login:hover {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
    color: #ffffff !important;
}

.dropdown-toggle::after {
    width: 0.78rem;
    height: 0.78rem;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    border: none;
    vertical-align: 0rem;
    margin-left: 1rem;
}

.dropdown-toggle::before {
    display: none;
}

.navbar-nav .dropdown-menu {
    min-width: 100%;
    border-radius: 0rem;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
    -moz-box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
    box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
    padding: 0;
    margin: 0rem 0rem;
}

.navbar-nav .dropdown-menu.last {
    left: auto;
    right: 0rem;
}

.navigation .navbar-nav .dropdown-item {
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6 !important;
    justify-content: flex-start;
    padding: 0.6rem 1.07rem;
}

.navigation .navbar-nav .dropdown-item:last-child {
    border-bottom: none !important;
}

.navigation .navbar-nav .dropdown-item:hover {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #fff;
}

.language_dropdown_mobile_view {
    display: none;
}

.nav_dropdown {
    min-width: 100%;
    display: flex;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 10px);
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 1.5rem 3.5rem rgba(22, 41, 68, 0.25);
    border-radius: 6px;
    transition: all 0.3s ease-out;
    padding: 2rem 2rem;
    margin: 0rem;
    z-index: 999;
}

.nav_dropdown::before {
    width: 0;
    height: 0;
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 8px 8px;
    position: absolute;
    top: -8px;
    display: block;
    left: 50%;
    content: "";
}

.navigation .navbar-nav li:hover .nav_dropdown {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.navigation .navbar-nav li .nav_dropdown ul {
    min-width: 18rem;
    padding: 0rem 1.07rem;
}

.navigation .navbar-nav li .nav_dropdown ul li {
    padding: 0rem 0rem;
    margin: 0rem 0rem;
    display: flex;
}

.navigation .navbar-nav li .nav_dropdown ul li div {
    color: #007bff;
    font-weight: 400;
}

.navigation .navbar-nav li .nav_dropdown ul li.heading_title,
.navigation .navbar-nav li .nav_dropdown ul li ul li.heading_subtitle {
    font-size: 1.07rem;
    font-weight: 500;
    color: #9aa2b9;
    border-bottom: 1px solid #e4e8f4;
    padding: 0.65rem 0rem;
    margin-bottom: 0.65rem;
}

.navigation .navbar-nav li .nav_dropdown ul li>a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #403f4d;
    border-bottom: 1px solid transparent;
    padding: 0.65rem 0rem;
}

.navigation .navbar-nav li .nav_dropdown ul li:hover>a,
.navigation .navbar-nav li .nav_dropdown ul li>a.active {
    color: #0d67f9;
    border-color: #0d67f9;
    padding-left: 3px;
}

.navigation .navbar-nav li .nav_dropdown ul li>a i {
    margin-left: auto;
}

.navigation .navbar-nav li .nav_dropdown ul li ul {
    min-width: 100%;
    padding: 0rem 0rem;
}

.navigation .navbar-nav li .nav_dropdown ul li ul li.heading_subtitle {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.01);
    padding: 0.65rem 0.65rem;
}

.navigation .navbar-nav li .nav_dropdown ul li ul li a {
    font-weight: 300;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.01);
    padding: 0.5rem 0.5rem;
}

.navigation .navbar-nav li .nav_dropdown ul li ul li:hover a {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}



.banner_slide_img {
    text-align: center;
}

.banner_slide_img img {
    width: 80%;
    display: inline-block;
}

.banner_sec,
.baner_bottom {
    min-height: 87rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 8rem;
}

.baner_bottom {
    width: 100%;
    min-height: 100%;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    padding-top: 0rem;
    z-index: 1;
}

.banner_sec>.container {
    position: relative;
    padding-top: 8rem !important;
    z-index: 2;
}

.banner_sec .range_trading_sec {
    position: relative;
    z-index: 2;
}

.banner_data {
    margin-top: 4rem;
}

.banner_data>.container {
    position: relative;
}

.header_title {
    font-weight: 600;
    font-size: 3.5rem;
    color: #062652;
    line-height: 1.3;
}

.heading_text_color {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 67, 102, 1)),
            to(rgba(255, 174, 42, 1)));
    background-image: linear-gradient(to right,
            rgba(255, 67, 102, 1) 0%,
            rgba(255, 174, 42, 1) 100%);
}

.header_subtitle {
    max-width: 100%;
    display: block;
    font-size: 1.43rem;
    font-weight: 300;
    color: #6c89ac;
}

.btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    border-radius: 0rem;
    font-weight: 500;
    font-size: 1.21rem;
    color: #ffffff !important;
    border: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 1.07rem 2rem;
    border-radius: 22px;
}

.btn span {
    display: block;
    text-align: left;
}

.btn span small {
    width: 100%;
    font-size: 77.78%;
    display: block;
}

.btn::before,
.btn::after {
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: -110%;
    opacity: 0.1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    content: "";
    z-index: -1;
}

.btn:hover::before {
    left: -10%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:hover::after {
    left: -20%;
}

.header_btn {
    display: inline-block;
    position: relative;
}

.header_btn .btn {
    min-width: 15rem;
    justify-content: center;
}

.animated {
    transition: all 0.5s ease;
}

.section_title {
    font-size: 2.57rem;
    font-weight: 600;
    color: #062652;
    line-height: 1.4;
}

.section_title small {
    display: block;
    font-size: 47.2222%;
    font-weight: 400;
    line-height: 1.79rem;
}

.section_title small.sub {
    color: #979797;
    margin-top: 1rem;
    font-weight: 100;
}

.range_trading_slider_block {
    padding-left: 12rem;
    margin-top: 2.5rem;
}

.range_trading_block {
    background: #fff;
    box-shadow: 0 0.3rem 1.07rem rgba(42, 54, 68, 0.3);
    margin: 15px;
    min-height: 15rem;
}

.range_trading_block.about {
    min-height: 11rem;
    display: flex;
    align-items: stretch;
}

.range_trading_icon {
    width: 100%;
    height: 10rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 15px;
    margin: 1.5rem 0rem 1em;
}

.range_trading_icon img,
.range_trading_icon lottie-player {
    width: 7rem !important;
    display: inline-block !important;
}

.range_trading_icon lottie-player {
    width: 12rem;
}

.range_trading_title {
    font-size: 1.6rem;
    font-weight: 400;
    color: #062652;
    padding: 1rem 15px 0.5rem;
}

.range_trading_text {
    font-size: 1rem;
    line-height: 1.43rem;
    color: #062652;
    font-weight: 300;
    padding: 0.65rem 15px;
}

.range_trading_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #b7b7b7;
    line-height: 0.79rem;
    font-weight: 300;
    background-color: #f0f5f9;
    padding: 1.8rem 15px;
    margin-top: 1.5rem;
}

.range_trading_block:hover .range_trading_btn {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
    color: #fff;
}

.overview_sec {
    background-color: #dde1ef;
}

.overview_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.overview_list::after {
    clear: both;
    display: block;
}

.overview_list>li {
    width: calc(50% - 30px);
    float: left;
    min-height: 9.7rem;
    transition: all 0.5s ease-out;
    position: relative;
    background-color: #fff;
    margin: 15px;
}

.overview_list li .overview_list_box {
    height: 100%;
    position: relative;
    transition: all 0.5s ease-out;
}

.overview_list li>input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
}

.overview_icon_block {
    min-width: 12rem;
    height: 100%;
    transition: all 0.5s ease-out;
    background-color: #fcfcfe;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.85rem 1.07rem;
}

.overview_icon_block>div {
    width: 100%;
    text-align: center;
}

.overview_icon_block .hover {
    display: none;
}

.overview_list li>input:checked+.overview_list_box,
.overview_list li.selected .overview_list_box,
.overview_list li:hover .overview_list_box {
    box-shadow: 0 8px 61px rgba(48, 170, 241, 0.38);
}

.overview_list li>input:checked+.overview_list_box .overview_icon_block,
.overview_list li.selected .overview_list_box .overview_icon_block,
.overview_list li:hover .overview_list_box .overview_icon_block {
    background: #2e5ed0;
}

.overview_list li>input:checked+.overview_list_box .overview_icon_block .normal,
.overview_list li.selected .overview_list_box .overview_icon_block .normal,
.overview_list li:hover .overview_list_box .overview_icon_block .normal {
    display: none;
}

.overview_list li>input:checked+.overview_list_box .overview_icon_block .hover,
.overview_list li.selected .overview_list_box .overview_icon_block .hover,
.overview_list li:hover .overview_list_box .overview_icon_block .hover {
    display: inline-block;
}

.overview_icon {
    width: 100%;
    height: 3.93rem;
    margin-bottom: 0.65rem;
}

.overview_icon img {
    max-width: 100%;
    max-height: 100%;
}

.overview_icon_name {
    font-size: 1.14rem;
    color: #062652;
    font-weight: 400;
    transition: all 0.5s ease-out;
}

.overview_list li>input:checked+.overview_list_box .overview_icon_name,
.overview_list li.selected .overview_list_box .overview_icon_name,
.overview_list li:hover .overview_list_box .overview_icon_name {
    color: #fff;
}

.overview_list li>input:checked+.overview_list_box .overview_data,
.overview_list li.selected .overview_list_box .overview_data,
.overview_list li:hover .overview_list_box .overview_data {
    background: linear-gradient(268.44deg, #2fadfc 0%, #2d0fa4 100%);
}

.overview_data li {
    flex: 1 0 0%;
    background-color: transparent;
    position: relative;
    font-size: 1.14rem;
    color: #6d768f;
    font-weight: 400;
    padding: 0.5rem 1.07rem;
    margin: 0rem 0rem;
}

.overview_list li>input:checked+.overview_list_box .overview_data li,
.overview_list li.selected .overview_list_box .overview_data li,
.overview_list li:hover .overview_list_box .overview_data li {
    color: rgba(255, 255, 255, 0.7);
}

.overview_data li span,
.overview_data li small {
    display: block;
    font-size: 168.75%;
    color: #062652;
}

.overview_data li small {
    font-size: 100%;
}

.overview_list li>input:checked+.overview_list_box .overview_data li span,
.overview_list li.selected .overview_list_box .overview_data li span,
.overview_list li:hover .overview_list_box .overview_data li span,
.overview_list li>input:checked+.overview_list_box .overview_data li small,
.overview_list li.selected .overview_list_box .overview_data li small,
.overview_list li:hover .overview_list_box .overview_data li small {
    color: rgba(255, 255, 255, 1);
}

.overview_btns {
    width: 100%;
    display: flex;
    justify-content: center;
}

.spreadsForex .spreadsForex_block .overview_btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.overview_btns .btn {
    min-width: 16.4rem;
    justify-content: center;
}

.overview_btns .btn.read_more {
    background: #fff;
    color: #0d68f9 !important;
    border: 1px solid #0d68f9;
}

.overview_btns .btn.read_more:hover {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #ffffff !important;
}

.why_choose_block {
    width: 100%;
    height: 35rem;
    position: relative;
}

.why_choose_box {
    position: absolute;
}

.why_choose_box.first {
    left: 0%;
    top: 0%;
}

.why_choose_box.second {
    left: 0%;
    bottom: 0%;
}

.why_choose_box.third {
    right: 0%;
    top: 0%;
}

.why_choose_box.four {
    right: 0%;
    bottom: 0%;
}

.why_choose_desc,
.why_choose_icon_box {
    width: 32.36rem;
}

.why_choose_icon_box {
    z-index: 2;
}

.why_choose_icon_box>img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.why_choose_icon_box>.hover,
.why_choose_icon_box:hover>.normal {
    display: none;
}

.why_choose_icon_box:hover>.hover {
    display: inline-block;
}

.why_choose_icon_data {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 0.5rem 2rem;
}

.why_spiner_dot {
    width: 2.14rem;
    height: 2.14rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%);
}

.why_spiner_dot::before,
.why_spiner_dot::after {
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background-color: rgba(95, 48, 170, 0.2);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    animation: sm_to_big 2s linear infinite;
    transition: all 0.5s ease-out;
    content: "";
    z-index: 1;
}

.why_spiner_dot::after {
    background-color: rgba(95, 48, 170, 0.1);
    animation: sm_to_big 2s linear 1s infinite;
    z-index: 2;
}

@keyframes sm_to_big {
    from {
        width: 1.28rem;
        height: 1.28rem;
        background-color: rgba(95, 48, 170, 0.2);
    }

    to {
        width: 150%;
        height: 150%;
        background-color: rgba(95, 48, 170, 0);
    }
}

@-webkit-keyframes sm_to_big {
    from {
        width: 1.28rem;
        height: 1.28rem;
        background-color: rgba(95, 48, 170, 0.3);
    }

    to {
        width: 150%;
        height: 150%;
        background-color: rgba(95, 48, 170, 0);
    }
}

.why_spiner_dot>span {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    background: linear-gradient(349.56deg, #0d67f9 6.16%, #5fd8ff 94.39%);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 3;
}

.why_choose_icon .hover,
.why_choose_icon_box:hover .why_choose_icon .normal {
    display: none;
}

.why_choose_icon_box:hover .why_choose_icon .hover {
    display: inline-block;
}

.why_choose_icon_title {
    font-size: 1.5rem;
    color: #062652;
    font-weight: 500;
}

.why_choose_box.third .why_spiner_dot,
.why_choose_box.four .why_spiner_dot {
    right: auto;
    left: 0%;
    transform: translate(-50%, -50%);
}

.why_choose_middle {
    width: 48rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why_choose_middle lottie-player {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.why_choose_desc {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-out;
    padding: 0.5rem 2rem;
    color: #062652;
    font-weight: 400;
}

.why_choose_box:hover .why_choose_desc {
    opacity: 1;
}

.why_choose_btn_view {
    transition: all 0.5s ease-out;
}

.why_choose_btn_view:hover {
    color: #0d68f9;
}

.wht_btn::before,
.wht_btn::after {
    width: 130%;
    height: 130%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(95, 48, 170, 0.2);
    transition: all 0.5s ease-out;
    animation: plysm_to_big 2s linear infinite;
    content: "";
}

.wht_btn::after {
    background-color: rgba(95, 48, 170, 0.1);
    z-index: 2;
    animation: plysm_to_big 2s linear 1s infinite;
}

@-webkit-keyframes plysm_to_big {
    from {
        width: 100%;
        height: 100%;
        background-color: rgba(95, 48, 170, 0.3);
    }

    to {
        width: 200%;
        height: 200%;
        background-color: rgba(95, 48, 170, 0);
    }
}

@keyframes plysm_to_big {
    from {
        width: 100%;
        height: 100%;
        background-color: rgba(95, 48, 170, 0.2);
    }

    to {
        width: 200%;
        height: 200%;
        background-color: rgba(95, 48, 170, 0);
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 0;
    }
}

@keyframes slide_down {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.partner_sec {
    min-height: 55.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: relative;
}

.partners_title {
    font-size: 3.93rem;
    font-weight: 500;
    color: #fff;
}

.partners_subtitle {
    min-height: 6.21rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    color: #5ad3ff;
    font-weight: 400;
    padding-left: 2rem;
    padding-right: 2rem;
}

.partners_subtitle .left,
.partners_subtitle .right {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.5s ease-out;
}

.partners_subtitle .right {
    left: auto;
    right: 0%;
    transition: all 0.5s ease-out;
}

.partner_sec:hover .left {
    animation: left_right_first 1s linear;
}

.partner_sec:hover .right {
    animation: left_right_second 1s linear;
}

@keyframes left_right_first {
    0% {
        left: 50%;
    }

    100% {
        left: 0%;
    }
}

@keyframes left_right_second {
    0% {
        right: 50%;
    }

    100% {
        right: 0%;
    }
}

.partner_animate_sec {
    width: 40rem;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0%);
    z-index: 2;
}

.partner_animate_sec lottie-player {
    width: 100%;
    height: auto;
    display: inline-block;
}

.partner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 3;
}

.partner_text li {
    position: absolute;
    font-size: 1.28rem;
    color: #fff;
}

.partner_text li.first {
    left: 1.5rem;
    bottom: 5.8rem;
}

.partner_text li.second {
    left: 9.5rem;
    top: 7rem;
}

.partner_text li.third {
    right: 10.5rem;
    top: 7.5rem;
}

.partner_text li.four {
    right: 3rem;
    bottom: 5.5rem;
}

.partner_animate_sec .wht_btn {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translate(-50%, 0%);
    z-index: 4;
}

.partner_animate_sec .wht_btn::before,
.partner_animate_sec .wht_btn::after {
    display: none;
}

.deposits_withdrawals_sec {
    background: linear-gradient(to bottom, #ffffff 0%, #e9f1fa 100%);
}

.continue_text {
    font-size: 1.14rem;
    color: #71707b;
    line-height: 2rem;
}

.check_deposit_link {
    font-size: 1rem;
    color: #2d3dbe;
}

.cards_list_box {
    min-height: 10.7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 3px 16px rgba(159, 167, 193, 0.13);
    padding: 1.07rem;
    margin: 0.93rem;
}

.cards_list_box img {
    transition: all 0.5s ease-out;
}

.cards_list_box:hover img {
    transform: scale(1.1);
}

.cards_list {
    display: flex;
    flex-wrap: wrap;
}

.support_now_block {
    display: flex;
    align-items: center;
    background: linear-gradient(89.72deg, #103eae 0.29%, #0b77db 99.62%);
    box-shadow: 0 7px 22px rgba(3, 2, 32, 0.2);
    padding: 2.14rem 3.2rem;
}

.support_now_title {
    font-size: 1.93rem;
    color: #fff;
}

.support_now_block img {
    width: 4rem;
}

.support_now_title small {
    display: block;
    font-size: 39.02%;
    font-weight: 300;
    color: #88d7ff;
}

.white_color {
    color: #ffffff !important;
}

.support_now_btn {
    background: linear-gradient(88.05deg, #e8eaff 0.23%, #ffffff 100.84%);
    border: 1px solid #fff;
    box-shadow: 0 11px 30px rgba(29, 4, 53, 0.25);
    font-size: 1.57rem;
    color: #2d3dbe !important;
    font-weight: 400;
    padding: 0.7rem 1.78rem;
}

.support_now_btn:hover {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #ffffff !important;
    border-color: #4dcbf3;
}

footer {
    background-color: #100f49;
    position: relative;
}

footer>.container {
    position: relative;
    z-index: 2;
}

.footer_logo,
.footer_links_block {
    border-bottom: 1px solid #123ba0;
    padding-bottom: 1.57rem;
    margin-bottom: 1.57rem;
}

.footer_logo_heading {
    font-size: 1.43rem;
    line-height: 2.14rem;
    color: #fff;
}

footer .continue_text {
    color: #939bdf;
}

.footer_btn {
    min-width: 13.21rem;
    min-height: 3.57rem;
}

.footer_links_block.mobile_view {
    display: none !important;
}

.footer_links_bloc {
    margin-left: -0.43rem;
    margin-right: -0.43rem;
}

.footer_links_col {
    flex: 1;
    margin: 0rem 0.85rem;
}

.footer_links_title {
    font-size: 1.43rem;
    font-weight: 600;
    color: #a5cbff;
}

.footer_links_list a {
    font-size: 1.07rem;
    color: #c1cbe3;
}

.footer_links_list a:hover {
    color: #fff;
    margin-left: 0.5rem;
}

.logo_social_sec {
    display: flex;
    align-items: center;
}

.financial_logo_sec {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
}

.financial_logo_sec li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.socail_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socail_link a {
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid#2E2D74;
    background-color: #2e2d74;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    font-size: 1.28rem;
}

.socail_link a:hover {
    color: #fff;
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}

.footer_bottom_sec {
    background: linear-gradient(0deg, #0e0d44, #0e0d44);
}

.footer_bottom_text_sec p {
    font-size: 1.07rem;
    color: #c1cbe3;
    line-height: 1.86rem;
}

/* .copy_right_sec {
  border-top: 1px solid #123ba0;
  font-size: 1.21rem;
  color: #9897cb;
} */
.login_signup_bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}

.login_signup_bg .full_login_lottie {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.login_signup_bg .bar_login_lottie {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5.2rem;
    left: 0%;
}

.login_signup_bg .bar_signup_lottie {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -10.8rem;
    left: 0%;
}

.login_signup_sec {
    position: relative;
    z-index: 2;
}

.login_signup_form_title {
    font-size: 2.29rem;
    color: #062652;
}

.login_signup_form_title span {
    font-weight: 400;
}

.login_signup_form_sec {
    background: #fff;
    box-shadow: 0 2px 22px rgba(0, 56, 146, 0.2);
}

.login_signup_form_heading {
    min-height: 4.4rem;
    background: linear-gradient(90deg, #d2f0ff 0.93%, #f3f9ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.57rem;
    font-weight: 500;
    color: #062652;
}

.input_field_sec {
    position: relative;
}

.input_effect {
    width: 100%;
    position: relative;
    border: none;
    padding: 4px 0;
    border-bottom: 2px solid #707786;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    z-index: 1;
}

textarea.input_effect {
    height: 8.5rem;
    resize: none;
}

.input_effect~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 2px solid #0d67f9;
    transition: 0.4s;
    position: absolute;
    z-index: 2;
}

.input_effect:focus~.focus-border,
.has-content.input_effect~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.input_effect~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 4px;
    color: #707786;
    font-weight: 400;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
}

.input_effect:focus~label,
.has-content.input_effect~label {
    top: -18px;
    font-size: 1rem;
    color: #062652;
    font-weight: 500;
    transition: 0.3s;
}

.login_signup_form_fields {
    padding: 3.5rem 3rem;
}

.checkboxes_block {
    font-size: 1.07rem;
    color: #707786;
    font-weight: 400;
}

.checkboxes_block .checkbox {
    line-height: 1.5rem;
    position: relative;
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #062652;
    margin: 0rem 0rem;
}

.checkbox label input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    opacity: 0;
    z-index: 2;
}

.checkbox .check {
    width: 1.43rem;
    height: 1.43rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid rgb(200, 200, 200);
    border-radius: 0.25rem;
}

.checkbox label input:checked+.check {
    background-color: #fff;
}

.checkbox label input:checked+.check::before {
    width: 0.43rem;
    height: 0.71rem;
    position: absolute;
    left: 0.4rem;
    top: 0.1rem;
    border: solid #32a4d5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.input_icon_view .form-control {
    padding-right: 5rem;
}

.checkboxes_block a {
    color: #062652;
}

.already_account_text {
    font-size: 1.14rem;
    font-weight: 400;
    color: #062652;
}

.already_account_text a {
    color: #0d68f9;
}

.checkboxes_block a:hover {
    color: #f15b29;
}



.banner_sec.InnerPage {
    min-height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.InnerPage .home_banner_data_sec {
    width: 100%;
    position: static;
    padding-top: 5rem;
    padding-bottom: 5rem;
}



.overflow_hidden {
    overflow: hidden;
}

.language_popup_sec {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    transform: scale(0);
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 104401;
}

.language_select_close {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    cursor: pointer;
}

.language_select_close img {
    max-width: 1rem;
}

.language_popup_sec.show {
    transform: scale(1);
}

.language_popup_sec.show::before {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.language_select_block {
    position: relative;
    z-index: 2;
}

.language_select_list {
    max-height: 545px;
    overflow: auto;
    background-color: #fff;
}

.language_select_list li {
    position: relative;
}

.language_select_list li input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.language_radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
}

.language_radio::after {
    opacity: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
    content: "";
}

.language_select_list li>div {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.43rem;
    color: #062652;
    font-weight: 300;
    padding: 1.65rem 2rem;
}

.language_select_list li:first-child>div {
    border-top: 0;
}

.language_select_list li:hover div,
.language_select_list li input:checked+div {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #fff;
}

.language_select_list li:hover .language_radio,
.language_select_list li input:checked+div .language_radio {
    background-color: #fff;
    border-color: #fff;
}

.language_select_list li:hover .language_radio::after,
.language_select_list li input:checked+div .language_radio::after {
    opacity: 1;
    background-color: #089af6;
}

.menu_icon,
.close_icon .close_btn {
    cursor: pointer;
}

.menu_icon span {
    width: 25px;
    height: 3px;
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    display: block;
    transition: all 0.5s;
    border-radius: 0.35rem;
    margin: 4px 0 0;
}

.menu_icon span:first-child {
    margin-top: 0;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(5px);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-5px);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.sidenav_menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: all 0.6s ease-in-out;
    box-shadow: 0rem 0rem 1.07rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 0 0;
    z-index: 9999;
}

.sidenav_menu.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.close_icon {
    position: absolute;
    right: 0;
    top: 0;
}

.close_icon .close_btn i {
    width: 40px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #fff;
    font-size: 18px;
}

.sidebar-menu {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    position: fixed;
    top: 0;
}

.sidebar-menu li {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-menu li a {
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    color: #201b4c;
    background-color: #fff;
    padding: 1.5rem 1.5rem 1.4rem 1.5rem;
    font-weight: 500;
}

.sidebar-menu li a i {
    font-size: 1.5rem;
}

.sidebar-menu li a:hover,
.sidebar-menu li a[aria-expanded="true"] {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #fff;
}

.sidebar-menu li a[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.sidebar-menu li ul {
    width: 100%;
}

.sidebar-menu li ul li a {
    border: 0;
    background-color: #fff;
    padding: 1.3rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    font-weight: 500;
}

.sidebar-menu li ul li a:hover {
    background-color: #f3f3f3;
    color: #2e2e2e;
}

.sidebar-menu li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav .active {
    background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
    color: #fff;
}

.nav .active img.normal {
    display: none;
}

.nav .active img.hover {
    display: inline-block;
}

.nav .active img {
    color: #ffffff !important;
}

#flag {
    min-width: 30px !important;
    margin-right: 0.6rem;
    margin-top: -0.2rem;
}

#flag img {
    max-height: inherit !important;
}

.landing_banner_sec,
.approach_sec,
.overview_sec,
.trading_instruments_sec {
    min-height: 60.57rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

.landing_banner_title {
    font-size: 3.57rem;
    color: hsl(215, 86%, 17%);
    font-weight: 600;
}

.landing_banner_title small {
    display: block;
    font-size: 50%;
    color: #4f6e94;
    font-weight: 300;
    line-height: 1.4;
}


.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0;
}

@media (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}

#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0 none #fff;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0 none #fff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.socail_link a {
    border-radius: 3px;
    color: #fff;
}

.socail_link a svg {
    width: 22px;
    border-radius: 3px;
    fill: #fff;
}

.socail_link a.facebook:hover {
    background: #3e5992;
    border-color: #3e5992;
    color: #fff;
}

.socail_link a.instagram:hover {
    background: #dc447d;
    border-color: #dc447d;
    color: #fff;
}

.socail_link a.youtube:hover {
    background: #ad2217;
    border-color: #ad2217;
    color: #fff;
}

.socail_link a.linkedin:hover {
    background: #2d7aaf;
    border-color: #2d7aaf;
    color: #fff;
}

.socail_link a.twitter:hover {
    background: #66abe8;
    border-color: #66abe8;
    color: #fff;
}

.socail_link a.aparat:hover {
    background: #ef3087;
    border-color: #ef3087;
    color: #fff;
}

.socail_link a.telegram:hover {
    background: #3388c6;
    border-color: #3388c6;
    color: #fff;
}

.socail_link a.facebook:hover svg,
.socail_link a.instagram:hover svg,
.socail_link a.youtube:hover svg,
.socail_link a.linkedin:hover svg,
.socail_link a.twitter:hover svg,
.socail_link a.aparat:hover svg,
.socail_link a.telegram:hover svg {
    fill: #fff;
}

.lp_section_spacing {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.lp_sec_title_view h2 {
    font-size: 2.71rem;
    font-weight: 600;
    line-height: 150%;
    color: #062652;
}

.lp_sec_title_view p {
    max-width: 50ch;
    font-size: 1.28rem;
    font-weight: 300;
    line-height: 170%;
    color: #707786;
}

.text_white {
    color: #ffffff !important;
}

.table-text {
    font-size: 1.42rem;
    line-height: 128%;
    color: #062652;
}

.table-text td,
.table-text th {
    font-weight: 600;
    /*  border-top: 1px solid rgba(217, 223, 240, 0.8639);*/
    padding: 1.75rem;
}

.table-text td {
    font-weight: 400;
    font-size: 1.28rem;
    vertical-align: middle;
}

.table-text tbody tr:nth-of-type(odd) {
    background-color: #f1f3fb;
}

/* Company News End  */
.banner_bonus_slide_img.cashback-right {
    display: flex;
    align-items: center;
}

footer {
    background: #02022d;
}

.footer_links_sec {
    padding-top: 7.14rem;
    padding-bottom: 5rem;
}

span.title_social {
    margin-left: 0px !important;
    font-size: 1.28rem;
    color: #fff;
}

.social_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.footer_menu li {
    padding-left: 0px;
    padding-right: 0px;
}

.footer_menu li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.financial_logo_sec li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer_links_title {
    font-size: 14px;
    color: #fff;
}

.footer_links_block {
    border: none !important;
    padding-bottom: 3.5rem;
    margin-bottom: 3rem;
}

.socail_link_title {
    margin-top: 3rem;
}

.footer_logo {
    max-width: 15.21rem;
    border: none !important;
}

footer .continue_text {
    max-width: 80%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
}

.footer_logo {
    padding-bottom: 0px;
}

.footer_bottom_sec {
    background: rgba(8, 4, 35, 0.96);
    padding: 0px 8rem;
}

@media (max-width: 1199.98px) {
    .footer_links_sec {
        padding-top: 4.14rem;
        padding-bottom: 0rem;
    }
}

@media (max-width: 991.98px) {
    .expo_details {
        justify-content: start;
        max-height: 100%;
        max-width: 100%;
        line-height: 1;
        font-size: 1rem;
    }

    .footer_awards_view {
        display: flex;
        flex-wrap: wrap;
        padding-top: 47px;
        justify-content: start;
    }

    .footer_awards_view li {
        width: 33.3%;
        margin-bottom: 15px;
    }

    .footer_links_sec {
        padding-top: 7.14rem;
    }

    .bannerimg_top {
        margin-top: -31%;
    }
}

@media (max-width: 767.98px) {
    .expo_details {
        justify-content: center;
    }

    .footer_awards_view {
        padding-top: 20px;
    }

    .footer_menu_links {
        display: block;
    }

    .footer_links_block {
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    footer .continue_text {
        max-width: 100%;
        text-align: start;
    }
}

@media (max-width: 575.98px) {
    .footer_links_sec {
        padding-left: 15px;
        padding-right: 15px;
    }

    .expo_details {
        flex-direction: column;
        line-height: 1.1;
        justify-content: center;
        max-height: 100%;
        margin: auto;
    }

    .expo_detailswrap {
        justify-content: center;
    }

    .expo_mapwarp {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
}

@media(min-width: 1920px) {
    .banner_slide_img {
        text-align: right;
    }

    .banner_slide_img img {
        width: auto;
    }

    .banner_data {
        margin-top: 4rem;
    }
}

@media(min-width: 1600px) {
    .landing_banner_sec {
        min-height: 50rem;
    }
}

@media(max-width: 1919.98px) {
    .full_container {
        max-width: 100%;
    }

    /*#sidebar{right: 5rem;}*/
    .logo img,
    .banner_slide_img img,
    .navigation .navbar-nav li a.language_drop.dropdown-toggle img,
    .navigation .navbar-nav li .nav_dropdown ul.language_drop_down_web img,
    .mview_language_dropdown a img,
    .navigation .language_dropdown_mobile_view .mview_language_dropdown .nav_dropdown .language_drop_down_web img,
    .why_choose_icon_box>img,
    .range_trading_icon img,
    .wht_btn>img,
    .overview_icon img,
    .why_choose_icon img,
    .deposits_withdrawals_image_block img,
    .support_now_btn img,
    .financial_logo_sec img,
    .footer_awards_view li img,
    .footer_logo img {
        height: auto;
    }
}

@media(max-width: 1599.98px) {
    html {
        font-size: 13.5px;
    }
}

@media(max-width: 1439.98px) {
    html {
        font-size: 13px;
    }

    .navigation .navbar-nav li a,
    .navigation .navbar-nav li button.dropdown-toggle,
    .mview_language_dropdown button.dropdown-toggle {
        padding-right: 12px;
    }

    .banner_sec {
        min-height: 40rem;
    }
}

/* Company News  */
@media(max-width: 1365.98px) {
    html {
        font-size: 13px;
    }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .navbar-collapse.show {
        display: block !important;
    }

    .language_dropdown_mobile_view {
        display: inline-flex;
    }

    .banner_sec {
        min-height: 37rem;
    }

    .sidebar-menu li.login_toplink {
        padding: 0px 5px;
    }

    .sidebar-menu li.login_toplink a {
        width: calc(50% - 20px);
        margin: 15px 10px;
    }

    .header_title,
    .InnerPage .header_title {
        font-size: 3rem;
    }

    .header_subtitle {
        font-size: 1.5rem;
        line-height: normal;
    }

    .overview_icon_block {
        min-width: 8.5rem;
    }

    .overview_data li,
    .overview_icon_name {
        font-size: 1rem;
        font-weight: 300;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

@media(max-width: 1199.98px) {
    html {
        font-size: 12px;
    }

    .logo img {
        width: 13.5rem;
    }

    .navigation .navbar-nav li a,
    .navigation .navbar-nav li button.dropdown-toggle {
        padding: 0.5rem 0.4rem;
    }

    .navigation .navbar-nav li.login_toplink a {
        min-width: 8rem;
    }

    .navigation .navbar-nav li.login_toplink .btn_login {
        min-width: 6.5rem;
    }

    .banner_sec .banner_graphics {
        top: 23%;
    }

    .banner_data {
        margin-top: 0rem;
    }

    .header_title {
        font-size: 2rem;
    }

    .header_subtitle {
        font-size: 1.28rem;
    }
}

@media(max-width: 991.98px) {
    .navigation .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: block;
        margin: 1rem 0rem 0rem;
    }

    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .navigation .navbar-nav li {
        background-color: #fafafa;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin: 0rem 0rem;
    }

    .navigation .navbar-nav li a,
    .navigation .navbar-nav li button.dropdown-toggle {
        width: 100%;
        display: block;
        text-align: left;
        padding: .65rem 0.85rem;
    }

    .navigation .navbar-nav li:hover a,
    .navigation .navbar-nav li:hover button.dropdown-toggle {
        background-color: #537bb2;
        color: #ffffff;
    }

    .navigation .navbar-nav li.login_toplink {
        padding: 0.5rem 0.85rem;
    }

    .navigation .navbar-nav li.login_toplink a {
        width: auto;
        min-width: 10.5rem;
        display: inline-flex;
    }

    .header_title br {
        display: none;
    }


    .landing_banner_sec,
    .approach_sec,
    .overview_sec,
    .trading_instruments_sec,
    .landing_banner_form {
        min-height: auto;
    }
}

/* Company News  */
@media(min-width: 768px) and (max-width: 991.98px) {
    .footer_links_sec {
        padding-top: 7.14rem;
    }
}

/* Company News  */
@media(max-width: 767.98px) {

    .footer_logo,
    .footer_logo_heading,
    footer .continue_text,
    .footer_now_more_btn {
        text-align: start;
    }

    .footer_btn {
        margin-bottom: 2rem;
    }

    .footer_links_col {
        min-width: 100%;
        margin: 0rem 0rem;
    }

    .footer_links_list>li {
        border-top: 1px solid #123BA0;
    }

    .footer_links_list a {
        display: flex;
        align-items: center;
    }

    .footer_links_list a[aria-expanded="true"],
    .footer_links_list a[aria-expanded="true"] i {
        color: #ffffff;
        transition: all 0.5s ease-out;
    }

    .footer_links_list a[aria-expanded="true"] i {
        transform: rotate(90deg);
    }

    .footer_links_list>li>a>i {
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        color: #6867AD;
    }

    .socail_link {
        display: block;
        margin-top: 1.5rem;
    }

    .title_social {
        margin-bottom: 1.07rem;
    }

    .socail_link a {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.43rem;
    }

    .support_now_btn img {
        width: 4.5rem;
    }

    .banner_data {
        text-align: center;
        padding-left: 0rem;
    }

    .header_btn {
        width: 100%;
        padding: 0px 30px;
    }

    .header_btn>span {
        width: 80%;
        display: block;
        margin: 0rem auto;
    }

    .header_btn .btn {
        min-width: 100%;
    }

    .sidebar-menu li.login_toplink {
        background-color: #f7f7f7;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sidebar-menu li.login_toplink a {
        padding: 0.8rem 1.2rem;
    }

    .sidebar-menu li.login_toplink .btn_login {
        background: #ffffff;
        color: #0D68F9 !important;
        border: 1px solid #0D68F9;
    }

    .footer_links_list a:hover {
        margin-left: 0rem;
    }

    .footer_links_block.mobile_view {
        display: flex !important;
    }

    .footer_links_block.web_view {
        display: none !important;
    }

    .continue_text {
        text-align: center;
    }

    .banner_slide_img img {
        width: 100%;
    }

    .header_btn::before,
    .header_btn::after,
    .header_btn>span::before,
    .header_btn>span::after,
    .contract_specifications_left li>ul li a::after {
        display: none;
    }

    .banner_sec {
        padding-bottom: 0;
    }

    .header_subtitle {
        margin: auto;
    }

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

@media(max-width: 575.98px) {
    .navigation .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navigation .navbar-nav li {
        padding: .2rem 0rem;
    }

    .header_btn>span {
        width: 100%;
    }

    .banner_sec {
        min-height: auto;
        padding: 7.5rem 0rem 2.5rem;
    }
}

@media(max-width: 479.98px) {
    .footer_logo img {
        max-width: 20rem;
    }

    #flag {
        display: none !important;
    }

    .socail_link a {
        margin-bottom: 14px;
    }
}

@media (max-width: 374.98px) {
    .socail_link a {
        margin-bottom: 14px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

.navigation {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.navigation .navbar-nav li.login_toplink .btn_login {
    background-color: #f4f9ff;
}

.navigation .navbar-nav li.login_toplink .btn_login,
.navigation .navbar-nav li.login_toplink a {
    border-radius: 20rem;
}

.navigation .navbar-nav li a.language_drop {
    border: 1px solid rgb(39, 139, 247) !important;
    padding: 0.5rem 2.5rem;
    padding-left: 1.5rem;
    border-radius: 20rem;
    color: rgba(255, 255, 255, 1);
}

.dropdown-toggle::after {
    right: 18px;
}

.banner_sec.new-hmbanner {
    background-size: auto;
    background-image: url(/themes/cx/assets/images/homebg-img.webp);
    background-position: top left;
}

.navigation .navbar-nav li a,
.navigation .navbar-nav li button.dropdown-toggle,
.mview_language_dropdown button.dropdown-toggle {
    color: rgba(255, 255, 255, 0.50);
}

.navigation .navbar-nav li:hover>a,
.navigation .navbar-nav li:hover button.dropdown-toggle,
.navigation .navbar-nav li a.active {
    color: #fff;
}

.navigation.fixed-top {
    background-color: #031430;
}

/* animation: scroll 100s linear infinite; background: url("Image/home-banner-new.jpg"), #111111; */
@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}

/* Fallback if the operatring system prefers reduced motion*/
@media (prefers-reduced-motion) {
    .wrapper {
        animation: scroll 800s linear infinite;
    }
}

@media (min-width: 670px) {
    .title {
        font-size: 5rem;
    }
}

.banner-data {
    padding: 3rem 0rem 5rem;
}

.banner-title {
    color: #fff;
    font-size: 3.85rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2.32px;
    max-width: 95%;
}

.banner-title span {
    color: #003380;
}

.banner-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.43rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.header_btn .btn.banner-btn {
    border-radius: 20rem;
    min-width: 17.14rem;
    margin-top: 1.5rem;
    background: linear-gradient(88deg, #0E68F9 1.89%, #52C8F4 95.82%), #D9D9D9;
    font-family: Roboto;
    font-size: 1.29rem;
    font-weight: 400;
    line-height: 120%;
    padding: 0.5rem 0.5rem;
    text-align: center;
    margin-left: auto;
    padding-left: 2rem;
}

span.button_icon {
    margin-left: 1rem;
    border-radius: 1.46429rem;
    background: #FFF;
    width: 3.64rem;
    height: 2.93rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_btn .btn.banner-btn:hover svg {
    transform: scale3d(1.5, 1.5, 1.5);
    transform-origin: 50% 50%;
}

.banner-btn {
    border-radius: 20rem;
    min-width: 17.14rem;
    margin-top: 1.5rem;
}

.home_page_topbox_wrapp {
    background: rgba(0, 69, 173, 1);
    text-align: center;
    min-width: 26.43rem;
    max-width: 26.43rem;
    margin-top: 5rem;
    z-index: 1;
}

.home_page_topbox {
    background: rgba(255, 255, 255, 0.10);
    padding: 3.49rem;
}

.home_page_topbox:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}

.topbox_heading {
    color: #FFF;
    font-size: 3.57rem;
    font-weight: 600;
    line-height: 120%;
}

.topbox_txt {
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.43rem;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 0px;
    margin-top: 1rem;
}

.bannerimg_top {
    margin-top: -21%;
    z-index: 0;
    margin-bottom: 7rem;
}

.bannerimg_top img {
    max-width: 82%;
}

.circle-bg {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(0, 0, 0, 0.05);
    stroke-width: 2;
    stroke-linecap: butt;
}

.circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 3;
    stroke-linecap: round;
    animation: progress 22s;
    stroke-dasharray: 360px;
    stroke-dashoffset: 360;
}

.circle-tx {
    fill: #000;
    stroke-width: 2;
    font: bold 16px 'Arial';
    text-anchor: middle;
    width: 24px;
    height: 24px;
    background: #000;
}

li::marker {
    display: none;
}

@keyframes progress {
    from {
        stroke-dashoffset: 360;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.nw_infoblock {
    background: #003A95;
    margin-top: 4.3rem;
}

.nw_info_wrapper {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.infowrap_heading {
    font-size: 4.29rem;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.infowrap_txt {
    font-size: 1.43rem;
    color: rgba(255, 255, 255, 0.50);
    line-height: normal;
}

/* .banner_sec .range_trading_sec.nwrange__sec{} */
.section_heading_nw {
    font-weight: 600;
    line-height: 120%;
    font-size: 3.57rem;
    color: #003380;
}

.section_text_nw {
    color: #4E5258;
    text-align: center;
    font-size: 1.43rem;
    font-weight: 300;
    line-height: 140%;
    margin-top: 1rem;
}

.tab_content_wrapper {
    display: flex;
    justify-content: start;
    padding: 5.64rem 0px;
    padding-bottom: 0px;
    max-height: 44rem;
}

.tab_details_wrapper {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 6rem 0px;
}

.tab_header {
    color: #116EF8;
    font-size: 2.57rem;
    font-weight: 600;
    line-height: 100%;
}

.tab_detail_txt {
    color: #4E5258;
    font-size: 1.43rem;
    font-weight: 300;
    line-height: 165.5%;
    margin-top: 1.07rem;
    max-width: 60%;
}

.tab_img_wrapper {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

/* .why_choose_sec_nw{} */
.why_choose_boxwrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0px;
}

.whychoose_box {
    border: 1px solid #E0EDFF;
    text-align: center;
    padding: 3rem 2rem;
    width: 23%;
    max-width: 23%;
    margin: 1rem;
    flex: 0 0 23%;
    transition: all 0.3s;
}

.whychoose_box_iconwrap {
    max-width: 6.07rem;
    display: flex;
    margin: auto;
    margin-bottom: 3.85rem;
}

.whychoose_boxheading {
    color: #003380;
    text-align: center;
    font-size: 1.43rem;
    font-weight: 600;
    line-height: 120%;
}

.whychoose_boxinfo {
    color: #4E5258;
    font-size: 1.14rem;
    font-weight: 300;
    line-height: 140%;
    margin-top: 0.5rem;
}

.overview_sec.overview_sec_new {
    background: #EDF3FC;
    padding: 6rem 0px;
}

.account_listwrapper {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.account_detail_wrapper {
    border-radius: 20px;
    border: 1px solid #AFD1FF;
    padding: 2rem 4rem;
    text-align: center;
    width: 100%;
    max-width: 23%;
    flex: 0 0 23%;
    margin: 1rem;
    transition: all 0.3s ease-in-out;
}

.account_detail_wrapper .account_name_iconwrap svg {
    transition: all 0.3s ease-in-out;
}

.account_nameheading {
    color: #06F;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    padding: 1rem 0px 1rem;
    transition: all 0.3s ease-in-out;
}

.hr_account_name {
    width: 100%;
    height: 1px;
    background: #AFD1FF;
    margin: 1rem 0px;
    transition: all 0.3s ease-in-out;
}

.acc_dtl_wrapper {
    padding: 1rem 0px;
    transition: all 0.3s ease-in-out;
}

.acc_dttxt {
    margin-bottom: 0px;
    color: rgba(0, 51, 128, 0.40);
    font-size: 1.14rem;
    line-height: 131.5%;
    transition: all 0.3s ease-in-out;
}

.acc_dtval {
    color: #003380;
    font-size: 2.14rem;
    font-weight: 600;
    line-height: 140%;
    transition: all 0.3s ease-in-out;
}

.hr_account_dt {
    margin: 0.5rem 0px;
}

.btn.btn_accountwrap {
    background: transparent;
    color: rgba(0, 102, 255, 1) !important;
    border: 1px solid #4DCBF3;
    border-radius: 20rem;
    font-size: 1.14rem;
    font-weight: 500;
    padding: 1.07rem 1.71rem;
    margin: 0.5rem auto;
    transition: all 0.3s ease-in-out;
    min-width: 17.14rem;
}

.opt_btn_wrapper {
    margin-top: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.ceo_section {
    background-color: #031430;
    padding: 5rem 0px;
    min-height: 69rem;
}

footer {
    background: #02022D;
}

.footer_links_sec {
    padding-top: 7.14rem;
    padding-bottom: 5rem;
}

span.title_social {
    margin-left: 0px !important;
    font-size: 1.28rem;
    color: #fff;
}

.social_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.footer_menu li {
    padding-left: 0px;
    padding-right: 0px;
}

.footer_menu li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.50);
}

.financial_logo_sec li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.50);
}

.footer_links_title {
    font-size: 14px;
    color: #fff;
}

.footer_links_block {
    border: none !important;
    padding-bottom: 3.5rem;
    margin-bottom: 3rem;
}

.socail_link_title {
    margin-top: 3rem;
}

.footer_logo {
    max-width: 15.21rem;
    border: none !important;
}

footer .continue_text {
    max-width: 80%;
    color: rgba(255, 255, 255, 0.50);
    font-size: 1rem;
}

.footer_logo {
    padding-bottom: 0px;
}

.copy_right_sec {
    color: rgba(255, 255, 255, 0.50);
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.socail_link a {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}

span.title_social {
    margin-left: 2.5rem;
    display: flex !important;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
        -webkit-transform: translateX(300px);
    }

    to {
        opacity: 1;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.socail_link a.facebook {
    margin-left: 0px !important;
}

.deposit_iconwrapper_mobile {
    display: none;
}

.nw_deposit_imgmob {
    display: none;
}

@media (max-width: 1599.98px) {
    .banner_sec.new-hmbanner {
        background-size: auto;
    }

    .banner-title {
        font-size: 3.5rem;
    }

    span.title_social {
        margin-left: 2rem;
    }

    .section_heading_nw {
        font-size: 3rem;
    }
}

@media (max-width: 1439.98px) {
    .banner_sec.new-hmbanner {
        padding-top: 5rem;
    }

    .banner_bonus_slide_img img {
        height: 40rem;
    }

    .cx_instruments_nw {
        padding: 2rem 0px;
        margin-top: 0rem;
    }

    .ceo_section {
        min-height: 53rem;
        padding: 1rem 0px;
    }
}

@media (min-width: 1366px) {}

@media (max-width: 1365.98px) {
    .why_choose_boxwrapper {
        justify-content: center;
    }

    .whychoose_box {
        width: 100%;
        max-width: 22%;
        flex: 0 0 22%;
    }

    .whychoose_boxheading {
        font-size: 1.28rem;
    }

    .hr_account_dt {
        margin: 0rem 0px;
    }

    .social_row {
        flex-direction: column;
    }

    .social_wrapper {
        display: flex;
        margin-top: 2rem;
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 1199.98px) {
    .ceo_img_wrapper {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .account_dt_wrap {
        position: relative;
        padding: 0 20px;
    }

    .acc_dtl_wrapper {
        padding: 0rem 2rem 0rem 1rem;
    }

    .socail_link_title {
        margin-top: 0rem;
    }

    .footer_links_sec {
        padding-top: 4.14rem;
        padding-bottom: 0rem;
    }

    .financial_logo_sec {
        flex-wrap: wrap;
    }

    .financial_logo_sec li {
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {
    .footer_awards_view {
        display: flex;
        flex-wrap: wrap;
        padding-top: 47px;
        justify-content: start;
    }

    .footer_awards_view li {
        width: 33.3%;
        margin-bottom: 15px;
    }

    .banner_bonus_slide_img img {
        height: 30rem;
        margin-left: 0px;
    }

    .banner-title {
        font-size: 2.5rem;
    }

    .infowrap_heading {
        font-size: 2.29rem;
    }

    .banner-text {
        font-size: 1.28rem;
    }

    .whychoose_box {
        max-width: 45%;
        flex: 0 0 45%;
    }

    .ceo_section {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .banner_bonus_slide_img img {
        height: auto;
        margin-left: auto;
        max-width: 35rem;
        margin-right: auto;
    }

    .footer_awards_view {
        padding-top: 20px;
    }

    .trustbox_wrapper {
        max-width: 100%;
        min-width: 100%;
    }

    .financial_logo_sec {
        flex-wrap: wrap;
        padding-top: 0rem;
        padding-bottom: 0rem;
        justify-content: start;
        flex-direction: column;
        align-items: flex-start;
    }

    .social_wrapper {
        margin-top: 0px;
        margin-bottom: 2rem;
    }

    .footer_menu_links {
        display: block;
    }

    .footer_links_block {
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    footer .continue_text {
        max-width: 100%;
        text-align: start;
    }

    .socail_link_title {
        margin-top: auto;
        margin-bottom: auto;
    }

    .nw_support_sec {
        padding: 5rem 0px;
        padding-bottom: 0px;
    }

    .support_dtl_wrapper {
        flex-direction: column;
    }

    .support_dtl_left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .support_dtl_right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .main-container {
        height: 340px;
        margin-top: 3rem;
    }

    .banner-title {
        max-width: 100%;
    }

    .aos-animate {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .banner-text br {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .footer_links_sec {
        padding-left: 15px;
        padding-right: 15px;
    }

    .whychoose_box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner_sec.new-hmbanner {
        padding: 5.5rem 0rem 0rem;
        background-size: cover !important;
    }

    .socail_link a.facebook {
        margin-left: 0.5rem !important;
    }

    .whychoose_box_iconwrap {
        max-width: 6.07rem;
    }

    .dropdown-toggle::after {
        right: 0px;
    }
}

@media (max-width: 479.98px) {
    .banner_bonus_slide_img img {
        max-width: 30rem;
    }
}