@import url(fonts.css);
body {
  font-family: "poppinsregular";
  font-size: 18px;
  color: #414141;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppinsbold";
}
h1 {
  font-size: 88px;
}
h2 {
  font-size: 65px;
}
h3 {
  font-size: 59px;
}
h4 {
  font-size: 38px;
}
h5 {
  font-size: 35px;
}
p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 24px;
}
label {
  font-size: 12px;
}
a {
  color: #ff6057;
}
input,
select {
  height: 58px;
  padding: 15px 20px !important;
}
input,
textarea,
select {
  font-size: 12px !important;
  border-radius: 14px !important;
}
.form-control[type="file"] {
  border-style: dashed;
}
.input-group > .form-control:focus {
  z-index: auto;
}
.uploadFile {
  width: 30%;
  background-color: white;
  border: 1px dashed #ced4da;
  color: grey;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 23px;
  overflow: hidden;
  /* padding: 10px 10px 4px 10px; */
  position: relative;
  resize: none;
  display: flex;
  width: 100%;
  color: #212529;
  text-align: center;
  justify-content: center;
  height: 58px;
  border-radius: 14px !important;
  align-items: center;
}
.uploadFile [type="file"] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}
input[type="checkbox"] {
  padding: 5px !important;
  border-radius: 2px !important;
}
.form-check {
  display: flex;
  padding-left: 1em;
}
.form-check label {
  margin-left: 10px;
}
.login,
.signup {
  background: #ff6057;
}
.login-content {
  max-width: 560px;
  width: 90%;
  border-radius: 14px;
}
.registration {
  max-width: 1170px;
  width: 100%;
  border-radius: 14px;
}
.registration.step-2 {
  max-width: 845px;
}
.login-content h6,
.registration h6 {
  font-family: "poppinsbold";
}
.login-content p,
.registration p {
  font-size: 12px;
}
.login-content a,
.registration a {
  font-size: 12px;
}
.btn-primary {
  background: #f69400;
  border-color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "poppinssemibold";
  padding: 15px 44px;
  letter-spacing: 1px;
}
.datepicker-inline {
  border: 1px solid #ced4da;
}
.date .input-group-addon {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.change-image label {
  color: #ff6057;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}
.edit-profile-image {
  max-width: 280px;
  text-align: center;
}
.edit-profile-image h2 {
  font-size: 43px;
}
.edit-profile-image .profile-inner {
  width: 280px;
  height: 280px;
}
.change-image label:hover {
  text-decoration: underline;
}
.text-success{
  color: #06D186 !important;
}
.text-danger{
  color: #FF6868 !important;
}
.change-image #file_input_id {
  display: none;
}
table tbody tr:nth-child(even){
  background: #F8FBFF;
}
table thead tr th{
  font-size: 16px;
  color: #001737;
}
table tbody tr th{
  font-size: 15px;
  font-weight: normal;
  font-family: 'poppinsmedium';

}
table tbody tr td, table tbody tr th{
  border: none;
  color: #001737;
}
.table tr td{
  font-size: 14px;
  padding: 10px 15px;
}
.detail-tranding tr td, .detail-tranding tr th{
  padding: 14.5px 10px;

}
.dashboard-new nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-month input{
  height: 40px;
  border: 1px solid #BFCCDA;
  border-bottom: none;
  border-top: none;
  border-radius: 0px !important;
  padding: 10px !important;
  width: calc(100% - 80px);
  text-align: center;
  font-size: 14px;
}
.filter-month ul{
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-between;

}
.filter-month{
  text-align: center;
}
.filter-month ul li a{
  font-size: 13px;
  color: #001737;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  height: 32px;
  display: flex;
  width: 55px;
  align-items: center;
  justify-content: center;
}
.filter-month ul li.active a{
  background: #0E6869;
  color: #ffffff;
}
.nav-tabs .nav-link{
  font-size: 19px;
  font-family: 'poppinsregular';
text-transform: uppercase;
color: #001737;
border-color: #BFCCDA;
margin-right: 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
min-width: 200px;
padding: 10px;
border-bottom: 0;
}
.nav-tabs .nav-link:last-child{
  margin-right: 0px;
}
.nav-tabs .nav-link:hover{
  background: #0E6869;
  color: white;
  border-color: #BFCCDA;
}
.nav-tabs .nav-link.active{
  background: #0E6869;
  color: white;
  border-color: #BFCCDA;
}
.detail-tranding thead tr th{
  padding-left: 0;
  border-bottom: 6px solid #707070;
}
.detail-tranding tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.tranding-table tr td:first-child{
  font-size: 15px;
}
.tranding-table tr td:last-child{
  font-size: 16px;
  font-family: 'poppinsmedium';

}
.dashboard-new h3{
  font-size: 28px;
  font-family: 'montserratbold';
  color: #0E6869;
}
.dashboard-new .btn-primary {
  background-color: #ff6057;
  border-color: #ff6057;
  max-width: 180px;
  padding: 15px;
}

.dashboard-new .btn-primary.btn-sm{
  font-size: 9px;
  padding: 7px 19px;
}
.btn-primary.btn-orange {
  background-color: #ff6057;
  border-color: #ff6057;
}
.btn-primary.btn-orange:hover {
  background-color: #f69400;
  border-color: #f69400;
}
.dashboard-page .btn-outline-primary {
  border-color: #ff6057;
  color: #ff6057;
  max-width: 180px;
  padding: 15px;
}
.btn-outline-primary {
  border-color: #f69400;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "poppinssemibold";
  padding: 15px 44px;
  letter-spacing: 1px;
  color: #f69400;
}
.dashboard-page .btn-secondary,
.login .btn-secondary,
.signup .btn-secondary {
  color: #ffffff;
  font-family: "poppinssemibold";
  padding: 19px 10px;
  background-color: #0e6869;
  border-color: #0e6869;
  font-size: 15px;
}
.card .icon-wrapper {
  width: 79px;
  height: 79px;
}
.red-color {
  background: #f1291e;
}
.green-color {
  background: #36c5ad;
}
.purple-color {
  background: #cb4bf8;
}
.lightgreen-color {
  background: #56e65b;
}
.card .card-title {
  font-size: 14px;
  font-family: "poppinsmedium";
}
.btn-secondary {
  color: #ffffff;
  font-family: "poppinssemibold";
  padding: 15px 15px;
  background-color: #0e6869;
  border-color: #0e6869;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 315px;
  width: 100%;
  letter-spacing: 1px;
}
.small-form-footer {
  max-width: 420px;
}
.signup {
  padding: 100px 0;
}
.back-cancal {
  max-width: 1170px;
  width: 100%;
}
.back-cancal.step-2 {
  max-width: 845px;
}
.back-cancal a {
  color: #fff;
}
.trial-wrapp {
  border-radius: 15px;
}
.green-header {
  background: #0e6869;
  margin: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #ffffff;
  padding: 11px 18px;
}
.trial-price {
  margin: 0;
  padding: 11px 18px;
}
.trial-price h6 {
  font-size: 11px;
  margin-bottom: 5px;
}
.trial-price h4 {
  font-size: 24px;
  font-family: "poppinsbold";
}
.trial-price p {
  margin: 0;
  font-size: 10px;
}
.trial-price span {
  font-size: 5px;
  font-family: "poppinsbold";
}
.trial-wrapp h5,
.trial-wrapp h4 {
  margin: 0;
}
.trial-wrapp h5 {
  font-size: 16px;
}
.trial-wrapp h4 {
  font-size: 25px;
}
.top-bar {
  background: #0e6869;
}
.language-switcher a {
  text-transform: uppercase;
}
.top-bar .dropdown-menu li a {
  color: #000000;
}
.chart-header ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
    justify-content: space-between;
    max-width: 250px;
}
.chart-header ul li p{
  color: #001737;
  font-size: 16px;
  margin-bottom: 5px;
}
.chart-header ul li h6{
  color: #001737;
  font-size: 21px;
}
.won {
  color: #0e6869;
}
.legend-wrapper {
  min-width: 120px;
}
.result-legend {
  display: flex;
  justify-content: space-between;
}
.result-legend span{
  font-family: 'poppinsbold';
  color: #656565;
  font-size: 16px;
}
.lost {
  color: #ff6057;
}
.even {
  color: #feca57;
}
.flag-wrap {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
  display: inline;
}
ul.top-bar-nav li .dropdown li {
  border: none;
}
ul.top-bar-nav {
  list-style: none;
}
ul.top-bar-nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 17px 18px;
  font-size: 14px;
  display: block;
}
.top-bar .container-fluid {
  padding: 0;
}
ul.top-bar-nav li {
  border-right: 1px solid #2a2a2a;
  line-height: 1;
}
ul.top-bar-nav li:first-child,
ul.top-bar-nav li:last-child {
  border-right: 0;
}
ul.top-bar-nav li .dropdown .btn-secondary:hover,
ul.top-bar-nav li .dropdown .btn-secondary:active,
ul.top-bar-nav li .dropdown .btn-secondary:focus {
  background: none;
  border: none;
  box-shadow: none;
}
ul.top-bar-nav li .dropdown .btn-secondary {
  padding: 0;
  border: 0;
}
.left-dashboard {
  background: #ebfeff;
}
.left-dashboard::before {
  content: "";
  width: 100%;
  background: #ebfeff;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.profile-block{
  margin-bottom: 80px;
}
.profile-outer {
  padding: 70px 70px 70px 0;
  color: #1c1c1c;
}
.profile-detail {
  width: 100%;
  margin-left: 30px;
}
.profile-detail h4 {
  font-size: 37px;
  margin-bottom: 0;
  line-height: 1;
  color: #1c1c1c;
}
.profile-detail p {
  font-size: 14px;
  margin: 0;
  color: #1c1c1c;

}
.tradbook a {
  letter-spacing: 1px;
  font-size: 15px;
}
.name-email {
  /* margin-bottom: 100px; */
}
.level-member{
  max-width: 250px;
}
.level-member h6 {
  font-size: 15px;
  margin-bottom: 0;
  font-size: 15px;
}
.level, .member{
  display: flex;
  flex-direction: column;
}
.level-member span {
  font-size: 10px;
  color: #1C1C1C;
}
.profile-header {
  /* margin-bottom: 80px; */
}
.profile-image {
  /* border-radius: 100%;
    border: 3px solid #FF6057; */
}

.task-detail {
  padding: 70px 0 70px 70px;
}
.divider {
  width: 190px;
  height: 12px;
  background: #ff6057;
  display: block;
}
.divider-large {
  width: 190px;
  height: 5px;
  background: #e4601c;
  display: block;
}
.divider-medium {
  width: 80px;
  height: 5px;
  background: #ff6057;
  display: block;
  border-radius: 10px;
}
.divider-small {
  width: 80px;
  height: 3px;
  background: #ff6057;
  display: block;
  border-radius: 10px;
}
.setup-status {
  background: #ff8d8d;
  border-radius: 23px;
  font-size: 9px;
  color: #ffffff;
  padding: 5px 15px;
}
.setup-lists {
  margin-top: 30px;
}
p.bold {
  font-family: "poppinsmedium";
  font-size: 18px;
  color: #7e7e7e;
}
.setup-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
}
.support-ticket-status .setup-list {
  padding-left: 0;
  align-items: flex-start;
  margin-bottom: 50px;
}
.support-ticket-status .setup-list:last-child {
  margin-bottom: 0;
}
.setup-lists h5 {
  margin-bottom: 20px;
  font-size: 25px;
}
.setup-list h6 {
  margin-bottom: 0;
  font-family: "poppinssemibold";
  font-size: 18px;
}
.task-detail h4 {
  font-size: 37px;
}
.dashboard-page .navbar-brand img {
  width: 175px;
}
.navbar-nav .nav-link {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  /* font-family: "poppinssemibold"; */
  font-family: 'montserratbold';

}
.picter-outer{
  border: 1px solid #BFCCDA;
  border-radius: 3px !important;
}
.picter-outer::after{
  /* content: "\f054"; */
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
  color: #FF6057;
  position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
.picter-outer::before{
  /* content: "\f054"; */
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
  color: #FF6057;
  position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;

}
.label-text {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  flex-direction: column;
}
.label-text h5 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.label-text span {
  font-size: 13px;
  text-decoration: uppercase;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
header .profile-dropdown .dropdown:hover ul.dropdown-menu {
  display: block;
}
header .profile-dropdown .dropdown-menu {
  top: 100% !important;
}
header .profile-dropdown .dropdown .profile-name a {
  color: #94a3af;
  font-size: 11px;
  text-decoration: none;
}
header .profile-dropdown .dropdown .profile-name {
  color: #000000;
  font-size: 16px;
  font-family: "poppinssemibold";
}
header .dropdown-toggle::after {
  display: none;
}
.profile-dropdown {
  border-left: 1px solid #eeeeee;
  padding-left: 20px;
}
.graph-wrapper h2 {
  font-size: 42px;
}
.profile-inner {
  width: 185px;
  height: 185px;
  border-radius: 100%;
  border: 3px solid #ff6057;
  overflow: hidden;
}
.profile-inner img {
  width: 100%;
}
.container-middle,
.container-small {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.btn-wrapp {
  padding-left: 7px;
}
.btn-wrapp::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/btn-brdr.svg);
  width: 40px;
  height: 41px;
  bottom: -8px;
}
.trader-tools::before {
  position: absolute;
  left: -262px;
  content: "";
  background: url(../images/element-one.svg) no-repeat;
  width: 525px;
  height: 525px;
}

.trial-section::before {
  position: absolute;
  left: -490px;
  top: 40px;
  content: "";
  background: url(../images/element-two.svg) no-repeat;
  width: 800px;
  height: 800px;
}
.trial-section::after {
  position: absolute;
  content: "";
  background: url(../images/element-one.svg) no-repeat;
  width: 400px;
  height: 400px;
  right: -60px;
  background-size: 100%;
  bottom: 70px;
}
.trial-section .fluid-row {
  float: right;
}
.trial-section {
  display: flex;
  padding: 100px 0 200px;
}
.trial-image img {
  position: absolute;
  right: 0;
  width: 110%;
}
.best-trade {
  background: #111111;
}
.best-trade-header p {
  font-size: 20px;
  max-width: 870px;
  margin: auto;
}
.best-trade .swiper-slide {
  background: #2a2a2a;
  padding: 30px 20px 20px;
}
.best-trade .swiper-slide h6 {
  font-size: 22px;
}
.best-trade .swiper-slide p {
  font-size: 18px;
  font-family: "poppinslight";
}
.trade-best-slider {
  overflow: visible !important;
}
.best-trade-slider-wrapp {
  padding-bottom: 60px;
}
.trade-best-slider .swiper-pagination {
  position: absolute;
  bottom: -50px !important;
}
.swiper-pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: #4d4d4d !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ab4b19 !important;
}
.btn-border {
  border-color: #ffffff;
}
.best-trade-header h3 {
  z-index: 1;
}
.transparent-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5e5e5e;
  font-size: 96px;
  font-family: "poppinsbold";
  left: 0;
  right: 0;
  line-height: 1;
  top: -6px;
  letter-spacing: 12px;
  z-index: -1;
}
.join-community {
  margin-top: -100px;
}
.best-trade {
  padding-top: 100px !important;
  padding-bottom: 180px !important;
}
.join-community-wrapper::after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ff6057;
  top: 0;
}
.join-community-wrapper p {
  font-size: 22px;
  opacity: 0.8;
}
.join-community-wrapper {
  background: #ff6057;
}
.outline-custom {
  color: #ffffff;
  border-color: #ffffff;
}
.testimonial {
  padding: 100px 0;
}

.quote-slider-wrapper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.quote-slider {
  /* height: 100vh; */
}

.quote-text-wrap {
  display: flex;
  height: 100%;
}
.quote-text {
  max-width: 500px;
  align-self: center;
  margin: 0 10%;
  font-size: 24px;
}

.quote-text {
  transition: all 0.3s;
}
.testimonial.swiper-slide.swiper-slide-next .quote-text,
.testimonial.swiper-slide.swiper-slide-prev .quote-text {
  opacity: 0;
}
.testimonial .swiper-slide.swiper-slide-active .quote-text {
  opacity: 1;
}

.testimonial .image-slider-wrapper {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #f1f1f1;
}
.testimonial .image-slider {
  height: 100vh;
}

.testimonial .swiper-slide {
  position: relative;
  overflow: hidden;
}
.testimonial .swiper-slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.chart-outer{
  width: 330px;
  height: 330px;
  overflow: hidden;
}
.chart-outer canvas{
  position: absolute;
  top: -30px;
}
.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cmb-100 {
  margin-bottom: 100px;
}
.cmt-100 {
  margin-top: 100px;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  /* max-height: 665px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
video {
  width: 100%;
  height: 100%;
  /* max-height: 665px; */
  /* border-radius: 4px; */
}

.video-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
}
.video-container iframe{
  min-height: 700px;
}
.video-section {
  background: #111111;
  padding-top: 100px;
}
.video-row-one {
  padding: 0;
  margin: 0;
  position: relative;
}
.video-section .vertical-text {
  position: absolute;
  left: -67px;
  background: #ffffff;
  /* color: black; */
  transform: rotate(270deg);
  font-size: 96px;
  font-family: "poppinsbold";
  bottom: 123px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5e5e5e;
  letter-spacing: 12px;

  line-height: 1;
}
.vertical-text .divider-large {
  position: absolute;
  /* left: 0; */
  bottom: 0;
  right: 0;
}
.line-elements {
  position: absolute;
  left: 0;
  width: 100%;
  height: 70%;
  background: #ffffff;
  bottom: 0;
  display: block;
}
.video-section .container-middle {
  padding: 0;
}
.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
#circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
.exercise {
  color: #e41c26;
  font-size: 10px;
}
.video-detail {
  max-width: 292px;
  position: absolute;
  background: #fff;
  z-index: 1;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.12) !important;
  padding: 5px;
}
.trading-video-slider .swiper-wrapper {
  padding-bottom: 100px;
}
.video-slider {
  overflow: visible;
}
.video-page-video .trading-video {
  position: relative;
}
.video-page-video .trading-video-content {
  cursor: pointer;
}
.modal-header {
  border-bottom: none;
}
.video-page-video .trading-video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(243, 99, 91, 0.5);
  /* opacity: 0.5; */
}
.modal-body {
  border-radius: 20px;
  overflow: hidden;
}
.video-page-video .trading-video::after {
  position: absolute;
  content: "";
  width: 157px;
  height: 157px;
  background: url(../images/video-play-icon.svg);
  top: 50%;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.trading-video {
  border-radius: 20px;
  overflow: hidden;
  /* min-height: 280px; */
  max-height: 280px;
  overflow: hidden;
  /* position: fixed; */
  top: 0;
  right: 0;
  z-index: -100;
}
.trading-video video {
  /* height: auto   !important; */
  /* object-fit: cover; */
  display: block;
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  /* background: transparent url(video-bg.jpg) no-repeat; */
  background-size: cover;
}
.video-detail p {
  color: #000000;
  margin: 0;
  font-size: 17px;
  font-family: "poppinssemibold";
}
.componding-section {
  background: #f7f7f7;
}
.copunding-slide h6 {
  font-family: "poppinssemibold";
  font-size: 24px;
}
.copunding-slide img {
  width: 100%;
}
.copunding-slide p {
  font-size: 15px;
  color: #171717;
  font-family: "poppinslight";
}
.copunding-slide a {
  font-size: 15px;
}
.copunding-slide a i {
  font-size: 12px;
}
.copunding-slider {
  overflow: visible;
  padding-bottom: 50px;
}
.compunding-slider-wrapper {
  margin-top: 60px;
  position: relative;
}
.compunding-slider-wrapper::before,
.compunding-slider-wrapper::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 2255, 255, 0.5);
  z-index: 2;
}
.compunding-slider-wrapper::after {
  left: auto;
  right: -100%;
}
.swiper-scrollbar {
  left: 2% !important;
  height: 5px !important;
  height: 2px !important;
  width: 95% !important;
  background: #d7d7d7;
}
.swiper-scrollbar-drag {
  background: #f3635b;
  height: 12px;
  top: -5px;
}
footer {
  background: #0e6869;
}
footer p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
footer ul li a:hover {
  color: #f3635b;
}
.form-subscribe .form-control {
  background-color: hsla(0, 0%, 100%, 0.8);
  padding: 14px 20px !important;
  height: 50px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  letter-spacing: 1px;
  border: none;
  font-size: 16px !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.form-subscribe .btn {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  font-size: 16px;
  text-transform: capitalize;
  background: #f3635b;
  border-color: #f3635b;
  height: 50px;
  line-height: 1;
}
.form-subscribe .input-group {
  position: relative;
  /* display: table; */
  border-collapse: separate;
  width: 100%;
  max-width: 480px;
  border-radius: 25px !important;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.form-subscribe .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.single-page .navbar-brand {
  padding: 0;
}
.single-page .navbar-brand img {
  max-width: 168px;
}
/* Banner Slider*/
.hero-slider {
  width: 100%;
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-slide.swiper-slide-active {
  z-index: 1;
  overflow: visible;
}
.hero-slider p {
  font-size: 23px;
  line-height: 31px;
  font-family: 'Futura Md BT';

}
.hero-content {
  max-width: 870px;
  padding-left: 30px;
  border-left: 10px solid #f69400;
  position: relative;
  padding-top: 30px;
  margin-left: 80px;
}
.hero-content h1{
  font-family: 'Futura';

}
.hero-content::before {
  content: "";
  width: 226px;
  height: 80px;
  position: absolute;
  left: -10px;
  top: -31px;
  background: url(../images/hero-line-top.svg) no-repeat;
  background-size: 100%;
}
.slide-btns {
  padding-left: 230px;
}
.hero-content h6 {
  font-size: 27px;
}
.hero-content::after {
  content: "";
  width: 226px;
  height: 80px;
  position: absolute;
  left: -10px;
  bottom: -20px;
  background: url("../images/hero-line-top.svg") no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.hero-content .slide-text {
  max-width: 620px;
}
.hero-slider .hero-image {
  position: absolute;
  right: 0;
  max-width: 600px;
  bottom: -90px;
}
.hero-slider .hero-image img {
  width: 100%;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services {
  padding: 150px 0 40px;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 2255, 255, 0.5);
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border-radius: 55px;
  /* opacity:0;
    visibility:hidden; */
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero-slider .swiper-button-prev {
  left: 25px;
  /* transform:translateX(50px); */
}

/* .hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
  } */
/* body{
    overflow-x: hidden;
  } */
.hero-slider .swiper-button-next {
  right: 25px;
  /* transform:translateX(-50px); */
}

/* .hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
  }
   */
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after {
  color: #ffffff;
  font-size: 18px;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  /* opacity: 0.3; */
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.accupation {
  color: #7e7e7e;
  font-size: 18px;
}
.testimonial-content-inner h3 {
  font-size: 22px;
}
.rating i {
  color: #f4c521;
}
.testimonial-content-inner p {
  font-size: 18px;
  line-height: 28px;
}
.testimonial-content .swiper-button-next,
.testimonial-content .swiper-button-prev {
  top: auto;
}
.community-image{
  width: 428px;
}
.community-content{
  width: calc(100% - 428px);
}
.testimonial-content {
  padding-bottom: 20px;
}
.testimonial-content .swiper-button-next:after,
.testimonial-content .swiper-button-prev:after {
  font-size: 18px !important;
  color: #7e7e7e !important;
}
.testimonial-content .swiper-button-prev {
  left: 0;
  width: 10px;
}
.testimonial-content .swiper-button-next {
  right: auto;
  left: 30px;
}
.testimonial-image-wrap {
  max-width: 500px;
  max-height: 500px;
  position: relative;
}
.testimonial-image-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/testi-image-bg.svg") no-repeat;
  background-size: 100%;
  right: -50px;
  width: 100%;
  height: 100%;
  top: -30px;
}
.testi-image-inner {
  max-width: 500px;
  max-height: 500px;
  border-radius: 100%;
}
.testimonial .testimonial-image .swiper-slide {
  padding-top: 30px;
}
.testimonial-content-inner {
  max-width: 540px;
}
.testi-image-inner img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.inner-page-banner {
  background: url("../images/inner-banner.jpg") no-repeat;
  height: 245px;
}
.icon-span {
  width: 25px;
  height: 25px;
  background-size: 100%;
}
.icon-phone {
  background: url("../images/phone.svg") no-repeat center;
}
.icon-mail {
  background: url("../images/email.svg") no-repeat center;
}
.contant-list {
  list-style: none;
  padding: 0;
}
.contant-list li a {
  color: #000000;
  text-decoration: none;
  font-size: 21px;
}
.contant-list li a:hover {
  color: #f3635b;
}
.contant-list li ul {
  list-style: none;
  padding: 0;
  max-width: 205px;
}
.inner-page-banner h2 {
  display: inline-block;
  background: #fff;
  margin: 0;
  font-size: 70px;
  padding: 30px 10px 10px;
  line-height: 1;
  left: -20px;
  position: relative;
}
.start-left.inner-page-banner h2 {
  left: 0;
  padding: 30px 20px 10px;
}
.wrap-image {
  max-width: 385px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.start-left.inner-page-banner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  height: 5px;
  background: #e4601c;
  left: 20px;
}
.static-bannar {
  background: url("../images/bannar.jpg") no-repeat;
  background-size: cover;
  height: calc(100vh - 138px);
}
.static-bannar h1 {
  font-size: 75px;
  margin: 0;
}
.bannar-inner {
  max-width: 700px;
  width: 100%;
  padding-left: 30px;
  padding-top: 15px;
  border-left: 10px solid rgb(246, 148, 0);
}
.bannar-inner::before {
  content: "";
  width: 226px;
  height: 80px;
  position: absolute;
  left: -10px;
  top: -31px;
  background: url(../images/hero-line-top.svg) 0% 0% / 100% no-repeat;
}
.bannar-inner::after {
  content: "";
  width: 226px;
  height: 80px;
  position: absolute;
  left: -10px;
  bottom: -20px;
  transform: rotate(180deg);
  background: url(../images/hero-line-top.svg) 0% 0% / 100% no-repeat;
}
.bannar-inner h6 {
  font-size: 27px;
}
.bannar-inner p {
  font-size: 23px;
  line-height: 31px;
  color: #ffffff;
}
.accordion .accordion-button {
  font-size: 30px;
  color: #161616;
  font-family: "poppinsmedium";
  background: transparent;
  position: relative;
  box-shadow: inset 0 calc(1px * -1) 0 #a8a8a8;
  padding-left: 50px;
  border-radius: 0 !important;
}
.accordion-item {
  border: none;
  border-radius: 0;
  margin-top: 40px;
}
.accordion-body {
  color: #171717;
  padding-left: 0;
  padding-right: 0;
}
.heading-text h2 {
  color: #0e6869;
  font-family: 'montserratbold';

}
.accordion-item:first-of-type {
  margin-top: 0;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}
.accordion .accordion-button::after {
  position: absolute;
  left: -10px;
  width: 50px;
  height: 50px;
  background: url("../images/arrow-down.svg") no-repeat center;
  transform: rotate(0deg);

  top: 6px;

}
.accordion .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}
.need-support-section p {
  color: #1C1C1C;
  font-size: 16px;
  font-family: 'montserratregular';

}
.need-support-section h4{
  color: #1C1C1C;
  font-size: 37px;
}
.support-card a.btn {
  margin-top: auto;
  max-width: 180px;
  padding: 15px 20px;
}
.support-card:first-child:before {
  display: none;
}
.icon-login-wrapper{
  display: flex;
}
.support-card::before {
  content: "";
  position: absolute;
  left: -18px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #a8a8a8;
}
.support-ticket-status p {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}
.support-ticket-status p:last-child {
  margin-bottom: 0;
}
.pending {
  font-size: 15px;
  font-family: "poppinsmedium";
  color: #ffb301;
  text-transform: uppercase;
}
.resolved {
  font-size: 15px;
  font-family: "poppinsmedium";
  color: #01ff5d;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  header .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  header .dropdown {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .container-middle {
    max-width: 1040px;
  }
  .container-small {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container-middle {
    max-width: 1220px;
  }
}
@media all and (max-width: 1400px){
  .join-community h3{
    font-size: 54px;
  }
}
@media all and (max-width: 1200px){
  .join-community h3{
    font-size: 40px;
  }
}
@media all and (max-width: 991px){
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
}
  h4 {
    font-size: 30px;
}
.trial-image img{
  position: relative;
  width: 100%;
}
.community-image{
  display: none;
}
.community-content{
  width: 100%;
  padding: 50px 50px !important;
}
.trial-section .fluid-row{
  width: 100% !important;
}
.trial-section::before{
  width: 600px;
  height: 600px;
  left: -310px;
}
.trial-section{
  padding: 100px 0 100px;
}
.container-middle, .container-small{
  max-width: 720px;
}
.video-container iframe {
  min-height: 460px;
}
.hero-content{
  margin-left: 0;
}
.hero-content h1{
  font-size: 50px;
}
.hero-slider p{
  font-size: 20px;
  line-height: 28px;
}
.hero-content h6{
  font-size: 22px;
}
.hero-slider .slide-inner{
  align-items: flex-start;
}
.hero-slider .slide-inner .container{
  margin-top: 100px;
}
.hero-slider .hero-image{
  max-width: 500px;
  bottom: -80px;
}
.form-subscribe .input-group{
  margin: auto;
}

.navbar-toggler{
  margin-right: 20px;
}
.navbar-collapse{
  position: absolute;
  background: white;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 80px;
  z-index: 3;
  text-align: center;
}
.navbar-nav{
  padding: 20px !important;
}
}
@media all and (max-width: 767px){
  .hero-content::before, .hero-content::after{
    display: none;
  }
 
  ul.top-bar-nav li a{
    padding: 15px 15px;
    font-size: 13px;
  }
  .p100{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-section{
    padding-top: 60px;
  }
  .trial-section {
    padding: 70px 0 60px;
}
.join-community h3 {
  font-size: 32px;
}
  .best-trade {
    padding-top: 60px !important;
    padding-bottom: 180px !important;
}
  ul.top-bar-nav li:nth-child(2){
    border-left: 1px solid #2a2a2a;
  }
  .single-page .navbar-brand img{
    max-width: 110px;
  }
  .form-subscribe .btn{
    padding: 15px;
  }
  .hero-content h1{
    font-size: 35px;
  }
  .hero-slider p {
    font-size: 18px;
    line-height: 24px;
}
  .hero-content h6{
    font-size: 20px;
  }
  .slide-btns{
    padding-left: 0;
  }
  .hero-content .btn{
    width: 200px;
  }
  .hero-content{
    padding-bottom: 50px;
    border: none;
    padding-left: 0px;
  }
  h2 {
    font-size: 32px;
}
h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}
.trial-section::before{
  width: 400px;
}

.hero-slider .slide-inner .container{
  margin-top: 30px;
}
.hero-slider .hero-image{
  bottom: -50px;
}
.services {
  padding: 100px 0 40px;
}
.trial-section .fluid-row{
  float: none;
}
.video-container iframe {
  min-height: 213px;
}
.video-section .vertical-text{
  display: none;
}
.best-trade-header p{
  font-size: 18px;
}
.testimonial-content-inner p {
  font-size: 16px;
  line-height: 24px;
}
.join-community-wrapper p {
  font-size: 18px;
  opacity: 0.8;
}
.best-trade-header p{
  font-size: 18px;
}
.best-trade-slider-wrapp, .trading-video-slider{
  max-width: 96%;
  margin: auto;
}
footer{
  text-align: center;
}
}
