/*
  Theme Name:   PIPS Bazaar
  Author: NetCoden
  Support: Netcoden
  Web: https://netcoden.com/
  Description: Creative HTML5 Template By Sazzad
  Version: 1.0
*/
/*=== table of content ===*/
/*
Home Page 
---------------------
*** Theme Default
*** Background
*** Header
*** Footer
*/
/******************************* 
Theme Default
*******************************/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700&family=Barlow:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #131213;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Barlow", sans-serif;
  position: relative;
}

.bg-shade {
  width: 100%;
  height: 850px;
  background: radial-gradient(50% 100% at 100% 10%, rgb(53, 53, 62) 0%, rgb(10, 9, 13) 100%);
  position: absolute;
  right: 0px;
  top: 0px;
}

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;
}

.pointer {
  cursor: pointer;
}

.custom-container {
  max-width: 1200px;
}

.text-theme {
  color: #02c092 !important;
}

.theme-btn {
  min-height: 48px;
  width: 138px;
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.295743);
  border-radius: 8px;
  display: inline-block;
  line-height: 48px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.theme-btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.theme-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.theme-btn:hover {
  color: #02c092;
}

.dropdown.theme-dropdown {
  position: relative;
}

.dropdown.theme-dropdown .dropdown-menu:after {
  content: "";
  border-bottom: 16px solid rgba(255, 255, 255, 0.5);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  left: 48px;
  width: 0;
  height: 0;
  z-index: 8;
}

.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}

.dropdown.theme-dropdown .dropdown-menu {
  background: #0a090d;
  border: 0.1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 0;
  margin-top: 15px;
  max-width: 150px;
  padding-bottom: 0;
}

.dropdown.theme-dropdown .dropdown-menu:before {
  content: "";
  border-bottom: 16px solid #0a090d;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  left: 48px;
  z-index: 10;
  width: 0;
  height: 0;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #02c092;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.16);
  border-radius: 4px;
  color: #0a090d;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
  background-color: #02c092 !important;
  background: #02c092;
  border-color: #02c092 !important;
  color: #0a090d;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: none !important;
}

.back-to-top i {
  transition: all 0.5s ease;
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

/******************************* 
Header
*******************************/
header {
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.sticky {
  background: #0a090d;
  padding: 5px 0px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

header.sticky .navbar .navbar-collapse ul.top-bar {
  display: none;
}

header .navbar {
  padding: 15px 0 0 0;
}

/* header .navbar a.navbar-brand img {
  width: 221px;
} */
header .navbar .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
}

header .navbar .navbar-collapse ul.top-bar {
  display: flex;
  align-items: center;
  width: 93%;
  justify-content: space-between;
  margin-bottom: 0px;
}

header .navbar .navbar-collapse ul.top-bar li.left-section-links {
  display: flex;
  align-items: center;
}

header .navbar .navbar-collapse ul.top-bar li.left-section-links .phone {
  margin-right: 45px;
}

header .navbar .navbar-collapse ul.top-bar li.left-section-links .phone img,
header .navbar .navbar-collapse ul.top-bar li.left-section-links .email img,
header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq img {
  padding-right: 10px;
}

header .navbar .navbar-collapse ul.top-bar li.left-section-links .phone span,
header .navbar .navbar-collapse ul.top-bar li.left-section-links .email span,
header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq span,
header .navbar .navbar-collapse ul.top-bar li.right-section-links .dropdown a.dropdown-toggle {
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  transition: transform 0.15s linear;
}

header .navbar .navbar-collapse ul.top-bar li.left-section-links .phone span:hover,
header .navbar .navbar-collapse ul.top-bar li.left-section-links .email span:hover,
header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq span:hover,
header .navbar .navbar-collapse ul.top-bar li.right-section-links .dropdown a.dropdown-toggle:hover {
  color: #02c092;
  cursor: pointer;
}

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 a.dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}

header .navbar .navbar-collapse ul.top-bar li.right-section-links {
  display: flex;
  align-items: center;
}

header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq {
  margin-right: 45px;
}

header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq a {
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  transition: all 0.3s ease;
}

header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq a:hover {
  color: #02c092;
}

header .navbar .navbar-collapse ul li .dropdown {
  margin-right: 45px;
}

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;
}

header .navbar .navbar-collapse ul li .dropdown .dropdown-menu a.dropdown-item:hover {
  background: #131213;
  font-weight: 500;
  color: #02c092;
}

header .navbar .navbar-collapse ul.bottom-bar li {
  margin-left: 30px;
}

header .navbar .navbar-collapse ul.bottom-bar li.active a.nav-link.active {
  color: #02c092;
  background: inherit;
}

header .navbar .navbar-collapse ul.bottom-bar li.active .dropdown-menu a.dropdown-item.active {
  color: #02c092;
  background: inherit;
}

header .navbar .navbar-collapse ul.bottom-bar li a {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}

header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle {
  transition: all 0.3s ease;
}

header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle:hover {
  color: #02c092;
}

header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}

header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle img.icon-down:hover {
  transform: translateY(3px);
}

header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu {
  min-width: 230px;
  padding-bottom: 0;
}

header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 25px 13px 25px;
  transition: 0.3s;
}

header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item:hover,
header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item:focus {
  background: #131213;
  font-weight: 500;
  color: #02c092;
}

header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item.active,
header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item:active,
header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item:active {
  color: #02c092;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
  background: transparent;
}

/******************************* 
Banner
*******************************/
.banner {
  min-height: 850px;
  padding-top: 165px;
  background: #0a090d;
}

.banner-wrapper {
  align-items: center;
}

.banner .banner-content .title h1 {
  font-family: Barlow Condensed;
  font-weight: 200;
  font-size: 64px;
  line-height: 120px;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.banner .banner-content .title h1 span {
  font-family: Barlow Condensed;
  font-weight: 600;
  font-size: 140px;
  color: #02c092;
  display: inline-block;
}

.banner .banner-content .banner-text p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 40px 0;
  font-weight: 300;
}

.banner .banner-content .banner-links a {
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a090d;
  width: 154px;
  min-height: 48px;
  line-height: 48px;
}

.banner .banner-content .banner-links a.live-btn {
  background: #02c092;
  border: 1px solid #02c092;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.banner .banner-content .banner-links a.live-btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.banner .banner-content .banner-links a.demo-btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}

.banner .banner-content .banner-links a.demo-btn:hover {
  background: #02c092;
  border: 1px solid #02c092;
  color: #0a090d;
}

.banner .banner-images {
  position: relative;
  padding-left: 30px;
  margin-top: 150px;
}

.banner .banner-images img.middle-img {
  position: absolute;
  left: 25%;
  top: -15%;
}

.banner .banner-images img.top-img {
  position: absolute;
  left: 10%;
  top: -55%;
}

.banner .banner-images img.reg-img {
  max-width: 550px;
}

/******************************* 
Info
*******************************/
.info {
  margin-top: -72px;
  margin-bottom: 180px;
}

.info-box {
  min-height: 128px;
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 38px;
  transition: all 0.5s ease;
}

.info-box:hover {
  background: #0a090d;
  border-radius: 4px;
}

.info-box span.amount-value {
  font-size: 40px;
  line-height: 48px;
  color: #02c092;
  font-family: Barlow Condensed;
  font-weight: 400;
}

.info-box span.amount-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 32px;
}

/******************************* 
Review
*******************************/
.review .sub-title span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 20px;
}

.review .title h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0 0 20px 0;
  padding-right: 135px;
}

.review .text p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.review .item {
  display: flex;
  justify-content: flex-end;
}

.review .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  width: 570px;
  min-height: 496px;
  justify-content: flex-end;
  max-width: 100%;
  position: relative;
  padding: 75px 25px 30px 25px;
}

.quote-img {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 2;
}

.review .card .card-body .rating .stars {
  margin-right: 0;
  margin-bottom: 25px;
}

.review .card .card-body .rating .stars .star {
  padding: 5px 2px;
  cursor: pointer;
}

.review .card .card-body .rating .stars .star::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  color: rgba(17, 20, 23, 0.15);
  font-size: 18px;
  font-weight: 600;
}

.review .card .card-body .rating .stars .star:hover::before,
.review .card .card-body .rating .stars .star.to_rate::before,
.review .card .card-body .rating .stars .star.rated::before {
  color: #02c092;
}

.review .card .card-body .rating .stars .star.no_to_rate::before {
  color: rgba(17, 20, 23, 0.15);
}

.review .card .card-body .card-text p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 30px 0;
}

.review .card .card-body .card-text h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.review .card .card-body .card-text span {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
}

.review-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: -500px;
}

.review-carousel .owl-dots button.owl-dot {
  background: #1d1d20;
  box-shadow: 0px 10px 19px rgba(0, 1, 44, 0.157184);
  border-radius: 16px;
  width: 115px;
  height: 115px;
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.review-carousel .owl-dots button.owl-dot.active {
  background: linear-gradient(0deg, #02c092, #02c092), linear-gradient(180deg, #4d4f95 0%, #2b2d66 100%);
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  width: 144px;
  height: 144px;
}

/******************************* 
Rates & Spreads
*******************************/
.rates-spreads {
  padding-top: 280px;
}

.rates-spreads .trading-widget .card {
  align-items: center;
  filter: drop-shadow(32px 32px 32px rgba(0, 0, 0, 0.1));
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  position: relative;
}

.rates-spreads .trading-widget .card img.circle-img {
  position: absolute;
  left: -30px;
  top: -35px;
}

.rates-spreads .trading-widget .card .currency-pair {
  position: absolute;
  right: -40px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  border-radius: 8px;
  width: 117px;
  height: 108px;
  top: -58px;
}

.rates-spreads .trading-widget .card .currency-pair span {
  color: #ffffff;
  text-align: center;
}

.rates-spreads .trading-widget .card .currency-pair span.number {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
}

.rates-spreads .trading-widget .card .currency-pair span.text {
  font-size: 14px;
  line-height: 24px;
}

.rates-spreads .trading-widget .card img.close-img {
  position: absolute;
  top: -100px;
  left: 0;
}

.rates-spreads .trading-widget .card img.combined-img {
  position: absolute;
  top: -35px;
  left: 130px;
}

.rates-spreads .trading-widget .card img.combined-large {
  position: absolute;
  top: -60px;
  left: 235px;
}

.rates-spreads .trading-widget .card img.circle-small {
  position: absolute;
  bottom: -35px;
  left: 50px;
}

.rates-spreads .trading-widget .card img.circle-small-2 {
  position: absolute;
  bottom: -50px;
  right: -25px;
}

.rates-spreads .trading-widget .card .card-body {
  padding: 35px 0;
}

.rates-spreads .content-wrapper {
  padding-left: 140px;
  padding-right: 60px;
}

.rates-spreads .sub-title {
  margin-bottom: 15px;
}

.rates-spreads .sub-title span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.rates-spreads .title {
  margin-bottom: 30px;
}

.rates-spreads .title h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0;
}

.rates-spreads .text-details {
  margin-bottom: 20px;
}

.rates-spreads .text-details p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

.rates-spreads .text {
  margin-bottom: 30px;
}

.rates-spreads .text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  margin: 0;
}

.rates-spreads .trading-btn a {
  background: #02c092;
  border: 1px solid rgba(255, 255, 255, 0.295743);
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  width: 178px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #131213;
  transition: all 0.3s ease;
}

.rates-spreads .trading-btn a:hover {
  background: transparent;
  color: #02c092;
}

/******************************* 
Account Types
*******************************/
.account-types {
  padding-top: 210px;
}

.account-types-title h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 38px 0;
}

.account-types-title p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.502972);
  font-weight: 300;
  max-width: 605px;
  margin: 0 auto 70px auto;
}

.account-types-wrapper .price-box .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  height: 680px;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
}

.account-types-wrapper .price-box .card:hover {
  background: #0a090d;
}

.account-types-wrapper .price-box .card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.account-types-wrapper .price-box .card .card-body .price-button {
  padding-top: 30px;
}

.account-types-wrapper .price-box .card .card-body .price-button button {
  width: 106px;
  height: 32px;
  background: linear-gradient(0deg, #02c092, #02c092), #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: 0px 12px 24px rgba(0, 1, 44, 0.157184);
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #040401;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.account-types-wrapper .price-box .card:hover .card-body .price-button button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.295743);
}

.account-types-wrapper .price-box .card .card-body .price-content ul li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  font-weight: 300;
  margin-bottom: 5px;
}

.account-types-wrapper .price-box .card .card-body .price-content ul li span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.account-types-wrapper .price-box .card .card-body .price-content ul li span svg {
  margin-left: 10px;
  vertical-align: baseline;
}

.account-types-wrapper .price-box .card .card-body .deposit {
  display: flex;
  flex-direction: column;
}

.account-types-wrapper .price-box .card .card-body .deposit span {
  display: block;
  margin-bottom: 10px;
}

.account-types-wrapper .price-box .card .card-body .deposit span.text {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  font-weight: 300;
}

.account-types-wrapper .price-box .card .card-body .deposit span.amount {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 48px;
  line-height: 32px;
  color: #02c092;
}

.account-types-wrapper .price-box .card .card-body .open-account {
  padding-bottom: 30px;
}

.account-types-wrapper .price-box .card .card-body .open-account a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.295743);
  box-sizing: border-box;
  border-radius: 8px;
  width: 170px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease;
}

.account-types-wrapper .price-box .card:hover .card-body .open-account a {
  background: #02c092;
  border: 1px solid rgba(255, 255, 255, 0.0782099);
  color: #040401;
}

/******************************* 
Learn Trading
*******************************/
.learn-trading {
  padding-top: 160px;
}

.learn-trading-title span {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: 300;
  margin-bottom: 16px;
}

.learn-trading-title h3 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.learn-trading-title p {
  margin: 0 auto 70px auto;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.502972);
  font-weight: 300;
  max-width: 600px;
}

.learn-trading-wrapper .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: 55px;
}

.learn-trading-wrapper .card img.card-img-top {
  border-radius: 10px 10px 0 0;
}

.learn-trading-wrapper .card .card-body {
  padding: 42px 0 53px 50px;
}

.learn-trading-wrapper .card .card-body.small-card-body {
  padding: 20px 30px;
}

.learn-trading-wrapper .card .card-body .play-button-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.learn-trading-wrapper .card .card-body .play-button-box-2 {
  top: 38%;
}

.learn-trading-wrapper .card .card-body h5.card-title {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  margin: 0 0 15px 0;
  font-weight: 300;
}

.learn-trading-wrapper .card .card-body p.card-text {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
}

.learn-trading-wrapper .card .card-body.small-card-body p.card-text {
  font-size: 24px;
  line-height: 32px;
}

.learn-trading-wrapper .watch-all-btn {
  text-align: center;
  margin-top: 10px;
}

.learn-trading-wrapper .watch-all-btn a {
  display: inline-block;
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  width: 170px;
  height: 48px;
  transition: all 0.3s ease;
}

.learn-trading-wrapper .watch-all-btn a:hover {
  background: transparent;
  color: #02c092;
  border-radius: 4px;
}

#learnVideo1 .modal-content,
#learnVideo2 .modal-content,
#learnVideo3 .modal-content {
  top: 50px;
}

#learnVideo1 .modal-body,
#learnVideo2 .modal-body,
#learnVideo3 .modal-body {
  padding: 0;
}

#learnVideo1 .modal-body button.close,
#learnVideo2 .modal-body button.close,
#learnVideo3 .modal-body button.close {
  position: absolute;
  top: -60px;
  right: -50px;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  text-shadow: none;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 25px;
  opacity: 0.6;
}

#learnVideo1 .modal-body button.close,
#learnVideo2 .modal-body button.close,
#learnVideo3 .modal-body button.close {
  background: #fff;
  color: #1d1d20;
  opacity: 1;
}

/******************************* 
Choose Us
*******************************/
.choose-us {
  padding-top: 210px;
}

.choose-us-content {
  max-width: 460px;
}

.choose-us-content .sub-title {
  margin-bottom: 18px;
}

.choose-us-content .sub-title span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  display: inline-block;
}

.choose-us-content .title {
  margin-bottom: 33px;
}

.choose-us-content .title h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0;
  padding-right: 2rem;
}

.choose-us-content .text-details {
  margin-bottom: 35px;
}

.choose-us-content .text-details p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}

.choose-us-content .text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  font-weight: 300;
}

.choose-us .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  height: 224px;
  max-width: 270px;
  margin-bottom: 80px;
}

.choose-us .card.top-card {
  margin-top: 60px;
}

.choose-us .card img.choose-icon {
  position: absolute;
  top: -100px;
  left: 42px;
}

.choose-us .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
}

.choose-us .card .card-body h3 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.choose-us .card .card-body p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.495556);
  font-weight: 300;
  padding: 0 1rem;
}

/******************************* 
Mobile App
*******************************/
.mobile-app {
  padding-top: 85px;
}

.mobile-app-title {
  margin-bottom: 68px;
}

.mobile-app-title span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 20px;
}

.mobile-app-title h3 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.mobile-app-title p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.502972);
  margin: 0 auto 0 auto;
  font-weight: 300;
  max-width: 550px;
}

.mobile-app-carousel .item .main-card,
.app-carousel .item .main-card {
  max-width: 770px;
  margin: 0 auto;
  background: transparent;
}

.mobile-app-carousel .item .main-card img.card-img,
.app-carousel .item .main-card img.card-img {
  border-radius: 14px;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card,
.app-carousel .item .main-card .card-img-overlay .box-card {
  max-width: 281px;
  height: 352px;
  margin-left: -120px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(48px);
  border-radius: 12px;
  border-color: #fff;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .platform span,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body .platform span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.495046);
  font-weight: 300;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3 {
  font-family: Barlow Condensed;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #02c092;
  padding-right: 1rem;
  margin: 0;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-text p,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 300;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-links a,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-links a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 8px;
  width: 104px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-links a:hover,
.app-carousel .item .main-card .card-img-overlay .box-card .card-body .card-links a:hover {
  color: #0a090d;
  border-color: transparent;
  background: #fff;
  border-radius: 4px;
}

.mobile-app-carousel .owl-dots,
.app-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.mobile-app-carousel .owl-dots button.owl-dot,
.app-carousel .owl-dots button.owl-dot {
  background: rgba(255, 255, 255, 0.09);
  border: 0.75px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: 0px 3px 6px rgba(0, 1, 44, 0.157184);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 15px;
}

.mobile-app-carousel .owl-dots button.owl-dot.active,
.app-carousel .owl-dots button.owl-dot.active {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: 0px 4px 8px rgba(0, 1, 44, 0.157184);
}

/******************************* 
Payment Methods
*******************************/
.payment-methods {
  padding-top: 165px;
}

.payment-methods-title {
  margin-bottom: 48px;
}

.payment-methods-title span {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: 300;
  margin-bottom: 15px;
}

.payment-methods-title h3 {
  font-family: Barlow Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.payment-methods-wrapper .payments-image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.payment-methods-wrapper .payments-image .payment-box {
  background: linear-gradient(0deg, #1d1d20, #1d1d20), #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  width: 211px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.payment-methods-wrapper .payments-image .payment-box:hover {
  background: linear-gradient(0deg, #333339, #333339), #1d1d20;
  cursor: pointer;
  transform: scale(1.1);
}

/******************************* 
Contact Us
*******************************/
.contact-us {
  padding-top: 180px;
}

.contact-us .card {
  background: linear-gradient(0deg, #323236, #323236), linear-gradient(180deg, #4d4f95 0%, #2b2d66 100%);
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  height: 304px;
}

.contact-us .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}

.contact-us .card-body .card-content {
  width: 60%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-us .card-body .card-content span {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}

.contact-us .card-body .card-content h3 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0;
}

.contact-us .card-body .card-content p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  margin: 0;
  font-weight: 300;
}

.contact-us .card-body .card-links {
  width: 40%;
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.contact-us .card-body .card-links a {
  display: inline-block;
  background: #02c092;
  border-radius: 8px;
  width: 170px;
  border: 1px solid transparent;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #131213;
  transition: all 0.3s ease;
}

.contact-us .card-body .card-links a:hover {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  color: #02c092;
}

.contact-us .card-body .card-links img.circle-small {
  position: absolute;
  top: 25%;
  left: 0;
}

.contact-us .card-body .card-links img.circle {
  position: absolute;
  top: 40%;
  left: 25%;
  max-width: 32px;
}

.contact-us .card-body .card-links img.combined-large {
  position: absolute;
  top: 5%;
  right: 0;
}

.contact-us .card-body .card-links img.combined {
  position: absolute;
  top: 30%;
  right: -10%;
}

.contact-us .card-body .card-links img.combined-2 {
  position: absolute;
  top: 15%;
  left: 40%;
}

.contact-us .card-body .card-links img.close {
  position: absolute;
  bottom: 10%;
  left: 35%;
}

.contact-us .card-body .card-links img.circle-small-2 {
  position: absolute;
  bottom: 20%;
  right: -10%;
}

.contact-us .card-body .card-links img.close-large {
  position: absolute;
  bottom: 13%;
  right: 22%;
}

.contact-us .card-body .card-links img.triangle {
  position: absolute;
  bottom: 25%;
  left: 0%;
}

/******************************* 
Footer
*******************************/
footer {
  padding-top: 180px;
  border-bottom: 1px solid #02c092;
  background: radial-gradient(50% 100% at 0% 100%, rgb(53, 53, 62) 0%, rgb(19, 18, 19) 100%);
  margin-bottom: 100px;
}

.footer-bottom {
  background: radial-gradient(50% 100% at 100% 0%, rgb(19, 18, 19) 0%, rgb(19, 18, 19) 100%);
}

.footer-links h3 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-links .footer-logo {
  margin-bottom: 30px;
}

.footer-links ul li a {
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #ffffff;
  font-weight: 300;
}

.social-links ul {
  margin-bottom: 30px;
}

.social-links ul li {
  display: inline-block;
  margin-left: 5px;
}

.social-links ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #02c092;
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
  color: #131213;
}

.social-links p {
  font-size: 13px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 5px 0;
  font-weight: 300;
}

.social-links p span img {
  margin-right: 10px;
}

.social-links .dropdown a.dropdown-toggle {
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  transition: transform 0.15s linear;
}

.social-links .dropdown a.dropdown-toggle::after {
  display: none;
}

.social-links .dropdown a.dropdown-toggle img {
  margin-left: 5px;
}

.social-links .dropdown a.dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}

.social-links .dropdown a.dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}

.social-links .dropdown {
  margin-right: 45px;
}

.social-links .dropdown .dropdown-menu a.dropdown-item {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 25px 13px 25px;
}

.social-links .dropdown .dropdown-menu a.dropdown-item:hover {
  background: #131213;
  font-weight: 500;
  color: #02c092;
}

.disclaimer p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}

.copyright {
  padding-top: 100px;
  padding-bottom: 50px;
}

.copyright p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

/******************************* 
Page: Company
*******************************/
.company-banner {
  padding-bottom: 190px;
}

.company-banner .banner-content .banner-links a {
  width: 206px;
}

.company-banner .banner-text {
  margin-bottom: 40px;
}

.company-banner .banner-text ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.company-banner .banner-text ul li i {
  color: #00f854;
  margin-right: 15px;
}

.company-banner .banner-text ul li span {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
}

.banner .banner-images {
  padding-left: 0;
  text-align: center;
}

.company-banner .banner-images img.top-img {
  left: 16%;
  top: -80%;
}

.company-banner .banner-images img.middle-img {
  left: 31%;
  top: -37%;
}

.company-info {
  margin-bottom: 170px;
}

.company-content .about-company {
  margin-bottom: 90px;
}

.company-content .about-company.risk-warning {
  padding-top: 80px;
  margin-bottom: 65px;
}

.company-content .about-company h2 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0 0 35px 0;
}

.company-content .about-company .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
}

.company-content .about-company .card .card-body {
  padding: 40px 35px;
}

.company-content .about-company .card .card-body .card-text p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
}

.company-content .about-company .card .card-body .card-text p strong {
  color: #02c092;
}

.company-content .about-company.banner-links a {
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a090d;
  width: 206px;
  min-height: 48px;
  line-height: 48px;
}

.company-content .about-company.banner-links a.live-btn {
  background: #02c092;
  border: 1px solid #02c092;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.company-content .about-company.banner-links a.live-btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.company-content .about-company.banner-links a.demo-btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}

.company-content .about-company.banner-links a.demo-btn:hover {
  background: #02c092;
  border: 1px solid #02c092;
  color: #0a090d;
}

.company-choose-us {
  padding-top: 170px;
}

/******************************* 
Page: Company
*******************************/
.company-content .about-company .card.icon-card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  height: 224px;
  max-width: 270px;
  margin-bottom: 80px;
  transition: all 0.5s ease;
}

.company-content .about-company .card.icon-card:hover {
  box-shadow: none;
  cursor: pointer;
}

.company-content .about-company .card.icon-card {
  margin-top: 60px;
}

.company-content .about-company .card.icon-card img.choose-icon {
  position: absolute;
  top: -100px;
  left: 42px;
  transition: all 0.5s ease;
}

.company-content .about-company .card.icon-card:hover img.choose-icon {
  transform: translateY(-10px);
}

.company-content .about-company .card.icon-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

.company-content .about-company .card.icon-card .card-body h3 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 15px 0;
  transition: all 0.3s ease;
}

.company-content .about-company .card.icon-card:hover .card-body h3 {
  color: #02c092;
}

.company-content .about-company .card.icon-card .card-body p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.495556);
  font-weight: 300;
  padding: 0 1rem;
  transition: all 0.3s ease;
}

.company-content .about-company .card.icon-card:hover .card-body p {
  color: #ffffff;
}

/******************************* 
Page: FAQ
*******************************/
.faq-banner {
  padding-bottom: 35px;
  min-height: auto;
  padding-top: 195px;
}

h3.faq-heading {
  text-align: left;
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 96px;
  line-height: 130px;
  letter-spacing: 3px;
  color: #02c092;
  margin: 0;
}

.faq-wrapper {
  margin-top: 160px;
}

.faq-heading .top-card {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin: 0 0 125px 0;
}

.faq-heading .top-card .card-header {
  padding: 0;
  background: transparent;
}

.faq-heading .top-card .card-header span {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #02c092;
  display: block;
  margin-bottom: 50px;
}

.faq-heading .top-card .card-body {
  padding: 0;
  margin: 0;
}

.faq-heading .top-card .card-body .faq-section {
  display: flex;
  flex-direction: column;
}

.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-heading .top-card .card-body .faq-section .card-header {
  padding: 0;
  margin: 0;
  border: 0;
}

.faq-heading .top-card .card-body .faq-section .card-header h5 {
  margin: 0;
}

.career-heading .top-card .card-body .faq-section .card-header h5 {
  font-family: Barlow Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  padding: 27px 45px 28px 45px;
}

.career-heading .top-card .card-body .faq-section .card-header h5 strong {
  color: #02c092;
  padding-right: 15px;
}

.faq-heading .top-card .card-body .faq-section .card-body {
  border: 0;
}

.faq-heading .top-card .card-body .faq-section .card-body p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 0 45px 28px 45px;
  font-weight: 300;
}

.faq-heading .top-card .card-body .faq-section .card-body ol li {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding: 0 45px 0px 10px;
  font-weight: 300;
}

.faq-heading .top-card .card-body .faq-section .card-body ol {
  margin-left: 65px;
  padding-bottom: 50px;
}

.career-heading .top-card .card-body .faq-section .card-header ul {
  padding-bottom: 40px;
}

.career-heading .top-card .card-body .faq-section .card-header ul li {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 0 45px 0px 45px;
  font-weight: 300;
}

.career-heading .top-card .card-body .faq-section .card-header ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #fff;
  font-size: 5px;
  font-weight: 600;
  margin-right: 15px;
  vertical-align: middle;
}

.career-heading .top-card .card-body .faq-section .card-header p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 0 45px 35px 45px;
  font-weight: 300;
}

.faq-heading .top-card .card-body .faq-section h5 a {
  font-family: Barlow Condensed;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  color: #ffffff;
  padding: 27px 45px 28px 45px;
}

.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;
}

.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;
}

/******************************* 
Page: Account Type
*******************************/
.account-type-banner {
  min-height: 795px;
  padding-top: 35px;
  padding-bottom: 0;
}

.account-type-banner .banner-content .title h1 span {
  font-size: 110px;
}

.account-type-banner .banner-content .banner-text p {
  max-width: 420px;
  font-weight: 300;
}

.deposit-types-price {
  padding-top: 115px;
}

.account-types-content {
  padding-top: 85px;
}

/******************************* 
Page: Deposit
*******************************/
.deposit-banner {
  min-height: 795px;
  padding-bottom: 0;
  padding-top: 100px;
}

.deposit-banner .banner-content .title h1 span {
  font-size: 110px;
}

.deposit-banner .banner-content .banner-text p {
  max-width: 610px;
  font-weight: 300;
}

.deposit-banner .banner-content .title h1 {
  line-height: 100px;
}

.deposit-types-wrapper .price-box .card {
  height: 575px;
}

.deposit-types-wrapper .price-box .card .card-body .price-img {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/******************************* 
Page: Forex
*******************************/
.forex-banner {
  padding-top: 90px;
}

.forex-content .card {
  background: #1d1d20;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  border-radius: 12px;
  margin-bottom: 50px;
  padding: 15px;
}

.forex-content .card .card-header {
  border-color: transparent;
  background-color: transparent;
}

.forex-content .card .card-header h5 {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  margin: 0 0 25px 0;
}

.forex-content .card .card-header ul li {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
  display: flex;
}

.forex-content .card .card-header ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #fff;
  font-size: 5px;
  font-weight: 600;
  margin-right: 15px;
  vertical-align: middle;
}

.forex-content .card .card-header p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
}

.stock-banner {
  padding-top: 40px;
  min-height: 810px;
  padding-bottom: 0;
}

.stock-banner .banner-content .title h1 {
  line-height: 100px;
}

.stock-banner .banner-content .title h1 span {
  font-size: 130px;
}

.stock-banner .banner-images img {
  max-width: 420px;
}

/******************************* 
Page: All Platforms Pages
*******************************/
.platforms-banner {
  padding-top: 125px;
  padding-bottom: 135px;
}

.mam-pam-banner,
.social-trade-banner {
  padding-top: 180px;
}

.platforms-banner .banner-content .title h1 {
  line-height: 105px;
}

.platforms-banner .banner-content .title h1 span {
  font-size: 124px;
}

.platform-details .card {
  margin-bottom: 30px;
}

.platform-content .about-company.risk-warning {
  padding-top: 10px;
}

.platform-app {
  padding-top: 75px;
}

/******************************* 
Page: All Promotions Pages
*******************************/
.promotions-banner {
  padding-top: 45px;
  padding-bottom: 120px;
}

.promotions-banner .banner-content .title h1 {
  line-height: 105px;
}

.promotions-banner .banner-content .title h1 span {
  font-size: 132px;
}

.promotions-details table thead tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

.promotions-details table thead tr th {
  border-top: 0;
  border-bottom: 0;
  font-family: Barlow Condensed;
  font-weight: 100;
  font-size: 48px;
  line-height: 64px;
  color: #02c092;
  width: 33.33%;
  padding-top: 0;
  padding-bottom: 0;
}

.promotions-details table tbody tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.promotions-details table tbody tr th,
.promotions-details table tbody tr td {
  font-family: Barlow Condensed;
  font-weight: 300;
  font-size: 32px;
  line-height: 64px;
  color: #ffffff;
  font-weight: 200;
  width: 33.33%;
  border-bottom: 1px solid #dee2e6;
  padding-top: 0;
  padding-bottom: 0;
}

.promotions-details .card .card-header ul li {
  line-height: 40px;
}

.free-vps-banner {
  padding-top: 150px;
  padding-bottom: 100px;
}

/******************************* 
Page: Login &  Registration
*******************************/
.nav-header {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.nav-header span {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.wrapper-section {
  padding-top: 215px;
  background: #0a090d;
  padding-bottom: 65px;
}

.login-card {
  background: #131213;
  border-radius: 5px;
  padding: 30px 20px;
  min-height: 575px;
}

.login-card .card-body form .form-group {
  margin-bottom: 40px;
}

.login-card .card-body form .form-group input {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  width: 100%;
  padding: 0px 0 15px 0;
  transition: all 0.5s ease;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.login-card .card-body form .form-group input[type=date] {
  color: #757575;
}

.login-card .card-body form .form-group input:focus {
  border-color: #02c092;
}

.login-card .card-body .action-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

.login-card .card-body .action-buttons .details {
  display: flex;
  justify-content: center;
}

.login-card .card-body .action-buttons .details p {
  font-size: 14px;
  line-height: 32px;
  color: #969696;
  margin: 16px 32px;
}

.login-card .card-body .action-buttons .details p a {
  font-size: 14px;
  line-height: 32px;
  color: #969696;
}

.login-card .card-body .action-buttons .links {
  display: flex;
  justify-content: center;
}

.login-card .card-body .action-buttons .links button {
  background: #ffffff;
  border-radius: 8px;
  max-width: 290px;
  width: 100%;
  min-height: 48px;
  border-color: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a090d;
  transition: all 0.3s ease;
}

.login-card .card-body .action-buttons .links button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #02c092;
  border-radius: 4px;
}

.login-card .card-footer {
  display: flex;
}

.login-card .card-footer a {
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a090d;
  width: 50%;
  min-height: 48px;
  line-height: 48px;
}

.login-card .card-footer a.live-btn {
  background: #02c092;
  border: 1px solid #02c092;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.login-card .card-footer a.live-btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.login-card .card-footer a.demo-btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}

.login-card .card-footer a.demo-btn:hover {
  background: #02c092;
  border: 1px solid #02c092;
  color: #0a090d;
}

.login-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.login-image span {
  font-family: Barlow Condensed;
  font-weight: 600;
  font-size: 140px;
  line-height: 130px;
  color: #02c092;
  padding-bottom: 80px;
}

.login-card .card-body form.reset-otp-form {
  position: relative;
  top: 150px;
}

.login-card .card-body form .form-group a {
  position: absolute;
  color: #757575;
  right: 0;
  top: 8px;
  font-size: 10px;
}

.login-card .card-body form .form-group a i {
  color: #757575;
}

.login-card .card-body form .form-group span.select-icon {
  top: 4px;
  right: 4px;
}

.login-card .card-body form .form-group select {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  width: 100%;
  padding: 0px 0 15px 0;
  transition: all 0.5s ease;
  background: transparent;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  border-width: 2px;
  min-height: 49px;
  -webkit-appearance: none;
}

.login-card .card-body form .form-group select:focus {
  border-color: #02c092;
}

@-moz-document url-prefix() {
  .login-card .card-body form .form-group select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.login-card .card-body form .form-group select::-ms-expand {
  display: none;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.login-card .card-body form .form-group.google-captcha {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.login-card .card-body form .form-group.submit-button {
  display: flex;
  justify-content: center;
  max-width: 315px;
  align-items: center;
  margin: 0 auto;
}

.login-card .card-body form .form-group.submit-button button {
  background: #00b612;
  border-radius: 8px;
  border-color: transparent;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.text-teal {
  color: #02c092;
}
.text-teal:hover {
  color: #02c092;
  text-decoration: underline;
}

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