/* All trading fees page start */


*{
  margin: 0;
}

.trading-fees{
  padding: 50px 0px 0px 0px;
}

.trading-fees .nav-pills{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000000;
  margin: 20px 0px 20px 0px;
  position: relative;
  user-select: none;
  font-weight: 500;
  font-size: 17px;
  box-sizing: border-box;
  background-color: white;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.trading-fees .nav-pills a{
  background-color: white;
  color: #78848f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin-bottom: 10px;
}

.trading-fees .nav-pills a.active{
 background-color: white;
 color: #e35728;
 border-bottom: 3px solid #e35728;
 border-radius: 0px;
 font-size: 16px;
 font-weight: 500;
 line-height: 1.22;
 cursor: pointer;
 user-select: none;
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
 margin-bottom: 10px;
}


.calculator{
  padding: 0px 0px 30px 0px;
}


.calculator .nav-pills {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  margin: 40px 0px 0px 0px;
  position: relative;
  user-select: none;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  background-color: white;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.calculator .nav-pills button {
  background-color: white;
  color: black;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
  text-align: left;
}

.calculator .nav-pills button.active {
  background-color: white;
  color: #e35728;
  border-bottom: 3px solid #e35728;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
  text-align: left;
}




/* All trading fees page end */



/* All instruments page start */

.trading-instruments {
    background: url(../../images/trading-instruments-banner.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 90px 0px 90px 0px;
}

.trading-instruments .nav-pills{
  justify-content: center;
}

.trading-instruments .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 60px 0px 60px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 30px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    /* word-wrap: break-word; */
    padding: 15px 20px 24px;
  
}
	
.trading-instruments .nav-item button {
    background-color: white;
    color: black;
    font-size: 30px;
    font-weight: 600;
    line-height: 0px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    backdrop-filter: contrast(180%);
        height: 100px;
    width: 150px;
   
}

.text-reset {
  
    text-decoration: none;
}

.trading-instruments .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 30px;
    font-weight: 600;
    line-height: 0px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	    height: 100px;
}
.trading-instruments .nav-item a{
	text-decoration:none;
}
.trading-instruments div>table {
    overflow: auto;
}

#flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    height: 600px;
    overscroll-behavior: contain;

}



@media (max-width: 500px) {

    .trading-instruments {
        background: url(../../images/trading-instruments-banner.webp);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding: 90px 0px 90px 0px;
    }

    .trading-instruments .nav-item {
        display: flex;
        flex-wrap: nowrap;
        /* justify-content: center; */
        color: #000000;
        margin: 5px 0px 20px 0px;
        position: relative;
        user-select: none;
        font-weight: 600;
        font-size: 12px;
        box-sizing: border-box;
        background-color: #ffffff26;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        border-radius: 10px;
        /* word-wrap: break-word; */
        /* padding: 15px 20px 24px; */
        /* backdrop-filter: blur(0px) !important; */
        /* width: 25%; */
        height: 70px;
       margin-top: -20px;
        overflow: hidden;
        padding: 0;
    }

    .trading-instruments .nav-item button {
        /* background-color: white; */
        color: black;
        font-size: 12px;
        font-weight: 600;
        line-height: 0px;
        cursor: pointer;
        user-select: none;
        /* box-sizing: border-box; */
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0px);
        padding: 0;
        width: 100px;
		margin-top: -20px;
    }



    .trading-instruments .nav-item button.active {
        /* background-color: white; */
        color: #e35728;
        border-bottom: 3px solid #e35728;
        border-radius: 0px;
        font-size: 12px;
        font-weight: 600;
        line-height: 0px;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        padding: 0;
        width: 100px;
	
    }

}

@media (min-width: 600px) {

  .trading-instruments {
      background: url(../../images/trading-instruments-banner.webp);
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
      padding: 90px 0px 90px 0px;
  }

  .trading-instruments .nav-pills{
    margin-bottom: 44px;
  } 

  .trading-instruments .nav-item {
      display: flex;
      flex-wrap: nowrap;
      /* justify-content: center; */
      color: #000000;
      margin: 5px 0px 20px 0px;
      position: relative;
      user-select: none;
      font-weight: 600;
      font-size: 12px;
      box-sizing: border-box;
      background-color: #ffffff26;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      border-radius: 10px;
      /* word-wrap: break-word; */
      /* padding: 15px 20px 24px; */
      /* backdrop-filter: blur(0px) !important; */
      /* width: 25%; */
    
     margin-top: -20px;
     
      overflow: hidden;
      padding: 0;
  }

  .trading-instruments .nav-item button {
      /* background-color: white; */
      color: black;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      cursor: pointer;
      user-select: none;
      /* box-sizing: border-box; */
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      backdrop-filter: blur(0px);
      padding: 5px;
      width: 150px;
	  height: 188px;
	  margin-top: -20px;
  }
.trading-instruments .nav-item a{
	text-decoration:none;
}


  .trading-instruments .nav-item button.active {
      /* background-color: white; */
      color: #e35728;
      border-bottom: 3px solid #e35728;
      border-radius: 0px;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      cursor: pointer;
      user-select: none;
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      padding: 5px;
      width: 150px;
	   height: 188px;
	  
  }

}
/* All instruments page end */



/* All market page start */



.market{
    color:black;
}

.market .nav-pills{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 20px 0px 20px 0px;
    position: relative;
    user-select: none;
    font-weight: 500;
    font-size: 17px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    animation: mymove 2s infinite;
}

.market .nav-pills a{
    background-color: white;
    color: #78848f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
 }

.market .nav-pills a.active{
   background-color: white;
   color: #e35728;
   border-bottom: 3px solid #e35728;
   border-radius: 0px;
   font-size: 12px;
   font-weight: 500;
   line-height: 1.22;
   cursor: pointer;
   user-select: none;
   box-sizing: border-box;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@keyframes mymove {
  from {left: 0px;}
  to {left: 10px;}
}





.market .swiper-testmonials {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {

  .market .nav-pills{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    color: #000000;
    margin: 0px 0px 65px 0px;
    position: relative;
    user-select: none;
    font-weight: 500;
    font-size: 22px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow-y: auto;
    z-index: 99;
    transform: translateX(0%);
}

.market .nav-pills a{
    background-color: white;
    color: #78848f;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

 }

.market .nav-pills a.active{
   background-color: white;
   color: #e35728;
   border-bottom: 3px solid #e35728;
   border-radius: 0px;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.22;
   cursor: pointer;
   user-select: none;
   box-sizing: border-box;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


  /* .market .section-testmonials {
      flex-direction: column;
      align-items: flex-start;
  } */

  .market .swiper-testmonials {
      width: 100%;
  }
}

.market .swiper-testmonials .swiper-slide {
  border-radius: 10px;
  background: #01172E;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  overflow: hidden;
  transition: 0.2s;
  height: 370px;
}

.market .swiper-testmonials .swiper-slide:hover{
  border-radius: 10px;
  background: orange;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  overflow: hidden;
  transition: 0.2s;
  height: 370px;
}

.market .swiper-testmonials .swiper-slide * {
  /* margin: 0; */
}

.market .swiper-testmonials .swiper-slide-active {
  filter: blur(0px) !important;
  transform: scale() !important;
  overflow: hidden;
}

.market .card-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.market .head-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.market .header-slide {
  display: flex;
  align-items: center;
  gap: 20px
}

.market .title-slide h4 {
  color: white;
  font-size: 25px;
  font-weight: 700;
  
}

.market .text-slide{
  color: white;
  font-size: 16px;
  font-weight: 500;
 text-align: justify;
}

.market .text-slide img{
  /* color: #FFF; */
  /* font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal; */
  align-items: end;
  display: flex;
}

.market .swiper-button-testmonials-next,
.market .swiper-button-testmonials-prev {
  cursor: pointer;
}

.market .slider-pagination {
	margin: 1.5em 0;
	text-align: center;	
}

.market .slider-pagination a {
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	border: 1px solid #ddd;
	color: #000;
	text-decoration: none;
	background: #f5f5f5;
	background: linear-gradient( #f5f5f5, #fff );
	display: inline-block;
	margin-right: 0.3em;
}

.market .slider-pagination a.current {
	border-color: #000;
	background: #fff;
	background: linear-gradient( #fff, #f5f5f5 );
}


@media (max-width: 768px) {
  .market .header-slide svg {
      width: 50px;
  }

  .market .title-slide h4 {
      font-size: 18px;
  }

  .market .swiper-testmonials .swiper-slide {
      padding: 20px;
      overflow: hidden;
  }
}


/* All market page end */




 /* All overview page start */

 
  
 
  
  * {
    box-sizing: border-box;
  }
  
  img {
    vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    /* width: auto; */
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */ 
  /* .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  .goal{
    height: 260px;
    width: 280px;
  }
  
  @media (max-width: 500px){
    .goal{
    height: 101px;
  }
  
  }
  
  /* All overview page end  */


  /* All mt5 page start */


  .mt5{
    padding: 80px 0px 80px 0px;
  }

  h2{
    color: #01172E;
}

h2 span{
    color: #FF7A00;
}

.dk{
    background: url(../../images/meta-trader5-banner-img.webp);
    background-size:cover;
    border-radius: 20px;
    color: white;
    height: 300px;
    width: 100%
}



.lk{
    height:478px;
    position: absolute;
    top: -146px;
    
}

.gk{
    height:75px;
}


  @media(max-width:1024px){
    .mt5{
      padding: 80px 0px 0px 0px;
    }

    .lk{
      height:382px;
      position: absolute;
      top: -97px;
      left: 489px;
  }

  }

  @media(max-width:768px){
    .mt5{
      padding: 80px 0px 0px 0px;
    }

    .dk{
      background: url(../../images/meta-trader5-banner-img.webp);
      background-size:cover;
      border-radius: 20px;
      color: white;
      height: 322px;
      width: 100%
  }

    .lk{
      height:293px;
      position: absolute;
      top: 18px;
      left: 398px;
  }

  }

  @media (max-width: 500px){
    .lk{
      height:211px;
      position: absolute;
      top: 162px;
      left: 148px;
  }

.gk{
    height:50px;
}

}


@media (max-width: 375px){
  .lk{
    height:194px;
    position: absolute;
    top: 190px;
    left: 148px;
}

.gk{
  height:50px;
}

}

@media (max-width: 320px){
  .lk{
    height:194px;
    position: absolute;
    top: 196px;
    left: 76px;
}

.gk{
  height: 34px;
  max-width: 100%;
}

}
  

/* Style the tab */
.tab {
    float: left;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    width: 30%;
    height: 300px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #e87b6d;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    width: 70%;
    border-left: none;
    height: 300px;
    display: block;
  }
  
  /* Clear floats after the tab */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  
  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  /* .active, .accordion:hover {
    background-color: #ccc; 
  }
   */
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .tab-content > .active{
    background-color: white;
  }
  
  
  
  /* @media (max-width: 667px) {
      .mk{
      height:168px;
      position: absolute;
      top: 462px;
      left: 193px;
  }
  
  } */
  
  
 
  /* All mt5 page end */


  /* All protrader page start */

  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  .top-right {
    position: absolute;
    top: 8px;
    right: 25px;
  }
  
  
  


  
 
 
  
  .bk{
      background: url(../../images/platform-protrader-bg.webp);
      background-size:cover;
      border-radius: 20px;
      /* color: white; */
      height: 300px;
      width: 100%
  }
  
  
  
  .ok{
      height:328px;
      position: absolute;
      top: -102px;
      
  }
  
  .gk{
      height:75px;
  }
  
  
  @media (max-width: 500px){
      .ok{
      height:154px;
      position: absolute;
      top: 182px;
      left: 216px;
  }
  
  .gk{
      height:50px;
  }
  
  } 


  @media (max-width: 320px){
    .ok{
    height:154px;
    position: absolute;
    top: 194px;
    left: 134px;
}

.gk{
    height:50px;
}

} 

  .accordion-button .active{
    background-color: #01172E;
  }
  /* All pro trader page end */



  /* All clinetsentiment page start */

  .market-sentiment{
    background: url(../../images/analysis-economic-calendar-row2-bg.webp);
    background-size: cover;
    padding: 80px 0px 120px 0px;
  }

  .market-sentiment .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 25px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.market-sentiment .nav-item button {
    background-color: white;
    color: black;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.market-sentiment .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


@media(max-width: 767px){
  .market-sentiment{
    background: url(../../images/analysis-economic-calendar-row2-bg.webp);
    background-size: cover;
    padding: 80px 0px 20px 0px;
  }
}


  /* All clinetsentiment page end */



  /* All notifications page start */

  .notifications{
    padding: 50px 0px 150px 0px;
  }

  .notifications .nav-pills {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    color: #01172E;
    margin: 0px 0px 20px 0px;
    position: relative;
    user-select: none;
    font-weight: 400;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}



.notifications .nav-pills button {
    background-color: white;
    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0px 0px 30px 0px;
}



.notifications .nav-pills button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0px 0px 30px 0px;
}

  /* All notifications page end */


  /* All deposit bonus page start */

  .credit-bonus{
    padding: 96px 0px 47px 0px;
  }

  .credit-bonus .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 0px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.credit-bonus .nav-item button {
    background-color: white;
    color: black;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.credit-bonus .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.credit-bonus .swiper-testmonials {
  width: 100%;
}


.credit-bonus .swiper-testmonials .swiper-slide {
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.credit-bonus .swiper-testmonials .swiper-slide:hover{
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.credit-bonus .swiper-testmonials .swiper-slide * {
/* margin: 0; */
}

.credit-bonus .swiper-testmonials .swiper-slide-active {
filter: blur(0px) !important;
transform: scale(1) !important;
overflow: hidden;
}

.credit-bonus .card-slide {
display: flex;
flex-direction: column;
gap: 20px;
}

.credit-bonus .head-slide {
display: flex;
justify-content: space-between;
align-items: center;
}

.credit-bonus .header-slide {
display: flex;
align-items: center;
gap: 20px
}

.credit-bonus .title-slide h4 {
color: black;
font-size: 25px;
font-weight: 700;

}

.credit-bonus .text-slide {
color: black;
font-size: 18px;
font-weight: 500;

}

.credit-bonus .text-slide img{
/* color: #FFF; */
/* font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: normal; */
align-items: end;
display: flex;
}

.credit-bonus .swiper-button-testmonials-next,
.credit-bonus .swiper-button-testmonials-prev {
cursor: pointer;
}


@media (max-width: 768px) {

  .credit-bonus{
    padding: 96px 0px 20px 0px;
  }

.credit-bonus .header-slide svg {
  width: 50px;
}

.credit-bonus .title-slide h4 {
  font-size: 18px;
}

.credit-bonus .swiper-testmonials .swiper-slide {
  padding: 20px;
  overflow: hidden;
}
}

  /* All deposit bonus page end */


  /* All refer friend page start */

  .work{
    padding: 96px 0px 96px 0px;
  }

  .work .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 0px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.work .nav-item button {
    background-color: white;
    color: black;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.work .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.market .swiper-testmonials {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {

  .market .nav-pills{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    color: #000000;
    margin: 0px 0px 65px 0px;
    position: relative;
    user-select: none;
    font-weight: 500;
    font-size: 22px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow-y: auto;
    z-index: 99;
    transform: translateX(0%);
}

.market .nav-pills a{
    background-color: white;
    color: #78848f;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

 }

.market .nav-pills a.active{
   background-color: white;
   color: #e35728;
   border-bottom: 3px solid #e35728;
   border-radius: 0px;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.22;
   cursor: pointer;
   user-select: none;
   box-sizing: border-box;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


  /* .market .section-testmonials {
      flex-direction: column;
      align-items: flex-start;
  } */

  .work .swiper-testmonials {
      width: 100%;
  }
}

.work .swiper-testmonials .swiper-slide {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  overflow: hidden;
  transition: 0.2s;
  height: 370px;
}

.work .swiper-testmonials .swiper-slide:hover{
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  overflow: hidden;
  transition: 0.2s;
  height: 370px;
}

.work .swiper-testmonials .swiper-slide * {
  /* margin: 0; */
}

.work .swiper-testmonials .swiper-slide-active {
  filter: blur(0px) !important;
  transform: scale(1) !important;
  overflow: hidden;
}

.work .card-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.work .head-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work .header-slide {
  display: flex;
  align-items: center;
  gap: 20px
}

.work .title-slide h4 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  
}

.work .text-slide {
  color: black;
  font-size: 18px;
  font-weight: 500;
 
}

.work .text-slide img{
  /* color: #FFF; */
  /* font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal; */
  align-items: end;
  display: flex;
}

.work .swiper-button-testmonials-next,
.work .swiper-button-testmonials-prev {
  cursor: pointer;
}


@media (max-width: 768px) {
  .work .header-slide svg {
      width: 50px;
  }

  .work .title-slide h4 {
      font-size: 18px;
  }

  .work .swiper-testmonials .swiper-slide {
      padding: 20px;
      overflow: hidden;
  }
}

  /* All refer friend page end */


  /* All rewards page start */

  .every-trade{
    padding: 80px 0px 0px 0px;
  }

  .every-trade .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #01172E;
    margin: 0px 0px 20px 0px;
    position: relative;
    user-select: none;
    font-weight: 400;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}



.every-trade .nav-pills button {
    background-color: white;
    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0px 0px 30px 0px;
}



.every-trade .nav-pills button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0px 0px 30px 0px;
}

.every-trade .swiper-testmonials {
  width: 100%;
}


.every-trade .swiper-testmonials .swiper-slide {
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.every-trade .swiper-testmonials .swiper-slide:hover{
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.every-trade .swiper-testmonials .swiper-slide * {
/* margin: 0; */
}

.every-trade .swiper-testmonials .swiper-slide-active {
filter: blur(0px) !important;
transform: scale(1) !important;
overflow: hidden;
}

.every-trade .card-slide {
display: flex;
flex-direction: column;
gap: 20px;
}

.every-trade .head-slide {
display: flex;
justify-content: space-between;
align-items: center;
}

.every-trade .header-slide {
display: flex;
align-items: center;
gap: 20px
}

.every-trade .title-slide h5 {
color: #fd6f0a;
font-size: 25px;
font-weight: 700;
margin-bottom: 5px;
}

.every-trade .text-slide {
color: black;
font-size: 18px;
font-weight: 500;
}

.every-trade .title-slide img{
/* color: #FFF; */
/* font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: normal; */
margin-bottom: 10px;
}

.every-trade .swiper-button-testmonials-next,
.every-trade .swiper-button-testmonials-prev {
cursor: pointer;
}

@media (max-width: 1200px) {
	.tab-pane1 p {
   
    margin-inline: -40px;
   
}
.rotating-text-wrapper{
	    margin-top: 240px;
}
.text-black {
		color: #000 !important;
	}
}

@media (max-width: 768px) {
.every-trade .header-slide svg {
  width: 50px;
}

.every-trade .title-slide h4 {
  font-size: 18px;
}

.every-trade .swiper-testmonials .swiper-slide {
  padding: 20px;
  overflow: hidden;
}
}

.global-rewards{
  padding: 96px 0px 96px 0px;
  background: #f2f3f5;
}

.global-rewards .nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #01172E;
  margin: 0px 0px 20px 0px;
  position: relative;
  user-select: none;
  font-weight: 600;
  font-size: 25px;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}



.global-rewards .nav-pills button {
  background-color: transparent;
  color: black;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px 0px 30px 0px;
}



.global-rewards .nav-pills button.active {
  background-color: transparent;
  color: #e35728;
  border-bottom: 3px solid #e35728;
  border-radius: 0px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px 0px 30px 0px;
}


.global-rewards .swiper-testmonials {
  width: 100%;
}


.global-rewards .swiper-testmonials .swiper-slide {
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.global-rewards .swiper-testmonials .swiper-slide:hover{
border-radius: 10px;
background: #fff;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
transform: scale(0.9) !important;
overflow: hidden;
transition: 0.2s;
height: 370px;
}

.global-rewards .swiper-testmonials .swiper-slide * {
/* margin: 0; */
}

.global-rewards .swiper-testmonials .swiper-slide-active {
filter: blur(0px) !important;
transform: scale(1) !important;
overflow: hidden;
}

.global-rewards .card-slide {
display: flex;
flex-direction: column;
gap: 20px;
}

.global-rewards .head-slide {
display: flex;
justify-content: space-between;
align-items: center;
}

.global-rewards .header-slide {
display: flex;
align-items: center;
gap: 20px
}

.global-rewards .title-slide h4 {
color: black;
font-size: 25px;
font-weight: 700;

}

.global-rewards .text-slide {
color: black;
font-size: 18px;
font-weight: 500;

}

.global-rewards .text-slide img{
/* color: #FFF; */
/* font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: normal; */
align-items: end;
display: flex;
}

.global-rewards .swiper-button-testmonials-next,
.global-rewards .swiper-button-testmonials-prev {
cursor: pointer;
}


@media (max-width: 768px) {
.global-rewards .header-slide svg {
  width: 50px;
}

.global-rewards .title-slide h4 {
  font-size: 18px;
}

.global-rewards .swiper-testmonials .swiper-slide {
  padding: 20px;
  overflow: hidden;
}
}

  /* All rewards page end */


  /* All review page start */

  .app-reviews{
    padding: 90px 0px 90px 0px;
  }

  .app-reviews .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 25px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.app-reviews .nav-item button {
    background-color: white;
    color: black;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.app-reviews .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

  /* All review page start */


  /* All index page start */

  .trade-smarter-box{
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

.trade-smarter-img {
    min-height: 160px;
    text-align: center;
    width: 100%;
}
 


.trade-smarter-txt{
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
  overflow-x: scroll;
}

  /* All index page end */

  /* All copy trading page start */
  
  .gk{
      height:75px;
  }


  .global-app{
    padding: 80px 0px 80px 0px;
  }
  

  .global-app .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 20px 0px;
    position: relative;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-style: italic;
}

.global-app .nav-item button {
    background-color: white;
    color: black;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-style: italic;
}

.global-app .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
  
  
  @media (max-width: 500px){
   
  
  .gk{
      height:50px;
  }
  
  }
  


  
  
  
  
  
  /* All copy trading page end */


  /* All demo trading page start */

 
  
  
  /* slider */
  .slider {
      height: 500px;
      margin-bottom: 100px;
  }
  
  /* slider-cards */
  .slide-card {
      width: 320px;
      height: 420px;
      border-radius: 70px 0px 70px 0px;
      padding: 30px 20px 30px;
      box-sizing: border-box;
      transition: 1s;
      background-image: url(images/slider-bg-img.avif);
      
  }
  
  .slide-card:hover{
      width: 320px;
      height: 420px;
      border-radius: 70px 0px 70px 0px;
      padding: 30px 20px 30px;
      box-sizing: border-box;
      transition: 1s;
      
  }
  
  /* slider-arrows */
  .arrow {
      width: 40px;
      height: 40px;
  }
  
  /* disabled button */
  .bg-disabled {
      background-color: #e5e3e7;
  }
  
  /* slider and slide transitions */
  .slider-move-left {
      transform: translate(-320px, 0px);
      transition: all 0.5s ease;
  }
  
  .move-left {
      transform: translate(-320px, 0px);
      transition: all 0.5s ease;
  }
  
  .move-right {
      transform: translate(320px, 0px);
      transition: all 0.5s ease;
  }
  
 
  .gk{
      height:75px;
  }
  
  .mk{
      height:52px;
      position: absolute;
    /* top: 160px; */
      
  }
  
  
  @media (max-width: 500px){
   
  
  .gk{
      height:50px;
  }
  
  .mk{
      height:52px;
      position: absolute;
      top: 406px;
      left: 148px;
  }
  
  }

  /* All demo trading page end */

  /* All economic calender page start */

 


 /* All economic calender page end */


 /* All overview page start */

 .platforms{
    padding: 80px 0px 80px 0px;
 }

 .platforms .nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000000;
  margin: 60px 0px 45px;
  position: relative;
  user-select: none;
  font-weight: 600;
  font-size: 25px;
  box-sizing: border-box;
  background-color: white;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.platforms .nav-item button {
  background-color: white;
  color: black;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.platforms .nav-item button.active {
  background-color: white;
  color: #e35728;
  border-bottom: 3px solid #e35728;
  border-radius: 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
 
 /* All overview page end */

 /* All why koze page start */

 .koze{
    background: #f1f1f1;
    padding: 100px 0px 100px 0px;
 }

 .koze .nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 25px 0px;
    position: relative;
	 border-radius: 30px;
    user-select: none;
    font-weight: 600;
    font-size: 25px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.koze .nav-item button {
    background-color: white;
    color: black;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.22;
	border-radius: 30px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.koze .nav-item button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    
    font-size: 25px;
    font-weight: 600;
	border-radius: 30px;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media(max-width:500px){
    .koze .nav-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: #000000;
        margin: 0px 0px 20px 0px;
        position: relative;
        user-select: none;
        font-weight: 600;
        font-size: 25px;
        box-sizing: border-box;
        
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
    
    .koze .nav-item button {
       
        color: black;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.22;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
    
    .koze .nav-item button.active {
        
        color: #e35728;
        border-bottom: 3px solid #e35728;
        border-radius: 0px;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.22;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
}





  
  
  
  .product{
    background-color: #fff;
  }
  
  .product .section-testmonials {
      font-family: Poppins;
      display: flex;
      gap: 20px;
      align-items: center;
  }
  
  .product .column-testmonials {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 20%;
  }
  
  .product .section-details {
      border-left: 10px solid #FFCB00;
      padding-left: 20px;
  }
  
  
  .product .name-section {
      font-weight: 800;
      text-transform: uppercase;
      font-size: 14px;
      color: #650061 !important;
      line-height: 1.2em;
      margin: 0;
  }
  
  .product .title-section b {
      color: #650061;
  }
  
  .product .title-section {
      color: #000;
      font-family: Poppins;
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
  }
  
  .product .navigation-testmonials {
      display: flex;
      gap: 10px;
  }
  
  
  .product .swiper-testmonials {
      width: 80%;
      overflow: hidden;
      position: relative;
  }
  
  @media (max-width: 768px) {
      .product .section-testmonials {
          flex-direction: column;
          align-items: flex-start;
      }
  
      .product .swiper-testmonials {
          width: 100%;
      }
  }
  
  .product .swiper-testmonials .swiper-slide {
      border-radius: 10px;
      background: rgb(245, 242, 239);
      display: flex;
      padding: 30px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      transform: scale(0.9) !important;
      overflow: hidden;
      transition: 0.2s;
      height: 519px;
  }
  
  .product .swiper-testmonials .swiper-slide:hover{
      border-radius: 10px;
      background: orange;
      display: flex;
      padding: 30px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      transform: scale(0.9) !important;
      overflow: hidden;
      transition: 0.2s;
      height: 519px;
  }
  
  .product .swiper-testmonials .swiper-slide * {
      /* margin: 0; */
  }
  
  .product .swiper-testmonials .swiper-slide-active {
      filter: blur(0px) !important;
      transform: scale(1) !important;
      overflow: hidden;
  }
  
  .product .card-slide {
      flex-direction: column;
  }
  
  .product .head-slide {
      display: flex;
      height: 362px;
  }
  
  .product .header-slide {
      display: flex;
     
  }
  
  .product .title-slide h4 {
      color: black;
      font-size: 25px;
      font-weight: 700;
      
  }
  
  .product .title-slide p{
      color: black;
      font-size: 18px;
      font-weight: 500;
     
  }
  

  .product .text-slide{
    height: 81px;
  }

  .product .text-slide img{
     height: 80px;
      align-items: end;
      display: flex;
  }
  
  .product .swiper-button-testmonials-next,
  .product .swiper-button-testmonials-prev {
      cursor: pointer;
  }
  
  
  @media (max-width: 768px) {
      .product .header-slide svg {
          width: 50px;
      }
  
      .product .title-slide h4 {
          font-size: 18px;
      }
  
      .product .swiper-testmonials .swiper-slide {
          padding: 20px;
          overflow: hidden;
      }
  }
  


  .ana{
    background-color: #fff;
  }
   
  .ana img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }

  
  .ana .analysis {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    .container {
      width: 100%;
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
      padding: 30px;
    }
  }
  
  .ana .swiper-wrapper {
    flex: none;
    align-items: flex-start;
    display: flex;
  }
  .ana .swiper-slide {
    flex: none;
    .people__card {
      position: relative;
      overflow: hidden;
      height: 640px;
      background-color: #111b1a;
      border-radius: 11px;
      
      @media (max-width: 1699px) {
        height: 512px;
      }
      @media (max-width: 1199px) {
        height: 450px;
      }
      @media (max-width: 991px) {
        height: 400px;
      }
      @media (max-width: 767px) {
        height: 400px;
      }
      .people__card__image {
        display: inline-block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        z-index: 2;
        margin-left: -100px;
        width: 130%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        border-radius: 13px;
        transition: transform 0.7s;
      }
      .people__card__content {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
        border-radius: 11px;
        transition: 0.3s;
        .slide__number {
          margin-bottom: 30px;
          opacity: 1;
          font-size: 32px;
          font-weight: 300;
          color: #ebefe3;
          @media (max-width: 1199px) {
            margin-bottom: 20px;
            font-size: 24px;
          }
          @media (max-width: 1199px) {
            font-size: 20px;
          }
        }
        .slide__title {
          margin-bottom: 20px;
          font-size: 3em;
          font-weight: 700;
          line-height: 1.2;
          letter-spacing: -0.03em;
          color: #ebefe3;
          @media (max-width: 1199px) {
            font-size: 2.4em;
          }
          @media (max-width: 767px) {
            font-size: 1.92em;
          }
        }
        .slide__subtitle {
          margin-bottom: 30px;
          max-width: 70%;
          color: #ebefe3;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.6;
          @media (max-width: 1199px) {
            font-size: 15px;
            max-width: 100%;
          }
          @media (max-width: 767px) {
            font-size: 14px;
            max-width: 85%;
          }
        }
        .slide__btn {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 12px 24px;
          border: 1px solid #ebefe3;
          border-radius: 30px;
          text-decoration: none;
          transition: background-color 0.3s;
          @media (max-width: 767px) {
            padding: 10px 20px;
          }
          &:hover {
            background-color: #ebefe3;
            .slide__btn__text {
              color: #111b1a;
            }
            .slide__btn__icon {
              path {
                color: #111b1a;
              }
            }
          }
          .slide__btn__text {
            margin-right: 5px;
            font-size: 20px;
            font-weight: 500;
            color: #ebefe3;
            transition: color 0.3s;
            @media (max-width: 767px) {
              font-size: 18px;
            }
          }
          .slide__btn__icon {
            width: 15px;
            font-size: 24px;
            @media (max-width: 767px) {
              font-size: 18px;
            }
            path {
              color: #ebefe3;
              transition: 0.3s;
            }
          }
        }
      }
      .slide__gradient {
        position: absolute;
        z-index: 2;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        background-image: linear-gradient(111deg, #000, rgba(0, 0, 0, 15%) 60%);
      }
    }
  }
  
  .ana .swiper-slide.is-active .people__card__image {
    transform: translateX(100px);
  }
  
  
  

  

  
  .mb-10{
      margin-bottom: 200px;
  }
  
  .mb-9{
      margin-bottom: 130px;
  }
  
  
  
.plat{
  background-color: #fff;
  margin-left: 30px;
}

.plat img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.plat .container {
  position: relative;
}

/* Hide the images by default */
.plat .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.plat .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  /* width: auto; */
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
}

/* Number text (1/3 etc) */
.plat .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.plat .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */ 
/* .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.plat .demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.plat .goal{
  height: 260px;
}

@media (max-width: 500px){
  .plat .goal{
  height: 101px;
  width: 100px;
}

}

  .learn{
    background-color: #fff;
  }



  .learn .section-testmonials {
    font-family: Poppins;
    display: flex;
    gap: 20px;
    align-items: center;
}

.learn .column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.learn .section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
}


.learn .name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.learn .title-section b {
    color: #650061;
}

.learn .title-section {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.learn .navigation-testmonials {
    display: flex;
    gap: 10px;
	
}


.learn .swiper-testmonials {
    width: 80%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .learn .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .learn .swiper-testmonials {
        width: 100%;
    }
}

.learn .swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: #fff;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    overflow: hidden;
    transition: 0.2s;
    height: 520px;
}

.learn .swiper-testmonials .swiper-slide:hover{
    border-radius: 10px;
    background: orange;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    overflow: hidden;
    transition: 0.2s;

}

.learn .swiper-testmonials .swiper-slide * {
    /* margin: 0; */
}

.learn .swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
    overflow: hidden;
}

.learn .card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.learn .head-slide {
    display: flex;
    height: 280px;
}

.learn .header-slide {
    display: flex;
    
   
}

.learn .title-slide h4 {
    color: black;
    font-size: 25px;
    font-weight: 700;
    
}

.learn .title-slide p {
    color: black;
    font-size: 18px;
    font-weight: 500;
   
}

.learn .text-slide{
  height: 150px;
}

.learn .text-slide img{
    color: #FFF;
   height: 150px;
   width: 250px;
   
}

.learn .swiper-button-testmonials-next,
.learn .swiper-button-testmonials-prev {
    cursor: pointer;
}


@media (max-width: 768px) {
    .learn .header-slide svg {
        width: 50px;
    }

    .learn .title-slide h4 {
        font-size: 18px;
    }

    .learn .swiper-testmonials .swiper-slide {
        padding: 20px;
        overflow: hidden;
    }
}

  
  
   
  .dot{
    background: #01031224;
    height: auto;
    padding: 100px 0px 100px 50px;
  }


 /* All why koze page end */

 

 /* All brokers page start */

 .borker-programme{
    height:500px;
    background: #e35728;
}

.borker-programme-image{
    background-position: left top;
    position: absolute;
    top: 1130px;
}

.IB{
    padding: 85px 0px 85px 0px;
}

.next-gen{
    height: 385px;
    position: absolute;
    top: -208px;
    left: 10px;
}

.get-touch{
    background: #034854;
    height: 500px;
}

.get-touch-image{
    height: 340px;
}


@media(max-width:500px){
.borker-programme{
height:750px;
background: #e35728;
}
.borker-programme-image{
    background-position: left top;
    position: absolute;
    top: 1368px;
}

.IB{
    padding: 85px 0px 85px 0px;
}

.next-gen{
    height: 400px;
    position: absolute;
    top: 2806px;
    left: 200px;
    display: none;
}

.get-touch{
    background: #034854;
    height: 1250px;
}

.get-touch-image{
    height: 340px;
}



}



@media(max-width:1366px){
.borker-programme-image{
    background-position: left top;
    position: absolute;
    top: 1123px;
    left: 775px;
}


.IB{
    padding: 85px 0px 85px 0px;
}

.next-gen{
    height: 285px;
    position: absolute;
    top: 2874px;
    left: 76px;
}

.get-touch-image{
    height: 340px;
}

}


@media(max-width:768px){
.next-gen{
    height: 247px;
    position: absolute;
    top: 2785px;
    left: 10px;
}

.get-touch-image{
    height: 200px;
}


}

@media(max-width:820px){
.next-gen{
    height: 247px;
    position: absolute;
    top: 2785px;
    left: 10px;
}

.get-touch-image{
    height: 233px;
}


}

/* All brokers page end */








.cfd-section {
    padding: -12px 0px 0px 0px;
    background-image: url(../../images/global-video.jpg);
    background-size: cover;
    background-position: center;
    height: 750px;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* background-attachment: fixed; */
}

.cfd1 {
    padding: 200px 0px 0px 0px;
    background: #00000014;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-image: url(../../images/global-video.jpg); */
    /* height: 600px; */
}

.banner {
    position: absolute;
    top: 200;
    left: 499px;
    background-color: white;
    margin-top: -120px;
    padding: 50px;
    justify-content: center;
    width: 60%;

}

/* @media(min-width: 500px){
  .banner {
    position: absolute;
    top: 200;
    left: 0px;
    background-color: white;
    margin-top: -120px;
    padding: 50px;
    justify-content: center;
    width: 50%;
}

.bg-text {
  
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  padding: 20px;
  text-align: start;
}



}


@media(max-width: 1280px){
  .banner {
    position: absolute;
    top: 200;
    left: 142px;
    background-color: white;
    margin-top: -120px;
    padding: 50px;
    justify-content: center;
    width: 80%;
}

.bg-text {
  
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  top: 23%;
  left: 58%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: start;
}



} */


@media (max-width: 1699px) {
  .banner {
    position: absolute;
    top: 200;
    left: 142px;
    background-color: white;
    margin-top: -120px;
    padding: 50px;
    justify-content: center;
    width: 80%;
}

.bg-text {
  
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  top: 48%;
  left: 58%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: start;
}
.mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }

.himg{
  display: none;
}

}


@media (max-width: 1440px) {
  .bg-text {
  
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20%;
    transform: translate(-50%, -50%);
	  margin-top: 120px;
   z-index: 2;
  }

  .banner {
    position: absolute;
    top: 200;
    left: 88px;
    background-color: white;
    margin-top:px;
    padding: 50px;
    justify-content: center;
    width: 80%;
}
.mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }
  
}



  .mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }

@media (max-width: 991px) {
  .bg-text {
  
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 18%;
    left: 58%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: start;
  }
  .mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }
}
@media (max-width: 768px) {
  .banner {
    position: absolute;
    top: 200;
    left: 0px;
    background-color: white;
    margin-top: -79px;
    padding: 50px;
    justify-content: center;
    width: 50%;
}
.mobile_slider{
	  display:block;
  }
  .desktop_slider{
	  display:none;
  }
}
@media (max-width: 1024px) {
  .banner {
    position: absolute;
    top: 200;
    left: 0px;
    background-color: white;
    margin-top: -79px;
    padding: 50px;
    justify-content: center;
    width: 50%;
}

.mobile_slider{
	  display:block;
  }
  .desktop_slider{
	  display:none;
  }
   .bg-text h2{
	    
		
  }
  .carousel-arrow--next {
    right: -20px;
}
}
@media (min-width: 1024px) {
  
   .bg-text h2{
	    width: 650px;
		
  }
  
}
@media (max-width: 1024px) {
  
  .caan{
    background: #eff4f8;
    background-size: cover;
    width: 90%;
    margin-inline: auto;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 33px 22px #00000029;
	padding: 0px;
}
  
}



@media (min-width: 768px) {
 .carousel-arrow {
	position: absolute;
  display: block;
  justify-content: center;
  top: 20%;
  bottom: 64px;
  
  background-color:none;
  border: none;
  font-size: 100px;
  padding: 0;
  cursor: pointer;
  background: #ff000000;
  opacity: 0.5;
  transition: opacity 1000ms;
}

}
@media (min-width: 200px) {
  .bg-text {
	
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20%;
    transform: translate(-50%, -50%);
	  margin-top: 120px;
   z-index: 2;
           bottom: -100px;
} }
@media (max-width: 200px) {
  .bg-text {
	
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20%;
    transform: translate(-50%, -50%);
	  margin-top: 120px;
   z-index: 2;
} }
@media (min-width: 400px) {
  .bg-text {
	
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20%;
    transform: translate(-50%, -50%);
	  margin-top: 120px;
   z-index: 2;
  } 

}
.carousel-arrow {
    
    /* display: flex; */
    justify-content: center;
    /* bottom: 100px; */
    margin-block: auto;
    height: fit-content;
    background-color: none;
    border: none;
    font-size: 100px;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 1000ms;
    margin-left: 80px;
}
.carousel-arrow--prev {
    left: -100px;
}
@media (min-width: 400px) {
  .bg-text {
	top:44%;
    color: white;
    font-weight: bold;
    border: none;
    position: absolute;
    transform: translate(-50%, -50%);
	  
   z-index: 2;
  }  
 

  .banner {
    position: absolute;
    top: 200;
    left: 88px;
    background-color: white;
    margin-top:px;
    padding: 50px;
    justify-content: center;
    width: 80%;
}



.himg{
  display: none;
}

.carousel-arrow--next {
   
}
.home-row3-wrapper {
    background-color: #ececec;
    padding: 30px 0px 30px 0px;
    
}

}
@media (max-width: 1200px) {
 
.home-row3-wrapper {
    background-color: #ececec;
    
    
}

}

/* @media (max-width: 500px) {
  .banner {
    position: absolute;
    top: 200;
    left: 0px;
    background-color: white;
    margin-top: -120px;
    padding: 50px;
    justify-content: center;
    width: 50%;
}

.bg-text {
  
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  padding: 20px;
  text-align: start;
}

.himg{
  display: none;
}

} */

.banner-box h2{
color:#fff;	
}


.banner-img{
  height: 500px;
  width: 500px;
}

.nowList {
    font-size: 30px;
    color: #FF7A00;
}


/* .banner .home-banner-top .video-box{
    background: url(../../images/global-video.jpg);
    background-position: fixed;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
} */





.market-transaction {
    position: relative;
    padding: 50px 0px 80px 0px;

}

.market-transaction h2 {
    font-size:40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.market-transaction h2 span {
    color: #e35728;
}

.market-transaction p {
    font-size: 20px;
    margin-bottom:15px;
    color: #000000;
}


@media(max-width:500px){
  .list{
    text-align: center;
    background-color: #0dcaf000;
  }

  .list1{
    margin-left: 10px;
    text-align: justify;
    background-color: #0dcaf000;
  }
  .mobile_slider{
	  display:block;
  }
  .desktop_slider{
	  display:none;
  }
  
}

.bg{
  background-color: #0dcaf00d;
}

.table td .product_img {
    background-image: url(../../images/public_icons_new.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.table th {
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
}

.table td {
    padding: 20px;
    font-size: 19px;
}

.table td .name {
    font-weight: 700;
	font-size:initial;
}


.market-transaction .nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000000;
  margin: 60px 0px 45px;
  position: relative;
  user-select: none;
  font-weight: 600;
  font-size: 25px;
  box-sizing: border-box;
  background-color: white;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.market-transaction .nav-item button {
  background-color: white;
  color: black;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size:18px;
}

.market-transaction .nav-item button.active {
  background-color: white;
  color: #e35728;
  border-bottom: 3px solid #e35728;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.market-transaction .data-message h4 {
    font-weight: 600;
}

.market-transaction a {
    color: #ffffff;
    background-color: #e35728;
    font-size: 18px;
    padding: 10px 40px;
    margin-top: 17px;
    text-transform: uppercase;
}

.market-transaction a:hover {
    color: #ffffff;
    background-color: #01172E;
    font-size: 18px;
    padding: 10px 40px;
    margin-top: 17px;
    transition: 1s;
    text-transform: uppercase;
}

.home-row2-wrapper {
    background-image: url(../../images/home-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 590px;
    color: black;
    opacity: 0.90;
    padding-top: 100px;

}

.home-row2-wrapper ul {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
}

@media(max-width: 767px){
  .home-row2-wrapper ul {
    display: flex;
    margin-bottom: 0px;
    gap: 0px;
}
.mobile_slider{
	  display:block;
  }
  .desktop_slider{
	  display:none;
  }
}


.data-add-rate {
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    color: #e35728;
}

.home-row2-wrapper a {
    color: #ffffff;
    background-color: #e35728;
    font-size: 18px;
    padding: 10px 40px;
    margin-top: 17px;
    text-transform: uppercase;
}

.home-row2-wrapper a:hover {
    color: #ffffff;
    background-color: #cf2e2e;
    font-size: 18px;
    padding: 10px 40px;
    margin-top: 17px;
    transition: 1s;
    text-transform: uppercase;
}


.home-row3-wrapper {
    background-color: #ececec;
    
}

  


.home-row3-wrapper .swiper-testmonials {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .home-row3-wrapper .section-testmonials {
      flex-direction: column;
      align-items: flex-start;
  }

  .home-row3-wrapper .swiper-testmonials {
      width: 98%;
	  margin-bottom: -60px;
	  padding: 20px;
  }
}



.home-row3-wrapper .swiper-testmonials .swiper-slide {
  border-radius: 10px;
  background: white;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  transition: 0.2s;
 
  overflow: hidden;
   width: 243px;
}

.home-row3-wrapper .swiper-testmonials .swiper-slide:hover{
  border-radius: 10px;
  background: orange;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}

.home-row3-wrapper .swiper-testmonials .swiper-slide * {
  /* margin: 0; */
}

.home-row3-wrapper .swiper-testmonials .swiper-slide-active {
  overflow: hidden;
 
}

.home-row3-wrapper .card-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-row3-wrapper .head-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-row3-wrapper .header-slide {
  display: flex;
  align-items: center;
  gap: 20px
}

.home-row3-wrapper .title-slide h4 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  
}

.home-row3-wrapper .title-slide p {
  color: black;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
 
}

.home-row3-wrapper .text-slide img{
  /* color: #FFF; */
  /* font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal; */
  align-items: end;
  display: flex;
}

.home-row3-wrapper .swiper-button-testmonials-next,
.home-row3-wrapper .swiper-button-testmonials-prev {
  cursor: pointer;
}


.home-row3-wrapper .slider-pagination {
	margin: 1.5em 0;
	text-align: center;	
}

.home-row3-wrapper .slider-pagination a {
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	border: 1px solid #ddd;
	color: #000;
	text-decoration: none;
	background: #f5f5f5;
	background: linear-gradient( #f5f5f5, #fff );
	display: inline-block;
	margin-right: 0.3em;
}

.home-row3-wrapper .slider-pagination a.current {
	border-color: #000;
	background: #fff;
	background: linear-gradient( #fff, #f5f5f5 );
}



@media (max-width: 768px) {
  .home-row3-wrapper .header-slide svg {
      width: 50px;
  }

  .home-row3-wrapper .title-slide h4 {
      font-size: 18px;
  }

  .home-row3-wrapper .swiper-testmonials .swiper-slide {
      padding: 20px;

      overflow: hidden;
  }

  .home-row3-wrapper .swiper-testmonials .swiper-slide:hover {
    padding: 20px;
    
    overflow: hidden;
}

}

@media (max-width: 375px){
  .home-row3-wrapper .swiper-testmonials .swiper-slide {
    padding: 20px;

    overflow: hidden;
}

.home-row3-wrapper .swiper-testmonials .swiper-slide:hover {
  padding: 20px;
 
  overflow: hidden;
}
.mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }
}


.home-row3-wrapper h2 {
    font-size: 55px;
    font-weight: 500;
}

.home-row3-wrapper h2 span {
    color: #e35728;
}

.home-row4-wrapper {
    padding: 75px 0px 48px 0px;
    text-align: center;
}

.home-row4-wrapper h2 {
    
    font-weight: 500;

}

.home-row4-wrapper h2 span {
    color: #e35728;
}

.txtj{
  text-align: justify;
  text-justify: inter-word;
}

.home-row4-wrapper a {
    background-color: #e35728;
    color: #ffffff;
    font-size: 20px;
}

.home-row4-wrapper a:hover {
    background-color: #cf2e2e;
    color: #ffffff;
}

.home-row4-wrapper a span {
    color: #fce055;
}

.trade-smarter {
    background-color: #ffffff;
    padding: 0px 0px 60px 0px;
}

.trade-smarter h2 {
    font-size: 45px;
    font-weight: 500;
}

.trade-smarter h2 span {
    color: #e35728;
}


.trade-smarter .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    margin: 0px 0px 45px 0px;
    position: relative;
    user-select: none;
    font-weight: 500;
    font-size: 22px;
    box-sizing: border-box;
    background-color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.trade-smarter .nav-pills button {
    background-color: white;
    color: black;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.trade-smarter .nav-pills button.active {
    background-color: white;
    color: #e35728;
    border-bottom: 3px solid #e35728;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.22;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.home-row6-wrapper {
    background-color: #f1f1f1;
    padding: 90px 0px 90px 0px;
    text-align: center;

}




.home-row6-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-row6-wrapper h2 span {
    color: #e35728;
}

.home-row6-wrapper p {
    font-size: 18px;
    margin-bottom: 40px;
    
}




.home-row6-wrapper h3 {
    font-size: 20px;
    transition: 1s;
}

.home-row6-wrapper h3:hover {
    font-size: 30px;
    transition: 1s;
    color: #e35728;
}


@media (max-width:500px){
  .home-row6-wrapper h3 {
    font-size: 18px;
    transition: 1s;
}

.home-row6-wrapper h3:hover {
    font-size: 18px;
    transition: 1s;
    color: #e35728;
}
.mobile_slider{
	  display:none;
  }
  .desktop_slider{
	  display:block;
  }
.home-row4-wrapper {
  padding: 75px 0px 0px 0px;
  text-align: center;
  
}

}

.h-10 {
    height: 35%;
    width: 90%;
}

.h-15 {
    height: 25%;
    width: 45%;
}

.home-row7-wrapper {
    background-color: white;
    padding: 90px 0px 120px 0px;
    text-align: center;
}

/* slider */
.slider {
    height: 600px;
    margin-bottom: 0px;
}

/* slider-cards */
.slide-card {
    width: 320px;
    height: 450px;
    border-radius: 70px 0px 70px 0px;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    transition: 1s;
    background-image: url(../../images/slider-bg-img.avif);

}

.slide-card:hover {
    background-image: url(../../images/slider-bg-img.avif);
    width: 320px;
    height: 450px;
    border-radius: 70px 0px 70px 0px;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    transition: 1s;

}

/* slider-arrows */
.arrow {
    width: 40px;
    height: 40px;
}

/* disabled button */
.bg-disabled {
    background-color: #e5e3e7;
}

/* slider and slide transitions */
.slider-move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-right {
    transform: translate(320px, 0px);
    transition: all 0.5s ease;
}


@media (max-width: 500px) {
  .slider {
    height: 600px;
    margin-bottom: -50px;
}
  
}




.bt-5 {
    padding-top: 10px;
    padding-bottom: 12px;
}

.h-20 {
    width: 45%;
    height: 40px;
}

.third-banner {
    background-image: url(../../images/forex.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.third-banner .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-color: #000000a1;

}

.third-banner .banner-box:hover {
    background-position: center bottom;
    padding: 245px 0px 35px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    
    transition: 3s;
    opacity: 20;

}
.third-banner1 {
    background-image: url(../../images/pikaso_embed.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.third-banner1 .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-color: #000000a1;

}

.third-banner1 .banner-box:hover {
    background-position: center bottom;
    padding: 245px 0px 35px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    
    transition: 3s;
    opacity: 20;

}
.third-banner2 {
    background-image: url(../../images/gold.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.third-banner2 .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-color: #000000a1;

}

.third-banner2 .banner-box:hover {
    background-position: center bottom;
    padding: 245px 0px 35px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    
    transition: 3s;
    opacity: 20;

}

.fourth-banner {
    background-image: url(../../images/commodities-trading-banner-new.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.fourth-banner .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-color: #00000087;

}

.fourth-banner .banner-box:hover {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #e35728;
    position: relative;
    background-image: url(../../images/marl.jpg);
    transition: 2s;
    opacity: 20;

}

.fifth-banner {
    background-image: url(../../images/shares-trading-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.fifth-banner .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;

}

.fifth-banner .banner-box:hover {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-image: url(../../images/marl.jpg);
    transition: 2s;
    opacity: 20;
}

.six-banner {
    background-image: url(../../images/etf-trading-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.six-banner .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;

}

.six-banner .banner-box:hover {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-image: url(../../images/marl.jpg);
    transition: 2s;
    opacity: 20;

}

.seven-banner {
    background-image: url(../../images/bonds-trading-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.seven-banner .banner-box {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;

}

.seven-banner .banner-box:hover {
    background-position: center bottom;
    padding: 245px 60px 35px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    background-image: url(../../images/marl.jpg);
    transition: 2s;
    opacity: 20;

}





.trad {
    background: #FF7A00;
    color: white;
    border-radius: 20px;
    transition: 2s;
}

.trad:hover {
    background: #01172E;
    color: white;
    border-radius: 20px;
    transition: 2s;
}

.trad1 {
    background: #01172E;
    color: white;
    border-radius: 20px;
    transition: 2s;
}

.trad1:hover {
    background: #FF7A00;
    color: white;
    border-radius: 20px;
    transition: 2s;
}

/* 
 */

.product-list {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-list a {
    text-decoration: none;
    border: 1px solid silver;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    /* font-size: 45px; */
    padding: 28px 20px;
    position: relative;
    overflow: hidden;
    color: #272727;
    border-radius: 0px 20% 0px 20px;

    width: 100%;
    height: 450px;
    /* background-color: #f5f5f5; */
    text-align: center;
    /* color: #ffffff; */
}

.product-list a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    background: rgb(4, 35, 65);
    background: linear-gradient(90deg,
            rgb(65, 135, 139) 0%,
            /* rgb(223, 146, 146) 71%, */
            rgb(212, 116, 78) 100%);
    z-index: -1;
    transform-origin: bottom left;
    transform: rotate(-90deg);
    transition: transform 1.2s;
}

.product-list a:hover::before {
    transform: rotate(0deg);

}



.box {
    height: auto;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 19px 33px 26px #00000029;
    /* margin-top: 120px;
    margin-bottom: 40px; */
    background-color: #F2F3F5;
}

.box .top-box {
    height: auto;
    background-image: url(../../images/forex-trading-img8.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 40px;
    padding-right: 20px;
}


.box .bottom-box h3 {
    color: #e35728;
}

.button {
    background-color: #FF7A00;
    color: #ffffff;
}

.ibox {
    height: 300px;
    background-color: #f3f4f6;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;

}

.ibox:hover {
    height: 300px;
    background-color: #f3f4f6;
    text-align: center;
    border-radius: 20px;
    transform: rotate3d(2, -1, -1, -0.2turn);
    transition: 4s;
    overflow: hidden;

}

.ibox .top {
    background-color: #e35728;
    color: #ffffff;
    font-size: 30px;
    border-radius: 20px 10px 0px 0px;
}

h2 {
    color: #01172E;
}

h2 span {
    color: #FF7A00;
}




.list-metals {
    background-color: #45b66b;
    transition: all 0.5s;
    border-radius: 15px;
    box-sizing: border-box;
    height: auto;
}

.list-metals1 {
    background-color: #9b662a;
    transition: all 0.5s;
    border-radius: 15px;
    box-sizing: border-box;
    height: auto;
}

.page-banner {
    background: url(../../images/trading-instruments-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.text-box1 {
    padding-top: 40px;
    padding-bottom: 210px;
}

.colg {
    width: 50px;
}

.feature-section {
    background: #ececec;
    margin-top: 150px;
}


@media (max-width: 500px) {

    .banner {
        height: auto;
        position: relative;
        overflow: hidden;
        z-index: 0;
        width: 100%;
    }

    .market-transaction {
        position: relative;
        margin-top: 240px;
    }

    .market-transaction .nav-item {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        color: #000000;
        margin: -40px 0px 45px 0px;
        position: relative;
        user-select: none;
        font-weight: 600;
        font-size: 25px; 
         box-sizing: border-box;
        background-color: white;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .market-transaction .nav-item button {
        background-color: white;
        color: black;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.22;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .market-transaction .nav-item button.active {
        background-color: white;
        color: #e35728;
        border-bottom: 3px solid #e35728;
        border-radius: 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.22;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .market-transaction h2 {
        font-size: 35px;
        font-weight: 500;
    }

    .market-transaction p {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 50px;
        color: #616161;
    }

    .home-row2-wrapper {
      background-image: url(../../images/home-bg2.jpg);
      /* background-size: cover; */
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
      height: auto;
      color: black;
      opacity: 0.90;
      padding-top: 100px;
  
  }
  
  .home-row2-wrapper ul {
      display: flex;
      margin-bottom: 0px;
      gap: 10px;
      justify-content: center;
  }
  
  
  .data-add-rate {
      display: inline-block;
      font-weight: 500;
      font-size: 26px;
      color: #e35728;
  }
  
  .home-row2-wrapper a {
      color: #ffffff;
      background-color: #e35728;
      font-size: 18px;
      padding: 10px 40px;
      margin-top: 17px;
      text-transform: uppercase;
      justify-content: center;
  }
  
  .home-row2-wrapper a:hover {
      color: #ffffff;
      background-color: #cf2e2e;
      font-size: 18px;
      padding: 10px 40px;
      margin-top: 17px;
      transition: 1s;
      text-transform: uppercase;
      justify-content: center;
  }
  

    .home-row3-wrapper h2 {
        font-size: 37px;
        font-weight: 500;
    }

    .home-row4-wrapper h2 {
      font-size: 37px;
      font-weight: 500;
  
  }

  .trade-smarter h2 {
    font-size: 37px;
    font-weight: 500;
}


  .trade-smarter .nav-pills {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #000000;
      margin: 0px 0px 45px 0px;
      position: relative;
      user-select: none;
      font-weight: 500;
      font-size: 18px;
      box-sizing: border-box;
      background-color: white;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  .trade-smarter .nav-pills button {
      background-color: white;
      color: black;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.22;
      cursor: pointer;
      user-select: none;
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  .trade-smarter .nav-pills button.active {
      background-color: white;
      color: #e35728;
      border-bottom: 3px solid #e35728;
      border-radius: 0px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.22;
      cursor: pointer;
      user-select: none;
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .home-row6-wrapper h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}
  

    .third-banner .banner-box {
        background-position: center bottom;
        padding: 37px 60px 35px 35px;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        position: relative;
        background-color: #000000a1;

    }

    .third-banner .banner-box:hover {
        background-position: center bottom;
        padding: 37px 60px 35px 35px;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        position: relative;
        background-image: url(../../images/fore.jpg);
        transition: 3s;
        opacity: 20;

    }

    .h-10 {
        height: 50px;
        width: 120px;
    }

    .h-15 {
        height: 40px;
        width: 40px;
    }

}







.cubeSwiper {
    width: 400px;
    height: 400px;
    position: relative;
    /* left: 50%; */
    top: 150px;
    margin-left: -150px;
    margin-top: -150px;
    margin-bottom: 200px;
}

.cubeSwiper {
    background-position: center;
    background-size: cover;

}

.cubeSwiper .swiper-slide img {
    display: block;
    width: 100%;
}

.cubeSwiper .swiper-pagination-bullet-active {
    background: #FF7A00;
}

@media (max-width: 768px) {
    .cubeSwiper {
        width: 300px;
        height: 400px;
        position: relative;
        /* left: 50%; */
        top: 150px;
        margin-left: -150px;
        margin-top: -150px;
        margin-bottom: 200px;
    }

}

@media (max-width: 500px) {

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }

}


/*  */


.faq{
  background-color: #f2f3f5;
  padding: 100px 0px 120px 0px;
}


  

.bg-image {
  /* The image used */
  background-image: url(./images/global-video.jpg);
  
  /* Add the blur effect */
      background: #eeeeee;
  filter: blur(6px);
  -webkit-filter: blur(3px);
  
  /* Full height */
  height: 800px; 
  width:100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image1{
   background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */  
  
}

/* Position text in the middle of the page/image */
.bg-text {
  color: #000;
  font-weight: bold;
  border: none;
  position: absolute;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
  text-align: start;
}
th{
	padding:20px !important;
}
td{
	padding:20px !important;
}
.display-5{
	font-size: x-large !important;	
}

p {
	font-size: 16px !important;
}
