@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
@font-face {
  font-family: "Monument Extended";
  src: url(../fonts/MonumentExtended-Regular.otf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

:focus-visible {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #E6CA74;
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.16);
  border-radius: 0px;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
  color: #0B062D;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  background-color: #E6CA74;
  background: #E6CA74;
  border-color: #E6CA74;
  color: #0B062D;
  border: 2px solid #0B062D;
  box-shadow: none;
}
.back-to-top:hover i, .back-to-top:active i, .back-to-top:focus i {
  transform: translateY(-3px);
}
.back-to-top i {
  transition: all 0.3s ease;
  font-size: 10px;
}

.btn-theme {
  background: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%);
  background-image: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
  border-radius: 56px;
  border: double 2px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
  width: 200px;
  height: 56px;
  line-height: 52px;
  font-weight: 600;
  font-size: 16px;
  color: #0B062D;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-theme {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .btn-theme {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btn-theme.btn-theme-outline {
  background: transparent;
  color: #ffffff;
  background-image: linear-gradient(#0e0e0e, #0e0e0e), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
  border: double 2px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
}
.btn-theme.btn-theme-outline:hover {
  color: #0B062D;
  background: #CF9603;
}
.btn-theme:hover {
  color: #0B062D;
  background-image: linear-gradient(#0e0e0e, #0e0e0e), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
  color: #ffffff;
  box-shadow: 5px 10px 14px rgba(238, 219, 152, 0.2);
  transform: translateY(-3px);
}

.title {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .title {
    margin-bottom: 50px;
  }
}
.title h2 {
  text-align: center; font-size: 52px;
}
.title p {
  line-height: 27px;
  color: #CCCCCC;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .title p {
    font-size: 24px;
    line-height: 40px;
  }
}

header {
  background: #0E0E0E;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.sticky {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
header .navbar {
  padding: 0;
  height: 85px;
  margin: 20px -15px;
}
@media (max-width: 1199.98px) {
  header .navbar {
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .navbar {
    padding: 15px 0;
    height: auto;
  }
}
header .navbar a.navbar-brand {
  padding: 0;
}
@media (max-width: 991.98px) {
  header .navbar a.navbar-brand img {
    max-width: 110px;
  }
}
@media (max-width: 767.98px) {
  header .navbar a.navbar-brand img {
    max-width: 100%;
  }
}
header .navbar .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse {
    margin-top: 10px;
  }
}
header .navbar .navbar-collapse ul {
  align-items: center;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul {
    align-items: start;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li {
    margin-bottom: 10px;
  }
}
header .navbar .navbar-collapse ul li.dropdown {
  margin-right: 0;
  margin-left: 0;
}
header .navbar .navbar-collapse ul li.dropdown.theme-dropdown {
  position: relative;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.dropdown.theme-dropdown {
    width: 100%;
  }
}
header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu {
  background: #171717;
  border: 0.1px solid rgba(78, 78, 78, 0.5);
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 5px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: #171717;
    border-radius: 2px;
  }
}
header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::before {
  content: "";
  border-bottom: 16px solid #171717;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  left: 48px;
  z-index: 10;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::before {
    display: none;
  }
}
header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::after {
  content: "";
  border-bottom: 16px solid #323232;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  left: 48px;
  width: 0;
  height: 0;
  z-index: 8;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::after {
    display: none;
  }
}
header .navbar .navbar-collapse ul li.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}
header .navbar .navbar-collapse ul li.dropdown a .dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}
header .navbar .navbar-collapse ul li.dropdown a .dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}
header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 25px 13px 25px;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item {
    padding: 15px 10px 15px 10px;
    color: #ffffff;
  }
}
header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%);
  font-weight: 500;
  color: #0B062D;
}
header .navbar .navbar-collapse ul li.active a.nav-link.active {
  color: #fed831;
  background: inherit;
}
header .navbar .navbar-collapse ul li.nav-item {
  margin-left: 44px;
}
@media (max-width: 1199.98px) {
  header .navbar .navbar-collapse ul li.nav-item {
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse ul li.nav-item {
    margin-left: 0;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .navbar .navbar-collapse ul li.nav-item a.nav-link {
  margin-left: 0px;
  line-height: 160%;
  color: #ffffff;
  transition: 0.5s;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar .navbar-collapse ul li.nav-item a.nav-link {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .navbar .navbar-collapse ul li.nav-item a.nav-link {
    margin-left: 0;
    font-size: 14px;
  }
}
@media (max-width) {
  header .navbar .navbar-collapse ul li.nav-item a.nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.nav-item a.nav-link img {
    display: inline-block;
    float: right;
    width: 14px;
    margin-right: 18px;
  }
}
header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover {
  color: #E6CA74;
}
header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover span.login-link {
  background-image: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%);
  color: #0B062D;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover span.login-link {
    background-image: inherit;
    color: #ffffff;
  }
}
header .navbar .navbar-collapse ul li.nav-item a span.login-link {
  display: inline-block;
  width: 105px;
  height: 41px;
  border-radius: 41px;
  background-image: linear-gradient(black, black), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
  border: double 2px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse ul li.nav-item a span.login-link {
    width: 70px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse ul li.nav-item a span.login-link {
    border: 0;
    background: transparent;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse ul li.nav-item:last-child {
    width: 100%;
  }
}
header .navbar .navbar-collapse ul li.nav-item:last-child a {
  width: 94px;
  height: 38px;
  line-height: 33px;
  text-transform: capitalize;
  font-weight: 400;
  border-width: 1px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse ul li.nav-item:last-child a {
    width: 85px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse ul li.nav-item:last-child a {
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 15px;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
.banner {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.banner #carouselExampleCaptions button {
  background: transparent;
  width: auto;
}
@media (max-width: 575.98px) {
  .banner #carouselExampleCaptions button {
    display: none;
  }
}
.banner #carouselExampleCaptions button.carousel-control-prev {
  left: inherit;
  right: 50px;
  top: 110px;
}
.banner #carouselExampleCaptions button.carousel-control-next {
  top: 110px;
}
@media (max-width: 767.98px) {
  .banner {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.banner .title-card {
  border: 0;
  border-radius: 0;
}
.banner .title-card .card-text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.banner .title-card .card-text ul li {
  color: #ffffff;
  font-weight: 700;
  font-size: 68px;
  line-height: 96px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner .title-card .card-text ul li {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .title-card .card-text ul li {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner .title-card .card-text ul li {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .banner .title-card .card-text ul li {
    font-size: 35px;
    line-height: 50px;
  }
}
.banner .title-card .card-para p {
  margin: 0 0 5px 0;
  line-height: 27px;
  color: #CCCCCC;
}

.banner .title-card .card-para p:last-child { margin-bottom: 20px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .title-card .card-para p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner .title-card .card-para p {
    font-size: 24px;
    line-height: 40px;
  }
}
.banner .title-card .card-links a {
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .title-card .card-links a {
    margin-right: 10px;
    max-width: 160px;
  }
}
.banner .banner-card-img {
  border: 0;
  border-radius: 0;     top: -65px;
}
.banner .banner-card-img .card-image {
  position: relative;
  text-align: center;
  background-position: 0 -40px;
}
.banner .banner-card-img .card-image.bg-card-img {
  background-image: radial-gradient(50% 50% at 50% 50%, #fbb90c -40%, rgba(14, 14, 14, 0.44) 89%) !important;
}
@media (max-width: 575.98px) {
  .banner .banner-card-img .card-image {
    background-position: 0 -15px;
  }
	
	
	.banner .banner-card-img { top: 0px; }
	
	
}

.pips-card {
  margin-top: -110px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pips-card {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .pips-card {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .pips-card {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .pips-card {
    padding-bottom: 30px;
  }
}
.pips-card .card {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35%) !important;
  backdrop-filter: blur(120px);
  height: 135px;
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
  border-radius: 0;
  justify-content: center;
  padding: 1rem 2rem;
  border-bottom-right-radius: 15%;
}

.pips-card .crude-oil {   height: 200px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .pips-card .card {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .pips-card .card {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 1rem 3rem;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .pips-card .card {
    padding: 1rem;
  }
}
.pips-card .card .card-text {
  display: flex;
  align-items: baseline;
}
@media (max-width: 575.98px) {
  .pips-card .card .card-text {
    justify-content: center;
    text-align: center;
  }
}
.pips-card .card .card-text h5 {
  background: linear-gradient(270deg, #d19909 -6.87%, #eedb99 44.29%, #d29d11 99.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 56px;
}
@media (max-width: 1199.98px) {
  .pips-card .card .card-text h5 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .pips-card .card .card-text h5 {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  .pips-card .card .card-text h5 {
    font-size: 45px;
    height: auto;
  }
}
.pips-card .card .card-text h5 span {
  font-weight: 700;
  font-size: 20px;
  line-height: 96px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pips-card .card .card-text h5 span {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .pips-card .card .card-text h5 span {
    font-size: 16px;
  }
}
.pips-card .card .card-text .counter {
  background: linear-gradient(270deg, #d19909 -6.87%, #eedb99 44.29%, #d29d11 99.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 72px;
  line-height: 96px;
}
.pips-card .card .card-text span {
  font-size: 24px;
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pips-card .card .card-text span {
    font-size: 14px;
  }
}
.pips-card .card .card-text p {
  color: #CCCCCC;
  font-size: 21px;
  line-height: 32px;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pips-card .card .card-text p {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .pips-card .card .card-text p {
    font-size: 16px;
    line-height: 27px;
  }
}

.pips-card-wrapper {
  background-color: #171717;
  padding-top: 150px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .pips-card-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.trading {
  background: #171717;
  padding-top: 90px;
  padding-bottom: 115px;
}
@media (max-width: 767.98px) {
  .trading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.trading.auto-trading {
  padding-bottom: 0;
}
.trading.auto-trading .card {
  height: 350px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .trading.auto-trading .card {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .trading.auto-trading .card {
    height: 300px;
  }
}
.trading .card {
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
  background: linear-gradient(147.31deg, rgba(255, 255, 255, 0.1) 1.81%, rgba(255, 255, 255, 0.024) 64.82%);
  padding: 10px 25px 6px 25px; min-height: 330px;
}
@media (max-width: 1199.98px) {
  .trading .card {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .trading .card {
    margin-bottom: 30px;
    padding: 10px 50px 6px 50px;
  }
}
@media (max-width: 575.98px) {
  .trading .card {
    padding: 20px;
  }
}
.trading .card .number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trading .card .number span.numbers {
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
  color: #2b2b2b;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .trading .card .number span.numbers {
    font-size: 36px;
    line-height: 80px;
  }
}
.trading .card .titles {
  margin-bottom: 10px;
}
.trading .card .titles h5 {
    font-size: 26px;
    line-height: 30px;
  color: #f7f7f7;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .trading .card .titles h5 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .trading .card .titles h5 {
    font-size: 25px;
    line-height: 50px;
  }
}
.trading .card .subtitle {
    margin-bottom: 15px;
    height: 120px;
}
@media (max-width: 1199.98px) {
  .trading .card .subtitle {
    height: 170px;
  }
}
@media (max-width: 767.98px) {
  .trading .card .subtitle {
    height: auto;
  }
}
.trading .card .subtitle p {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .trading .card .subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .trading .card .subtitle p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .trading .card .subtitle p {
    font-size: 16px;
    line-height: 27px;
  }
}
.trading .card .links a {
  width: 147px;
  height: 48px;
  line-height: 44px;
}

.open-trading {
  background-color: #0E0E0E;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .open-trading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.open-trading .home-bottom-space {
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .open-trading .home-bottom-space {
    margin-bottom: 0;
  }
}
.open-trading.about-trading .bottom-space {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .open-trading.about-trading .bottom-space {
    margin-bottom: 50px;
  }
}
.open-trading.about-trading .card {
  background: transparent;
  border: 0;
}
@media (max-width: 991.98px) {
  .open-trading.about-trading .text-center img {
    margin-bottom: 50px;
  }
}
.open-trading .card {
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
}
.open-trading .card.content-card .card-text {
  padding-right: 4rem;
}
.open-trading .card.content-card .card-text.card-right-text {
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 1199.98px) {
  .open-trading .card.content-card .card-text.card-right-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .open-trading .card.content-card .card-text {
    padding-right: 0;
  }
}
.open-trading .card.content-card .card-text h5 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .open-trading .card.content-card .card-text h5 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .open-trading .card.content-card .card-text h5 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text h5 {
    font-size: 35px;
    line-height: 50px;
  }
}
.open-trading .card.content-card .card-text p {
font-size: 16px;
    line-height: 22px;
  color: #808080;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .open-trading .card.content-card .card-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .open-trading .card.content-card .card-text p {
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text p {
    font-size: 16px;
    line-height: 27px;
  }
}
.open-trading .card.content-card .card-text ol {
  padding-left: 2rem;
}
.open-trading .card.content-card .card-text ol li {
  font-size: 24px;
  line-height: 32px;
  color: #D1990A;
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text ol li {
    font-size: 16px;
    line-height: 27px;
  }
}
.open-trading .card.content-card .card-text ol li p {
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text ol li p {
    font-size: 16px;
    line-height: 27px;
  }
}
.open-trading .card.content-card .card-text ul {
  padding-left: 2rem;
}
.open-trading .card.content-card .card-text ul li {
  font-size: 24px;
  line-height: 32px;
  color: #95fc32;
  list-style-type: disc;
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
.open-trading .card.content-card .card-text ul li p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text ul li p {
    font-size: 16px;
    line-height: 27px;
  }
}
.open-trading .card.content-card .card-text a {
  height: 72px;
  width: 197px;
  line-height: 68px;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .open-trading .card.content-card .card-text a {
    height: 50px;
    width: 160px;
    line-height: 46px;
  }
}
@media (max-width: 575.98px) {
  .open-trading .card.content-card .card-text a {
    width: 100%;
  }
}
.open-trading .card.image-card {
  align-items: center;
  padding: 100px;
}
@media (max-width: 575.98px) {
  .open-trading .card.image-card {
    padding: 50px;
  }
}
.open-trading .card.image-card img {
  max-width: 375px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .open-trading .card.image-card img {
    max-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .open-trading .card.image-card img {
    max-width: 180px;
  }
}
.open-trading .trading-market-title-text {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 120px;
}

.chooseus {
  padding-top: 150px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .chooseus {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.chooseus .card {
  margin-bottom: 125px;
}
@media (max-width: 767.98px) {
  .chooseus .card {
    margin-bottom: 80px;
  }
}
.chooseus .card.details-card {
  box-shadow: none;
  border: 0;
}
.chooseus .card.details-card h5 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .chooseus .card.details-card h5 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .chooseus .card.details-card h5 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .chooseus .card.details-card h5 {
    font-size: 35px;
    line-height: 50px;
  }
}
.chooseus .card.details-card p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  padding-right: 4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .chooseus .card.details-card p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .chooseus .card.details-card p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .chooseus .card.details-card p {
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .chooseus .card.details-card p {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .chooseus .card.details-card p {
    font-size: 16px;
    line-height: 27px;
  }
}
.chooseus .card.choose-image-card {
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35%);
  max-width: 270px;
  height: 222px;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media (max-width: 1199.98px) {
  .chooseus .card.choose-image-card {
    padding: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .chooseus .card.choose-image-card {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.chooseus .card.choose-image-card img {
  max-width: 162px;
  position: absolute;
  top: -100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .chooseus .card.choose-image-card img {
    max-width: 150px;
  }
}
.chooseus .card.choose-image-card h5 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .chooseus .card.choose-image-card h5 {
    font-size: 16px;
  }
}
.chooseus .card.choose-image-card p {
  line-height: 24px;
  color: #CCCCCC;
  text-align: center;
}

.account-types {
  padding: 130px 0;
  background-color: #171717;
}
@media (max-width: 767.98px) {
  .account-types {
    padding: 50px 0;
  }
}
.account-types .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .account-types .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.account-types .wrapper .card {
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
  border-width: 1px;
  text-align: center;
  min-height: 510px;
  padding: 25px 35px;
  transition: all 0.5s ease;
  margin: 0 33px;
}
@media (max-width: 1199.98px) {
  .account-types .wrapper .card {
    padding: 25px 15px;
  }
}
@media (max-width: 1199.98px) {
  .account-types .wrapper .card {
    width: 43%;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .account-types .wrapper .card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.account-types .wrapper .card.active-card {
  border-color: #CF9603;
}
.account-types .wrapper .card.active-card .open-account a {
  background-image: linear-gradient(#0e0e0e, #0e0e0e), radial-gradient(circle at top left, #d1990a, #eedb98, #d19b0d);
}
.account-types .wrapper .card:hover {
  border-color: #CF9603;
}
.account-types .wrapper .card:hover .open-account a {
  background: #CF9603;
}
.account-types .wrapper .card .title-card h5 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .account-types .wrapper .card .title-card h5 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .account-types .wrapper .card .title-card h5 {
    font-size: 45px;
    line-height: 60px;
  }
}
.account-types .wrapper .card .details-card {
  margin-bottom: 26px;
}
.account-types .wrapper .card .details-card ul li {
  color: rgba(255, 255, 255, 0.502972);
  line-height: 27px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .account-types .wrapper .card .details-card ul li {
    font-size: 13px;
  }
}
.account-types .wrapper .card .details-card ul li span {
  color: #ffffff;
  margin-left: 1px;
}
.account-types .wrapper .card .details-card ul li img {
  margin-left: 5px;
}
.account-types .wrapper .card .min-deposit {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.account-types .wrapper .card .min-deposit span {
  font-size: 24px;
  line-height: 32px;
}
.account-types .wrapper .card .min-deposit span.text {
  color: rgba(255, 255, 255, 0.502972);
  line-height: 27px;
  font-size: 16px;
}
.account-types .wrapper .card .open-account {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-types .wrapper .card .open-account a {
  width: 170px;
  height: 48px;
  border: double 2px transparent;
  line-height: 44px;
  font-weight: 500;
  transition: all 0.5s ease;
  background-image: linear-gradient(#0e0e0e, #0e0e0e), radial-gradient(circle at top left, #626365, #626365, #626365);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .account-types .wrapper .card .open-account a {
    font-size: 13px;
  }
}

.earn {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .earn {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .earn {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .earn.intro-broker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.earn.intro-broker .card.content-card .card-text {
  padding-left: 5rem;
  padding-right: 0;
}
.earn.intro-broker .card.content-card .card-text.card-right-text {
  padding-left: 0;
  padding-right: 5rem;
}
@media (max-width: 1199.98px) {
  .earn.intro-broker .card.content-card .card-text.card-right-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .earn.intro-broker .card.content-card .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.earn.intro-broker .card.content-card .card-text p {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .earn.intro-broker .card.content-card .card-text p {
    font-size: 16px;
  }
}
.earn.intro-broker .card.content-card .card-text ul {
  margin-left: 2rem;
  margin-bottom: 40px;
}
.earn.intro-broker .card.content-card .card-text ul li {
  color: #95fc32;
  list-style-type: disc;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .earn.intro-broker .card.content-card .card-text ul li {
    font-size: 16px;
  }
}
.earn.intro-broker .card.content-card .card-text ul li p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .earn.intro-broker .card.content-card .card-text a {
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .earn.intro-broker .card.earn-image-card .image-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .earn.intro-broker .card .text-center img {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .earn .card.earn-image-card .image-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .earn .card.earn-image-card .image-box {
    margin-bottom: 50px;
  }
}
.earn .card.earn-image-card .image-box .earning-box {
  position: absolute;
  width: 100%;
  height: 106px;
  max-width: 465px;
  bottom: 80px;
  left: 10%;
  background: linear-gradient(90deg, rgba(120, 101, 93, 0.1) -1.52%, rgba(120, 101, 93, 0.3) 104.35%);
  backdrop-filter: blur(100px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #686666;
}
@media (max-width: 1199.98px) {
  .earn .card.earn-image-card .image-box .earning-box {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .earn .card.earn-image-card .image-box .earning-box {
    height: 90px;
    max-width: 280px;
    bottom: 25px;
    left: 4%;
  }
}
@media (max-width: 575.98px) {
  .earn .card.earn-image-card .image-box .earning-box {
    max-width: 230px;
    bottom: 25px;
  }
}
.earn .card.earn-image-card .image-box .earning-box p {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-family: "Monument Extended";
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .earn .card.earn-image-card .image-box .earning-box p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .earn .card.earn-image-card .image-box .earning-box p {
    font-size: 18px;
  }
}
.earn .card.earn-image-card .image-box .earning-box p span {
  background: linear-gradient(270deg, #d19909 -6.87%, #eedb99 44.29%, #d29d11 99.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.earn .card.content-card .card-text {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1199.98px) {
  .earn .card.content-card .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .earn .card.content-card .card-text {
    padding: 0;
  }
}
.earn .card.content-card .card-text h5 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .earn .card.content-card .card-text h5 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .earn .card.content-card .card-text h5 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .earn .card.content-card .card-text h5 {
    font-size: 35px;
    line-height: 50px;
  }
}
.earn .card.content-card .card-text p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  margin-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .earn .card.content-card .card-text p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .earn .card.content-card .card-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .earn .card.content-card .card-text p {
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .earn .card.content-card .card-text p {
    font-size: 16px;
    line-height: 27px;
  }
}
.earn .card.content-card .card-text a {
  height: 72px;
  width: 254px;
  line-height: 68px;
  border-width: 1px;
}
@media (max-width: 575.98px) {
  .earn .card.content-card .card-text a {
    width: 100%;
  }
}

.device-support {
  padding-top: 220px;
  padding-bottom: 165px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-support {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .device-support {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.device-support .card {
  border: 2px solid #686666;
  background: transparent;
  border-radius: 0;
  height: 350px;
  padding-top: 60px;
  background: linear-gradient(147.31deg, rgba(255, 255, 255, 0.1) 1.81%, rgba(255, 255, 255, 0.024) 64.82%);
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-support .card {
    height: 400px;
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .device-support .card {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .device-support .card {
    margin-bottom: 30px;
  }
}
.device-support .card .image-box {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.device-support .card .image-box img {
  max-width: 92px;
  margin-bottom: 28px;
}
.device-support .card h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #f7f7f7;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-support .card h5 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .device-support .card h5 {
    font-size: 24px;
    line-height: 40px;
  }
}
.device-support .card p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #808080;
  margin-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-support .card p {
    margin-bottom: 35px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .device-support .card p {
    font-size: 16px;
    line-height: 26px;
  }
}
.device-support .card a {
  background-image: linear-gradient(#171717, #171717), radial-gradient(circle at top left, #626365, #626365, #626365);
  border-width: 1px;
}
@media (max-width: 767.98px) {
  .device-support .card a {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .device-support .card a {
    max-width: 70%;
  }
}

.payment-methods {
  padding-top: 130px;
  padding-bottom: 140px;
  background: #171717;
}
@media (max-width: 767.98px) {
  .payment-methods {
    padding: 60px 0;
  }
}
.payment-methods .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .payment-methods .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.payment-methods .wrapper img {
  width: auto;
  margin: 0 auto;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.call-back {
  padding-top: 100px;
  margin-bottom: 200px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .call-back {
    padding-top: 70px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .call-back {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .call-back {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 0;
  }
}
.call-back .title {
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .call-back .title {
    margin-bottom: 50px;
  }
}
.call-back .title h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 88px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 11199.98px) {
  .call-back .title h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .call-back .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .call-back .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .call-back .title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.call-back .title p {
  text-align: left;
}
.call-back .form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.call-back .form .form-group input,
.call-back .form .form-group textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #919191;
  width: 100%;
  padding: 1rem 0 1rem 2rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
  transition: 0.3s;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .call-back .form .form-group input,
.call-back .form .form-group textarea {
    font-size: 24px;
    line-height: 40px;
  }
}
.call-back .form .form-group input:focus,
.call-back .form .form-group textarea:focus {
  border-color: #d1990a;
}
.call-back .form .form-group svg {
  position: absolute;
  top: 18px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .call-back .form .form-group svg {
    top: 28px;
  }
}
.call-back .form .form-group a {
  width: 152px;
  height: 56px;
  margin-top: 30px;
}
.call-back .card.call-image-card {
  border: 0;
}
.call-back .card.call-image-card .image-box {
  position: relative;
  text-align: center;
  background: radial-gradient(50% 50% at 50% 50%, #fbb90c 0%, rgba(14, 14, 14, 0.44) 89.9%);
  width: 561px;
  height: 605px;
}
@media (max-width: 1199px) {
  .call-back .card.call-image-card .image-box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .call-back .card.call-image-card .image-box {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .call-back .card.call-image-card .image-box {
    display: none;
  }
}
.call-back .contact-us {
  margin-top: 200px;
}
@media (max-width: 575.98px) {
  .call-back .contact-us {
    margin-top: 50px;
  }
}
.call-back .contact-us ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 379.98px) {
  .call-back .contact-us ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.call-back .contact-us ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .call-back .contact-us ul li svg {
    width: 25px;
  }
}
.call-back .contact-us ul li span {
  font-size: 46px;
  line-height: 79px;
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .call-back .contact-us ul li span {
    font-size: 25px;
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .call-back .contact-us ul li span {
    font-size: 16px;
  }
}

.page-title {
  background-color: #171717;
}
.page-title .card {
  height: 300px;
  justify-content: center;
  border: 0;
}
.page-title .card h1 {
  margin: 0;     font-size: 52px;
  background: linear-gradient(269.41deg, #cf9603 40%, #eedc9b 49.45%, #cf9603 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 2px 5px 2px #00000033;
}

.page-title .card p { text-align: center;     line-height: 32px;
    color: #808080;  font-size: 32px; }


.core-value {

  padding: 60px 0;
}
@media (max-width: 575.98px) {
  .core-value {
    padding-bottom: 20px;
    padding-top: 80px;
  }
}
.core-value.liquidity-core-value {
  background-color: #0E0E0E;
}
.core-value.liquidity-core-value .card {
  height: 410px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.liquidity-core-value .card {
    height: 350px;
  }
}
.core-value.liquidity-core-value .card .card-header {
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .core-value.liquidity-core-value .card .card-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.core-value.liquidity-core-value .card .card-header h5 {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.liquidity-core-value .card .card-header h5 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .core-value.liquidity-core-value .card .card-header h5 {
    font-size: 25px;
  }
}
.core-value.liquidity-core-value .card .card-body p {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  .core-value.liquidity-core-value .card .card-body p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 11199.98px) {
  .core-value.account-core-value .card {
    height: 300px;
  }
  .core-value.account-core-value .card .card-header {
    padding: 50px 40px 0px 40px;
  }
}
.core-value.core-value-platform .card {
  height: 400px;
}
@media (max-width: 575.98px) {
  .core-value.core-value-platform .card {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .core-value.core-value-platform .card .card-header {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.core-value.core-value-platform .card .card-header svg {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.core-value-platform .card .card-header h5 {
    font-size: 32px;
    line-height: 48px;
  }
}
.core-value.core-value-platform .card .card-body p {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .core-value.core-value-platform .card .card-body p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.core-value-partnership .card {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.core-value-partnership .card .card-header {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 575.98px) {
  .core-value.core-value-partnership .card .card-header {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.core-value.core-value-partnership .card .card-header svg {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value.core-value-partnership .card .card-header h5 {
    font-size: 32px;
    line-height: 48px;
  }
}
.core-value.core-value-partnership .card .card-body p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .core-value.core-value-partnership .card .card-body p {
    font-size: 16px;
    line-height: 27px;
  }
}
.core-value .card {
  background: linear-gradient(147.31deg, rgba(255, 255, 255, 0.1) 1.81%, rgba(255, 255, 255, 0.024) 64.82%);
  backdrop-filter: blur(120px);
  border: 2px solid #686666;
  border-radius: 0;
  margin-bottom: 30px;
    height: 300px;
}
@media (max-width: 767.98px) {
  .core-value .card {
    height: auto;
  }
}
.core-value .card .card-header {
  background-color: transparent;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
    padding: 30px 20px 0px 30px;
}
.core-value .card .card-header svg {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .core-value .card .card-header svg {
    width: 50px;
  }
}
.core-value .card .card-header h5 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #f7f7f7;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .core-value .card .card-header h5 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .core-value .card .card-header h5 {
    font-size: 25px;
  }
}
.core-value .card .card-body {
    padding-left: 30px;
    padding-right: 25px;
}
@media (max-width: 991.98px) {
  .core-value .card .card-body {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .core-value .card .card-body {
    padding-bottom: 50px;
  }
}
.core-value .card .card-body p {
  font-weight: 300;
  font-size: 24px;
  line-height: 22px;
  color: #808080;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .core-value .card .card-body p {
    font-size: 16px;
  }
}

.restriction {
  padding: 150px 0;
}
@media (max-width: 1199.98px) {
  .restriction {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .restriction {
    padding: 30px 0 80px 0;
  }
}
.restriction .card p {
  font-size: 24px;
  line-height: 36px;
  color: #808080;
}
@media (max-width: 575.98px) {
  .restriction .card p {
    font-size: 16px;
    line-height: 27px;
  }
}
.restriction .card p span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #e92d2d;
}
@media (max-width: 575.98px) {
  .restriction .card p span {
    font-size: 16px;
    line-height: 27px;
  }
}

.transaction {
  margin-top: 170px;
}
@media (max-width: 991.98px) {
  .transaction {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .transaction .title {
    margin-bottom: 90px;
  }
}
.transaction .title h2 {
  font-size: 48px;
}
.transaction .card {
  border: 1px solid #686666;
  border-radius: 0;
  backdrop-filter: blur(120px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35%);
  padding: 42px 50px 50px 50px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .transaction .card {
    margin-bottom: 40px;
  }
}
.transaction .card .card-image {
  height: 130px;
}
.transaction .card .card-details ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}
.transaction .card .card-details ul li span {
  line-height: 27px;
  color: #ffffff;
}
.transaction .card .card-details ul li span:first-child {
  color: rgba(255, 255, 255, 0.502972);
}

.partnership {
  padding: 180px 0;
}
@media (max-width: 767.98px) {
  .partnership {
    padding: 50px 0;
  }
}
.partnership .card h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 55px;
}
.partnership .card p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  margin-bottom: 0;
  padding-right: 5rem;
}
@media (max-width: 1199.98px) {
  .partnership .card p {
    padding-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .partnership .card p {
    margin-bottom: 50px;
  }
}
.academy {
  margin: 80px 0 0 0;
}
.academy .card {
  border-bottom: 1px solid #717171;
  margin-bottom: 80px;
}
.academy .card .card-image {
  margin-bottom: 80px;
}
.academy .card .card-text {
  margin-bottom: 70px;
}
.academy .card .card-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 60px;
}
.academy .card .card-text p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
}
@media (max-width: 1199.98px) {
  .academy .card .card-text p {
    font-size: 16px;
  }
}

.d-r .d-r-t-p {
  background-color: #171717 !important;
}

.corporate-account #msform2 {
  position: relative;
  margin-top: 50px;
}
.corporate-account #msform2 ul#progressbar {
  padding-bottom: 60px;
  overflow: hidden;
  color: #383a46;
  font-weight: 700;
  font-size: 24px;
  line-height: 64px;
  border-bottom: 1px solid #383b46;
  text-align: center;
}
.corporate-account #msform2 ul#progressbar li {
  list-style-type: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  width: 25%;
  float: left;
  position: relative;
}
.corporate-account #msform2 ul#progressbar li#account::before {
  content: "1";
}
.corporate-account #msform2 ul#progressbar li#personal::before {
  content: "2";
}
.corporate-account #msform2 ul#progressbar li#payment::before {
  content: "3";
}
.corporate-account #msform2 ul#progressbar li#confirm::before {
  content: "4";
}
.corporate-account #msform2 ul#progressbar li::before {
  width: 76px;
  height: 76px;
  line-height: 76px;
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #0e0e0e;
  background: #383a46;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.corporate-account #msform2 ul#progressbar li.active {
  color: #fff;
}
.corporate-account #msform2 ul#progressbar li.active::before {
  background: linear-gradient(269.41deg, #cf9603 -0.58%, #eedc9b 49.45%, #cf9603 99.49%);
}
.corporate-account #msform2 ul#progressbar li.active::after {
  background: linear-gradient(269.41deg, #cf9603 -0.58%, #eedc9b 49.45%, #cf9603 99.49%);
}
.corporate-account #msform2 fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.corporate-account #msform2 fieldset:not(:first-of-type) {
  display: none;
}
.corporate-account #msform2 fieldset .form-card h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  padding: 50px 0 55px 0;
  margin: 0;
  border-bottom: 1px solid #383b46;
}
.corporate-account #msform2 fieldset .form-card h3 {
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  padding: 70px 0 80px 0;
  font-weight: 100;
}
.corporate-account #msform2 fieldset .form-card .form-group {
  position: relative;
  margin-bottom: 30px;
}
.corporate-account #msform2 fieldset .form-card .form-group label {
  color: #8f8f8f;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  margin: 0;
}
.corporate-account #msform2 fieldset .form-card .form-group input,
.corporate-account #msform2 fieldset .form-card .form-group textarea,
.corporate-account #msform2 fieldset .form-card .form-group select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8f8f8f;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8f8f8f;
  transition: 0.3s;
}
.corporate-account #msform2 fieldset .form-card .form-group input:focus,
.corporate-account #msform2 fieldset .form-card .form-group textarea:focus,
.corporate-account #msform2 fieldset .form-card .form-group select:focus {
  border-color: #d1990a;
}
.corporate-account #msform2 fieldset .form-card .form-group input[type=date] {
  color: #464646;
  padding-top: 8px;
}
.corporate-account #msform2 fieldset .form-card .form-group ::placeholder {
  color: #464646;
  opacity: 1;
}
.corporate-account #msform2 fieldset .form-card .form-group ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.corporate-account #msform2 fieldset .form-card .form-group :-ms-input-placeholder {
  color: #464646;
}
.corporate-account .radio-group {
  position: relative;
  margin-bottom: 25px;
}
.corporate-account .radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}
.corporate-account .radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.corporate-account .radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.corporate-account .fit-image {
  width: 100%;
  object-fit: cover;
}

.conditions {
  margin-bottom: 150px;
}
.conditions .leverage {
  padding-top: 150px;
}
.conditions .leverage h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin: 0 0 70px 0;
}
.conditions .leverage p {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  font-weight: 300;
}
.conditions .leverage ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
.conditions .leverage ul li {
  list-style-type: disc;
  font-size: 24px;
  line-height: 32px;
  color: #95fc32;
}
.conditions .leverage ul li span {
  color: #808080;
  margin-bottom: 20px;
  display: block;
}
.conditions .leverage .table-responsive {
  margin-top: 75px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35%);
  backdrop-filter: blur(120px);
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  padding: 70px 0;
  text-align: center;
}
.conditions .leverage .table-responsive table thead tr th {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  vertical-align: top;
}
.conditions .leverage .table-responsive table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.6);
}
.conditions .leverage .leverage-tab {
  margin-top: 100px;
}
.conditions .leverage .leverage-tab li a {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #7d7d7d;
}
.conditions .leverage .leverage-tab li a.active {
  border-bottom: 3px solid #cc9919;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}

footer {
  padding-top: 100px;
  background-color: #171717;
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer .card .card-body {
  padding-left: 0;
}
@media (max-width: 767px) {
  footer .card .card-body {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  footer .card .card-body {
    margin-bottom: 50px;
  }
}
footer .card .card-body img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .card .card-body img {
    max-width: 110px;
  }
}
@media (max-width: 575px) {
  footer .card .card-body img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
footer .card .card-body p {
  margin: 0;
  line-height: 27px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .card .card-body p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  footer ul {
    margin-bottom: 40px;
  }
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li.list-heading {
  margin-bottom: 35px;
}
footer ul li.list-heading a {
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 27px;
  text-transform: uppercase;
}
footer ul li.list-heading a:hover {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer ul li.list-heading a {
    font-size: 12px;
  }
}
footer ul li a {
  line-height: 34px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer ul li a {
    font-size: 14px;
  }
}
footer ul li a:hover {
  color: #E6CA74;
}
footer .social-links ul {
  margin-bottom: 30px;
}
footer .social-links ul li {
  display: inline-block;
  margin-left: 5px;
}
footer .social-links ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: linear-gradient(269.41deg, #cf9603 -0.58%, #eedc9b 49.45%, #cf9603 99.49%);
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
  color: #131213;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .social-links ul li a {
    font-size: 14px;
  }
}
footer .social-links p {
  line-height: 27px;
  margin: 0 0 30px 0;
  display: flex;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .social-links p {
    font-size: 14px;
  }
}
footer .social-links p span img {
  margin-right: 10px;
}
footer .bottom-footer {
  padding: 80px 0;
}
footer .bottom-footer p {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .bottom-footer p {
    font-size: 14px;
  }
}

.contact-number {
  padding-bottom: 250px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-number {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .contact-number {
    padding-bottom: 60px;
  }
}
.contact-number svg {
  vertical-align: -12px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .contact-number svg {
    margin-right: 10px;
    width: 40px;
  }
}
.contact-number span {
  font-size: 46px;
  line-height: 79px;
}
@media (max-width: 991.98px) {
  .contact-number span {
    font-size: 30px;
  }
}

.trading-video {
  padding-top: 120px;
}
.trading-video .video-card {
  background: #171717;
  margin-bottom: 24px;
}
.trading-video .video-card .card-body .card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}
.trading-video .nav .nav-item button {
  font-weight: 700;
  font-size: 15px;
  color: #cf9603;
  background: #1d1d20;
  border-radius: 0;
  border-width: 1px;
  border-color: transparent;
  margin-right: 2px;
}
.trading-video .nav .nav-item button.active {
  color: #0e0e0e;
  background: linear-gradient(91.8deg, #cf9603 1.38%, #eedc9b 51.66%, #cf9603 104.08%);
}

.faq-wrapper {
  margin-top: 60px;
}
.faq-wrapper .faq-heading .top-card {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin: 0;
}
.faq-wrapper .faq-heading .top-card .card-body {
  padding: 0;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section {
  display: flex;
  flex-direction: column;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  margin-bottom: 25px;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header span {
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #fed831;
  display: block;
  margin-bottom: 50px;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 35px;
  color: #fff;
  margin: 0;
}
@media (max-width: 575.98px) {
  .faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header h5 {
    font-size: 30px;
    line-height: 45px;
  }
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header h5 strong {
  color: #fed831;
  padding-right: 15px;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header h5 a {
  color: #ffffff;
padding: 35px 45px 35px 45px;
    font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-header h5 a {
    padding: 27px 15px 28px 15px;
  }
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-body {
  padding: 0;
  margin: 0;
  border: 0;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-body p {
  font-size: 20px;
  line-height: 32px;
  color: #ccc;
  padding: 0 45px 28px 45px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-body p {
    padding: 0 15px 28px 15px;
    font-size: 16px;
    line-height: 27px;
  }
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-body ol {
  margin-left: 65px;
  padding-bottom: 50px;
}
.faq-wrapper .faq-heading .top-card .card-body .faq-section .card .card-body ol li {
  font-size: 16px;
  line-height: 32px;
  color: #ccc;
  padding: 0 45px 0px 10px;
  font-weight: 300;
}

.faq-heading .top-card .card-body .faq-section h5 > a {
  display: block;
  position: relative;
}

.faq-heading .top-card .card-body .faq-section h5 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  right: 45px;
  top: 40px;
}

@media (max-width: 575.98px) {
  .faq-heading .top-card .card-body .faq-section h5 > a:after {
    right: 20px;
    top: 30px;
  }
}
.faq-heading .top-card .card-body .faq-section h5 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.pdf-download {
  background: #171717;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download {
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .pdf-download {
    padding: 25px 0 0 0;
  }
}
.pdf-download .card {
  flex-direction: row;
  background: transparent;
  align-items: center;
  border: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pdf-download .card {
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .pdf-download .card {
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download .card img {
    max-width: 150px;
  }
}
.pdf-download .card .img-details {
  margin-left: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download .card .img-details {
    margin-left: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .pdf-download .card .img-details {
    margin-left: 0;
  }
}
.pdf-download .card .img-details p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download .card .img-details p {
    font-size: 16px;
  }
}
.pdf-download .card .img-details h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 30px 0;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download .card .img-details h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.pdf-download .card .img-details a {
  display: block;
  width: 160px;
  height: 56px;
  border: 1px solid #626365;
  border-radius: 80px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pdf-download .card .img-details a {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}

body {
  background: #0E0E0E;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-top: 85px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-size: 72px;
  line-height: 96px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1,
h2,
h3,
h4,
h5 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1,
h2,
h3,
h4,
h5 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  h1,
h2,
h3,
h4,
h5 {
    font-size: 35px;
    line-height: 50px;
  }
}

.bg-black-darken-1 {
  background-color: #171717 !important;
}

.bg-black-darken-2 {
  background-color: #0E0E0E;
}

.custom-container {
  max-width: 1200px;
}



.pushing-your, .trading-view {background-image: url(../img/RAW-Pricing-Desktop.webp); background-repeat: no-repeat; background-position: center; background-size: cover; color:#fff; padding:60px 0;}
.pushing-your .wrapper, .trade-with .wrapper {display: flex; justify-content: space-between; align-items: center;}
.pushing-your .pushing-cont {width:50%;}
.pushing-your h2 {font-size: 52px;
    line-height: 60px;
    color: #f7f7f7; margin-bottom:15px;}
.pushing-your h3 {  font-size: 26px; line-height: normal; font-weight: 500; color:#fff;  margin-bottom:20px;}
.pushing-your p {margin-bottom: 22px;     font-size: 16px;
    line-height: 20px;
    color: #808080;}
.pushing-your .pushing-cont ul {margin:0}
.pushing-your .pushing-cont ul li {display: block;}
.pushing-your .pushing-cont ul li:first-child {margin-bottom: 20px;}
.btn2 {text-transform: uppercase; font-weight: 600;}


.btn-1 {     width: 300px; margin-left: 0px;  }


.btn-1:hover {    }



.btn-2 {background-color:transparent; padding: 11px 20px; border-radius: 40px; color: #fff; border: 2px solid #fff;}
.btn-2:hover {color: #12225c; background-color: #fff;}




.trade-with {padding:60px 0;}
.heading-main {text-align:center; margin-bottom: 30px;}
.heading-main h2 { font-size: 52px;
    line-height: 50px;
    color: #f7f7f7;  font-weight: bold;  margin-bottom: 0;}
.heading-main span {    margin-top: 10px; margin-bottom: 20px; display: block;
    font-size: 16px;
    line-height: 20px;
    color: #808080;}
.trade-with .trade-cont, .trade-with .trade-img {width: 50%;}
.trade-with .trade-cont, .trade-with .trade-img img {    display: inline-block;
    max-width: 100%;}

.trade-with .media {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 30px;}
.trade-with .mr-3, .trade-with .mx-3 {margin-right: 1rem;}
.trade-with .mr-3 {margin-top: 4px;}
.trade-with .media-body {-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.trade-with .media-body p { font-size: 16px;
    line-height: 20px;
    color: #808080; }


.trade-with .media img {vertical-align: top; border-style: none;}
.trade-with .media h5 {line-height: normal; margin-bottom: 10px;  font-size: 26px;

    font-weight: 500;
    color: #fff;
 }
.trade-with .btn-3 {background-color: transparent; padding: 11px 20px; border-radius: 20px; color: #12225c; border: 2px solid #12225c; font-weight: 600;}
.trade-with .btn-3:hover {background-color:#12225c; color:#fff;}
.trading-view {background-image: url(../img/TradingView-Banner-v3.webp);}
.trading-view .spread-img {padding-right: 20px;}
.live-chat-button {cursor: pointer; border: 0; border-radius: 0; outline: 0; padding: 0; -webkit-appearance: none; background: 0 0; display: flex; align-items: center; color: #fff; background-color: #fe710d; border-radius: 30px 30px 0 0; transform: rotate(-90deg); transform-origin: bottom right; box-shadow: 0 0 12px 1px rgba(0,0,0,.25); position: fixed; right: 0; bottom: 32vh; padding: 11px 22px 7px; z-index: 1000; transition: .2s; font-size: 12px; line-height: 18px; letter-spacing: .09em; text-transform: uppercase;}
.live-chat-button:focus {outline: 0;}
.active-trade .heading-main {text-align: left;}
.active-trade .heading-main p {    margin-bottom: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #808080;}
.trading-exp {padding: 50px 0;}
.trading-exp .exp-heading {color: #12225c; margin-bottom: 20px;}
.trading-exp .exp-heading h2 {    font-size: 52px;
    line-height: 60px;
    color: #f7f7f7;
   margin-bottom: 15px;}
.trading-exp .exp-heading h3 {    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px; margin-top: 5px; }
.trading-exp .looking {display: flex; justify-content: space-between; margin-bottom: 40px;}
.trading-exp .looking span {font-size: 18px; color: #12225c; font-size: 25px;}
.trading-exp .looking .btn-1 {color: #fff; background-color: #14964f; padding: 13px 20px; border-radius: 20px; font-weight: 600;}
.trading-exp .looking .btn-1:hover {color: #fff; background-color: #0e6937;}
.trading-exp .looking .btn-1::after {content: ''; display: inline-block; position: relative; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); margin-left: 10px; top: 1px; transition: .3s; top: 0;}
.trading-exp .looking button {background-color: transparent; display: inline-flex; vertical-align: bottom; border: 2px solid #12225c; position: relative; padding: 5px 20px; cursor: pointer; border-radius: 30px; color: #12225c; font-size: 18px; margin: 0 10px; font-size: 25px;}
.trading-exp .looking .dropdown-toggle::after {margin-top: 10px;}
.trading-exp .tab-wrap {background-color: #fff; box-shadow:0 0 10px 0 rgba(0,0,0,.14);}
.trading-exp .nav-tabs {border: none 0;}
.trading-exp .tab-wrap .nav-item {width: 25%;}
.trading-exp .tab-wrap .nav-tabs .nav-item.show .nav-link, .trading-exp .tab-wrap .nav-tabs .nav-link.active {border: none 0; width: 100%; border-radius: 0;}
.trading-exp .tab-wrap .nav-item .nav-link {
	
	    background: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%);
    background-image: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
	
	color: #000000; border-radius: 0; width: 100%; height: 100%; padding: 18px 0;}
.trading-exp .tab-wrap .nav-item .nav-link .icon img {width: 16px;}
.trading-exp .tab-wrap .nav-item .nav-link.active {
	
	
	background: #686666;     
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;


}
.nav-link-bgcolor {	background: #686666;     }
.nav-link-bgcolor img {	width: 100%; }
 



.trading-exp .tab-pane h4 {
	
	    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 5px;
	
	
}
.trading-exp .tab-pane p {
	margin-bottom: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
	
	
	}
.trading-exp .btn-3 {background-color: transparent; padding: 11px 20px; border-radius: 20px; color: #12225c; border: 2px solid #12225c; font-weight: 600;}


.use-mt {background-color: #171717;}

.markets-list {margin-top: -65px; position: relative; z-index: 2;}
.markets-list .container {border: 2px solid #686666;
    background: transparent;

    background: linear-gradient(147.31deg, rgba(255, 255, 255, 0.1) 1.81%, rgba(255, 255, 255, 0.024) 100%); padding: 20px; border-radius: 10px;}
.markets-list ul {margin: 0 -15px;}
.markets-list ul li {display: inline-flex; width: 19.7%; border-right: solid 1px #686666; padding:0 15px;}
.markets-list ul li:last-child { border-right: none 0;}

.markets-list ul li h2 {font-size: 24px;line-height: 25px;font-weight: 900;text-transform: uppercase;background: #D1990A;background: linear-gradient(to right, #D1990A 2%, #EEDB98 70%);background-size: 100%;-webkit-background-clip: text;-webkit-text-fill-color: transparent; margin-bottom: 15px;}




.markets-list ul li h2::after {border-style: solid;height: 0; width: 0; 
	
	border-color: rgba(209, 153, 10, 0) rgba(209, 153, 10, 0) rgba(209, 153, 10, 0) #d1990a; 
	
	
	border-width: 5.5px 0 5.5px 10px; content: ""; display: inline-block; vertical-align: baseline; position: relative; left: 8px; transition: all .2s ease-in-out; margin-right: -9px; top:-4px;}
.markets-list ul li p {
	
	    font-size: 16px;
    line-height: 20px;
    color: #808080;
	
	
	 margin-bottom: 10px;}





@media (max-width:479px) {
	.wrapper{padding: 0px 10px;}
	.pushing-your .pushing-cont { width: 100%; }
	.trade-with .trade-cont, .trade-with .trade-img { width: 100%; }
	.pushing-your .wrapper, .trade-with .wrapper {display: flow; }
	.main-header .option-block { display: flow; margin-bottom: 20px;  text-align: right; }
	.main-banner { background-image: none; background: #12225c;     padding: 60px 0px 150px 20px; }
	.markets-list ul li { width: 100%; padding: 10px 25px; border-bottom: solid 1px #686666; margin-bottom: 20px;  border-right:0px; }
	.markets-list ul li:last-child { border-bottom: none;}
	
	
	.about-right ul li { width: 100%;  }
	.about-left .btn-1 { margin-bottom: 20px; }
	.mobile-display-none  { display: none; }
	.floating-bar {      bottom: 35vh;}
	.header-top .top-inner .theme-btn.btn-one {              padding: 5px 10px 5px 10px;}
	.header-top .top-inner .theme-btn.btn-two {            padding: 5px 10px 5px 10px;}
	.tell-me {margin-top: 20px;}
	.get-started-cta { padding-top: 30px; }
	.mark-trade {padding: 30px 0 20px 0;}
	.mark-trade .tab-pane {width: 100%;}
	.mark-trade .tab-pane h2 {font-size: 30px;}
	.mark-trade .tab-pane p {font-size: 16px;}
	.mark-trade .nav-tabs {margin: 0 -5px 15px -5px;}
	.mark-trade .nav-item {display: inline-flex; margin-bottom: 5px;}
	.mark-trade .nav-item a {        padding: 5px 10px;
        margin: 0px 5px 10px 5px;
        min-width: 160px;}
	.mark-trade .pl-0.tab-pane {padding: 0 !important;}
	.main-header { padding: 0px; }
	#cssmenu > ul > li > a { text-align: left; padding: 10px 15px;
	}
	
	.disclose-fotter li { padding: 5px 0px; }
	.mobile-mar-top { margin-top: 20px; }
	
	
	.trading-view .spread-img img {
  width: 100%;
}

	.title h2 {      font-size: 32px;}
	
	.heading-main h2 {  font-size: 32px; 	line-height: 40px;}
	.pushing-your h2 {
    font-size: 32px;
		line-height: 40px; }
	
	
	.pushing-your h3 {
		font-size: 20px; }
	
	.trading .card { width: auto;} 
	
	.markets-list .container { margin-top: 100px; }
	
	
}

.media-body h5 { font-size: 14px; line-height: 16px; color: #CF9603; }



/*# sourceMappingURL=style.css.map */
