*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  color: #151515;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #65abdf !important;
}

h1 {
  line-height: 2;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
}

.link-box {
  position: relative;
  display: block;
}

.link-box:hover .icon {
  color: #65abde;
}

.link-box::before,
.link-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
  border: 0 solid #d7d7d7;
  height: 22px;
  transition: 0.22s;
}

.link-box::before {
  top: 0;
  border-width: 1px 1px 0 1px;
}

.link-box::after {
  bottom: 0;
  border-width: 0 1px 1px 1px;
}

.link-box:hover::before {
  transform: translate3d(0, -10px, 0);
}

.link-box:hover::after {
  transform: translate3d(0, 10px, 0);
}

.header {
  min-height: 35vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: white;
  margin-bottom: 3em;
}

#contactPage {
  margin: 4em 0;
}
#contactPage .list-main {
  border-right: 1px solid #f6f6f6;
}
#contactPage .list-main li {
  padding: 5px;
}
#contactPage hr {
  color: #e9e9e9;
}
#contactPage ul {
  padding: 0;
  margin: 5px;
}
#contactPage dl {
  border-right: 5px solid #65abde;
}
#contactPage dl:lang(eng) {
  border: none;
  border-left: 5px solid #65abde;
}
#contactPage a {
  color: #8f969d;
}
#contactPage input {
  height: 60px;
  border-radius: 0px;
}
#contactPage .btn {
  border-radius: 0;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 60px;
  width: 100%;
  margin-top: 30px;
}

#footer {
  background-color: #0c1523;
  color: white;
  place-items: center !important;
  height: auto;
}
#footer .icon {
  font-size: 24px;
}
#footer .btn {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 0;
  color: white;
  text-align: left;
  cursor: pointer;
}
#footer .btn:hover {
  background-color: #65abde;
  color: white !important;
}

.metaTrader {
  margin-top: 3em;
  margin-bottom: 3em;
}
.metaTrader h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12pt;
  font-weight: 700;
  line-height: 1.57143;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgba(41, 43, 58, 0.6);
}
.metaTrader h6:lang(eng) {
  font-size: 12px !important;
}
.metaTrader h2 {
  line-height: 1.3;
  font-weight: 300;
}
.metaTrader .para {
  max-width: 750px;
  margin: 2rem auto;
}
.metaTrader a {
  transform: translate3d(0, 10px, 0);
}
.metaTrader .icon {
  font-size: 28px;
  margin: auto;
}
.metaTrader .compo {
  margin-bottom: 20px;
}

.download {
  padding: 20px;
  margin: 9rem 0;
}
.download h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12pt;
  font-weight: 700;
  line-height: 1.57143;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgba(41, 43, 58, 0.6);
}
.download h6 + .box-lite__title :lang(eng) {
  font-size: 12px !important;
}
.download h2 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 300;
}
.download h2 + p {
  margin-top: 16px;
}
.download .box-lite {
  text-align: center;
  margin-top: 20px;
}
.download i:hover {
  background-color: #65abde;
  color: white !important;
}
.download i {
  font-size: 28px;
  border: 1px solid #d7d7d7;
  padding: 24px;
  transition-duration: 0.5s;
}
.download p {
  margin-top: 35px;
}
.download .box-lite__title {
  font-size: 12pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515;
}
.download .image-group-2 {
  position: relative;
  perspective: 500px;
  -webkit-perspective: 500px;
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 600px) {
  .download .image-group-2 {
    height: 800px;
  }
}
.download .image-group-2 img {
  padding-top: 4rem;
  margin: 2rem 1rem;
}
.download .image-group-2 .left {
  position: absolute;
  top: 0;
}
.download .image-group-2 .right {
  position: relative;
  top: 0;
  left: 100px;
}
@media (max-width: 800px) {
  .download h2 {
    font-size: 30px;
    line-height: 1.06667;
  }
  .download img {
    width: 60%;
    height: auto;
  }
}

.about h1 {
  color: #65abde;
}
.about .aboutBody {
  padding: 2em;
  margin-bottom: 2em;
}
.about .aboutBody .divider-modern {
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #d7d7d7;
  margin: 40px 0;
}
.about .aboutBody .divider-modern::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #65abde;
}
.about .aboutBody img {
  max-width: 70%;
  margin: auto;
  display: block;
}
.about .aboutBody h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
}
.about .aboutBody p {
  letter-spacing: 0.05em;
}

.disclaimer {
  text-justify: auto;
}
.disclaimer h2 {
  text-align: center;
  margin-top: 2em;
}
.disclaimer .divider-modern {
  height: 1px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #d7d7d7;
  margin: 40px 0;
}
.disclaimer .divider-modern::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #65abde;
}

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: absolute;
  height: 300px;
  color: white;
  position: relative;
  background-color: linear-gradient(-34deg, #292b3a 0%, #5354a8 130%);
}
.cta .paragraphs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.cta .btn {
  line-height: 1.25;
  border: 2px solid white;
  padding: 17px 25px;
  border-radius: 0;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}
.cta .btn:hover {
  background-color: #65abde;
  color: white !important;
}
.cta .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .cta .paragraphs {
    text-align: center;
  }
}

.account table {
  background: linear-gradient(220deg, #0c1523, #3c4e66);
  color: white;
  border-radius: 20px;
  font-size: 1rem;
}
.account table table,
.account table th,
.account table td {
  padding: 1rem 1.5rem;
  font-weight: 300;
}
.account table tr {
  border-bottom: 1px solid;
  border-color: rgba(101, 171, 222, 0.1882352941);
}
.account table td:first-child {
  font-weight: 200;
}
.account table .btn:hover {
  background-color: #65abde;
  color: white !important;
  border-color: #65abde !important;
}
.account table:lang(eng) {
  background: linear-gradient(140deg, #0c1523, #3c4e66) !important;
}
.account .header {
  min-height: 35vh;
}
.account .accountSection {
  margin-bottom: 3rem;
}
.account .accountSection h4 {
  margin: 20px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.account .accountSection .btn {
  color: white;
  padding: 15px 25px;
  line-height: 1.5;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partnership .header {
  min-height: 35vh;
}
.partnership table {
  background: linear-gradient(220deg, #0c1523, #3c4e66);
  color: white;
  border-radius: 20px;
  font-size: 1rem;
}
.partnership table table,
.partnership table th,
.partnership table td {
  padding: 1rem 1.5rem;
  font-weight: 300;
}
.partnership table tr {
  border-bottom: 1px solid;
  border-color: rgba(101, 171, 222, 0.1882352941);
}
.partnership table td:first-child {
  font-weight: 200;
}
.partnership table:lang(eng) {
  background: linear-gradient(140deg, #0c1523, #3c4e66) !important;
}
.partnership .pbody .title {
  margin: 30px auto;
}
.partnership .pbody .component {
  margin: 1em;
}

.bg-transparent {
  background-color: transparent;
}

.trade-with-us .icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.trade-with-us .icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.trade-with-us .icon-gray-500 {
  color: #9b9b9b;
}
.trade-with-us .icon-primary {
  color: #65abde;
}
.trade-with-us .icon-circle {
  border-radius: 50%;
}
.trade-with-us .icon-md {
  font-size: 21px;
}
.trade-with-us .icon-md.mdi-youtube-play {
  font-size: 25px;
}
.trade-with-us .icon-lg {
  font-size: 28px;
}

.instruments .instrumentsBody {
  margin: 3em 0;
}
.instruments .instrumentsBody .component {
  padding: 2em;
}
.instruments .instrumentsBody .link-box {
  margin: 1em;
}
.instruments .instrumentsBody .btn {
  line-height: 1.25;
  border: 2px solid #0c1523 !important;
  padding: 17px 25px;
  margin-top: 20px;
  border-radius: 0;
  color: #0c1523;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.instruments .header h4 {
  font-size: 1rem;
}

.commodities,
.currencies,
.expiredate,
.indcies,
.shares,
.metals {
  text-align: center !important;
}
.commodities .btn,
.currencies .btn,
.expiredate .btn,
.indcies .btn,
.shares .btn,
.metals .btn {
  border: 2px solid #0c1523 !important;
  margin: 20px;
  border-radius: 0;
  color: #0c1523;
  text-align: center;
  cursor: pointer;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
.commodities table,
.currencies table,
.expiredate table,
.indcies table,
.shares table,
.metals table {
  background-color: #292b3a;
  color: white;
}
.commodities table th,
.currencies table th,
.expiredate table th,
.indcies table th,
.shares table th,
.metals table th {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.commodities table td,
.currencies table td,
.expiredate table td,
.indcies table td,
.shares table td,
.metals table td {
  padding: 17px 24px;
}
.commodities table tbody,
.currencies table tbody,
.expiredate table tbody,
.indcies table tbody,
.shares table tbody,
.metals table tbody {
  background-color: white;
  color: #0c1523;
}

.text-shadow {
  text-shadow: black 1px 0 10px;
}

#PageLoading {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 9990;
}
#PageLoading .line {
  height: 100px;
  width: 3px;
  margin: 8px;
  background-color: #0c1523;
  animation: arrows 1s var(--delay) infinite ease-in;
}
@keyframes arrows {
  0%, 100% {
    transform: translateY(30px);
  }
  50% {
    height: 5px;
    transform: translateY(40px);
  }
}

.back-to-top-btn {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 50px;
  color: #ffffff;
  background-color: #65abde;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.98s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.back-to-top-btn i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
.back-to-top-btn.go-top {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #0c1523;
  border-radius: 0.4rem;
  opacity: 50%;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(101, 171, 222, 0) 0, rgba(101, 171, 222, 0.2) 20%, rgba(101, 171, 222, 0.5) 60%, rgba(101, 171, 222, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

#toasts {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toaster {
  background: rgb(248, 248, 248);
  width: 100%;
  min-width: 12rem;
  border-radius: 0.375rem;
  border-left: 12px solid;
  border-color: #65abde;
  color: #0c1523;
  padding: 0.5rem 2rem;
  animation: toaster-enter 0.5s linear;
  box-shadow: 0px 6px 30px rgba(12, 21, 35, 0.3137254902);
}

.toaster.toaster-leave {
  opacity: 0;
  transition: opacity 0.2s;
}

@keyframes toaster-enter {
  from {
    transform: translateX(-90px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    border-top-color: #65abde;
  }
  50% {
    transform: rotate(180deg);
    border-top-color: #0c1523;
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #65abde;
  }
}
* {
  box-sizing: border-box;
}

body {
  background: #f9f9f9;
}

h1,
h3 {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-family: "Tahoma";
  font-weight: lighter;
  color: #65abde;
  letter-spacing: 1.5px;
}

h1 {
  margin: 50px auto;
}

.loader {
  position: relative;
  margin: 75px auto;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.loader div {
  height: 100%;
}

/* loader 1 */
.loader1,
.loader1 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-top-color: #65abde;
  border-bottom-color: #0c1523;
}

/*loader 2  */
.loader2,
.loader2 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-top-color: #0c1523;
  border-left-color: #65abde;
  border-right-color: #65abde;
}

/*loader 3  */
.loader3,
.loader3 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-top-color: #65abde;
  border-left-color: #0c1523;
  animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
  animation-duration: 3s;
}

/* loader 4 */
.loader4,
.loader4 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-radius: 50%;
  padding: 4px;
  animation: rotate2 4s infinite linear;
}

.loader,
.loader * {
  will-change: transform;
}/*# sourceMappingURL=style.css.map */