@import url('../fonts/montreal/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  font-family: 'Montreal Serial';
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #251E55;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 25px;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.r-100-p {
  border-radius: 100%;
}

.home-banner {
  min-height: 750px;
  height: 100%;
  background: #251E55 url(../img/banner-bg.svg) right top no-repeat;
  background-size: 810px;
}

.banner-txt-holder {
  width: 50%;
}

.header-center {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 30px;
  background: rgb(37 30 85);
}

.site-header {
  padding: 25px 0;
  position: absolute;
  z-index: 999;
  width: 100%;
}

.btn-white {
  background: #fff;
  color: #564747;
  border-radius: 30px;
  text-align: center;
  padding: 12px 25px;
  font-weight: 600;
}

.about {
  background: #10073F;
  background: linear-gradient(26deg, rgba(16, 7, 63, 1) 0%, rgba(16, 7, 63, 1) 64%, rgba(133, 64, 212, 1) 75%, rgba(125, 83, 253, 1) 82%, rgba(96, 46, 190, 1) 100%);
}

.site-section {
  padding: 70px 0;
}

/* .currency-pairs {
  background: #2B225A;
background: linear-gradient(181deg,rgba(43, 34, 90, 1) 0%, rgba(43, 34, 90, 1) 55%, rgba(43, 34, 90, 1) 56%, rgba(43, 34, 90, 1) 100%);
} */
table {
  width: 100%;
}

.currency-pairs table {
  background: url(../img/table-bg.svg);
  background-size: cover;
}

.site-table td {
  padding: 20px 25px;
}

.site-table {
  border-radius: 10px;
  margin-top: 40px;
  color: #fff;

}

.site-table td {
  border-bottom: 0;
}

.bottom-border {
  border-bottom: 1px solid #4f4e62;
}

.services-holder {
  background: #010101 url(../img/bg-2.svg) no-repeat right center;
  padding: 35px 25px;
  min-height: 400px;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

.services-holder:hover {
  border-color: rgba(190, 112, 254, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.services-holder h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.services-holder p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}

.service-wrap .service-item:first-child .services-holder {
  background-position: 70px !important;
}

.service-wrap .service-item:nth-child(2) .services-holder {
  background-position: 47px !important;
}

.service-wrap .service-item:last-child .services-holder {
  background-position: 27px !important;
}

.btn-border {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  color: #abaaac;
}

.platforms-holder {
  padding: 25px;
  border-radius: 20px;
  min-height: 340px;
}

.platforms-wrap:nth-child(2) .platforms-holder {

  background: #191435;
  background: linear-gradient(147deg, rgba(25, 20, 53, 1) 0%, rgba(32, 19, 70, 1) 35%, rgba(99, 6, 223, 1) 68%);
}

.platforms-wrap:nth-child(3) .platforms-holder {

  background: #4A2DA7;
  background: linear-gradient(0deg, rgba(74, 45, 167, 1) 0%, rgba(190, 112, 254, 1) 100%);

}

.platforms-wrap:nth-child(4) .platforms-holder {
  background: #011C85;
  background: linear-gradient(21deg, rgba(1, 28, 133, 1) 39%, rgba(51, 119, 255, 1) 100%);
}

.platforms-wrap:nth-child(5) .platforms-holder {
  background: #4A2DA7;
  background: linear-gradient(0deg, rgba(74, 45, 167, 1) 0%, rgba(190, 112, 254, 1) 100%);

}

.platforms-wrap:nth-child(6) .platforms-holder {
  background: #011C85;
  background: linear-gradient(21deg, rgba(1, 28, 133, 1) 39%, rgba(51, 119, 255, 1) 100%);
}

.platforms-wrap:nth-child(7) .platforms-holder {

  background: #011C85;
  background: linear-gradient(329deg, rgba(1, 28, 133, 1) 39%, rgba(51, 119, 255, 1) 100%);
}

.platforms-wrap p {
  font-size: 12px;
}

.platforms-wrap h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}

.platforms-wrap h5,
.platforms-wrap p {
  text-align: center;
}

.platforms-wrap .btn-border {
  width: 100%;
  display: block;

}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  margin-bottom: 10px;
}

.newsletter input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
}

.newsletter button {
  background: transparent;
  border: none;
}

button.btn-submit {
  position: absolute;
  right: 0;
  bottom: 10px;
}

section.site-banner.inner-banner {
  min-height: 460px;
}

.inner-banner-txt-holder {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  background-size: 330px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.color-violet {
  color: #B37CFF;
}

h3 small {
  font-size: 18px;
}

.account-type h3 {
  font-size: 40px;
}

.inner-content ul li {
  line-height: 35px;
}

.with-bg {
  background-position: bottom center;
  background-size: cover;
}

.padding-100 {
  padding: 100px 0;
}

.service-inner .services-holder {
  background: #010101 url(../img/bg-2.svg) no-repeat right center;
  padding: 20px;
  min-height: 334px;
}

.nav-tabs .nav-link {
  color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs {
  border-bottom: none;
  border-radius: 10px;
}

.nav-tabs {
  display: flex;
  justify-content: space-between;
}

.table-gradient {

  background: #000C46;
  background: linear-gradient(297deg, rgba(0, 12, 70, 1) 13%, rgba(0, 19, 98, 1) 44%, rgba(96, 46, 190, 1) 100%);
}

.txt-100 {
  font-size: 100px;
}

.b-b-one {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

section.site-banner.inner-banner {
  min-height: 250px;
}

section.site-banner.inner-banner {
  min-height: inherit;
  position: relative;
  padding-top: 121px;
}

span.position {
  background: #343564;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.position.active {
  background: #fff;
  color: #000;
}

.prograss-item {
  text-align: center;
}

.prograss-item {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.site-banner.inner-banner.trade {
  top: 0;
  padding-top: 105px;
}

.features-holder {
  background: url(../img/fea-bg.png) no-repeat;
  background-size: cover;
}

.features-holder {
  padding: 26px 15px;
  min-height: 290px;
}

.feature-item .features-holder {
  border: 1px solid #fff;
  border-radius: 20px;
}

.expert-holder {
  background: url(../img/export-bg-1.jpg) no-repeat;
  background-size: cover;
  padding: 40px 30px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.d-inline-block {
  display: inline-block;
}

.steps {
  background: url(../img/copy-bg.jpg);
  background-size: cover;
}

.item-holder {
  padding-left: 0;
}

.item-holder li {
  line-height: 35px;
  background: #0B27BE;
  background: linear-gradient(260deg, rgba(11, 39, 190, 1) 0%, rgba(5, 18, 88, 1) 100%);
  margin-bottom: 10px;
  padding: 10px;
  width: 60%;
  list-style: none;
}

.table-2 {
  background: #602EBE;
  background: linear-gradient(151deg, rgba(96, 46, 190, 0.3) 0%, rgba(0, 12, 70, 1) 48%, rgba(0, 12, 70, 0.3) 100%);
  border-radius: 15px !important;
}

.search {
  background: #fff url(../img/search.svg) no-repeat left center;
  padding: 10px;
  border: none;
  border-radius: 30px;
  padding-left: 35px;
  margin-top: 25px;
  margin-left: 15px;
  background-position: 10px;
  width: 230px;
}

.explore .site-table {
  margin-top: 0;
}

.prograss-holder {
  max-width: 900px;
  margin: 0 auto 60px;
}

section.site-section.account {
  margin-top: 111px;
}

.prograss-holder::before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 778px;
  position: absolute;
  margin-top: 18px;
  margin-left: 61px;

}

.prograss-item-holder {
  width: 65%;
}

.form-holder {
  width: 50%;
}

label {
  display: block;
  margin-bottom: 10px
}

.field-item {
  width: 77%;
  padding: 6px 15px;
  margin-bottom: 15px;
  background-color: #7F89AF;
  border: none;
}

.account-type h4 {
  font-size: 25px;
}

.chat {
  background: rgb(255 255 255 / 23%);
  padding: 10px;
  border-radius: 5px;
}

.trade-page .site-main {
  background: url(../img/trade-bg.jpg) center bottom;
  background-size: cover;
}

.social-trading-page .site-main {
  background: url(../img/Social-trading-bg.jpg) center top no-repeat;
  background-size: cover;
}

.site-section.copy {
  background: url(../img/copy-new-bg.png) center top;
  background-size: cover;
}

.account-page .site-main {
  background: url(../img/text-filed.jpg) center bottom no-repeat;
  background-size: cover;
}

.newsletter ::placeholder {
  color: #fff;
}

.markets-page .site-header {
  z-index: 999;
  top: 0;
}

.markets-page section.site-banner.inner-banner {
  min-height: inherit;
  position: relative;
  top: 0;
}

/* .prices {
  background: #3A3ABE;
  background: linear-gradient(91deg, rgba(58, 58, 190, 1) 0%, rgba(35, 35, 115, 1) 52%, rgba(66, 66, 217, 1) 100%);
} */
section.site-section.market-prices {
  min-height: 1660px;
  padding-top: 130px;
}

.markets-page .site-main {
  background: url(../img/markets-bg-new.jpg) center top no-repeat;
  background-size: 100%;
  background-position: 100% 1254px;
}

.site-section.account-type .container,
.wallet-container {
  background: url(../img/border.svg) top center no-repeat;
  padding: 25px;
  background-size: 100%;

}

body {
  background: #2B225A;
  background: linear-gradient(91deg, rgba(43, 34, 90, 1) 0%, rgba(34, 29, 82, 1) 41%, rgba(12, 15, 62, 1) 61%, rgba(7, 12, 57, 1) 100%);
}

section.site-banner.inner-banner.social {
  padding-bottom: 100px;
}

.footer-menu {
  padding-left: 20px;
  width: 35%;
}

.copyright {
  margin-top: 45px;
}

.header-right a {

  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px 11px;
  cursor: pointer;
  background: linear-gradient(#180f51, #180f51) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 10px;
}

.btn-holder-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  top: -8px;
}

.search-table input[type="text"] {
  width: 222px;
  padding: 10px 10px 10px 45px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
}

.search-table button {
  position: absolute;
  left: 15px;
  border: none;
  background: transparent;
  top: 8px;
}

.nav-tabs {
  margin: 0 auto;
  max-width: 1000px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 52px;
  box-shadow: 0px 12px 12px rgb(0 0 0 / 31%);
}

.dropdown ul ul {
  list-style: none;
  padding-left: 0;
}

.dropdown {
  position: initial;
}

.dropdown li {
  line-height: 30px;
}

.navbar-expand-lg {
  position: initial;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #000C46;
  border-color: transparent;
  border-radius: 20px;
  padding: 25px;
}

.dropdown-menu.dropdown-menu-dark.show {
  display: flex;
}

.dropdown-menu h5 {
  margin-bottom: 15px;
}

.site-section.explore,
.mobile,
.account-type,
.site-section.account {
  padding-bottom: 260px;
}

.platforms {
  padding-bottom: 130px;
}

.inner-banner .powerful-services {
  padding-bottom: 0;
}

section.site-section.prices {
  padding-top: 53px;
}

.dropdown-menu {
  font-size: 16px;
}

.about h2 {
  margin-top: 55px;
}

.me2 {
  background: url(../img/main-bg.jpg) bottom center no-repeat;
  background-attachment: fixed;
}

.wallet-holder,
.management .container,
.history .container,
.security .container {
  max-width: 1000px;
  margin: 0 auto;
}

.count.green {
  background: rgb(0 201 80 / 27%);
  color: #05DF72;
}

.count.red {
  background: rgb(255 137 4 / 29%);
  color: #FF8904;
}

.wallet-actions .count {
  border-radius: 30px;
  padding: 5px 15px;
  margin-top: -20px;
}

.wallet-actions-item-holder,
.management-holder,
.security-item-holder {
  background: rgb(255 255 255 / 13%);
  border: 1px solid rgb(255 255 255 / 23%);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 1px 9px 9px rgb(0 0 0 / 21%);
}

.fund-page .site-main {
  background: url(../img/fund-bg.jpg) top center no-repeat;
  background-size: cover;
}

.fund-page section.site-banner.inner-banner {
  top: initial;
}

.text-gray {
  color: #90A1B9;
}

.color-blue {
  color: #51A2FF;
}

.f-size-36 {
  font-size: 36px;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.history .nav-tabs {
  justify-content: initial;
}

.history .nav-tabs .nav-link {
  color: #fff;
  padding: 0px 15px;
  background: rgb(255 255 255 / 15%);
  margin: 10px;
  border-radius: 10px;
  border: none;
}

.history .nav-tabs .nav-item.show .nav-link,
.history .nav-tabs .nav-link.active {
  border-radius: 10px;
  background: #2B7FFF;
  background: linear-gradient(90deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
  box-shadow: 1px 7px 9px #03A9F4;
}

.history table {
  width: 100%;
  background: rgb(255 255 255 / 16%);
  border-radius: 15px;
}

.history table td {
  padding: 12px 15px;
}

.download {
  padding: 10px;
  background: rgb(81 162 255 / 27%);
  border-radius: 10px;
}

.text-color-green {
  color: #05DF72;
}

.text-color-red {
  color: #FF6467;
}

.text-color-yellow {
  color: #FDC700;
}

.history tr {
  border-bottom: 1px solid rgb(238 238 238 / 19%);
}

.security-item-holder img {
  padding: 10px;
  background: #2B7FFF;
  background: linear-gradient(132deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
  border-radius: 10px;
  margin-bottom: 15px;
}

.security-item-holder {
  min-height: 190px;
}

.fund-page footer.site-footer {
  background: url(../img/fund-footer-bg.jpg);
  background-size: cover;
  padding-top: 100px;
}

body.blog-details .site-main {
  background: #212691;
  background: linear-gradient(132deg, rgba(33, 38, 145, 1) 0%, rgba(53, 60, 232, 1) 49%, rgba(33, 38, 145, 1) 100%);
  background-attachment: fixed;

}

.blog-details-banner {
  top: 0;
  padding-top: 60px;
}

section.site-banner.inner-banner.blog-details-banner {
  top: 0;
}

.blog-details .site-header {
  position: initial;
}

.contact-page .site-main {
  background: url(../img/contact-bg.jpg) top center;
  background-size: cover;
}

.contact-banner {
  padding-top: 165px;
  top: initial !important;
}

.contact-box {
  background: rgb(22 36 86 / 24%);
  border: 1px solid rgb(43 127 255 / 33%);
  padding: 20px;
  border-radius: 15px;
}

.icon-box {
  max-width: 100%;
  background: rgb(43 127 255 / 24%);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #11429f;
  margin-bottom: 15px;
}

.text-blue {
  color: #53EAFD;
}

.contact-field-item {
  background: rgb(12 27 73 / 73%);
  padding: 12px 10px;
  border: 1px solid #153B82;
  width: 100%;
  border-radius: 10px;
}

.submit-holder {
  border-top: 1px solid #35589a;
  padding-top: 15px;
}

.btn-blue {
  padding: 13px 15px;
  border-radius: 10px;
  color: #fff;
  border: none;
  background: #2B7FFF;
  background: linear-gradient(90deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
}

.contact input::placeholder {
  color: #51A2FF;
}

.open-account-form .site-main {
  background: url(../img/open-account-bg.jpg) top center;
  background-size: cover;
}

.open-account-tag {
  border-radius: 15px;
  background: rgba(255, 255, 255, 10);
  background: linear-gradient(180deg, rgb(211 211 211 / 70%) 0%, rgb(255 255 255 / 22%) 100%);
  padding: 15px;
  border: 1px solid #fff;
}

.customer p {
  color: #999999;
}

.text-white {
  color: #fff;
}

.text-color-yellow {
  color: #FFAA2B !important;
}

.customer.text-center {
  max-width: 500px;
  margin: 140px auto 0 auto;
}

.field-item-gray {
  background: #191919;
  border: none;
  color: #fff;
  padding: 15px;
  box-shadow: inset 0px 1px 1px #7b7b7b;
  border-radius: 10px;
}

.open-account-form-1 {
  padding-top: 100px;
}

section.site-section.open-account-form-holder {
  border-radius: 50px;
  margin-bottom: 50px;
  margin-top: 60px;
  backdrop-filter: blur(21px);
  background: rgb(0 0 0 / 3%);
  border: 1px solid rgb(255 255 255 / 36%);
  padding-bottom: 60px;
}

.open-account-form-holder {
  padding: 55px 25px 25px;
  background: rgb(0 0 0 / 51%);
  border-radius: 20px;
}

.divider {
  text-align: center;
  border-bottom: 1px solid #363636;
  position: relative;
}

.divider span {
  position: relative;
  top: 11px;
}

.account-field-item {
  width: 100%;
  background: #191919;
  border: none;
  color: #fff;
  padding: 15px;
  box-shadow: inset 0px 1px 1px #7b7b7b;
  border-radius: 10px;
}

img.pass-show.position-absolute {
  top: 20px;
  right: 12px;
}

input.account-field-item.pass {
  padding-right: 35px;
}

.open-account-form-holder label {
  color: #999999;
}

.btn-lite-blue {
  width: 100%;
  background: #00BDDD;
  border: none;
  padding: 11px;
  border-radius: 5px;
}

.check-holder {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #7a7a7a;
  border-radius: 3px;

}

.check-holder input:checked~.checkmark {
  background-color: #00BDDD;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-holder input:checked~.checkmark:after {
  display: block;
}

.check-holder .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-gray-2 {
  color: #999;
}

.customer .user {
  border-radius: 100%;
  margin-bottom: 15px;
}

.open-account-form .site-footer {
  padding-top: 250px !important;
}

.resources .site-main {
  background: url(../img/resources-bg.jpg) top center;
  background-size: cover;
}

.white-items {
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  color: #000;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}

.inner-banner.resources-banner {
  top: 0 !important;
  padding-top: 130px;
}

.service-item {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 20px;
  min-height: 250px;
}

section.site-section.deploy {
  background: rgb(43 127 255 / 11%);
}

.service-item .text-right {
  text-align: right;

}

section.site-section.services {
  background: rgb(71 72 191 / 56%);
}

.grad-item {
  background: #3840F7;
  background: linear-gradient(129deg, rgba(56, 64, 247, 1) 0%, rgba(184, 182, 240, 1) 100%);
}

.grad-item {
  background: #3840F7;
  background: linear-gradient(129deg, rgba(56, 64, 247, 1) 0%, rgba(184, 182, 240, 1) 100%);
  border-radius: 20px;
  padding: 30px;
}

.color-black {
  color: #222;
}

.btn-lite-blue {
  background: #9CFFFB;
  padding: 15px;
  border-radius: 30px;
  color: #032221;
}

.blog-banner form input[type="text"] {
  padding: 15px;
  border-radius: 30px;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.blog-banner form button {
  background: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  position: absolute;
  right: 2px;
  z-index: 999;
  top: 4px;
  border: none;
}

.blog-banner form {
  width: 60%;
}

.blog .site-main {
  background: url(../img/blog-bg.jpg) top center;
  background-size: cover;
}

.blog input::placeholder {
  color: #fff;
}

section.site-section.blog-list-holder {
  padding-top: 220px;
}

.hover-item {
  background: rgb(0 0 0 / 43%);
  backdrop-filter: blur(21px);
  margin-top: -76px;
  padding: 10px 15px;
}

.blog-list-item {
  position: relative;
}

.blog-list-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 27px 0px 20px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(42deg);
  display: block;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 11px;
}

/* .blog-list-item::before {
    content: "";
    width: 25px;
    height: 43px;
    display: block;
    position: absolute;
    background: #595dcb;
    right: 0;
    top: -14px;
    transform: rotate(-57deg);
} */
section.site-banner.inner-banner.blog-banner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.powerful-services .service-item {
  border: none;
  padding: 15px;
  border-radius: 20px;
  min-height: 250px;
}

.blog-list-item .blog-img {
  clip-path: polygon(0% 0%, 95% 0, 100% 9%, 100% 99%, 0% 100%);
}

.institutional-FX .site-main {
  background: url(../img/bg-ins.jpg) center top;
  background-size: cover;
}

section.site-banner.inner-banner.fx {
  top: 0;
}

section.site-banner.inner-banner.fx h6 {
  background: #2B7FFF;
  padding: 5px 16px;
  border-radius: 30px;
  border: 1px solid #9ec5ff;
}

.fx-item {
  background: rgb(22 36 86 / 51%);
  padding: 15px;
  text-align: center;
  border-radius: 15px;
}

section.site-banner.inner-banner.fx {
  top: 0;
  padding-top: 140px;
}

section.site-banner.inner-banner.fx .inner-banner-txt-holder {
  min-height: initial;
}

.row-fx-items {
  padding-top: 55px;
}

.philosophy-img {
  background: #2B7FFF;
  padding: 10px;
  border-radius: 10px;
}

.reports-page header.site-header {
  background: #194ECC;
  padding-bottom: 120px;
  position: initial;
}

.reports-page .inner-banner {
  background: #0d195e;
  background: linear-gradient(181deg, rgba(13, 25, 94, 1) 0%, rgba(15, 34, 128, 1) 100%);
  color: #51A2FF;

}

.lite-blue {
  color: #BEDBFF;
}

.reports-page section.site-banner.inner-banner {
  min-height: inherit;
  position: relative;
  top: initial;
}

.reports-page .box-item {
  background: rgb(255 255 255 / 7%);
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 15px;
  box-shadow: 0px 6px 8px rgb(0 0 0 / 25%);
  backdrop-filter: blur(11px);
}

.white-text {
  color: #fff;
}

.reports-page span.tag {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 24%);
}

.reports-page span.tag.blue {
  background: #1452F1;
}

.box-item h4 {
  font-size: 36px;
}

.reports-page span.tag.green {
  background: #01799A;
}

.reports-page span.tag.blue-2 {
  background: #4F39F6;
}

.reports-page .tag.green-2 {
  background: #009966;
}

.chart-section {
  background: #0C1638;
  background: linear-gradient(180deg, rgba(12, 22, 56, 1) 0%, rgba(34, 62, 158, 1) 100%);
}

.chart-section .img-bg {
  background: rgb(43 127 255 / 39%);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 33%);
}

.color-blue {
  color: #51A2FF;
}

.volume {
  height: 25px;
  width: 100%;

}

.volume-item {
  height: 15px;
}

.blue-area {
  background: #2B7FFF;
}

.green-area {
  background: #0092B8;
}

.violet-area {
  background: #4F39F6;
}

.blue-2-area {
  background: #00A6F4;
}

.green-2-area {
  background: #009689;
}

.currency {
  padding: 13px;
  border-radius: 15px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 26%);
}

.currency-table td {
  padding: 15px 0;
}

.philosophy-holder {
  background: rgb(22 36 86 / 51%);
  border-radius: 15px;
  padding: 25px;
}

.philosophy-item {
  padding: 15px;
  border-radius: 10px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blue-shade {
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(144deg, rgb(0 0 0 / 25%) 0%, rgba(28, 57, 142, 0.5) 100%);
  border: 1px solid rgb(255 255 255 / 15%);
}

.gray-shade {
  background: #162456;
  background: linear-gradient(131deg, rgba(22, 36, 86, 0.8) 0%, rgba(16, 78, 100, 0.5) 100%);
  border: 1px solid rgb(255 255 255 / 15%);
}

.philosophy-item img {
  max-width: 100%;
  max-width: 40px;
}

.time-line {
  max-width: 840px;
  margin: 0 auto;
}

.round {
  width: 40px;
  height: 40px;
  background: #0F172B;
  border-radius: 100%;
  border: 2px solid #00D3F3;
  display: block;
  box-shadow: 0px 0px 10px #00D3F3;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round-line::after {
  content: "";
  width: 1px;
  height: 90px;
  background: #2B7FFF;
  display: block;
  margin-left: 17px;
  z-index: 888;
  position: relative;
}

span.dot {
  width: 10px;
  height: 10px;
  display: block;
  background: #00D3F3;
  border-radius: 100%;
}

.item-text-align {
  margin-top: -19px;
}

.global-item {
  background: #091433;
}

.global-text {
  padding: 0 15px 30px;
}

.leadership-text {
  background: #0C1C4A;
  padding: 15px 15px 30px;
  text-align: center;
}

.green-bg {
  padding: 3px 10px;
  background: rgb(94 233 181 / 21%);
  color: #5EE9B5;
  border-radius: 30px;
  border: 2px solid #148589;
}

.progress-item {
  height: 11px;
  background: #0F172B;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.progress-position {
  height: 11px;
  display: block;
}

.green-position {
  background: #00BC7D;
}

.yellow-bg {
  padding: 3px 10px;
  background: rgb(255 223 32 / 20%);
  color: #FFDF20;
  border-radius: 30px;
  border: 1px solid #FFDF20;
}

.yellow-position {
  background: #F0B100;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
  background: #2B7FFF;
  background: linear-gradient(180deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
}

.chart-section .nav-link {
  display: block;
  padding: 0px 15px;
  border: 1px solid #bedbff2e;
  background: rgb(255 255 255 / 15%);
  margin: 5px;
  border-radius: 10px;
  color: #fff;
}

.avatar {
  background: #2B7FFF;
  background: linear-gradient(180deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  box-shadow: 0px 6px 11px #2b7fff;
}

.activity-holder {
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  padding: 13px 0;
}

.reports-page .site-main {
  background: url(../img/reports-bg.jpg) bottom center no-repeat;
  background-size: 100%;

}

.growth {
  background: rgb(12 47 97 / 46%);
  backdrop-filter: blur(20px);
}

.item-holder-2 {
  padding: 15px;
  border-radius: 10px;
}

.item-holder-2.blue {
  background: rgb(21 48 93 / 41%);
  border: 1px solid rgb(81 162 255 / 45%);
}

.item-holder-2.green {
  background: rgb(21 48 93 / 41%);
  border: 1px solid rgb(81 162 255 / 45%);
}

.item-holder-2.green {
  background: rgb(0 212 146 / 8%);
  border: 1px solid rgb(0 212 146 / 37%);
}

.item-holder-2.violet {
  background: rgb(194 122 255 / 9%);
  border: 1px solid rgb(194 122 255 / 31%);
}

.text-color-violet {
  color: #DAB2FF;
}

.box-item-dark {
  background: rgb(30 42 90 / 56%);
  padding: 15px;
  border-radius: 10px;
}

.dot-2 {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #00BC7D;
  border-radius: 100%;
}

.p-t-100 {
  padding-top: 100px;
}

.growth .box-item {
  min-height: 580px;
}

.container-small {
  max-width: 800px;
}

.forex-page {
  background: #000;
}

.text-gradient {

  background: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 22%, #008DE4 50%, #F50288 50%, #008DE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.forex-page .header-center,
.islamic-platforms-page .header-center,
.traning-academi-page .header-center {
  background: #000;
}

.btn-fill {
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: 800;

}

.btn-fill.blue {
  background: #008DE4;
  color: #000;
  border: 3px solid #584584;
}

/* .admin-img {
    margin-top: -469px;
} */
.inner-banner {
  background: url(../img/admin-bg.jpg) cen;
}

.forex-page section.site-banner.inner-banner {
  position: initial;
}

.crypto img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #3E589B;
  display: inline-block;
  padding: 13px;
  margin-bottom: 15px;
}

.crypto-holder {
  border: 1px solid #181E37;

}

.crypto-item {
  border: 1px solid #4c5ca1;
  padding: 20px;
  min-height: 280px;
}

.platform-holder {
  background: #08070E;
  border: 1px solid #181E37;
}

.platform .heading-holder {
  border-right: 1px solid #181E37;
  padding: 60px 20px;
}

.link-holder {
  border-right: 1px solid #181E37;
  border-top: 1px solid #181E37;
  padding: 15px;
}

.text-dark-blue {
  color: #008DE4;
}

.forex-page .site-header {
  position: initial;
}

.platform-item.d-flex {
  border: 1px solid #181E37;
  display: inline-block;
  border-radius: 30px;
  padding: 10px;
}

.platform-item {
  display: inline-block;
  border: 1px solid #181E37;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 9px;
}

.green-text {
  color: #19FB9B;
}

.red-text {
  color: #FD0068;
}

.work-holder {
  background: #16141C;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  border: 1px solid #181E37;
}

.work-holder {
  padding: 15px;
}

span.count-number {
  width: 35px;
  height: 35px;
  display: flex;
  border: 1px solid #3E589B;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  bottom: -19px;
  background: #000;
}

.shade {
  background: url(../img/shade.svg) no-repeat top center;
  padding: 32px 0;
  margin-top: -93px;
  position: relative;
  padding-top: 101px;
}

.p-r-0 {
  padding-right: 0;
}

.work-wrap {
  border: 1px solid #4c5ca1;
}

.height-adg {
  border-top: 1px solid #181e37;
  height: 50px;
  margin-top: 41px;
  padding: 35px;
}

.work-height {
  min-height: 510px;
}

.testi-holder {
  background: #08070E;
  background: linear-gradient(231deg, rgba(8, 7, 14, 1) 0%, rgb(55 58 71) 100%);
  padding: 20px;
}

.testi .owl-carousel .owl-item img {
  width: initial;
}

.mess {
  margin-left: -19px;
}

.owl-prev span {
  width: 500px;
  position: absolute;
  border: 1px solid #181E37;
  height: 53px;
  bottom: 78px;
  background: #121117;
  display: flex;
  justify-content: flex-start;
  padding: 12px;
  color: #008DE4;
}

.owl-next span {
  width: 500px;
  position: absolute;
  border: 1px solid #181E37;
  height: 55px;
  bottom: 23px;
  display: flex;
  justify-content: flex-end;
  padding: 13px;
  color: #008DE4;

}

.owl-nav.disabled {
  display: block !important;
}

.owl-nav.disabled {
  position: absolute;
  right: 0;
}

.faq .heading-holder {
  border: 1px solid #4c5ca1;
  padding: 0 27px;
}

.link-holder-2 {
  border: 1px solid #181E37;
}

.link-holder-2 {
  border: 1px solid #4c5ca1;
  height: 54px;
  padding: 15px;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .125);
  color: #fff;
}

.accordion-button {
  background: #FFE7E0;
  border-radius: 25px !important;
}

.accordion-button {
  background: transparent;
  border-radius: 0 !important;
  border: 1px solid #4c5ca1;
  color: #fff;
}

.p-r-0 {
  padding-right: 0;
}

.p-l-0 {
  padding-left: 0;
}

.accordion-button::after {
  background: url(../img/plus.svg) center no-repeat;
  background-position: -6px -20px;
}

.accordion-button:not(.collapsed)::after {
  background: url(../img/minus.svg) center no-repeat;

  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-collapse {
  border-radius: 0 0 25px 25px !important;
}

.accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #4c5ca1;
}

.islamic-platforms-page {
  background: #000;
}

.btn-fill.dark {

  background: #111111;
  border: 1px solid #2B2B2B;
}

.account .btn-fill.blue {
  border: none;
  color: #fff;
  box-shadow: 0px 0px 0px #fff;
}

.dark-blue {
  color: #0A7CFF;
}

.btn-fill.dark-blue {
  background: #3C32AF;
  color: #000;
}

.white-text {
  color: #fff !important;
}

.traning-academi-page {
  background: #000;
}

.h6-bg {
  background: url(../img/text-bg.svg) center no-repeat;
  padding: 15px 85px;
  display: inline-block;
}

.traning-academi-page section.site-banner.inner-banner {
  top: 0;
}

.traning-academi-page .site-header {
  position: initial;
}

.text-gradient-2 {
  background: #D93C65;
  background: linear-gradient(205deg, rgba(217, 60, 101, 1) 0%, rgba(56, 64, 247, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-fill.white {
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: 800;
  background: #fff;
  color: #000;
  border-radius: 15px;
}

.mission-bg {
  background: url(../img/mission-new-bg-1.svg) center no-repeat;
}

.item-text-holder {
  background: #fff;
  padding: 15px;
  color: #000;
  border-radius: 30px;
  text-align: center;
  margin-top: 115px;
}

.left-adg {
  position: relative;
  left: 150px;
}

.right-adg {
  position: relative;
  right: 150px;
}

.white-holder {
  background: #fff;
  text-align: center;
  border-radius: 15px;
  color: #000;
  padding: 20px;
}

.year-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  padding-bottom: 20px;
}

.round-item {
  width: 25px;
  height: 25px;
  display: block;
  background: #00C896;
  position: absolute;
  border-radius: 100%;
  border: 1px solid;
  border: 3px solid #000;
  top: 17px;
  left: -40px;
  outline: 1px solid #00C896;
  z-index: 99;
}

.round-item::before {
  content: "";
  width: 1px;
  border-left: 1px dashed #00c896;
  height: 100px;
  display: block;
  left: 9px;
  position: relative;
}

.year-holder:last-child .round-item:before {
  display: none;
}

.reports-page .header-right a,
.institutional-FX .header-right a,
.resources .header-right a,
.open-account-form .header-right a {
  background: linear-gradient(#194ecc, #194ecc) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;

}

.blog .header-right a {
  background: linear-gradient(#4268c5, #4168c4) padding-box, linear-gradient(to right, #4068c3, #CE96FB) border-box;
}

.blog-details .header-right a {
  background: linear-gradient(#292eb3, #292fb3) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.forex-page .header-right a,
.islamic-platforms-page .header-right a,
.traning-academi-page .header-right a {
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.round.violet {
  border: 2px solid #2B7FFF;
  box-shadow: 0px 0px 10px #2B7FFF;
}

.white-section {
  background: #222222;
}

.site-section.mission {
  padding-top: 0;
}

.traning-academi-page .site-banner {
  background: url(../img/star-bg.jpg) center bottom no-repeat;
}

.owl-prev span::after {
  content: "Previous";
  margin-left: 5px;
  color: #fff;
}

.owl-next span::before {
  content: "Next";
  margin-right: 6px;
  color: #fff;
}

.owl-nav {
  position: absolute;
  right: 0;
}

.account-page .header-right a {
  background: linear-gradient(#005993, #007aac) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.markets-page .header-right a {
  background: linear-gradient(#080c3a, #080d3a) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.open-account .header-center {
  background: rgb(30 26 78);
}

.open-account .header-right a {

  background: linear-gradient(#080d3a, #070c39) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;

}

.reports-page .header-right a,
.institutional-FX .header-right a,
.resources .header-right a,
.open-account-form .header-right a {
  background: linear-gradient(#0a3593, #0a3593) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.reports-page .header-right a {
  background: linear-gradient(#194ecc, #194ecc) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.resources .header-right a {
  background: linear-gradient(#1749bc, #1749bc) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.social-trading-page .header-right a {
  background: linear-gradient(#1c101a, #170e15) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.trade-page .header-center {
  background: #000341;
}

.social-trading-page .header-center {
  background: rgb(40 26 41);
}

.markets-page .header-center {
  background: rgb(12 15 62 / 21%);
}

.fund-page .header-center {
  background: rgb(33 76 173);
}

.fund-page .header-right a {
  background: linear-gradient(#204aac, #1c47ad) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box;
}

.resources .header-center {
  background: rgb(23 73 188);
}

.reports-page .header-center {
  background: rgb(25 78 204);
}

.open-account-form .header-center {
  background: rgb(10 53 147);
}

.institutional-FX .header-center {
  background: rgb(23 73 188);
}

.blog .blog-details .header-center {
  background: rgb(47 54 208);
}

.header-center {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 30px;
  margin-right: 25px;
  /* background: rgb(12 32 84); */
}

.account-page .header-center {
  background: rgb(0 31 100);
}

.deploy .accordion-body {
  border: none;
}

.desk-hide {
  display: none;
}

.btn-border-2 {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff;
  text-decoration: none;

}

.platform .platform-holder .platform-item {
  margin-top: 25px;
}

.platforms-border .platforms-holder {
  border: 1px solid #685aa3;
}

.item-padding {
  padding: 45px;
}

.align-item-new {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
}










@media (max-width: 1400px) {
  .btn-holder-banner {
    width: 25%;
  }

  .box-item h4 {
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  .inner-banner span.tag {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
  }

  .owl-prev span,
  .owl-next span {
    width: 290px;

  }

  .align-item-new {
    margin-left: 30px;
  }
}

@media (max-width: 1281px) {
  .btn-holder-banner {
    width: 34%;
  }
}

@media (max-width: 1025px) {
  .btn-holder-banner {
    width: 49%;
  }
}

@media (max-width: 992px) {

  .owl-nav {
    position: relative !important;
    top: 125px;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 51px;
    z-index: 99;
    background: #000c46;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  .header-center {
    border: transparent;
    margin-right: 0;
    margin-left: 15px;
    border-radius: 15px;
  }

  .site-section.about img {
    width: 100%;
    margin-bottom: 25px;
  }

  .services-holder {
    margin-bottom: 25px;
  }

  .footer-menu {
    width: 50%;
  }

  section.site-banner.home-banner {
    padding-top: 105px;
    align-items: initial !important;
  }

  form.newsletter {
    margin-bottom: 25px;
  }

  .field-item {
    width: 100%;
  }

  .prograss-item-holder {
    width: 100%;
  }

  .form-holder {
    width: 100%;
  }

  .prograss-holder::before {
    width: 80%;
  }

  .prograss-item {
    width: 120px;
  }

  .prograss-holder {
    margin-bottom: 50px;
  }

  .inner-banner-txt-holder {
    text-align: center;
  }

  .type-text {
    text-align: center;
  }

  .feature-item {
    margin-bottom: 25px;
  }

  section.site-banner.inner-banner.social {
    padding-bottom: 175px;
  }

  .banner-txt-holder {
    width: 100%;
    text-align: center;
  }

  .btn-holder-banner {
    position: initial;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .banner-text-holder {
    flex-direction: column;
    align-items: initial !important;
    justify-content: start !important;
  }

  .home-banner {
    min-height: initial;
    padding-bottom: 60px;
  }

  .platforms-holder {
    text-align: center;
  }

  .platforms-wrap .btn-border {
    width: initial;
    display: inline-block;
  }

  .home-banner {
    background-size: cover;
    background-position: center;

  }

  .markets-page .site-main {
    background-size: cover;

  }

  .features-holder {
    min-height: initial;
  }

  .navbar-expand-lg {
    position: relative;
  }

  .navbar-collapse {
    width: 260px;
  }

  .dropdown-menu.dropdown-menu-dark.show {
    flex-direction: column;
    border: 1px solid #3c487f
  }

  .dropdown ul ul {
    border-bottom: 1px solid #414c86;
    margin: 6px 0 8px;
    padding: 7px 0;
  }

  .dropdown-menu h5 {
    margin-bottom: 0px;
  }

  .deploy-item.m-b-40 {
    margin-top: 35px;
  }

  .grad-item {
    flex-direction: column;
  }

  .grad-item .w-25 {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .white-items {

    display: inline-block;

  }

  .inner-banner span.tag {
    display: inline-block;
  }


  .item-text-holder {

    margin-top: 15px;
  }

  .right-adg {
    right: 0;
  }

  .left-adg {
    position: relative;
    left: 0;
  }

  .round-item {
    display: none;
  }

  .img-holder-2 img {
    width: 100%;
    max-width: 100px;
  }

  .item-text-holder {
    margin-top: 85px;
  }


  .home-banner {
    background-position: 0px 70px !important;
  }

  .banner-card-ticker-container {
    transform: translate(-2%, -15%);
  }


  .home-banner {
    background: #492ba8;
  }

  .banner-ticker-card {
    left: 0;
  }

  .banner-card-ticker-container {
    transform: translate(40%, -52%);
  }

  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }

  .navbar-toggler {
    padding: 0;
  }

  .banner-card-ticker-container {
    transform: none;
    width: 100%;
    height: initial;
    margin: 30px auto 0;


  }

  .services-holder {
    margin-bottom: 25px;
  }

  .services-holder {
    min-height: initial;
  }

  .footer-menu-holder {
    padding-top: 25px;
  }

  section.site-banner.inner-banner.account-banner {
    padding-bottom: 0 !important;
  }

  .p-l-0 {
    padding-left: 12px;
  }

  .crypto-item {
    min-height: initial;
    margin-bottom: 15px;
  }

  .banner-card-ticker-container {
    height: 90px !important;
    margin: 15px auto 0 !important;
  }


  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }

  .banner-card-ticker-container {
    height: 90px;
    margin: 10px auto 0;
  }

  .site-section {
    padding: 40px 0;
  }

  .mob-hide {
    display: none !important;
  }

  .desk-hide {
    display: block;
  }

  .btn-open {
    padding: 8px 18px 11px;
    background: #492ba8;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;

  }

  .header-right a {
    background: linear-gradient(#180f51, #180f51) padding-box, linear-gradient(to right, #381BCD, #CE96FB) border-box !important;
    border: 2px solid transparent !important;
    color: #fff;
    margin-right: 0 !important;

  }

  .align-item-new {
    flex-direction: row-reverse;
    justify-content: end;
  }

  .header-left img {
    max-width: 135px;
  }

  .navbar-toggler-icon {
    position: relative;
    top: -3px;
    left: -8px;
  }

  .navbar-expand-lg {
    position: initial;
    height: 40px;
    width: 40px;
    background: rgb(37 30 85);
    border-radius: 10px;
  }

  .header-center {
    background: transparent;
  }

  .navbar-toggler-icon.main {

    background: url(../img/close-white.svg) no-repeat center;
  }

  .navbar-collapse {
    width: 100%;
  }

  .header-center li.nav-item,  .nav-item.dropdown>.dropdown-menu>li {
    border-bottom: 1px solid #4b5271;
  }
.nav-item.dropdown>.dropdown-menu>li:last-child {
  border: none;
} 
.nav-item.dropdown>.dropdown-menu {
    border-radius: 0  0 12px 12px !important;
}

}



@media (max-width: 768px) {

  .type-text {
    flex-direction: column;
  }

  .account-type .btn-white {
    margin-bottom: 25px;
  }

  .item-holder li {
    width: 100%;
  }

  .footer-menu-holder {
    flex-direction: column;
  }

  .footer-menu {
    width: 100%;
    padding-left: 0;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-list {
    flex-direction: column;
    align-items: center !important;
  }

  .col-md-8.mission-bg {
    display: none;

  }

  .item-text-holder {
    margin-top: 25px;
  }


}

@media (max-width: 767px) {

  .banner-card-ticker-container {
    transform: none;
    max-width: 100%;
    height: auto;
    transform: initial;
  }
}

@media (max-width: 500px) {

  .prograss-item {
    width: 40px;
  }

  .prograss-item span {
    font-size: 11px;
  }

  .btn-white {
    width: 100%;
    display: block;
    text-align: center;
  }

  .btn-border {
    width: 100%;
    display: block;
    margin-top: 15px;
  }

  .prograss-holder::before {
    width: 91%;
    margin-left: 25px;
  }

  .blog-list-item::after {
    border-width: 26px 27px 0px 10px;
    right: 0px;
    top: 9px;
  }

  .round-line::after {
    height: 220px;
  }

  .header-right a {
    padding: 8px 25px 11px;
    font-size: 13px;
  }

  .header-left {
    width: 110px;
  }

  .header-right {
    justify-content: end;
  }

  .mob-col {
    flex-direction: column;
  }

  .item-padding {
    padding: 20px;
  }

}

/* Market Table Premium Styles */
.price-up {
  color: #00ff88 !important;
  transition: color 0.3s ease;
}

.price-down {
  color: #ff4d4d !important;
  transition: color 0.3s ease;
}

@keyframes flash-green {
  0% {
    background-color: rgba(0, 255, 136, 0.2);
  }

  100% {
    background-color: transparent;
  }
}

@keyframes flash-red {
  0% {
    background-color: rgba(255, 77, 77, 0.2);
  }

  100% {
    background-color: transparent;
  }

}

.flash-up {
  animation: flash-green 1s ease-out;
}

.flash-down {
  animation: flash-red 1s ease-out;
}

#market-rates-table tr {
  transition: background-color 0.5s ease;
}

#market-rates-table tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#market-rates-table td {
  vertical-align: middle;
}

.symbol-name {
  font-weight: 600;
  color: #fff;
}

/* Pagination Styling */
#pagination-container .pagination {
  margin-top: 20px;
}

#pagination-container .page-link {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 16px;
  margin: 0 2px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#pagination-container .page-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

#pagination-container .page-item.active .page-link {
  background: linear-gradient(90deg, rgba(43, 127, 255, 1) 0%, rgba(0, 184, 219, 1) 100%);
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(43, 127, 255, 0.3);
}

#pagination-container .page-item.disabled .page-link {
  background-color: transparent;
  opacity: 0.5;
  color: #999;
}

/* Smatams Captions Strip */
.smatams-captions-strip {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #1b0f4e 0%, #2d1a7a 50%, #1b0f4e 100%);
  border-top: 1px solid rgba(190, 112, 254, 0.3);
  border-bottom: 1px solid rgba(190, 112, 254, 0.3);
  padding: 14px 0;
  position: relative;
  z-index: 10;
}

.smatams-captions-strip::before,
.smatams-captions-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.smatams-captions-strip::before {
  left: 0;
  background: linear-gradient(90deg, #1b0f4e, transparent);
}

.smatams-captions-strip::after {
  right: 0;
  background: linear-gradient(270deg, #1b0f4e, transparent);
}

.captions-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
}

.captions-track:hover {
  animation-play-state: paused;
}

.caption-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.caption-item:hover {
  color: #be70fe;
}

.caption-dot {
  color: #be70fe;
  font-size: 10px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* --- Apple Watch Carousel Styling --- */
.watch-holder {
  width: 314px;
  height: 381px;
  background: url(../img/watch.svg) no-repeat center;
  padding: 47px 40px;
}

.watch-holder .owl-carousel .owl-dots.disabled,
.watch-holder .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.watch-holder button.owl-next,
.watch-holder .owl-prev {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #1b1b1b url(../img/watch-arrow-right.svg) no-repeat center !important;
  padding: 10px;
  border-radius: 100%;
  box-shadow: inset 0px 2px 4px #2C2C2C !important;
  margin: 10px;
  text-indent: -100px;
  overflow: hidden;
}

.watch-holder .owl-prev {
  transform: rotate(180deg);
}

/* --- Legal Documents Grid Dashboard (like screenshot) --- */
.legal-page-container {
  /*background-color: #0c0b14;*/
  padding: 120px 0 100px;
  color: #fff;
  min-height: 80vh;
}

.legal-title-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.legal-page-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.legal-page-subtitle {
  font-size: 16px;
  color: #90A1B9;
  line-height: 1.6;
  font-weight: 400;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }
}

.legal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  min-height: 180px;
}

.legal-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.legal-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.legal-card-title-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.legal-pdf-icon {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
}

.legal-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.legal-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e05326;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.legal-arrow-btn svg {
  transition: transform 0.3s ease;
}

.legal-card:hover .legal-arrow-btn {
  background-color: #f06135;
  transform: scale(1.08);
}

.legal-card:hover .legal-arrow-btn svg {
  transform: translate(1px, -1px);
}

.legal-card-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Modal dark overrides */
.legal-modal .modal-content {
  background-color: #121123;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #fff;
}

.legal-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 30px;
}

.legal-modal .modal-title {
  font-weight: 700;
  font-size: 24px;
}

.legal-modal .btn-close-custom {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.legal-modal .btn-close-custom:hover {
  color: #fff;
}

.legal-modal .modal-body {
  padding: 30px;
  max-height: 70vh;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.legal-modal .modal-body::-webkit-scrollbar {
  width: 8px;
}

.legal-modal .modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
}

.legal-modal .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.legal-modal .modal-body h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}

.legal-modal .modal-body table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.legal-modal .modal-body th,
.legal-modal .modal-body td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.legal-modal .modal-body th {
  background-color: rgba(255, 255, 255, 0.03);
}

.legal-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 30px;
  justify-content: flex-end;
  gap: 12px;
}

.btn-modal-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-modal-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-modal-primary {
  background: #e05326;
  border: none;
  color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-modal-primary:hover {
  background: #f06135;
}