/*Banner*/
.otc-page-banner h1 small {
	color:#FFF;
	padding:0 0 15px 0;
	text-transform:uppercase;
	font-size:24px;
	line-height:32px;
}
.otc-page-banner h1 em {
	font-size:36px; 
	line-height:42px;
	color:#ffdc88;
	text-transform:uppercase;
}
.otc-page-banner h1 em strong {
	color: #FFF;
}
.otc-page-banner .hero_ml {
	flex-direction: row;
	position:relative;
	align-items: normal;
	justify-content: start;
	column-gap: 25px;
}
.otc-page-banner .hero_ml .ml_card {
	max-width:none;
	background: linear-gradient(225deg, #181818 20%, #090909 80%);
	border: 1px solid #d9d9d924;
}
.otc-page-banner .hero_ml .ml_card b {
	color: #FFF;
    font-size: 20px;
}
.otc-page-banner .hero_ml .ml_card span {
	color: #ffdc88;
    font-size: 16px;
}
.banner_bottom {
	padding-top:25px;
}
.banner_bottom h4 {
	font-size:24px;
	line-height:28px;
	color:#ffdc88;
	padding:0 0 30px 0;
	font-weight:700;
}
.otc-page-banner img.img-fluid {
	max-width:490px;
	width:100%;
}


/*Why Choose*/
.why_choose { width:100%; padding:75px 0 95px 0; margin:0; overflow:hidden}
.why_choose h2 { font-size:46px; line-height:54px;}
.why_choose .card-content h3 {
	font-size:20px;
	line-height:38px;
	font-weight:800;
	padding:0 0 10px 0;
	color:#ffdb8e;
}
.profile-card-3 {
   position: relative;
   float: left;
   overflow: hidden;
   width: 100%;
   text-align: center;
   border: none;
   border: 1px solid #d9d9d924;
}

.profile-card-3 .background-block {
   float: left;
   width: 100%;
   height: 200px;
   overflow: hidden;
}

.profile-card-3 .background-block .background {
   width: 100%;
   vertical-align: top;
   opacity: 0.9;
  /*  -webkit-filter: blur(1px);
   filter: blur(1px);
  -webkit-transform: scale(1.8);
   transform: scale(2.8);*/
}

.profile-card-3 .card-content {
   width: 100%;
   padding: 35px 25px 15px;
   color: #232323;
   float: left;
   background: #181818;
   height: 50%;
   border-radius: 0 0 5px 5px;
   position: relative;
   z-index: 9999;
   backdrop-filter: blur(11px);
}

.profile-card-3 .card-content::before {
   content: "";
   background: #181818;
   width: 120%;
   height: 100%;
   left: 11px;
   bottom: 51px;
   position: absolute;
   z-index: -1;
   transform: rotate(-13deg);
   backdrop-filter: blur(11px);
}

.profile-card-3 .profile {
   border-radius: 50%;
   position: absolute;
   bottom: 41%;
   left: 50%;
   max-width: 100px;
   opacity: 1;
   box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
   border: 2px solid rgba(255, 255, 255, 1);
   -webkit-transform: translate(-50%, 0%);
   transform: translate(-50%, 0%);
   z-index: 99999;
   border: 3px solid #ffdb8e;
}

.profile-card-3 h2 {
   margin: 0 0 5px;
   font-weight: 600;
   font-size: 25px;
}

.profile-card-3 h2 small {
   display: block;
   font-size: 15px;
   margin-top: 10px;
}

.profile-card-3 i {
   display: inline-block;
   font-size: 16px;
   color: #232323;
   text-align: center;
   border: 1px solid #232323;
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 50%;
   margin: 0 5px;
}

.profile-card-3 .icon-block {
   float: left;
   width: 100%;
   margin-top: 15px;
}

.profile-card-3 .icon-block a {
   text-decoration: none;
}

.profile-card-3 i:hover {
   background-color: #232323;
   color: #fff;
   text-decoration: none;
}





/*How It's Work*/
.how_it_works h2 {font-size:46px; line-height:54px}
.timeline {
    position: relative;
    /*background: #272e48;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #ffdb8e61;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #FFF;
    font-size: 1.5rem;
	font-weight:700;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 30px 30px;
    /*background: #1a233a;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	background: linear-gradient(225deg, #181818 20%, #090909 80%);
    border: 1px solid #d9d9d924;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #181818;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #ffdb8e;
    border: 2px dashed #ffdb8e;
}
.timeline-row .timeline-content h4 {
    margin: 15px 0 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
	font-size:24px;
	font-weight:700;
	color:#ffdb8e;
}
.timeline-row .timeline-content p {
    margin-bottom: 0px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: center;
	background: linear-gradient(225deg, #090909 20%, #181818 80%);
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
	background: #181818;
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}
.trading-broker{
	text-align:center;
	font-size:18px;
	padding:60px 0 0 0;
	font-weight:700;
}
.trading-broker img {
	max-width:40px;
	margin:0 15px 0 0;
	vertical-align: bottom;
}

/*Terms & Eligibility*/
.terms_sec {
	background: #ffdb8e;    
	margin: 100px 0 70px;
	padding:90px 0;
}
.terms_sec h2 {
	font-size:46px; 
	line-height:54px; 
	color:#000;
	padding: 0rem 1rem 25px;
}
.terms_sec ul { 
	padding:0 0 30px 0;
}
.terms_sec .list-group-item {
	background:none; 
	text-align:center; 
	font-size:16px; 
	line-height:24px; 
	font-weight:500;
	padding: 15px 1rem 15px 35px;
	border:none;
	text-align:left;
	background:url(../images/checked-1.png) no-repeat 0 18px;
}
/*Terms & Eligibility*/



/*Large trades*/
.large-trade img { 
	max-width:120% !important;
	transform: rotate(-10deg); 
	margin-bottom:30px;
}
.large-trade {
	margin-top:60px !important;
}
/*Large trades*/

/*Registered Users*/
.register-counter h3 {
	font-size:34px;
	line-height:42px;
	font-weight:900;
	padding:0 0 50px 0;
}
.register-counter .card-body {
	padding:50px 30px 60px !important;
}
/*Registered Users*/



/*Faq Section*/
.faq-container {
  margin: 0 auto;
  max-width: 600px;
}

.faq-container h2 {font-size:46px; line-height:54px}

.faq {
  background: linear-gradient(225deg, #181818 20%, #090909 80%);
  border: 1px solid #d9d9d924;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: 0.3s ease;
}

.faq.active {
  background: #ffdb8e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.faq.active h3,.faq.active p {
	color:#000;
}

.faq.active::before,
.faq.active::after {
  color: #789d87;
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-size: 7rem;
  left: 20px;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  left: -30px;
  top: -10px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 35px 0 0;
  font-weight: 700;
  font-size: 18px;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  align-items: center;
  background-color: #ffdb8e;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
}
.faq-toggle .fa-times,
.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
}

.faq-toggle .fa-chevron-down {
  display: block;
}

.faq.active .faq-toggle {
  background-color: #181818;
}


/*Large Trade Section*/



/*Counter Box*/
.counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    min-height: 246px;
    padding: 25px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 152px;
    width: 152px;
    border-radius: 15px;
    border: 3px solid #ffdb8e;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.counter .counter-value{
    background: linear-gradient(225deg, #181818 20%, #090909 80%);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6),0 0 0 2px #ffdb8e;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
	color:#FFF;
	
}
.counter .counter-icon{
    background: linear-gradient(to right,#181818,#ffdb8e);
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
	display: flex;
    justify-content: center;
    align-items: center;
}
.counter h3{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}
/*.counter.green .counter-value{ background: #ffdb8e; }*/
/*.counter.green .counter-icon{ background: linear-gradient(to right,#181818,#181818); }*/
/*.counter.green h3{ color: #019b01; }*/
.counter.blue .counter-value{ background: #ffdb8e; }
.counter.blue .counter-icon{ background: linear-gradient(to right,#28a9e2,#0057c5); }
.counter.blue h3{ color: #0057c5; }
.counter.gray .counter-value{ background: #36474f; }
.counter.gray .counter-icon{ background: linear-gradient(to right,#36474f,#0d0e10); }
.counter.gray h3{ color: #0d0e10; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}  









@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}