:root {
  --primary-font: 'General Sans';
  --secondary-font: 'Cabinet Grotesk';
  --primary-color: #FC9F00;
  --secondary-color: #273340;
  --primary-btn-color: #DDFD6C;
  --secondary-btn-color: #273340;
  --white-color: #fff;
}
body {
  font-family: var(--primary-font);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
}
html {
  scroll-behavior: smooth;
}
.popupBx_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004D;
  justify-content: center;
  c align-items: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(20px);
}
.popupBx_modal.openModalBx {
  display: flex;
  opacity: 1;
  padding: 10px;
}
[data-toggle="popupBx_modal"] *, [data-dismiss="popupBx_modal"] * {
  pointer-events: none;
}
.popupBx_modal_content {
  background: #fff;
  padding: 0;
  width: 800px;
  min-height: 388px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 5px solid #501CE1;
}
.popupBx_modal .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: inherit;
	cursor: pointer;
	color: inherit;
	z-index: 9;
	background: #FFF;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 100%;
	line-height: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.popupBx_modal .close-btn svg {
  width: 24px;
  height: 24px; 
  pointer-events: none;
}
.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  width: 41px !important;
  height: 41px !important;
  background: #fff !important;
  background: #ffffff00 !important;	
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid #DDFD6C;	
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #DDFD6C !important;
}
.swiper-button-next img, 
.swiper-button-prev img{
	    filter: invert(94%) sepia(61%) saturate(409%) hue-rotate(-3deg) brightness(99%) contrast(105%);
}
.swiper-button-next:hover img, 
.swiper-button-prev:hover img{
	filter: inherit;
}
.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  background: #555865 !important;
  opacity: 1 !important;
  border-radius: 100px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DDFD6C !important;
}
.container-full {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.container {
  width: 100%;
  max-width: 1676px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
.trading_program.section-padding .heading_sec p.heading_subtitle {
    font-family: Cabinet Grotesk;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1238px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-hovewebimarr-container .slide-hovewebimar {
    max-width: 370px;
  }
}
.heading_sec {
  margin: 0 0 38px;
}
.heading_sec.text-center {
  text-align: center;
}
.heading_sec .heading_title {
  margin: 0;
  font-family: General Sans;
  font-weight: 700;
  font-size: 60px;
  line-height: 110.00000000000001%;
  /*    text-align: center;*/
  text-transform: capitalize;
}
.heading_sec .heading_title span {
  font-weight: 400;
}
.hm_about_imgInfo {
    border-radius: 60px;
    overflow: hidden;
}
.hm_about_imgInfo::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0.09%, #000000 57.78% 57.78%);
}
.heading_sec .heading_subtitle {
  color: #DDFD6C;
  text-transform: capitalize;
  font-family: Cabinet Grotesk;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  /*    text-align: center;*/
  vertical-align: middle;
}
.BannerCon .heading_subtitle {
    color: #DDFD6C;
    font-family: Cabinet Grotesk;
    vertical-align: middle;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.heading_sec p {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 10px 0 0px;
}
.section-padding {
  padding: 100px 0;
  position: relative;
}
.caption-link {
  margin: 0 auto;
}
/*.HomeBg {
	background: url(../../assets/images/home-bg.webp) no-repeat center top;
	display: flex;
	flex-direction: column;
	background-size:cover;
}*/
.BannerContent {
  display: flex;
  padding: 127px 0 127px;
  justify-content: space-between;
  overflow: hidden;
}
.BannerContent h1 {
  color: #FFF;
  margin: 0 0 25px;
  padding: 0;
  font-family: General Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 90px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.BannerContent h1 span {
  font-family: General Sans;
  font-weight: 700;
  font-size: 90px;
  line-height: 110.00000000000001%;
  text-transform: uppercase;
  display: block;
}
.Bannerleft {
  width: 100%;
  max-width: 832px;
  padding: 40px 0 0;
}
.BannerRight {
  width: 100%;
  max-width: 600px;
}
.InnerTab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 378px;
}
/**header section**/
.site-header {
  padding: 39px 0 10px;
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.5s;
	
}
.site-header.stickyHdr {
  background-color: #000;
  transition: all 0.5s;
       background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5.95%, rgba(0, 0, 0, 0) 147%);
    backdrop-filter: blur(3.9437496662139893px);
    padding: 10px 0 10px;
}
.site-header.stickyHdr:hover{
  backdrop-filter: inherit;
}
.head_wrap {
  display: flex;
/*   justify-content: space-between; */
  gap: 30px;
  align-items: center;
}
.main-navigation{
	flex:1;
}
.main-navigation ul#primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 59px;
  list-style-type: none;
}
.main-navigation ul#primary-menu li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 1px;
}
.main-navigation ul#primary-menu li.menu-item-has-children {
  position: relative;
}
.main-navigation ul#primary-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.main-navigation ul#primary-menu .sub-menu {
  display: none;
  position: absolute;
}
/**become a trader**/
.become_trader {
  padding: 165px;
}
.become_trader .heading_sec .heading_title {
  margin-bottom: 80px;
}
.become_trader .heading_sec .heading_subtitle {
  margin: 0;
}
.become_trader_row {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 65px;
  flex-wrap: wrap;
}
.become_items_icon {
  width: 95px;
  margin: 0 auto 20px;
}
.become_items_hd {
  margin: 0 0 12px;
  font-family: General Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 110.00000000000001%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}
.become_items_dec p {
  margin: 0px;
  font-family: General Sans;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
.become_items {
  flex: 1 1 335px;
  max-width: 335px;
}
/** trader story**/
.trader_story {
  padding: 48px 0;
}
.trader_story .heading_para p {
  color: #fff;
}
.trader_story .heading_sec {
  margin-left: auto;
  margin-right: auto;
}
.tading_program_bx {
  text-align: center;
}
.tradersStorySlider .swiper-button-next, .tradersStorySlider .swiper-button-prev {
  top: 44%;
}
.tradersStorySlider .swiper-slide {
  height: 100%;
}
.tradersStorySlider .swiper-slide.swiper-slide-active img {
  border-radius: 00px;
}
.tradersStory_bx {
  position: relative;
}
.tradersStory_thumbs {
  position: relative;
  z-index: 9;
  height: 355px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.tradersStory_thumbs .tradersFeature_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  text-align: center;
  border-radius: 0 0 28px 28px;
  position: relative;
  bottom: 4.5px;
}
.tradersStory_des {
  padding: 26px 0 0;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.tradersStory_des .tradersStory_hdng {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: var(--secondary-font);
}
.tradersStory_des .tradersStory_p {
  margin: 0;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
}
.tradersStorySlider .swiper-slide.swiper-slide-active .tradersStory_des {
  opacity: 1;
  visibility: visible;
}
.tradersStory_video {
  height: 355px;
  position: relative;
}
.tradersStory_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  padding: 4px;
}
.tradersStory_video .tradersStory_video_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.tradersStorySlider {
  padding: 100px 0 !important;
  margin: -100px auto !important;
}
.tradersStory_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  padding: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 333px;
  height: 566px;
  border-radius: 12px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.tradersStory_popup.show-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.close_popup_video {
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
}
.tradersStory_content {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.tradersStory_video button {
  border: none;
  background: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin: 0;
  cursor: pointer;
  padding: 0 !important;
  width: auto !important;
  min-width: fit-content;
}
.tradersStory_video button:focus {
  outline: none;
}
.tradersStory_video .playPauseBtn .playPauseBtn_stop {
  display: none;
}
.tradersStory_video .playPauseBtn.active .playPauseBtn_play {
  display: none;
}
.tradersStory_video .playPauseBtn.active .playPauseBtn_stop {
  display: block;
}
.tradersStory_content .tradersStory_video {
  height: 100%;
}
.tradersStory_video .controls {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 11px;
}
.tradersStory_video .controls .playPauseBtn {
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: -12px;
}
.tradersStory_video .progress {
  background: linear-gradient(91.37deg, rgba(255, 255, 255, 0) -7.02%, #FFFFFF 102.7%);
  position: absolute !important;
  left: 0;
  right: 0;
  width: 92%;
  height: 10px;
  z-index: 9;
  bottom: 30px;
  margin: auto;
}
.tradersStory_video .progress-bar {
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #5031a7 96.64%);
  position: relative;
  z-index: 9999;
  height: 100%;
}
/**program advantage**/
.program_advantage {
  padding: 170px 0;
}
.program_advantage_bx {
  padding: 47px 0 0;
  overflow: hidden;
}
.program_advantage_items {
  height: 177px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  gap: 5px;
  background-image: url(../../../../../wp-content/uploads/2025/02/program_av_bg_items.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.6s;
}
.program_advantage_items:hover {
  transition: all 0.6s;
  transform: translate(0px, -15px);
}
.program_advantage_items img {
  width: 71px;
  height: 71px;
  object-fit: scale-down;
}
.program_advantage_name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 80%;
  margin: 0 auto;
}
.program_advantage_line {
  margin-top: -42px;
}
.programAdvantageSlider .swiper-pagination {
  display: none;
}
/**home about us**/
.hm_about_bx {
  display: flex;
  gap: 109px;
  align-items: center;
}
.hm_about_imgInfo {
  width: 528px;
  flex: none;
  position: relative;
}
.hm_about_information {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 51px;
  max-width: 348px;
}
.hm_about_information ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hm_about_information ul li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 31px 0;
  border-bottom: 2px solid #FFFFFF;
}
.hm_about_information ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.hm_about_information ul li:first-child {
  padding-top: 0;
}
.hm_about_information ul li strong {
  color: #DDFD6C;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}
.hm_about_information ul li .hm_about_span {
  color: #fff;
  font-weight: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
.hm_about_txtInfo .para {
  max-width: 85%;
}
#payNowVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**payout withdraw**/
.payoutTrades_sec {
  padding: 163px 0 50px;
}
.payoutTrades_bx {
  display: flex;
  justify-content: space-between;
  gap: 66px;
}
.payoutTrades_info {
  flex: none;
  width: 722px;
}
.payoutTrades_info .heading_sec {
  max-width: 550px;
  width: 100%;
}
.payoutTrades_images .hover_payoutImg {
  display: none;
  transform: scale(1.5);
	transition: 5s ease-in;
}
.payoutTrades_images img {
  transition: 5s ease-in;
}
.payoutTrades_images:hover .hover_payoutImg {
  display: block;
  transition: 0.6s ease-in-out;
height: 420px;
}
.payoutTrades_images:hover .normal_payoutImg {
  display: none;
  transition: 5s ease-in;
}
.payoutTrades_ul {
  display: flex;
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 17px;
}
.payoutTrades_ul li {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.payoutTrades_ul li {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 50px;
  border-right: 2px solid #fff;
}
.payoutTrades_ul li:first-child {
  padding-left: 0px;
}
.payoutTrades_ul li:last-child {
  padding-right: 0px;
  border: none;
}
.payoutTrades_ul li strong {
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  color: #DDFD6C;
}
/**events section**/
.events_section {
  padding: 117px 0;
}
.events_bx {
  overflow: hidden;
  padding: 42px 10px 47px;
}
.events_items {
  position: relative;
  border-radius: 10px;
  padding: 0px;
  z-index: 1;
  height: 367px;
  width: 100%;
}
.events_items::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
  border-radius: 14px;
  z-index: -1;
}
.events_items > * {
  position: relative;
  z-index: 2;
}
.events_thumbs {
  height: 100%;
  position: relative;
  width: 100%;
}
.events_thumbs_card {
  height: 100%;
  width: 100%;
}
.events_items .events_thumbs:before:hover {
  background: linear-gradient(180deg, rgba(132, 88, 252, 0) 0%, #8458FC 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.events_thumbs_card img {
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  border-radius: 16px;
}
.events_dec {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 18px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(179.99deg, rgba(28, 28, 66, 0) 21.37%, rgba(28, 28, 66, 0.9) 99.99%);
  border-radius: 16px;
  overflow: hidden;
}
.events_items:hover .events_dec {
  background: linear-gradient(180deg, rgba(132, 88, 252, 0) 0%, #8458FC 100%);
}
.events_content .events_time {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 4px;
}
.events_content .events_name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.events_content .events_name a {
  color: inherit;
}
.events_location {
  flex-direction: column;
  gap: 4px;
  color: #fff;
  margin: 20px 0 0;
}
.events_register .btn {
  padding: 0;
  border: none;
  height: auto;
  margin: 24px 0 0;
}
.events_register .btn:hover {
  background: inherit !important;
  border: none !important;
}
.events_items .events_location {
  display: flex !important;
  opacity: 0;
}
.events_items .events_register {
  display: block !important;
  opacity: 0;
}
.events_dec .events_content {
  transform: translateY(55%);
  min-height: 310px;
}
.events_dec .events_content {
  transform: translateY(55%);
  min-height: 310px;
  transition: all .5s;
}
.events_items:hover .events_dec .events_content {
  transform: translateY(15px);
}
.events_items:hover .events_register, .events_items:hover .events_location {
  opacity: 1;
}
.events_tag {
  position: absolute;
  left: 24px;
  top: 18px;
  color: #DDFD6C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.events_items:hover .events_thumbs .events_hover_img {
  display: block !important;
}
.events_items:hover .events_thumbs .events_normal_img {
  display: none !important;
}
.eventSlider .swiper-pagination {
  bottom: -5px !important;
}
.eventSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px !important;
}
.events_items.expireDiv {
  filter: grayscale(1);
  pointer-events: none;
  cursor: not-allowed;
}
.events_items.expireDiv .events_expired {
  visibility: visible !important;
}
.events_items:hover .events_expired {
  display: none;
}
.events_items.expireDiv .events_expired {
  visibility: visible !important;
  font-size: 20px;
  line-height: 32px;
  color: #777777;
  font-weight: 400;
  margin: 20px 0 0;
}
.events_items.expireDiv .events_content .events_time, .events_items.expireDiv .events_content .events_name, .events_items.expireDiv .events_tag {
  color: #777777;
}
/**why choose us**/
.whychoose_section {
  padding: 121px 0;
}
.whychoose_title {
  margin-bottom: 80px;
}
.whyChoose_row {
  display: flex;
  flex-direction: column;
  gap: 121px;
  max-width: 1115px;
  margin: auto;
}
.whyChoose_items {
  display: flex;
  gap: 74px;
  align-items: center;
}
.whyChoose_thumbs {
  flex: none;
  width: 420px;
  position: relative;
}
.whyChoose_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}
.whyChoose_content .heading_sec {
  margin: 0;
}
.whyChoose_items:nth-child(even) {
  flex-direction: row-reverse;
}
/**review section**/
.review_section {
  padding: 38px 0 0;
}
.review_section .reviewSlider {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.review_section .reviewSlider:before, .review_section .reviewSlider:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 193px;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.review_section .reviewSlider:before {
  left: 0px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.review_section .reviewSlider:after {
  right: 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.TmHead {
  display: flex;
  width: 100%;
  text-align: center;
}
.TmSlider {
  display: flex;
  margin: 0;
  padding-bottom: 120px;
  flex-direction: column;
}
.review_bx {
  overflow: hidden;
  background: #DDFD6C;
  height: 460px;
  padding: 40px 20px 40px 40px;
  box-shadow: -1px 9px 17px 0px #0000001F;
  border-radius: 20px;
/*  background-image: url(../../assets/images/review_bg_img.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.review_dec img {
  margin: 0 0 5px;
  width: 41px;
  height: auto;
}
.review_heading {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0 0 10px;
  text-transform: capitalize;
min-height: 80px;
	  display: -webkit-box;
  -webkit-line-clamp: 2; /* Change this number to show desired lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review_para {
    padding: 0 20px 0 0;
    max-height: 220px;
    overflow: auto;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0px;
}
.review_para p {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0px;
}
.review_meta {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0px;
}
.reviewWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 25px;
}
/*
.review_trusted {
    width: 500px;
    margin-bottom: -118px;
    margin-top: 34px;
}
*/
.review_trusted img {
  width: 100%;
  height: 52px;
  object-fit: contain;
  margin-top: 15px;
}
.review_section .swiper-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 44px;
  gap: 10px;
  display: flex;
  justify-content: center;
}
.review_section .swiper-pagination-bullet {
  background: #FFF !important;
  transition: all 0.5s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDFD6C !important;
  width: 26px !important
}
.review-swiper-button .swiper-button-next, .review-swiper-button .swiper-button-prev {
  position: static;
}
.review-swiper-button {
  position: absolute;
  top: 24px;
  right: 21%;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
.reviewSlider .swiper-pagination {
  bottom: 79px !important;
}
.reviewSlider .swiper-pagination-bullet {
  background: #fff !important;
}
.reviewSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8458FC !important;
  width: 26px !important;
}
/* width */
.review_para::-webkit-scrollbar {
  width: 11px;
}
/* Track */
.review_para::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
/* Handle */
.review_para::-webkit-scrollbar-thumb {
  background: #C3C3C3;
  border-radius: 10px;
}
/* Handle on hover */
.review_para::-webkit-scrollbar-thumb:hover {
  background: #C3C3C3;
}
.open-table-icon {
  position: absolute;
  bottom: 3px;
  right: 10px;
}
/**animation scroll section**/
.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1); /* Smooth easing */
  will-change: opacity, transform;
}
.fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}
.fade.fade-left {
  opacity: 1;
  transform: translateX(-40px);
}
.fade.fade-right {
  opacity: 1;
  transform: translateX(40px);
}
/**join us section**/
.footer-join {
  position: relative;
  padding: 100px 0;
}
.footer-join .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer-join .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
}
.footer-join .heading_sec .heading_subtitle {
  color: #DDFD6C;
  font-size: 36px;
  font-weight: 500;
}
.footer-join .heading_title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  padding: 10px 0 0;
  text-transform: capitalize;
}
.footer-join .btn-outline {
  border: 1px solid #DDFD6C !important;
  background: inherit !important;
  color: #DDFD6C !important;
  background: #DDFD6C !important;
  color: #06060C !important;
}
.footer-join .btn-outline:hover {
  background-color: #DDFD6C !important;
	color: #06060C !important; 
	font-weight: 600;
}
.footer-join .heading_sec {
  margin-bottom: 34px;
}
.footer-join .btn:hover img {
  filter: brightness(1) invert(0);
}
/** footer site section**/
.site-footer {
  position: relative;
  padding: 0 0 72px;
}
/* .container_line{
   position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
} */
.ftr_hr {
  background-color: #C3C3C3;
  width: 100%;
  height: 1px;
}
.ftr_logo {
  margin: 0 0 15px;
}
.LocationArea img {
	width: 44.7px;
}
.site-footer .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-footer .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.site-footer .container {
  position: relative;
  z-index: 9;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: space-between;
  margin-top: 36px;
}
.footer-row .footer-col {
  flex: 1;
}
.footer-heading {
  margin: 55px 0 15px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #FFF;
}
.footer-listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-listing ul li {
  color: #3A3E49;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.footer-listing ul li a {
  color: #FFF
}
.footer-listing ul li a:hover {
  color: #DDFD6C;
}
.footer-company {
  width: 250px;
}
.ftr_about_content p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.ftr_social_icons {
  margin: 50px 0 32px;
}
.ftr_social_icons {
  margin: 50px 0 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ftr_social_icons img {
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}
.ftr_social_icons img:hover {
  /*       filter: brightness(0) saturate(100%) invert(34%) sepia(99%) saturate(6641%) hue-rotate(259deg) brightness(93%) contrast(92%); */
}
.ftr-copyrights {
  padding: 0px 0;
}
.ftr-copyrights_row {
  display: flex;
  justify-content: space-between;
  margin: 58px 0 38px;
  align-items: center;
}
.ftr-copyrights_text p {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #FFF;
}
.ftr-design-by p {
  color: #555865;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.ftr-disclaimers h3 {
  color: #FFF;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.ftr-disclaimers-content {
  color: #F6F6FD;
  font-size: 12px;
  line-height: 17.16px;
  font-weight: 400;
}
.footer-listing-items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-listing-items ul li a {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #FFF;
}
.footer-listing-items ul li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.ftr-copyrights_bx {
  display: flex;
  gap: 51px;
  flex-wrap: wrap;
  align-items: center;
}
.ftr-copyrights_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.ftr-copyrights_menu ul a {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: #FFF;
}
.ftr-copyrights_menu ul a:hover {
  color: #DDFD6C;
}
.footer-listing-items ul li a span {
  text-decoration: underline;
}
.community_wrap_items {
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  transform: translateY(40%);
}
.community_wrap_items.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.community_profiles {
  position: absolute;
  height: 100%;
  width: 100%;
}
.community_profiles .community_pro_icon {
  position: absolute;
  bottom: 0;
}
.community_profiles .community_pro_icon:nth-child(odd) {
  left: 0;
}
.community_profiles .community_pro_icon:nth-child(even) {
  right: 0;
}
.community_profiles .community_pro_icon:nth-child(even) .community_profile_vector {
  rotate: 131deg;
}
.community_profiles .community_pro_icon .community_profile_vector {
  transition: all 0.6s;
}
.community_profiles .community_pro_icon:hover .community_profile_vector {
  transition: all 0.6s;
  transform: rotate(360deg);
}
.community_profiles .community_pro_icon:nth-child(1) {
  left: 122px;
}
.community_profiles .community_pro_icon:nth-child(2) {
  right: 122px;
}
.community_profiles .community_pro_icon:nth-child(3), .community_profiles .community_pro_icon:nth-child(4) {
  width: 103px;
  height: 103px;
  bottom: 100px;
}
.community_profiles .community_pro_icon:nth-child(5), .community_profiles .community_pro_icon:nth-child(6) {
  width: 93px;
  height: 93px;
  bottom: 100px;
}
.community_profiles .community_pro_icon:nth-child(5) {
  left: 248px;
  bottom: 140px;
}
.community_profiles .community_pro_icon:nth-child(6) {
  right: 248px;
  bottom: 140px;
}
.community_profiles .community_pro_icon:nth-child(7), .community_profiles .community_pro_icon:nth-child(8) {
  width: 62px;
  height: 62px;
}
.community_profiles .community_pro_icon:nth-child(7) {
  left: 107px;
  bottom: 199px;
}
.community_profiles .community_pro_icon:nth-child(8) {
  right: 107px;
  bottom: 199px;
}
.community_profiles .community_pro_icon:nth-child(7) .community_profile_img, .community_profiles .community_pro_icon:nth-child(8) .community_profile_img {
  padding: 5px;
}
.community_profiles .community_pro_icon:nth-child(9), .community_profiles .community_pro_icon:nth-child(10) {
  width: 41px;
  height: 41px;
}
.community_profiles .community_pro_icon:nth-child(9) {
  left: -31px;
  bottom: 223px;
  opacity: 0.6;
}
.community_profiles .community_pro_icon:nth-child(10) {
  right: -31px;
  bottom: 223px;
  opacity: 0.6;
}
.community_profiles .community_pro_icon:nth-child(9):hover, .community_profiles .community_pro_icon:nth-child(10):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(9) .community_profile_img, .community_profiles .community_pro_icon:nth-child(10) .community_profile_img {
  padding: 2px;
}
.community_profiles .community_pro_icon:nth-child(11), .community_profiles .community_pro_icon:nth-child(12) {
  width: 73px;
  height: 73px;
}
.community_profiles .community_pro_icon:nth-child(11) {
  left: 16px;
  bottom: 276px;
  opacity: 0.6;
}
.community_profiles .community_pro_icon:nth-child(12) {
  right: 16px;
  bottom: 276px;
  opacity: 0.6;
}
.community_profiles .community_pro_icon:nth-child(11) .community_profile_img, .community_profiles .community_pro_icon:nth-child(12) .community_profile_img {
  padding: 5px;
}
.community_profiles .community_pro_icon:nth-child(11):hover, .community_profiles .community_pro_icon:nth-child(12):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(13), .community_profiles .community_pro_icon:nth-child(14) {
  width: 40px;
  height: 40px;
}
.community_profiles .community_pro_icon:nth-child(13) {
  left: 200px;
  bottom: 289px;
  opacity: 0.8;
}
.community_profiles .community_pro_icon:nth-child(14) {
  right: 200px;
  bottom: 289px;
  ;
  opacity: 0.8;
}
.community_profiles .community_pro_icon:nth-child(13):hover, .community_profiles .community_pro_icon:nth-child(14):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(13) .community_profile_img, .community_profiles .community_pro_icon:nth-child(14) .community_profile_img {
  padding: 2px;
}
.community_profiles .community_pro_icon:nth-child(15), .community_profiles .community_pro_icon:nth-child(16) {
  width: 45px;
  height: 45px;
}
.community_profiles .community_pro_icon:nth-child(15) {
  left: 300px;
  bottom: 320px;
  opacity: 0.8;
}
.community_profiles .community_pro_icon:nth-child(16) {
  right: 300px;
  bottom: 320px;
  opacity: 0.8;
}
.community_profiles .community_pro_icon:nth-child(15):hover, .community_profiles .community_pro_icon:nth-child(16):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(15) .community_profile_img, .community_profiles .community_pro_icon:nth-child(16) .community_profile_img {
  padding: 2px;
}
.community_profiles .community_pro_icon:nth-child(17), .community_profiles .community_pro_icon:nth-child(18) {
  width: 34px;
  height: 34px;
}
.community_profiles .community_pro_icon:nth-child(17) {
  left: 225px;
  bottom: 367px;
  opacity: 0.4;
}
.community_profiles .community_pro_icon:nth-child(18) {
  right: 225px;
  bottom: 367px;
  opacity: 0.4;
}
.community_profiles .community_pro_icon:nth-child(17):hover, .community_profiles .community_pro_icon:nth-child(18):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(17) .community_profile_img, .community_profiles .community_pro_icon:nth-child(18) .community_profile_img {
  padding: 2px;
}
.community_profiles .community_pro_icon:nth-child(19), .community_profiles .community_pro_icon:nth-child(20) {
  width: 43px;
  height: 43px;
}
.community_profiles .community_pro_icon:nth-child(19) {
  left: 107px;
  bottom: 350px;
  opacity: 0.4;
}
.community_profiles .community_pro_icon:nth-child(20) {
  right: 106px;
  bottom: 350px;
  opacity: 0.4;
}

.community_profiles .community_pro_icon:nth-child(19):hover, .community_profiles .community_pro_icon:nth-child(20):hover {
  opacity: 1;
}
.community_profiles .community_pro_icon:nth-child(19) .community_profile_img, .community_profiles .community_pro_icon:nth-child(20) .community_profile_img {
  padding: 2px;
}
.community_wrap_content {
  max-width: 443px;
  margin: auto;
  height: 442px;
  position: relative;
}
.community_wrap_items {
/*   background-image: url(../../assets/images/community_vector_bg.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 299px;
  margin: 100px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.community_wrap_items .community_profile_vector {
  width: 100%;
  height: 100%;
}
.community_wrap_items .community_profile_bx {
  width: 138px;
  height: 138px;
  position: absolute;
  top: -68px;
  text-align: center;
  transition: all 0.6s;
  left: 0;
  right: 0;
  margin: auto;
}
.community_wrap_items .community_profile_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  bottom: 0;
  padding: 10px;
}
.community_wrap_cover {
    max-width: 443px;
    margin: auto;
    text-align: center;
    padding-top: 61px;
    padding-bottom: 40px;
    background: #00000080;
    border-radius: 18px;
    padding-left: 36px;
    padding-right: 36px;
    min-height: 278px;
    box-shadow: -0.91px 8.2px 15.49px 0px #0000001F;
}
.community_heading {
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
    color: #ffffff;
    margin: 5px 0 10px;
}
.community_title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 47px;
}
.community_reviews {
  max-width: 90%;
  margin: auto;
  height: 84px;
  overflow: hidden;
}
.community_reviews p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 28px;
}
.community_wrap_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.community_wrap_btn button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  background: #ffffff00 !important;	
  border: 1px solid #DDFD6C;	
}
.community_wrap_btn button:focus {
  outline: none;
}
.community_wrap_btn button:hover {
  background: #DDFD6C!important;
}
.community_wrap_btn button img{
	    filter: invert(94%) sepia(61%) saturate(409%) hue-rotate(-3deg) brightness(99%) contrast(105%);
	width: 21px;
	height: 14px;
}
.community_wrap_btn button:hover img{
	filter: inherit;
}
.community_bWrap {
    position: relative;
    max-width: 1342px;
    margin: auto;
}
/**community page**/
.community_join_section {
  padding: 140px 0 80px;
}
.community_join_heading {
    display: flex;
    gap: 32px;
    flex-direction: column;
    text-align: center;
}
.community_join_heading .heading_sec {
  margin-bottom: 0;
  flex: 1;
}
.community_join_heading .heading_sec .para {
    max-width: 1060px;
    margin: auto;
    font-weight: 300;
}
.community_join_heading .heading_sec .heading_title {
    margin-bottom: 5px;
    max-width: 1251px;
    margin-left: auto;
    margin-right: auto;
}
.community_join_content {
  padding: 100px 0 0;
}
.community_join_grid {
  display: flex;
  gap: 65px;
  flex-wrap: wrap;
}
.community_join_items {
  flex: 1 1 calc(33.333% - 44px);
  max-width: calc(33.333% - 44px);
  text-align: center;	
}
.community_join_icon {
  width: 148px;
  margin: 0 auto 20px;
}
.community_join_icon img{
	width: 100%;
	height: auto;
}
.community_join_hd {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -1px;
    margin: 0 0 12px;
    text-transform: capitalize;
}
.community_join_dec p {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0px;
}
.community_pro_icon {
  position: relative;
  width: 146px;
  height: auto;
  cursor: pointer;
  transition: transform 0.6s ease;
}
.community_pro_icon .community_profile_vector {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.community_pro_icon .community_profile_img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  padding: 10px;
}
.community_pro_icon:hover {
  transition: transform 0.6s ease;
  transform: scale(1.1);
}
/**our team**/
.ourTeam_section {
    padding: 120px 0;
}
.ourTeam_section .heading_sec {
  max-width: 1121px;
  margin-left: auto;
  margin-right: auto;
 margin-bottom: 0;	
}
.ourTeam_section .heading_sec p {
	font-size:28px;
	line-height:140%;
}
.ourTeam_bx {
  cursor: pointer;
  transition: all 0.6s;
}
.ourTeam_bx:hover {
  transition: all 0.6s;
/*   transform: translate(0px, -10px); */
}
.our_teamWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 120px;
}
.ourTeam_list {
/*   flex: 1 1 calc(25% - 18px);
  max-width: calc(25% - 18px); */
}
.ourTeam_thumbs {
    width: 100%;
    position: relative;
    background: #00000080;
    border-radius: 50px;
    overflow: hidden;
    height: 506px;
}
.teamThumbnail {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100% !important;
    bottom: 0;
    object-fit: cover;
}
.ourTeam_arrow {
  position: absolute;
  right: 13px;
  top: 17px;
  z-index: 9;
	display: none;
}
.ourTeam_des {
    margin: 18px 0 0;
    display: flex;
    flex-direction: column-reverse;
}
.ourTeam_des h3 {
    color: #fff;
    text-align: center;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
    margin: 0;
	font-style: italic;
}
.ourTeam_des .teamDesignation {
    color: #DDFD6C;
    text-align: center;
    font-size: 31px;
    line-height: 120%;
    font-weight: 300;
    margin: 0 0 6px;
}
.whiteArrow {
  filter: brightness(0) invert(1);
}
#teamModal .popupBx_modal_content {
  background-color: #000;
}
#teamModal .close-btn {
  top: 0px !important;
}
.teamMoreDescition {
  padding: 40px;
  text-align: left;
}
#teamModal .popupBx_modal_content:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
  border-radius: 14px;
  z-index: -1;
}
#teamModal .popupBx_modal_content:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 0px;
  bottom: 0px;
  background: #000;
  border-radius: 8px;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
#teamModal .popupBx_modal_content {
  position: relative;
  border-radius: 10px;
  border: none;
  background-color: inherit;
   min-height: 418px;
    height: max-content;
    margin: auto;
}
#modalTeamName {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
}
#modalTeamDesignation {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
#modalTeamDescription {
  width: 100%;
  max-width: 600px;
  max-height: 167px;
  height: 167px;
  overflow: auto;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 25px 0 0;
}
.modalNavigation {
  display: flex;
  margin: 0 40px;
  gap: 25px;
}
.modalNavigation button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modalNavigation button:hover, .modalNavigation button:focus {
  background-color: #DDFD6C;
  outline: none;
}
.modalNavigation button img {
  width: 20px;
  height: auto;
}
.ourTeam_bx{
  position: relative;
}
.ourTeam_hover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50px;
    padding: 25px;
    background: #DDFD6C;
    text-align: center;
    transition: all 0.6s ease;
    height: calc(100% - 118px);
}
.ourTeam_bx:hover .ourTeam_hover{
	opacity: 1;
	height: calc(100% - 118px);
	transition: all 0.6s ease;
}
.ourTeam_hover .ourTeam_hover_dec {
    display: none;
}
.ourTeam_hoverWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.ourTeam_hover_content {
    max-height: 100%;
    height: 100%;
    overflow: auto;
}
.ourTeam_hover_content p {
    font-size: 22px;
    font-weight: 400;
}
.ourTeam_hover_deg {
    font-size: 31px;
    line-height: 120%;
    font-weight: 300;
    margin: 0 0 6px;
}
.ourTeam_hover_name {
    font-size: 40px;
    line-height: 110%;
    font-weight: 300;
    margin: 0;
    font-style: italic;
}

/**discord community**/
.discord_community {
  padding: 150px 0 200px;
}
.discord_community .heading_sec .para {
  max-width: 754px;
  margin-right: auto;
  margin-left: auto;
}
.community_modern_bx {
  padding-top: 30px;
  position: relative;
  width: 100%;
  max-width: 641px;
  margin-right: auto;
  margin-left: auto;
}
.community_modern_thumbs {
    width: 100%;
    position: relative;
    left: -242px;
}
.community_modern_bx .community_modern_items {
    position: absolute;
    right: -200px;
    top: 127px;
    padding: 52px 56px 52px 56px;
    z-index: 9;
    max-width: 717px;
	 border-radius: 26px;
	backdrop-filter: blur(63px);
    background: rgb(0 0 0 / 40%);
		max-width: 744px;
	    height: 614px;
}
.community_modern_thumbs img.img-fluid {
    max-width: 789px;
}
.community_modern_bx .community_modern_items:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
  border-radius: 14px;
  z-index: -1;
	display: none;
	
}
.community_modern_bx .community_modern_items:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 0px;
  bottom: 0px;
  border-radius: 26px;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
   background-image: url(/wp-content/uploads/2025/05/bg_disc01.png);
     background-color: #644b5ee8;
    backdrop-filter: blur(900px);	
	display: none;
	
}
.community_modern_lst {
    display: flex;
    gap: 20px;
    margin-bottom: 73px;
}
.community_modern_lst:last-child {
  margin-bottom: 0;
}
.community_modern_icon {
    width: 86px;
    height: auto;
    flex: none;
}
.community_modern_icon img {
  width: 100%;
  height: auto;
}
.community_modern_ttle {
    font-size: 32px;
    line-height: 110%;
    font-weight: 400;
    margin: 0 0 14px;
}
.community_modern_para {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}
/**resources**/
.resources_shop{
	padding: 120px 0;
}

.resources_shop_bx {
  /* display: flex;
    flex-wrap: wrap;
    gap: 23px;*/
  padding-top: 22px;
  max-width: 1317px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.resources_shop_items {
  /* flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 15px);*/
}
.main-slide-slide .slider-images .img-parts-slides > .tradersStory_video, .main-slide-slide .slider-images img.tradersFeature_image {
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  linear-gradient(180deg, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.Men {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0.09%, #000000 57.78%) !important;
}
.MenuBoxes.Lt .Boxes a span{
  margin-bottom: 10px !important;
}



@media only screen and (min-width: 1200px){
.resources_shop_bx .swiper-slide.swiper-slide-duplicate-next:hover{
  position: relative;
  left: 20px;
  transition: all 0.6s ease;
}
.resources_shop_bx .swiper-slide.swiper-slide-prev:hover, 
.resources_shop_bx .swiper-slide.swiper-slide-duplicate-prev:hover{
   position: relative;
   right: 20px;
   transition: all 0.6s ease;	
}
.resources_shop_bx .swiper-slide.swiper-slide-prev + .swiper-slide.swiper-slide-active:hover, 
.resources_shop_bx .swiper-slide.swiper-slide-duplicate-prev + .swiper-slide.swiper-slide-active:hover{
	position: relative;
  left: 20px;
  transition: all 0.6s ease;
}	
}

.resources_shop_items {
  width: 100%;
  margin: 0px;
}
.resources_shop_bx .swiper-pagination {
  display: none !important;
}
.resources_shop_thumbs {
    width: 399px;
    height: 586px;
    position: relative;
    border-radius: 60px;
    transition: all 0.6s;
}
/* .resources_shop_thumbs:hover {
  transition: all 0.6s;
  transform: scale(1.1);
} */
.resources_shop_bx .resourcesSlider{
	transition: all 0.6s;	
}


.resources_shop_bx .resourcesSlider:hover{
  padding: 30px 0;
 transition: all 0.6s;	
}	
.resources_shop_thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
.resources_shop_des {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  overflow: hidden;
  border-radius: 60px;
  padding: 42px 44px 46px 42px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: background .5s;
}
.resources_shop_thumbs:hover .resources_shop_des {
/*   background: linear-gradient(180deg, rgba(132, 88, 252, 0) 0%, #8458FC 100%); */
  transition: background .5s;
 	
}
.resources_shop_thumbs::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
  border-radius: 14px;
  z-index: -1;
  display: none;	
}
.resources_shop_btn a {
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.resources_shop_btn a:hover {
  color: #DDFD6C;
}
.resources_shop_btn a img {
  width: 25px;
  height: 25px;
  object-fit: scale-down;
  transition: all 0.6s;
}
.resources_shop_btn a:hover img {
  transform: scale(0.8);
  transition: all 0.6s;
}
.resources_shop_hdng {
    color: #fff;
    font-size: 32px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -0.5px;
    min-height: auto;
    margin: 0 0 27px;
}
.resources_shop_para {
    color: #fff;
    font-size: 18px;
    line-height: 151%;
    font-weight: 300;
    margin: 0 0 27px;
}
.resources_shop_content {
/*   min-height: 230px; */
}
/**get in touch section**/
.getInTouch {
  padding-bottom: 162px;
}
.getInTouch_bx {
  position: relative;
  min-height: ;
}
.getInTouch_bx .banner-img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.getInTouch_bx .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.getInTouch_wrap_cont {

  margin: auto;
  text-align: center;
  padding: 100px 0;
}
.getInTouch_wrap_cont .heading_subtitle {
	color: #DDFD6C;
	font-weight: 300;
	font-size: 36px;
}
.getInTouch_wrap_cont .heading_title {
  color: #FFF;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
}
.getInTouch_wrap {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: 140px;
	padding-top: 20px;
}
.getInTouch_icon {
  margin-bottom: 20px;
  min-height: 71px;
}
.getInTouch_name {
  margin: 0 0 0;
  font-size: 32px;
  line-height: 33px;
  color: #FFF;
  font-weight: 500;
}
.getInTouch_item .btn {
  border-color: #000 !important;
  color: #000 !important;
}
/**stepper page with tab**/
.page-tabbing-info {
  padding: 60px 0 0;
}
.page-tabbing-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 15px;
}
.page-tabbing-li {
  display: flex;
  gap: 0;
  align-items: end;
  color: inherit;
  width: 100%;
  max-width: 464px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 77px;
/*	transition: all 0.5s */
}
.page-tabbing-content .btn {
  border: 1.5px solid #DDFD6C !important;
  height: 29px;
  padding: 0 17px;
  font-size: 16px;
  line-height: 17px;
  color: #000000 !important;
  font-style: italic;
  font-weight: 500;
  background-color: #DDFD6C !important;
  margin: 23px 0 0;
}
.page-tabbing-logo img {
  filter: brightness(0) invert(1);
}
.page-tabbing-info .page-tabbing-li.active, .page-tabbing-info .page-tabbing-li:hover {
  background-color: #DDFD6C !important;
  border-color: #000 !important;
	
}
.page-tabbing-info .page-tabbing-li.active .page-tabbing-content .btn, .page-tabbing-info .page-tabbing-li:hover .page-tabbing-content .btn {
  border: 1.5px solid #000 !important;
  background: #DDFD6C !important;
  position: relative;
}
.page-tabbing-info .page-tabbing-li.active .page-tabbing-title, .page-tabbing-info .page-tabbing-li:hover .page-tabbing-title {
  color: #000;
}
.page-tabbing-info .page-tabbing-li.active .page-tabbing-logo img, .page-tabbing-info .page-tabbing-li:hover .page-tabbing-logo img {
  filter: brightness(0) invert(0);
}
.pageBanner-info.section-padding.BootcampInfo {
  padding: 84px 0;
}
.BootcampInfo .heading_sec p.Subtitle {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 36px;
  color: #DDFD6C
}
.BootcampInfo .heading_sec .heading_title {
  color: #000;
  font-size: 90px;
  line-height: 55px;
  font-weight: 400;
  margin: 5px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90px;
}
.BootcampInfo .heading_sec p {
  font-weight: 400;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 28px;
  margin: 0 0 0;
  line-height: 35px;
}
.page-tabbing-content {
  display: flex;
  margin-left: -19px;
  align-items: center;
  gap: 10px;
	position: relative;
}


.ToolsLinks .page-tabbing-content {
  margin-left:0;
}


.page-tabbing-title {
  padding-left: 10px;
  border-left: 1px solid #CAD0EB;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #FFF;
  margin: 23px 0 0;
}
/**plan benifit**/
.plans_benefit_bx {
  overflow: hidden;
  display: flex;
}
.PlanWrap {
	display: flex;
	margin: 40px 0 0;
	gap: 24px;
	justify-content: center;
}
.plans_benefit {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.6s;
	max-width: 260px;
}
.plans_benefit:hover {
		transition: all 0.6s;
	transform: translate(0px, -15px);
}
/*
.plans_benefit:hover {
    transition: all 0.6s;
    transform: translate(0px, -15px);
}
*/
.plans_benefit_wrap img {
  width: 148px;
  height: 148px;
  object-fit: scale-down;
}
.plans_benefit_name {
  font-size: 28px;
  line-height: 40px;
  max-width: 100%;
  margin: 6px auto 0;
  color: #FFF;
  font-weight: 300;
}
.plansBenefiteSlider {
  padding: 20px 0;
}
.pageBanner-info .heading_sec {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.pageBanner-info .heading_sec .caption-link {
  margin: 25px 0 0;
}
.pageBanner-info .heading_sec .caption-link .btn {
  gap: 13px;
  width: 100%;
  max-width: 551px;
  height: 80px;
  margin: 60px 0 0;
  font-size: 28px;
  font-weight: 300;
  align-items: center;
}
.pageBanner-info .heading_sec .caption-link .btn:hover {
	background: #DDFD6C!important;
	border-color: #DDFD6C!important;
}


.innerBanner_secAbout .innerBanner_bx {
  align-items: center;
}
.hero_aboutBanner_inner {
  width: 60%;
  height: 545px;
  flex: none !important;
}
.hero_aboutBanner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero_aboutBanner img {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  z-index: 9;
  opacity: 0; /* Start hidden */
  transform: scale(0.9); /* Slightly scaled down */
  /*

  transition: 
    width 0.8s ease-in-out,
    height 0.8s ease-in-out,
    top 0.8s ease-in-out,
    left 0.8s ease-in-out,
    right 0.8s ease-in-out,
    bottom 0.8s ease-in-out,
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;*/
	
}

.hero_aboutBanner img:nth-child(1) {
  width: 393px;
  height: 273px;
  left: 0;
  right: 43px;
	top: 50px;
  margin: auto;
  bottom: 181px;
  z-index: 999;
}
.hero_aboutBanner img:nth-child(2) {
	width: 275px;
	height: 191px;
	right: 0;
	top: 134px;
	opacity: 0.7 !important;
}
.hero_aboutBanner img:nth-child(3) {
	width: 251px;
	height: 174px;
	/* right: 0; */
	bottom: -20px;
	right: 101px;
}
.hero_aboutBanner img:nth-child(4) {
	width: 208px;
	height: 144px;
	right: 0;
	bottom: 0;
	left: 120px;
	opacity: 0.6 !important;
}
.hero_aboutBanner img:nth-child(5) {
	width: 141px;
	height: 96px;
	left: 84px;
	top: -48px;
	opacity: 0.6 !important;
}
.hero_aboutBanner img:nth-child(6) {
	width: 127px;
	height: 88px;
	right: 110px;
	top: 0;
	opacity: 0.5 !important;
}
.hero_aboutBanner img:nth-child(7) {
	width: 119px;
	height: 82px;
	left: 43%;
	top: -70px;
	opacity: 0.5 !important;
}
.hero_aboutBanner img:nth-child(8) {
	width: 77px;
	height: 54px;
	left: 22%;
	top: -80px;
	opacity: 0.2 !important;
}
.firstHero_banner.hero_aboutBanner img:nth-child(1) {
  width: 137px;
  height: 97px;
  right: -31px;
  top: 190px;
  opacity: 0.7 !important;
}
.firstHero_banner.hero_aboutBanner img:nth-child(2) {
  width: 256px;
  height: 160px;
  opacity: 1 !important;
}
.firstHero_banner.hero_aboutBanner img:nth-child(3) {
  width: 100px;
  height: 70px;
  bottom: 111px;
  right: 154px;
}
.firstHero_banner.hero_aboutBanner img:nth-child(4) {
  width: 187px;
  height: 115px;
  left: 143px;
  bottom: 99px;
  opacity: 1 !important;
}
.firstHero_banner.hero_aboutBanner img:nth-child(5) {
  width: 200px;
  height: 136px;
  left: 79px;
  top: 183px;
  opacity: 1 !important;
}
.firstHero_banner.hero_aboutBanner img:nth-child(6) {
  width: 130px;
  height: 80px;
  right: 129px;
  top: 20px;
}
.firstHero_banner.hero_aboutBanner img:nth-child(7) {
  width: 143px;
  height: 103px;
  left: 289px;
  top: 107px;
}
.firstHero_banner.hero_aboutBanner img:nth-child(8) {
  width: 140px;
  height: 80px;
  top: 95px;
  left: 136px;
}
.secondHero_banner.hero_aboutBanner img:nth-child(1) {
  width: 115px;
  height: 78px;
  right: -31px;
  top: 178px;
  opacity: 0.6 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(2) {
  width: 79px;
  height: 51px;
  border-radius: 4px;
  right: 180px;
  top: 238px;
  opacity: 0.4 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(3) {
  width: 200px;
  height: 130px;
  bottom: 106px;
  right: 56px;
  opacity: 1 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(4) {
  width: 80px;
  height: 54px;
  left: 219px;
  bottom: 160px;
  opacity: 0.4 !important;
  border-radius: 4px;
}
.secondHero_banner.hero_aboutBanner img:nth-child(5) {
  left: 98px;
  top: 169px;
  width: 200px;
  height: 130px;
  opacity: 1 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(6) {
  width: 130px;
  height: 80px;
  right: 129px;
  top: 94px;
  width: 200px;
  height: 130px;
  bottom: 106px;
  right: 56px;
  opacity: 1 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(7) {
  width: 70px;
  height: 50px;
  left: 310px;
  top: 167px;
  opacity: 0.6 !important;
}
.secondHero_banner.hero_aboutBanner img:nth-child(8) {
  width: 118px;
  height: 86px;
  top: 68px;
  left: 306px;
  opacity: 1 !important;
}
.hero_aboutBanner img {
  transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out!important;
  will-change: transform, opacity;
}
/* When the active banner class is applied → fade in */
.firstHero_banner.hero_aboutBanner img,
.secondHero_banner.hero_aboutBanner img {
  opacity: 1;
  transform: scale(1);
}
.firstHero_banner.hero_aboutBanner img:nth-child(1) { transition-delay: 0.1s; }
.firstHero_banner.hero_aboutBanner img:nth-child(2) { transition-delay: 0.2s; }
.firstHero_banner.hero_aboutBanner img:nth-child(3) { transition-delay: 0.3s; }
.firstHero_banner.hero_aboutBanner img:nth-child(4) { transition-delay: 0.4s; }
.firstHero_banner.hero_aboutBanner img:nth-child(5) { transition-delay: 0.5s; }
.firstHero_banner.hero_aboutBanner img:nth-child(6) { transition-delay: 0.6s; }
.firstHero_banner.hero_aboutBanner img:nth-child(7) { transition-delay: 0.7s; }
.firstHero_banner.hero_aboutBanner img:nth-child(8) { transition-delay: 0.8s; }

.secondHero_banner.hero_aboutBanner img:nth-child(1) { transition-delay: 0.1s; }
.secondHero_banner.hero_aboutBanner img:nth-child(2) { transition-delay: 0.2s; }
.secondHero_banner.hero_aboutBanner img:nth-child(3) { transition-delay: 0.3s; }
.secondHero_banner.hero_aboutBanner img:nth-child(4) { transition-delay: 0.4s; }
.secondHero_banner.hero_aboutBanner img:nth-child(5) { transition-delay: 0.5s; }
.secondHero_banner.hero_aboutBanner img:nth-child(6) { transition-delay: 0.6s; }
.secondHero_banner.hero_aboutBanner img:nth-child(7) { transition-delay: 0.7s; }
.secondHero_banner.hero_aboutBanner img:nth-child(8) { transition-delay: 0.8s; }

/**indicator**/
.innerBanner_sec_v2 {
  padding: 86px 0 !important;
}
.indicator_post {
  z-index: 9;
}
.innerBanner_bx_indicator {
  max-width: 1314px;
  text-align: center;
  margin: 0 auto;
}
.indicator_post_row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.indicator_post_col {
  flex: 1 1 calc(33.33% - 14px);
  max-width: calc(33.33% - 20px);
}
.indicator_post_thumbs {
  height: 355px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.indicator_post_thumbs img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.indicator_post_thumbs:hover img.img-fluid {
  transition: all 0.6s;
  transform: scale(1.1);
}
.indicator_post_thumbs .indicator_post_video_icon {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.indicator_post_des {
  padding: 34px 0 0;
}
.indicator_cat {
  margin: 0 0 8px;
		cursor:pointer;
}
.indicator_cat span {
  color: #DDFD6C;
  font-size: 36px;
  font-weight: 500;
  font-family: var(--secondary-font);
}
.indicator_post_name {
  color: #FFFFFF;
  font-size: 32px;
  margin: 0 0 15px;
  font-weight: 600;
  font-family: var(--primary-font);
	cursor:pointer;
}
.indicator_post_para {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
	cursor:pointer;
}
.indicator_post_thumbs{
	cursor:pointer;
}
.indicator_post_btns {
  margin: 25px 0 0;
}
.indicator_post_btns .btn {
  height: 60px;
  color: #FFF !important;
  font-weight: 300;
  min-width: 268px;
  justify-content: space-between;
  background: #000;
  font-size: 20px;
  transition: all 0.3s;
  border: 0;
}
.indicator_post_btns .btn:hover {
  background: #DDFD6C !important;
  color: #000 !important;
}
.indicator_post_btns .btn img {
  filter: brightness(0) invert(1);
}
.indicator_download_mt5 {
  position: relative;
}
.indicator_download_mt5 span.btn.btn-outline-primary img {
  rotate: 180deg;
  transition: all 0.4s;
}
.indicator_download_mt5.active span.btn.btn-outline-primary img {
  rotate: 0deg;
  transition: all 0.4s;
}
.indicator_download_drop {
  position: absolute;
  top: 56px;
  background: #FFFFFF;
  border: 1px solid #000000;
  max-width: 227px;
  border-radius: 6px;
  display: none;
  z-index: 999;
  overflow: hidden;
}
.indicator_download_mt5.active .indicator_download_drop {
  display: block;
}
.indicator_download_drop .indicator_download_link {
  width: 100%;
  display: flex;
  padding: 11px 16px;
  justify-content: space-between;
  gap: 4px;
}
.indicator_download_drop .indicator_download_link:hover {
  background: #e7e2f5;
  color: inherit;
}
.indicator_download_drop .indicator_download_link img {
  width: 20px;
  height: auto;
}
.indicator_post_btns .btn img {
  width: 20px;
  height: auto;
}
.indicator_post_popupcontent video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0 -7px;
  padding: 0;
}
.indicator_post_popupcontent {
  height: 100%;
}
.faqs_section_light .heading_sec .heading_subtitle {
  color: #8458FC;
}
.faqs_section_light .moreFaqs .btn {
  border-color: #000 !important;
  color: #000 !important;
}
.faqs_section_light .moreFaqs .btn img {
  filter: brightness(0) invert(0);
}
.faqs_section_light .faq_accordion-item-header {
  color: #DDFD6C;
}
.faqs_section_light .faq_accordion-item {
  border-color: #FFFFFF66;
}
.faqs_section_light .faq_accordion-item-body-content {
  color: #FFF;
}
.faqs_section_light .faq_accordion-item-header:after, .faqs_section_light .faq_accordion-item-header:before {
  background-color: #DDFD6C;
}
.tradersStorySlider .swiper-slide:has(+ .swiper-slide.swiper-slide-prev), .tradersStorySlider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide, .tradersStorySlider .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-next + .swiper-slide + .swiper-slide {
  position: relative;
}
.tradersStorySlider .swiper-slide:has(+ .swiper-slide.swiper-slide-prev)::before, .tradersStorySlider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::before, .tradersStorySlider .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-next + .swiper-slide + .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  height: calc(100% - 96px);
  background: linear-gradient(-90.82deg, rgba(0, 0, 0, 0) 10.81%, #000000 70.2%);
  z-index: 999;
}
.tradersStorySlider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::before {
  background: linear-gradient(90.82deg, rgba(0, 0, 0, 0) 10.81%, #000000 70.2%);
  left: unset;
  right: -15px;
}
.tradersStorySlider .swiper-slide img.tradersStory_video_icon {
  display: none;
}
.tradersStorySlider .swiper-slide.swiper-slide-active img.tradersStory_video_icon {
  display: block;
}
.three_cards_anim {
    position: relative;
    height: 100%;
}
.three_cards_anim ul.list_of_cards {
    list-style: none;
    padding: 0;
}
.payoutTrades_images .three_cards_anim  img {
    position: absolute;
    top: 44px;
    left: 0;
    height: auto;
    width: 330px;
    object-fit: contain;
    box-shadow: 4.64px 6.7px 12.37px 1.03px #00000066;
    border-radius: 15px;
}
.three_cards_anim  ul.list_of_cards {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.three_cards_anim ul.list_of_cards li:nth-child(2) {
    transform: translate(140px, 40px);
    z-index: 2;
}
.three_cards_anim ul.list_of_cards li:nth-child(3) {
    transform: translate(260px, 80px);
    z-index: 1;
    position: relative;
}
.three_cards_anim ul.list_of_cards li{
  position: relative;
  transition: all .5s ease-in;
}
.three_cards_anim ul.list_of_cards li:nth-child(1){
  z-index: 3;
}
.three_cards_anim ul.list_of_cards li:nth-child(2){
    z-index: 2;
}
.three_cards_anim ul.list_of_cards li:nth-child(3){
    z-index: 1;
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(2) {
    transform: translate(180px, -130px);
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(1) {
    transform: translate(-47px, 88px);
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(3) {
    transform: translate(350px, 140px);
    z-index: 4;
}
@media only screen and (min-width: 1200px) {
  .plansBenefiteSlider .swiper-wrapper {
    justify-content: center;
  }
  .plansBenefiteSlider .swiper-slide {
    flex: 1 1 220px;
    max-width: 220px;
    text-align: center;
    margin-left: -12px;
  }
  .plans_benefit_bx {
    overflow: visible;
  }
}
/**funding plan**/
.fundingtabcontent {
  display: none;
}
.funding-plans-tab {
  display: flex;
  justify-content: center;
  /* background: linear-gradient(72.02deg, #666666 2.9%, #999999 20.41%, #C2C2C2 40.45%, #E8E8E8 76.95%, #E8E8E8 77.05%, #808080 104.86%); */
  width: auto;
  max-width: fit-content;
  margin: 0 auto 51px;
  padding: 13px 16px;
  border-radius: 58px;
  overflow: hidden;
  border: 1px solid #FFF;
}
.funding-plans-btns {
  /* background: #fff; */
  padding: 0;
  border-radius: 30px;
}
.funding-plans-btns .fundingtablinks {
  border: none;
  background: inherit;
  padding: 12px 46px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #F6F6FD;
  cursor: pointer;
  letter-spacing: 1px;
}
.funding-plans-btns .fundingtablinks:focus {
  outline: none;
}
.funding-plans-btns .fundingtablinks.active, .funding-plans-btns .fundingtablinks:hover {
  background: #FFF;
  color: #06060C;
  border-radius: 100px;
}
/*
.fundingtabcontent{
	background: linear-gradient(72.02deg, #666666 2.9%, #999999 20.41%, #C2C2C2 40.45%, #E8E8E8 76.95%, #E8E8E8 77.05%, #808080 104.86%);
    padding: 4px;
	border-radius: 20px 20px 0 0;
}
*/
.Plans-table {
  width: 100%;
  /* border-right: 1.02px solid #C3C3C366; */
}
.Plans-table th {
  text-align: inherit;
  /* border-right: 1.02px solid #C3C3C366; */
  padding: 3px 0 39px 24px;
  position: relative;
  vertical-align: middle;
  color: #DDFD6C;
  font-weight: 600;
}
.Plans-table th::after {
  content: "";
  background: #C3C3C366;
  width: 1.02px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.Plans-table th:first-child::after {
  display: none
}
	.Plans-table th:last-child::after {
	display: none;
}
.Plans-table thead {
  border-bottom: 1px solid #F6F6FD66;
  padding-bottom: 39px;
}
.Plans-table td {
  padding: 19.5px 0 19.5px 24px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 300;
}
.Plans-table td:first-child {
  font-weight: 400;
  font-style: italic;
}
.Plans-table tbody tr:first-child td {
    padding-top: 41px;
}
.fundingtabcontent_wrap {
  overflow: hidden;
}
.funding-plans-wrap {
  margin: auto;
  background: #06060C80;
  padding: 38px 127px;
  border-radius: 60px;
}
.fundingFtr_button {
  margin: 36px 0 12px;
  padding: 0 0;
  text-align: center;
}
.fundingFtr_button .btn {
  padding: 0 45px;
  color: #DDFD6C;
  display: flex;
  justify-content: space-between;
  height: 80px;
  border: 1px solid #DDFD6C;
  border-radius: 80px;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 300;
  transition: all 0.6s;
}
.fundingFtr_button .btn:hover {
  background: #DDFD6C !important;
  color: #06060C !important
}
.fundingFtr_button .btn img {
  transition: all 0.6s;
  filter: brightness(0) saturate(100%) invert(84%) sepia(19%) saturate(727%) hue-rotate(35deg) brightness(105%) contrast(177%);	
}
.fundingFtr_button .btn:hover img {
  transition: all 0.6s;
  transform: translateX(5px);
  filter: brightness(0%);
}
.fundingtabcontent {
  transition: all 0.5s;
  margin-bottom: -30px;
}
.fundingtabcontent.active {
  transition: all 0.5s;
  margin-bottom: 0px;
}
.fundingtabcontent_wrap .table tbody tr td {
  color: #555865;
}
.fundingtabcontent_wrap .table tbody tr td:first-child {
  color: #3A3E49;
  padding-left: 30px;
}
.fundingtabcontent_wrap .table tbody::-webkit-scrollbar {
  width: 9px;
}
.fundingtabcontent_wrap .table tbody::-webkit-scrollbar-track {
  border-radius: 10px;
}
.fundingtabcontent_wrap .table tbody::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
.fundingtabcontent_wrap .table tbody::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}
/**become a traders**/
.innerBanner_sec {
  padding: 158px 0;
}
.innerBanner_bx {
  display: flex;
  gap: 20px;
	justify-content: space-between;
}
.innerBanner_content {
  flex: none;
  max-width: 600px;
}
.innerBanner_img {
  flex: 1;
}
/**how it work**/
.howItwork_sec {
  padding: 0 0 0;
  overflow: hidden;
}
.howItwork_sec .heading_sec {
  margin-bottom: 20px;
}
.howItwork_sec .heading_sec .heading_title {
  font-size: 30px;
  line-height: 140%;
  font-weight: 400;
}
.howItwork_bx {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.howItwork_items {
  display: flex;
  gap: 12px;
  flex: auto;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 33.33%;
}
.howItwork_name {
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.BoxDescription {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}
.howItwork_icon img {
  width: 148px;
  height: 148px;
  object-fit: scale-down;
}
/* .howItwork_items:before {
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    right: -34px;
    top: -1px;
}
.howItwork_items:last-child:before{
	display: none;
} */
/** benifits info**/
.benifits-info {
  padding: 208px 0px 148px 0px;
}
/**affiliate program**/
.affiliate_program {
  padding: 45px 0 91px;
}
.affiliate_program_bx {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.affiliate_program_list {
  flex: 1 1 calc(33.333% - 27px);
  max-width: calc(33.333% - 27px);
}
.affiliate_program_thumbs {
  margin-bottom: 5px;
}
.affiliate_program_thumbs img {
  width: 100%;
  height: 356px;
  object-fit: scale-down;
}
.affiliate_program_des {
  width: 100%;
  margin: auto;
}
.affiliate_program_des h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}
.affiliate_program_para p {
  font-size: 28px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 0;
}
.affiliate_program_des .caption-link.fade {
  margin-top: 15px;
}
.affiliate_program_des a.btn {
  height: 82.4px;
  width: 100%;
  max-width: 330.8px;
  font-size: 21.97px;
}
.affiliate_program_des a.btn:hover {
  color: #000;
  border-color: #DDFD6C !important;
  background: #DDFD6C !important;
}
.companyInformation ul {
  list-style-type: none;
  margin: 0;
  color: #fff;
  display: flex;
  padding: 75px 0 0;
  gap: 50px;
}
.companyInformation ul li {
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
  position: relative;
}
.companyInformation ul li:before {
  content: "";
  position: absolute;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.companyInformation ul li:last-child:before {
  display: none;
}
.companyInformation ul li strong {
  color: #DDFD6C;
  font-size: 30px;

  letter-spacing: -1px;
  font-weight: 600;
}

input,button {
	outline: none!important;
}

.companyInformation ul li .companyNo_span {
  max-width: 100%;
  font-size: 20px;
  font-weight: 300;
}
.aboutCompany_bx {
	display: flex;
	gap: 99px;
	align-items: center;
}
.aboutCompany_content {
  width: 100%;
	max-width: 50%;
}
.aboutCompany_content {
  width: 100%;
	max-width: 50%;
}
.aboutCompany_wrap { 
  width: 100%;
	max-width: 50%;
}
.aboutCompany_video {
	width: 100%;
	/* padding: 4px; */
	/* background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%); */
	/* border-radius: 20px; */
	height: 526px;
}
.aboutCompany_videoBx {
  position: relative;
}
.aboutCompany_videoBx {
	position: relative;
	height: 100%;
	border-radius: 60px;
	overflow: hidden;
}
.aboutCompany_videoBx:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 background: linear-gradient(160.91deg, rgba(28, 28, 66, 0) 0.05%, #1C1C42 88.54%);

  width: 100%;
  height: 100%;
}
.aboutCompany_videoBx img.img-fluid {
  border-radius: 60px;
	width: 100%;
	height: 100%;
}
.aboutCompany_videoBx .aboutCompany_video_icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	width: 96px;
	height: 96px;
}
.aboutCompany_popupcontent video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutCompany_popupcontent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}
.aboutCompany_popupcontent .aboutCompany_video_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
}
.day-by-day {
  margin: 100px 0;
}
.day-section-bx {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 64px;
  flex-direction: row-reverse;
	align-items: center;
}
.day-section-bx-slider {
  flex: none;
  width: 49%;
  overflow: hidden;
  position: relative;
}
.swiper-tab {
  flex: 1;
  display: inline-block;
  gap: 10px;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 80px 0 0;
}
.swiper-tab .swiper-tab-span {
	border: 1px solid #DDFD6C;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	/* color: #fff; */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px 0 24px;
	border-radius: 80px;
	/* height: auto; */
	margin: 0 17px 17px 0;
	cursor: pointer;
	transition: all 0.6s;
	height: 58px;
	color: #DDFD6C;
}
.swiper-tab .swiper-tab-span:hover, .swiper-tab .swiper-tab-span.active {
  background-color: #DDFD6C;
  color: #000;
  transition: all 0.6s;
}
.ourSwipper_day {
  padding: 80px 0 0;
}
.ourSwipper_day .swiper-button-next {
  top: 38px !important;
}
.ourSwipper_day .swiper-button-prev {
  top: 38px !important;
}
.ourSwipper_day .swiper-button-prev {
  top: 38px !important;
  right: 64px !important;
  left: unset;
}
.swiper-day-wrap {
/*
  padding: 4px;
  background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
*/
  border-radius: 67px;
  overflow: hidden;
}


.swiper-day-wrap-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.slide-day-thumbs img {
	border-radius: 67px;
	width: 100%;
	height: 610px;
	object-fit: cover;
	object-position: center;
}
.swiper-day-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(28, 28, 66, 0) 0%, #1C1C42 100%);
  border-radius: 20px;
  padding: 42px;
}
.ourSwipper_day .swiper-pagination {
  display: none;
}
.swiper-day-desc h3 {
  font-size: 30px;
  line-height: 160%;
  font-weight: 600;
  color: #fff;
  margin: 0 0 18px;
}
.swiper-day-desc p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
/**about our team**/
.about_ourTeam_head {
  display: flex;
  gap: 81px;
}
.about_ourTeam_head .heading_sec {
  flex: 1;
}
.about_ourTeam .our_teamWrap {
  gap: 50px 24px;
}
.getInTouch_about {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.funding-plans .heading_sec .heading_title {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}
.funding-plans .heading_sec p {
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  margin: 38px auto 0px;
  width: 100%;
  max-width: 1000px;
}
/**why choose us**/
.whyChoosAbout_wrap {
  display: flex;
  gap: 120px;
  align-items: center;
}
.whyChooseAbout_thumbs {
  width: 728px;
  flex: none;
}
.whyChooseAbout_des {
  flex: 1;
}
.whyChooseAbout_des .heading_sec{
	   max-width: 690px;
}
.whyChooseAbout_thumbs_img {
  position: relative;
}

.whyChooseAbout_conts {
    box-shadow: -7.84px 7.84px 44.43px 20.01px #00000026;
    width: 294px;
    position: absolute;
    z-index: 9;
    right: 0;
    background-color: #DDFD6C;
    top: 131px;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    font-size: 16px;
    font-weight: 300;
}

.whyChooseAbout_thumbs_txt {
  position: absolute;
  top: 65px;
  width: 321px;
  right: -70px;
  padding: 22px 18px;
  background-image: url(../../assets/images/bg_transparent_bx.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backdrop-filter: blur(55.19333267211914px);
}
.whyChooseAbout_thumbs_txt {
  display: flex;
  gap: 11px;
  font-size: 16px;
}


.whyChooseAbout_des p{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 300;
	padding:30px 0 0;
	margin: 0;
	max-width: 648px;
}

.whyChooseAbout_des .btn-outline-primary {
	color: #fff !important;
	font-size: 20px;
	font-weight: 300;
}
.whyChooseAbout_des .btn-outline-primary:hover {
	background: #DDFD6C!important;
	border-color: #DDFD6C!important
}
/******************************************************/
/*ABOUT US PAGE CSS START HERE
/******************************************************/
.p-top-120 {
  padding-top: 120px;
}
.InnerBanner {
  padding: 173px 0 80px
}
.AbInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abLeft {
  width: 100%;
  max-width: 540px;
  padding: 0 68px 0 0;
}
.abLeft h1.ToolsTitle {
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.abLeft h1 span {
  display: block;
  color: #DDFD6C;
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.abLeft p {
  font-size: 20px;
  color: #FFF;
  line-height: 32px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0 0 25px;
}
.abLeft p strong {
  font-weight: 500;
}
.abRight {
  width: 100%;
  max-width: 688px;
}
.about-banner-gallery {
  position: relative;
  width: 100%;
  height: 545px;
  margin: auto;
}
.about-banner-gallery img {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.banner-center {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/******************************************************/
/*ABOUT US PAGE CSS END HERE
/******************************************************/
.banner_inner_common {
  overflow: hidden;
}
.ftr-copyrights_menu .footer-heading {
  display: none;
}
.tradersStorySlider .swiper-pagination {
  display: none !important;
}
.see-more-btn {
  display: none;
}
.ToolsLinks {
  display: flex;
  gap: 26px;
  margin: 40px 0 0;
}
.ToolsLinks a {
  display: flex;
  border: 1px solid #DDFD6C;
  flex: 0 0 18.7%;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 67px;
  border-radius: 100px;
  font-size: 21px;
  color: #DDFD6C;
  font-weight: 500;
}
.ToolsLinks a:hover, .ToolsLinks a.active {
  color: #06060C;
  background: #DDFD6C;
}
.innerBanner_bx_indicator .heading_sec {
  margin-bottom: 0;
}
.innerBanner_bx_indicator h1 {
  font-size: 90px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.innerBanner_bx_indicator p {
  color: #000;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  margin: 30px 0 0;
  letter-spacing: 0.2px;
}
.sepFaq {
  display: flex;
  flex-direction: column;
}
.sepFaq p.heading_subtitle {
  font-weight: 500;
  color: #DDFD6C !important;
  font-size: 36px;
  text-transform: uppercase;
}
.sepFaq .heading_sec .heading_title {
  color: #FFF;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  margin: 30px 0 0;
  text-transform: capitalize;
}
.sepFaq .heading_sec p.para {
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 34px 0 0px;
  letter-spacing: 0.5px;
}
.FaqBtn {
  border: 2px solid #DDFD6C;
  border-radius: 80px;
  padding: 0 32px;
  display: inline-flex;
  font-size: 20px;
  color: #DDFD6C;
  font-weight: 300;
  gap: 41px;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  transition: all 0.5s;
}
.FaqBtn img {
  transform: rotate(180deg);
}
.FaqBtn:hover {
  background: #DDFD6C;
  color: #000;
}
.FaqBtn:hover img {
  filter: brightness(0%);
}
/* .ftr_logo img {
  filter: brightness(0) invert(1);
} */
.JoinSubscriber {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 34px 0 0;
}
.sbContent {
  color: #FFF;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
.EmailSubs {
  position: relative;
  width: 100%;
  max-width: 681px;
  margin: 23px auto 0;
}
.EmailSubs input[type=email], .EmailSubs input[type=text] {
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  padding: 0 32px;
  color: #FFFFFFB2;
  background: none !important;
  outline: none !important;
  font-size: 18px;
}
.EmailSubs button {
  width: 25px;
  height: 25px;
  border: 0;
  background: none;
  position: absolute;
  top: 9px;
  right: 26px;
  cursor: pointer;
}
.EmailSubs button img {
  filter: brightness(0) invert(1);
}
.ftr-copyrights_col {
  width: 100%;
}
.ftr-copyrights_bx {
  display: flex;
  gap: 51px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #FFF;
}
.TraderBanner .innerBanner_bx {
  align-items: center;
  justify-content: space-between;
}
.TraderBanner .innerBanner_content {
  max-width: 755px;
  padding: 0 30px 0 0;
}
.TraderBanner .heading_sec .heading_subtitle {
  font-size: 36px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 4px;
}
.TraderBanner .heading_sec .heading_title {
  font-size: 60px;
  line-height: 68px;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.TraderBanner .heading_sec p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  margin: 24px 0 0;
}
.MainBenefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BenefitsPictures {
  width: 100%;
  max-width: 722px;
}
.BenefitsPictures img {
  height: 100%;
  height: 612px;
  border-radius: 60px;
  display: block;
}
.BenefitsListing {
  width: 100%;
  max-width: 831px;
}
.BenefitsListing h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 65px;
}
.BenefitsListing h3 {
font-family: Cabinet Grotesk;
	font-size: 36px;
	color: #DDFD6C;
	font-weight: 400;
}
.BenefitsListing p {
	font-size: 28px;
	color: #FFF;
	line-height: 38px;
	font-weight: 300;
	width: 100%;
	max-width: 611px;
}
.BenefitsListing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BenefitsListing ul li {
  background: url(../../assets/images/bullet.svg) no-repeat left 14px;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0 0 60px;
  margin: 20px 0 0
}
.img-fluid.mobilePic {
  display: none;
}
.btn.btn-outline-primary.mstep {
  display: none !important;
}


.PContentnew {
	width: 100%;
  max-width: 1200px;
  margin:0 auto;
  text-align: center;
}

.PartnersBannernew {
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.PartSub {
	font-family: var(--secondary-font);
	font-size: 36px;
	color: #DDFD6C;
}
.PartnersBannernew h1 {
	font-size: 72px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 80px;
	font-weight: 700;
}
.PartnersBannernew p {
	font-weight: 300;
	color: #FFF;
	font-size: 28px;
	padding: 24px 0 0;
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
}
.PartnersBannernew .caption-link  {
	margin-top: 45px;
}
body .PartnersBannernew .caption-link .btn-outline-primary{
	background: #DDFD6C;
	border-color: #DDFD6C!important;
	color: #000!important;
}
body .PartnersBannernew .caption-link .btn-outline-primary img {
	filter: brightness(0%);
}


.PartNersArea {
	width: 100%;
	padding: 0;
	display: flex;
	padding-bottom: 130px;
	flex-direction: column;
	flex-wrap: wrap;
}

.partner-default-content-new {
	background: #06060C;
display: flex;
	padding: 44px;
	border-radius: 60px;
	transition: all 0.4s;
	min-height: 492px;
	justify-content: space-between;
	flex-direction: column;
}
.PartnerHead {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.partner-default-content-new:hover {
	background: #DDFD6C;
}
.partner-default-content-new img {
	width: auto;
	height: 60px;
	object-fit: contain;
}
.partner-default-content-new:hover img {
	filter: brightness(0%);
}




.partners-box-row-new {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	row-gap: 64px;
}
.partner-default-content-new {
	background: #06060C;
	display: flex;
	padding: 44px;
	border-radius: 60px;
	transition: all 0.4s;
	min-height: 492px;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	max-width: 22%;
}


.partner-default-content-new:first-child {
	max-width: 74%;
}
.partner-default-content-new:last-child {
	max-width: 48%;
}


.PartnerLogo-new h2 {
	font-size: 32.75px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 0;
	margin: 16px 0 0;
}
.TagPartner p{
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 25.47px;
	font-weight: 300;
}
.TagPartner span {
	font-weight: 600;
	font-size: 18px;
	color: #DDFD6C;
	padding: 10px 0 0;
	display: block;
}



/*
.Latest-competitions {
  width: 70%;
	
}
.Latest-competitions .swiper-wrapper {
  max-width: 10%;
}
*/
.Latest-competitions .swiper-slide {
    background: #06060C;
    height: 586px;
    border-radius: 60px;
    padding: 40px 25px;
}


.ComSlider {
	width: 100%;

	overflow: hidden;
	padding: 0 0 0 8%;
	margin-top: 70px;
}

.Ins {
	overflow: hidden;
	width: calc(120% - 20px);
}


.partner-default-content-new:first-child .PartnerLogo-new h2{ 
	font-size: 60px;
	font-weight: 700;
}
.partner-default-content-new:first-child .TagPartner p{ 
	font-size: 35.47px;
}
.partner-default-content-new:first-child .TagPartner span{ 
	font-size: 28.19px;
	color: #FF0871;
}

.partner-default-content-new:hover .PartnerLogo-new h2,
.partner-default-content-new:hover .TagPartner p,
.partner-default-content-new:hover .TagPartner span {
	color: #06060C
}



.MonthlyHead {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.MonthlyHead h3 strong {
	display: block;
	font-size: 36px;
	color: #DDFD6C;
	font-family: Cabinet Grotesk;
	font-weight: 400;
}
.MonthlyHead h3 {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 60px;
	text-transform: capitalize;
}
.MonthlyHead p{
	font-weight: 300;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px;
	margin:10px 0 0;
	padding: 0;
}

.LeaderBordTable {
	margin: 40px 0 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.LeaderBordTable img {
	display: block;
	width: 100%;
}



.SliderBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.SliderBox .Icon img{
	width: auto;
	height: 60px;
}
.SliderBox h3 {
	font-size: 32px;
	color: #DDFD6C;
	font-weight: 500;
	margin: 25px 0 0;
}
.SliderBox h4{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 300;
}
.SliderBox h5 {
    color: #FFF;
    font-family: General Sans;
    font-weight: 300;
    font-style: Italic;
    font-size: 36px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
}

.SliderBox ul {
	padding: 0;
	display: flex;
	margin: 0;
	list-style-type: none;
}
.SliderBox ul li {
	width: 100%;
	max-width: 33%;
	font-size: 20px;
	color: #FFFFFF;
}
.SliderBox ul li strong {
	font-weight: 400;
	font-size: 16px;
	color:#F6F6FD;
	display: block;
	opacity: 0.8;
}
.PrizesA  {
		font-size: 20px;
	color: #FFFFFF;
	margin-top: 20px;
}
.PrizesA strong{
	display: block;
		font-weight: 400;
	font-size: 16px;
	color:#F6F6FD;
	opacity: 0.8;
}

.SignUpArea {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	gap: 16px;
	margin: 30px 0 0;
	transition:all 0.5s;
}
.SignUpArea svg {
	transition:all 0.5s;
}
.SignUpArea:hover {
	color: #DDFD6C;
	gap:10px;
}
.SignUpArea:hover svg {
	width: 18px;
}
.SignUpArea:hover svg path{
	fill: #DDFD6C;
}

#timer {
	font-size: 141px;
	color: #DDFD6C;
	font-weight: 600;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	max-width: 1020px;
	margin:50px auto 0;
}
.tm {
	display: flex;
	flex-direction: column;
	gap:36px;
}
#timer img {
	border-style: none;
	width: 47px;
	height: 45px;
}
#timer span{
	display: flex;
	flex-direction: column;
	font-weight:700;
}
#timer em {
	font-style: normal;
	font-size: 56px;
	color: #FFFFFF;
	font-weight: 300;
}
#countdown {
	width: 100%;
	max-width: 999px;
	margin: 0 auto;
}
#timer span {
	line-height: 100px;
}


.EventTitle {
	width: 100%;
	max-width: 1100px;
	margin: 80px auto 0;
}
.EventTitle h3 {
	font-size: 39px;
	color: #FFFFFF;
	font-weight: 500;
}
.EventTitle  p{
	font-size: 31.7px;
	color: #FFF;
	font-weight: 300;
	padding:0;
	margin: 26px 0 26px;
}



.GallaeryWebinar {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 220px 0; 
}
.GalHead {
	text-align: center;
}
.GalHead h2{
	font-size: 36px;
	color: #DDFD6C;
	font-weight: 400;
	font-family: Cabinet Grotesk;
	
	padding: 0;
	margin: 0;
}
.GalHead h3 {
	font-weight: 700;
	font-size: 60px;
	color: #FFF;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.blg {
	padding-bottom: 130px;
}

.blg .BenefitsListing p{
	font-size: 20px;
  color: #FFF;
  line-height: 32px;
  font-weight: 300;
  width: 100%;
  max-width: 685px;
	margin:13px 0 35px
}

.innerBanner_secAbout .heading_sec p {
	font-size: 28px;
	line-height: 140%;
	font-weight: 300;
	margin: 10px 0 0px;
}
.innerBanner_secAbout .heading_sec p  strong {
	font-weight: 600;
	display: block;
}
.innerBanner_secAbout .btn-outline-primary {
	font-size: 20px;
	background: #DDFD6C;
	color: #000!important;
	border-color: #DDFD6C!important;
	font-weight: 300;
  min-width: 250px;
}
.innerBanner_secAbout .btn-outline-primary img {
	filter: brightness(0%);
}
.innerBanner_secAbout .btn-outline-primary:hover{
	font-weight: 600;
}




.aboutCompany_content .heading_sec p.para.text-white {
	font-size: 28px;
	margin: 30px 0;
	padding: 0 100px 0 0;
	line-height: normal;
}
.aboutCompany_content .btn-outline-primary {
	font-size: 20px;
	background: #DDFD6C;
	color: #000!important;
	border-color: #DDFD6C!important;
}
.aboutCompany_content .btn-outline-primary img {
	filter: brightness(0%);
}
.aboutCompany_content .btn-outline-primary:hover{
	font-weight: 600;
}

.day-by-day .heading_sec .heading_subtitle {
	font-size: 60px;
	color: #FFF;
	font-style: italic;
	padding: 0;
	margin: 0;
	line-height: inherit;
	vertical-align: inherit
}
.day-by-day .heading_sec .heading_title {
	font-size: 60px;
	font-weight: 700;
		padding: 0 0 0 12px;
	margin: 0;
		line-height: inherit;
	vertical-align: inherit

}
.ttn .ourTeamSlider {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}
.SliderBody {
	cursor: pointer;
}
.ttn .ourTeam_list {
	width: 25%;
	padding: 20px;
}

.hh {
	margin: 0 0 40px;
	line-height:60px;
}
.hh span {
	display:block;
	padding:0!important;
}

.mmtab {
	display: none;
}
.Tabdes {
	font-size: 20px;
	color: #FFF;
	font-weight: 300;
	margin: 40px 0 0;
	padding: 0;
	line-height: 35px;
}


.ourTeam_section.ttn.TeamMember h6.SinceBuilders{
	font-size: 90px;
	font-style: italic;
	font-weight: 300;
	color: #FFF;
}


.JasonData img {
	border-radius: 60px;
}


.review_dec img{
	width: auto!important
}

.owl-stage-outer::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 15%;
	height: 101%;
/*	background: url(../../assets/images/right-sha.svg) no-repeat left top;*/
	background-size: cover;
	z-index: 99;
	border-radius: 0 20px 24px 0 ;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #0000009c 100%);

}

.owl-stage-outer::before {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 15%;
	height: 101%;
	/* background: url(../../assets/images/left-sha.svg) no-repeat right top; */
	background-size: cover;
	/* background: #F00; */
	z-index: 99;
	border-radius: 20px 0 0 24px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0000009c 100%);
}

.screenshot_slider .owl-dots {
	text-align: center;
	margin: 40px 0 0;
}
.screenshot_slider .owl-dot {
	background: #FFFFFF !important;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	transition: all 0.5s;
	margin: 0 5px;
}
.screenshot_slider .owl-dot.active {
		background: #DDFD6C !important;
	width: 26px;
	border-radius: 100px;
}

.OurDepartment {
	display: none;
}



.our_reviews {
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	margin: 12px 0 0;
}
.our_reviews a{
	color:#FFF;
}

.resources_shop_thumbs img {
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    will-change: transform;
}
.resources_shop_thumbs{
	overflow:hidden;
}
.resources_shop_thumbs:hover img {
    transform: scale(1.15);
}
.page-id-27 .innerBanner_bx_indicator .heading_sec p{
	line-height: 140%;
}
.page-id-589 .TraderBanner .heading_sec p{
	width:554px;
}
.btn__trading a{
	    background: #DDFD6C !important;
    border-color: #DDFD6C !important;
    color: #000 !important;
}
.btn__trading a:hover{
border-color: #fff !important;
    color: #fff !important;
    border-width: 2px !important;
	background:transparent !important;
}
.btn__trading a img {
    filter: brightness(0%) !important;
}
.btn__trading a:hover img {
    filter: brightness(100%) !important;
}
.resources_shop_bx2 .swiper-pagination {
    display: none;
}
.resources_shop_bx2 {
    padding-top: 22px;
    max-width: 1317px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.boxed__funded{
    display: block;
    width: auto;
    max-width: max-content !important;
    border-right: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    transition: none !important;
    box-shadow: none !important;
}
.MenuBoxes .Boxes .hovertext span {
    color: rgba(221, 253, 108, 1);
    margin-top: 0;
	font-weight:400;
	font-size:18px;
	padding-right: 0;
}
table.BlackTable tr th br {
    display: none;
}
.day-section-bx-slider .Tabdes.BelowGallery {
    display: none;
}
.JasonData img {
    margin-bottom: 0;
}
	.colon-timer-desk{
		display:block;
	}
	.colon-timer-mob{
		display:none;
	}
.Plans-table td a{
	color: #DDFD6C;
}
.futures__new a {
    background: #DDFD6C;
    border-radius: 50px;
    color: #000 !important;
    border-color: #DDFD6C !important;
	padding: 0 31.5px;
    display: flex;
    gap: 18px;
}
.futures__new a span:last-child {
    background: #3E2680;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    border-radius: 50px;
    padding: 6px 13.2px;
    color: #fff;
    text-transform: uppercase;
}
.trustpilot-widget iframe{
      position: relative;
    left: -20px;
}
/*circle move css*/
  .orbit-container {
  position: relative;
  width: 350px;
  height: 350px;
  margin: auto;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
    width: 300px;
    height: 300px;
  transform: translate(-50%, -50%);
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-image:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   width: 400px;
    height: 400px;
    border: 1px solid #fff;
    border-radius: 100%;

}
.center-image img {
  width: auto;
  border-radius: 50%;
  margin-top: -30px;
}

.orbit {
 position: absolute;
  width: 350px;
  height: 350px;
  animation: rotate 20s linear infinite;
  transform-origin: center center;
  z-index: 9;
}

.orbit-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px; /* half of width/height */
}

.orbit-icon img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid white;
}

/* Position icons in circular orbit */
.orbit-icon:nth-child(1) {
  transform: rotate(0deg) translateX(200px) rotate(77deg);
}
.orbit-icon:nth-child(2) {
  transform: rotate(72deg) translateX(200px) rotate(96deg);
}
.orbit-icon:nth-child(3) {
  transform: rotate(144deg) translateX(200px) rotate(96deg);
}
.orbit-icon:nth-child(4) {
  transform: rotate(216deg) translateX(200px) rotate(69deg);
}
.orbit-icon:nth-child(5) {
  transform: rotate(288deg) translateX(200px) rotate(95deg);
}
/* Animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fundingtabcontent .fundingtabcontent_wrap>p {
    display: none;
}
.page-template-tpl-community .trader_story .story_wrap .custom-bullet {
    background: #FFFFFF;
}
.page-template-tpl-community .trader_story .story_wrap .custom-bullet.active {
    background: #3E2680;
}
.video__downloads, .video__downloads>div{
	height:100%;
}
.popupBx_modal .popupBx_modal_content {
    background: #fff;
    padding: 0;
    width: 80%;
    min-height: auto;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 5px solid #501CE1;
    /* max-width: 1020px; */
}
.blog-banner .Sliderwrap .BlogLeft_Slider img{
	object-fit: contain;
	border-radius: 20px;
	height: auto;

}




.banner {
	background: url(../../assets/images/post-banner.svg) no-repeat center top;
	background-size: cover;
		text-align: center;
	padding: 26.5px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.banner p{
	padding: 0!important;
	margin: 0!important;
}
.banner .header3 {
	color: rgba(221, 253, 108, 1);
	font-weight: 500;
	font-size: 36px;
	padding:0;
	margin: 0;
}

.banner .header4,
.banner .header4 p{
	font-size: 32px;
	color: #FFF;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.banner .header4 a{
	color: #FFF;
/* 	text-decoration: underline; */
}
.banner p img{
	display: none;
}
.page-template-company header#masthead {
    position: absolute;
}
@media (max-width:640px){
	.banner {
	background: url(../../assets/images/post-banner-mobile.svg) no-repeat center top;
	background-size: cover;
		text-align: center;
	padding:15px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
	.banner .header3 {
	font-weight: 400!important;
	font-size: 16px!important;

}

.banner .header4,
.banner .header4 p{
	font-size: 14px!important;

}
}


/**start media query**/ 
@media only screen and (min-width: 880px) {
.page-id-1320 .GallaeryWebinar .grid-gallery .img4{
	width:100%;
}
}
/*
@media only screen and (min-width: 1200px) {
	body .main-navigation ul#primary-menu li a {
		padding-right: 0;
	}
}
*/
@media only screen and (max-width: 1600px) {
	.specification-plans-tab,
	.specification-plans-content{
		max-width: 46%!important;
	}
	.main-navigation ul#primary-menu li a {
	  font-size: 15px;
	}
	.main-navigation ul#primary-menu {
		display:flex;
    	gap: 14px;
	}
	.futures__new a {
		padding: 0 30.5px;
		display: flex;
		gap: 10px;
	}
	.head_wrap {
		gap: 25px;
	}
	.partner-default-content-new {
		padding: 44px 29px;
		min-height: 380px;
	}	
	.partner-default-content-new img {
		height: 45px;
	}
	.PartnerLogo-new h2 {
		font-size:26px;
	}
	.TagPartner p {
		font-size: 20px;
	}
	.partner-default-content-new:first-child .PartnerLogo-new h2 {
		font-size: 36px;
	}
	.partner-default-content-new:first-child .TagPartner p {
		font-size: 22px;
	}
	.partner-default-content-new:first-child .TagPartner span {
	font-size: 26px;
	padding: 0;
}
	.partners-box-row-new {
		row-gap: 50px;
	}
.resources_shop_thumbs {
    width: 100%;
}	

	.TraderBanner .innerBanner_content {
		max-width: 50%;
	}
	.TraderBanner .heading_sec .heading_title {
	font-size: 45px;
	line-height: 55px;
}
	.innerBanner_sec {
	padding: 100px 0;
} 
	.BenefitsPictures {
	width: 100%;
	max-width: 49%;
}
	.BenefitsListing {
	width: 100%;
	max-width: 49%;
}
	.BenefitsPictures img {
	height: 100%;
	height: 500px;
	border-radius: 60px;
	display: block;
	width: 100%;
}
	.BenefitsListing h2 {
	font-size: 45px;
	line-height: 45px;
}
	.BenefitsListing h3 {
		font-size: 26px
	}
.BenefitsListing p {
	font-size: 24px;
	color: #FFF;
	line-height: 30px;
	font-weight: 300;
	width: 100%;
	max-width: 611px;
}
	.BenefitsListing ul li {
	padding: 0 0 0 60px;
	margin: 10px 0 0;
}
	.SliderBox h3 {
		font-size: 24px;
	}
	.SliderBox h4 {
		font-size: 18px;
	}
	.SliderBox h5 {
		font-size: 26px;
	}
	.SliderBox ul li {
		font-size: 13px;
	}
	.SliderBox ul li strong {
		font-size: 13px;
	}
	.PrizesA {
		font-size: 14px;
	}
	.sepFaq .heading_sec .heading_title {
	font-size: 40px;
	line-height: 45px;
	margin: 20px 0 0;
}
	.footer-join .heading_title {
	font-size: 40px;
	line-height: 50px;
}
	.MonthlyHead h3 strong {
		font-size: 26px;
	}
	.MonthlyHead h3 {
		font-size: 45px;
	}
	.MonthlyHead p {
	font-size: 24px;
	line-height: 37px;
}
	.Webinar h2 {
	font-size: 60px;
}
	#timer {
		font-size: 100px;
	}
	#timer em {
		font-size: 26px;
	}
	.Webinar h2 {
		font-size: 65px;
	}
	.whyChoosAbout_wrap {
		gap:80px;
	}
	.whyChooseAbout_thumbs {
        width: 510px;
    }
	.whyChooseAbout_des {
		width: 50%
	}
	.whyChooseAbout_conts{
		    right: -40px;
	}
	 .whyChooseAbout_conts {
        right: -40px;
        padding: 20px;
        width: 266px;
        font-size: 14px;
    }
	.whyChooseAbout_conts img {
		flex: none;
		width: 24px;
		height: auto;
	}
	.whyChooseAbout_des .heading_sec {
		max-width: 100%;
	}
	.heading_sec .heading_subtitle {
		font-size: 26px;
	}
	.heading_sec .heading_title {
		font-size: 40px;
	}
	.whyChooseAbout_des p {
	font-size: 17px;
	padding: 20px 0 0;
	line-height: 28px;
}
	.day-by-day .heading_sec .heading_subtitle,
	.day-by-day .heading_sec .heading_title{
		font-size: 40px;
	}
	.heading_sec {
		line-height: 45px;
	}
	.swiper-tab .swiper-tab-span {
	font-size: 16px;
	line-height: 17px;
	padding: 0 20px;
	margin: 0 14px 14px 0;
	height: 38px;
}
	.slide-day-thumbs img {
	height: 440px;
}
	.aboutCompany_video {
		height: 440px;
	}
	
	.ourTeam_section.ttn.TeamMember h6.SinceBuilders{
		font-size: 60px;
	}
	.heading_sec p {
		font-size: 17px;
	}
	.Tabdes {
	font-size: 17px;
	color: #FFF;
	font-weight: 300;
	margin: 20px 0 0;
	padding: 0;
	line-height: 30px;
}
	.ttn .ourTeam_list {
		padding: 10px;
	}
	.ourTeam_thumbs {
	border-radius: 30px;
	height: 449px;
}
	.ourTeam_hover {
	border-radius: 30px;
	padding: 20px;
}
	.ourTeam_des .teamDesignation,
	.ourTeam_hover_deg{
		font-size: 20px;
	}
	.ourTeam_des h3,
	.ourTeam_hover_name{
		font-size: 32px;
	}
	.ourTeam_hover_content p {
	font-size: 16px;
	font-weight: 300;
}
	.getInTouch_wrap_cont {
		padding: 50px 0;
	}
	.ourTeam_section {
		padding: 70px 0
	}
	.innerBanner_secAbout .innerBanner_content {
		max-width: 50% !important;
	}
	.innerBanner_sec.section-padding.innerBanner_secAbout {
		overflow: hidden;
	}
  .ourTeam_bx:hover .ourTeam_hover,
  .ourTeam_hover {
    height: calc(100% - 80px) !important;
}
.payoutTrades_images .three_cards_anim  img {
    position: absolute;
    top: 44px;
    left: 0;
    height: auto;
    width: 180px;
    object-fit: contain;
    box-shadow: 4.64px 6.7px 12.37px 1.03px #00000066;
    border-radius: 13px;
}
.three_cards_anim ul.list_of_cards li:nth-child(3) {
    transform: translate(165px, 80px);
    position: relative;
}
.three_cards_anim ul.list_of_cards li:nth-child(2) {
    transform: translate(79px, 40px);
    z-index: 2;
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(2) {
    transform: translate(121px, -68px);
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(3) {
    transform: translate(220px, 88px);
    z-index: 4;
}
.three_cards_anim:hover ul.list_of_cards li:nth-child(1) {
    transform: translate(-5px, 54px);
}
.three_cards_anim  ul.list_of_cards {
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
}
}

@media only screen and (max-width: 1366px) {
  .innerBanner_sec.TraderBanner {
    padding: 51px 0;
  }
  .TraderBanner .innerBanner_content {
    max-width: 50%;
    padding: 0 30px 0 0;
  }
  .TraderBanner .innerBanner_img {
    width: 100%;
    max-width: 50%;
  }
  .TraderBanner .heading_sec .heading_title {
    font-size: 36px;
    line-height: 50px;
  }
  .TraderBanner .heading_sec p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .howItwork_icon img {
    width: 100px;
    height: 100px;
  }
  .TraderBanner .innerBanner_bx {
    flex-direction: row;
  }
  .BenefitsPictures {
    width: 100%;
    max-width: 48%;
  }
  .BenefitsPictures img {
    height: auto;
    height: auto;
    border-radius: 60px;
    display: block;
    object-fit: contain;
    width: 100%;
  }
  .BenefitsListing {
    width: 100%;
    max-width: 48%;
  }
  .BenefitsListing h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .BenefitsListing ul li {
    font-size: 22px;
    padding: 0 0 0 50px;
    margin: 15px 0 0;
    background-size: 27px;
  }
	.BenefitsListing h3 {
		font-size: 26px;
	}
	.BenefitsListing p {
		font-size: 16px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 1200px) {
	.site-header {
		overflow: hidden;
	}
	
	.trustpilot-widget iframe {
    position: relative;
    left: 0;
    top: 10px;
}
	.futures__new.mobile__futures {
    display: block;
}
	.futures__new.mobile__futures a {
        padding: 0 20.5px;
		height: 46px;
    }
	.futures__new a span:last-child {
    	font-size: 14px;
	}
	.page-id-589 .TraderBanner .heading_sec p{
	width:100%;
}
  .container {
    padding: 0 24px;
  }
  .section-padding {
    padding: 80px 0 !important;
  }
  .site-branding img.custom-logo {
    width: 85px;
    height: auto;
  }
  .humber-menu {
    display: flex !important;
    cursor: pointer;
  }
  .main-navigation {
    display: none;
  }
  .site-hdr-btn {
    display: none;
  }
	.futures__new{
		display:none;
	}
  .ourTeam_thumbs .teamVector {
    width: 100%;
    height: auto;
  }
  .tradersStory_video, .tradersStory_thumbs {
    height: 317px;
  }
  .tradersStorySlider .swiper-button-next, .tradersStorySlider .swiper-button-prev {
    top: 41%;
  }
  .community_modern_bx .community_modern_items {
/*     position: static;
    margin: auto; */
  }
  .community_modern_thumbs {
    position: static;
    max-width: 604px;
    margin: 0 auto 40px;
  }
  .payoutTrades_bx {
    flex-direction: column;
  }
  .payoutTrades_info {
    width: 100%;
  }
  .payoutTrades_images {
    text-align: center;
  }
  .payoutTrades_images img {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
  .payoutTrades_images .hover_payoutImg {
    transform: scale(1.0);
  }
  .getInTouch_bx .banner-img img {
    object-fit: fill;
  }
  .getInTouch_wrap_cont {
    max-width: 81%;
    padding: 60px 0;
  }

  .footer-row {
    gap: 15px;
  }
  .footer-row .footer-col {
    flex: 1 1 18%;
    max-width: 18%;
  }
  .footer-row .footer-col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .footer-company {
    width: 100%;
    text-align: center;
  }
  .ftr_social_icons {
    margin: 30px 0 32px;
    justify-content: center;
  }
  .ftr-copyrights_row {
    flex-direction: column;
    gap: 20px;
  }
  .ftr-copyrights_bx {
    gap: 10px;
    align-items: center;
    flex-direction: column;
  }
  .pageBanner-info .container:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .plans_benefit_bx {
    padding-bottom: 39px;
  }
  .plansBenefiteSlider .swiper-slide {
    margin-left: -12px;
  }
  .plansBenefiteSlider .swiper-pagination-bullet-active {
    width: 19px !important;
  }
  .page-tabbing-content {
    margin-left: 7px;
    flex-direction: column;
  }
  .specification-plans-wrap {
    gap: 30px;
    flex-direction: column;
  }
  .specification-plans-tab {
    flex-direction: row;
    gap: 0px;
    width: 100%;
    flex: none;
  }
  .specification-plans-tab button {
    font-size: 18px;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .scaling_plan_bx {
    gap: 60px;
    flex-direction: column-reverse;
  }
  .scaling_plan_content {
    width: 100%;
  }
  .scaling_plan_des {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .review_section .heading_sec.text-center {
    text-align: left !important;
  }
  .review_trusted {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 405px;
  }
  .review-swiper-button {
    display: none !important;
  }
  .review_section {
    padding-bottom: 80px !important;
  }

  .review_section .reviewSlider {
    padding: 15px 0 40px;
  }
  .reviewSlider .swiper-pagination {
    position: static;
    text-align: left;
    padding-left: 26px;
    padding-top: 30px;
  }
  .reviewSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DDFD6C !important;
  }
  .review_para {
    font-size: 16px;
    line-height: 151%;
    max-height: 184px;
  }
  .review_bx {
    overflow: hidden;
    height: 367px;
    padding: 27px 10px 27px 29px;
  }
  .review_heading {
    font-size: 24px;
    line-height: 120%;
  }
  .review_section .reviewSlider:before, .review_section .reviewSlider:after {
    display: none;
  }
  .page-tabbing-ul {
    gap: 0;
    padding: 0 24px;
  }
  .page-tabbing-li {
    width: 100%;
    max-width: 33.33%;
    height: auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-direction: column;
    padding: 8px;
  }
  .page-tabbing-content .btn {
    display: none;
  }
  .btn.btn-outline-primary.mstep {
    display: inline-flex !important;
    margin: 20px 0 0 -12px;
    align-items: center;
    position: relative;
    padding: 4px 10px;
    background: #DDFD6C;
    height: 20px;
    border-color: #DDFD6C !important;
    color: #06060C !important;
    font-size: 11px;
    font-style: italic;
    border-width: 1px !important;
  }
  .page-tabbing-logo img {
    height: 30px;
    width: 34px;
  }
  .page-tabbing-li.active .btn.btn-outline-primary.mstep {
    border-color: #000 !important;
  }
  .page-tabbing-title {
    padding-left: 0;
    border-left: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #FFF;
    margin: 6px 0 0;
  }
  .page-tabbing-info {
    padding: 24px 0 0;
  }
	.PlanWrap {
		flex-wrap: wrap;
	}
	.plans_benefit_wrap img {
		width: 120px;
		height: 120px;
	}
	
	.plans_benefit_name {
	font-size: 16px;
	line-height: 28px;
	max-width: 100%;
	margin: 6px auto 0;
	color: #FFF;
	font-weight: 300;
}
	.plans_benefit {

	padding: 0;
	gap: 5px;
	flex: 1;
}
.specification-plans-tab {
	display: flex;
	flex-direction: row!important;
	gap: 5px!important;
	width: 100%!important;
	flex: none!important;
	max-width: 100%!important;
}
	body .specification-plans-tab button {
	color: #C3C3C3;
	font-size: 26px;
	border: 1px solid #DDFD6C!important;
	cursor: pointer;
	text-align: center;
	padding: 12px 0!important;
	border-radius: 90px;
}
	body .specification-plans-tab button.active, body .specification-plans-tab button.active:hover {
	color: #000 !important;
	border-color: #DDFD6C !important;
	background: #DDFD6C;
}
	.specification-plans-content {
	width: 100%;
	max-width: 100%;
	margin: 39px 0 0;
}
	.specificationtabcontent li {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	padding-left: 55px;
	position: relative;
	padding: 0 0 0 50px;
}
		.specification-plans-tab,
	.specification-plans-content{
		max-width: 100%!important;
	}
	.partner-default-content-new {

	width: 100%;
	max-width: 47% !important;
}
.resources_shop .container:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}	
.indicator_post.section-padding {
    padding: 40px 0 !important;
}
}
@media only screen and (max-width: 1196px) {
.day-section-bx-slider .Tabdes.BelowGallery {
    display: block;
}
.day-by-day .swiper-tab .Tabdes {
    display: none;
}
.ourSwipper_day {
        position: relative;
    }
.ourTeam_section .container:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}	
  .innerBanner_bx {
    flex-direction: column;
  }
  .innerBanner_content {
    max-width: 100%;
  }
  .howItwork_bx {
    gap: 0;
  }
  .howItwork_items {
    flex-direction: column;
  }
  .howItwork_items:before {
    right: 0px;
  }
  .aboutCompany_wrap {
    width: 500px;
  }
  .about_ourTeam {
    overflow: hidden;
  }
  #aboutCompany_video .popupBx_modal_content {
    width: 100%;
  }
  .companyInformation ul {
    flex-wrap: wrap;
  }
  .companyInformation ul > li {
    flex: 1 1 28%;
    max-width: 28%;
  }
  .companyInformation ul > li:nth-child(3):before {
    display: none;
  }
  .whyChoosAbout_wrap {
    gap: 25px;
    flex-direction: column-reverse;
  }
  .day-section-bx {
    gap: 34px;
    flex-direction: column-reverse;
  }
  .day-section-bx-slider {
    margin: auto;
  }
  .swiper-tab {
    padding: 0px 0 0;
  }
  .about_ourTeam_head {
    gap: 0;
    flex-direction: column;
  }
  .page-tabbing-info-new .container {
    padding-left: 0px;
    padding-right: 0;
  }
  .page-tabbing-info-new .page-tabbing-ul {
    border-radius: 0;
  }
  .page-tabbing-info-wrap {
    overflow: hidden;
  }
  .ToolsLinks {
    display: flex;
    gap: 10px;
    overflow: auto;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ToolsLinks a {
    height: 60px;
    font-size: 20px;
    padding: 0 23px;
    white-space: nowrap;
  }
  .affiliate_program_des h3 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .affiliate_program_para p {
    font-size: 16px;
  }
  .affiliate_program_thumbs {
    text-align: center;
  }
  .affiliate_program_des a.btn {
    height: 60px;
    width: 100%;
    max-width: 330.8px;
    font-size: 20px;
    width: 100%;
    justify-content: space-between;
    font-weight: 300;
  }
  .affiliate_program_thumbs img {
    width: 100%;
    height: 230px;
    object-fit: scale-down;
  }
	
	.MonthlyHead h3 strong {
		font-size: 26px;
		margin-bottom:3px;
	}
	.MonthlyHead h3 {
		font-size: 36px;
	}
	.LeaderBordTable img {
		height: auto;
	}
	.MonthlyHead p {
	font-size: 16px;
	line-height: 25.6px;
}
.innerBanner_secAbout .innerBanner_content .heading_sec  {
		max-width: 100%!important;
	}
	.hero_aboutBanner_inner {
	width: 100%;

}
.three_cards_anim  ul.list_of_cards {
    margin: 120px auto 0;
}
.three_cards_anim ul.list_of_cards li:nth-child(3) {
    transform: translate(350px, 95px) !important;
    z-index: 4;
}
.three_cards_anim ul.list_of_cards li:nth-child(1) {
    transform: translate(-5px, 54px) !important;
}
.three_cards_anim ul.list_of_cards li:nth-child(2) {
    transform: translate(155px, -127px) !important;
    z-index: 2;
}
.payoutTrades_images {
    height: 540px !important;
}
}

@media only screen and (max-width: 880px) {
  .TraderBanner .innerBanner_bx {
    flex-direction: column;
  }
  .TraderBanner .innerBanner_content {
    max-width: 100%;
    text-align: center;
  }
  .TraderBanner .innerBanner_img {
    max-width: 100%;
  }
  .TraderBanner .heading_sec .heading_title {
    line-height: 40px;
  }
  .img-fluid.desktoppic {
    display: none;
  }
  .TraderBanner .innerBanner_bx {
    gap: 0;
  }
  .innerBanner_sec.TraderBanner {
    padding-top: 40px !important
  }
  .img-fluid.mobilePic {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  .howItwork_bx {
    gap: 0;
  }
  .howItwork_name {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
  }
  .MainBenefits {
    flex-direction: column-reverse;
    gap: 34px;
  }
  .BenefitsListing {
    width: 100%;
    max-width: 100%;
  }
  .BenefitsPictures {
    max-width: 100%;
  }
  .BenefitsPictures img {
    border-radius: 73px;
  }
	
	.PartSub {
		font-size: 26px;
	}
	.PartnersBannernew h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.PartnersBannernew p {
		max-width: 100%;
		font-size: 16px!important;
		padding: 0!important;
		margin:0 !important
	}
	
	.partners-box-row-new {
	row-gap: 24px;
		flex-direction: column;
}
	.partner-default-content-new {
	padding: 44px 29px;
	min-height: 492px;
	max-width: 100% !important;
}
	body .PartnersBannernew .caption-link .btn-outline-primary {

	max-width: 100%;
	width: 100%;
	justify-content: space-between;
}
.community_modern_bx .community_modern_items {
   left: 30%;
   right: -100px;	
}
    .community_modern_lst {
        max-width: 76%;
    }
.discord_community {
    padding: 150px 0 290px;
    overflow: hidden;
}
.community_modern_bx .community_modern_items{
        padding: 32px 24px!important;
    }	
.community_modern_bx {
    min-height: 490px;
}
.community_modern_ttle {
    font-size: 22px;
}
.community_modern_para {
    font-size: 14px;
    line-height: 160%;
}	

	#timer {
		font-size: 40px;
	}
	#timer span {
		line-height: 40px;
	}
	#timer em {
		font-size: 18px;
	}
	.tm {
		gap:0;
	}
	#timer img {
	border-style: none;
	width: 12px;
	height: 24px;
}
	.EventTitle {
	width: 100%;
	max-width: 100%;
	margin: 50px auto 0;
}
	.EventTitle h3 {
		font-size: 22px;
	}
	.EventTitle p {
		font-size: 16px;
	}
	.EventTitle .btn{
	height: 80px;
	font-size: 20px;
		margin-top: 30px;
}
	
	.GallaeryWebinar {
		padding: 150px 0;
	}
	.GalHead h2 {
		font-size: 26px;
	}
	.GalHead h3 {
		font-size: 36px;
	}
	.blg .BenefitsPictures {
	order: -1;
}
	
.aboutCompany_bx {
	gap: 20px;
	flex-wrap: wrap;
}	
	.aboutCompany_content {
	width: 100%;
	max-width: 100%;
}
	.aboutCompany_wrap {
	width: 100%;
		max-width: 100%;
}
	.whyChooseAbout_des{
		width: 100%;
	}
	.whyChooseAbout_thumbs {
	width: 100%;
	flex: none;
	max-width: 100%;
}
	.day-section-bx-slider {
		width: 100%;
	}
	.ourSwipper_day {
		padding: 0;
	}
	.ttn .ourTeamSlider {
		flex-wrap: wrap;
	}
	.ttn .ourTeam_list {
		width: 50%;
	}
	.ourTeam_thumbs {
		height: 449px;
	}
	.Changeprice a {
    	padding: 12px 14px;
	}
	.TabList a {
		padding: 12px 30px;
	}
}
@media only screen and (max-width: 820px) {
  .indicator_post_col {
    flex: 1 1 calc(50% - 9px);
    max-width: calc(50% - 9px);
  }
  .p-top-120 {
    padding-top: 40px;
  }
  .innerBanner_bx_indicator h1.ToolsTitle {
    font-size: 30px;
  }
	.page-id-33 .innerBanner_bx_indicator h1.ToolsTitle{
		font-size:40px;
		margin-bottom:24px;
	}
	.page-id-33 .innerBanner_bx_indicator .heading_sec p {
		line-height: 25.6px;
	}
  .page-tabbing-info-new {
    overflow: hidden;
  }
  .innerBanner_bx_indicator p {
    font-size: 16px;
    line-height: 30px;
    margin: 24px 0 0;
  }
  .indicator_post_thumbs {
    height: 232px;
  }
  .indicator_post_row {
    gap: 0;
  }
  .indicator_post_col {
    flex: inherit;
    max-width: inherit;
    width: 50%;
    flex: 0 0 1;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .indicator_cat span {
    font-size: 26px;
  }
  .indicator_post_name {
    font-size: 22px;
  }
  .indicator_post_para {
    font-size: 16px;
  }
  .faqWrap {
    flex-direction: column;
  }
  .sepFaq p.heading_subtitle {
    font-size: 26px;
  }
  .sepFaq .heading_sec .heading_title {
    font-size: 36px;
    line-height: 40px;
    margin: 9px 0 0;
  }
  .sepFaq .heading_sec p.para {
    font-size: 16px;
    line-height: 28px;
    margin: 14px 0 0px;
  }
  .FaqBtn {
    margin-top: 0;
  }
  .faq_faq-accordion {
    margin-top: 8px
  }
  .TraderBanner .innerBanner_bx {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
	.Plans-table tbody tr:first-child td {
    padding-top: 21px;
}
	.page-id-15 .review_section .swiper-pagination{
		margin-top:0;
	}
  .heading_sec .heading_subtitle {
    font-size: 26px;
    line-height: 21px;
  }
  .heading_sec .heading_title {
    font-size: 36px;
    line-height: 40px;
  }
  .heading_sec p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0px;
  }
	.aboutCompany_content .heading_sec p.para.text-white {
	font-size: 16px;
	margin: 12px 0 0;
	padding: 0;
	line-height: normal;
}
	.innerBanner_secAbout .heading_sec p {
		font-size: 16px;
	}
  .heading_sec .heading_title br, .heading_sec p br {
    display: none;
  }
  .heading_sec {
    margin: 0 0 25px;
  }
	
	.banner_inner_common .heading_sec .heading_subtitle{
		font-size: 26px;
		line-height: 120%;
		margin: 0 0 16px;
	}	
	.banner_inner_common .heading_sec .heading_title{
		font-size: 36px;
        line-height: 110%;
		font-weight: 600;
	}
	
	.innerBanner_secAbout .heading_sec p {
		font-size: 16px;
	}
/* 	
  .community_profiles {
    display: none;
  } */
  .banner_inner_common .heading_sec {
    margin: 0;
  }
  .community_heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 9px;
  }
  .community_wrap_content {
    height: 396px;
  }
  .community_wrap_items {
    height: 243px
  }
  .community_wrap_cover {
    padding: 70px 20px 30px;
	     min-height: 233px; 
  }
  .community_reviews p {
    font-size: 16px;
    line-height: 24px;
  }
  .community_title {
    bottom: 34px;
  }
  .community_wrap_items {
    background-size: 108% 108%;
  }
  .community_join_heading {
    gap: 10px;
    flex-direction: column;
  }
  .community_join_content {
    padding: 25px 0 0;
  }
  .community_join_grid {
    gap: 0;
    flex-direction: column;
  }
  .community_join_items {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .community_join_icon {
    width: 120px;
    margin: 0 auto 20px;
  }
  .community_join_icon img {
    width: 100%;
    height: auto;
  }
  .community_join_hd {
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto 12px;
    max-width: 330px;
  }
  .community_join_dec p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }
.ourTeam_section {
    padding: 80px 0 !important;
}
.ourTeam_section .heading_sec .heading_subtitle{
	font-size: 26px;
}	
.ourTeam_section .heading_sec .heading_title {
        font-size: 36px;
        line-height: 110%;
	margin-bottom: 0;
    }
	.ourTeam_section.ttn.TeamMember h6.SinceBuilders {
		font-size: 32px;
	}
.ourTeam_section .heading_sec p {
        font-size: 16px;
        line-height: 160%;
        margin: 0;
    }	
  .our_teamWrap {
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
  }
  .ourTeam_des {
    margin: 8px 0 0;
  }
  .ourTeam_des h3 {
    font-size: 28px;
  }
  .ourTeam_des .teamDesignation {
    font-size: 17px;
    margin: 0;
  }
  .ourTeam_list {
/*     flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px); */
  }
	.ourTeam_section .container:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
.ourTeam_thumbs {
    height: 370px;
}	
  
  .resources_shop_items {
/*     width: 89%;
    margin: 10px 20px; */
  }
  .resources_shop_bx .resourcesSlider, .resources_shop_bx2 .resourcesSlider {
    padding-bottom: 60px;
    margin-left: -66px;
  }
	
  .resources_shop_bx .resourcesSlider .swiper-pagination-bullet-active {
    width: 26px !important;
  }
  .resources_shop .container:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .trader_story .container:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tradersStory_des .tradersStory_hdng {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 0px;
  }
  .tradersStory_des .tradersStory_p {
    font-size: 16px;
    line-height: 24px;
  }
  .tradersStorySlider .swiper-button-next, .tradersStorySlider .swiper-button-prev {
    display: none !important;
  }
  .tradersStorySlider .swiper-pagination {
    display: block !important;
  }
  .tradersStorySlider {
    padding: 70px 0 60px !important;
    margin: -70px auto !important;
  }
  .tradersStory_popup {
    height: 442px;
  }
  .tradersStorySlider .swiper-slide-active {
    z-index: 9;
  }
  .tradersStorySlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 19px !important;
  }
  .community_modern_bx {
    display: flex;
/*     flex-direction: column-reverse; */
    gap: 40px;
    padding: 0;
	
  }
  .community_modern_bx .community_modern_items {
    padding: 0;
	  top: 62px;  
  }
  .community_modern_bx .community_modern_items:before {
    display: none;
  }
  .community_modern_lst {
/*     margin-bottom: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
  }

  .community_modern_ttle {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 14px;
  }
  .community_modern_para {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
  }
  .payoutTrades_ul {
    flex-direction: column;
    padding: 10px 0 0;
  }
  .payoutTrades_ul li {
    padding: 15px 0;
    border: none;
    border-bottom: 2px solid #fff;
    gap: 5px;
  }
  .payoutTrades_ul li:last-child {
    border: none !important;
  }
  .payoutTrades_ul li strong {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 0px;
  }
  .payoutTrades_ul li .payoutTrades_span {
    font-size: 16px;
    line-height: 26px;
  }
  .payoutTrades_images img {
    max-width: 300px;
  }
.getInTouch_wrap_cont {
	max-width: 100%;
	padding: 0;
}
	.getInTouch_wrap {
		gap:0;
	}
	

  .getInTouch_item .btn {
    height: 50px;
  }
  .footer-join .bg-img img {
    border-radius: 0px;
  }
  .footer-company {
    width: 100%;
    text-align: left;
  }
  .ftr_logo img {
    width: 115px;
    height: auto;
  }
.ftr_logo {
    margin: 0 15px 15px 0;
}
  .ftr_social_icons {
    display: none;
  }
  .ftr_social_icons.ftr_social_icons_mobile {
    display: block !important;
    justify-content: inherit;
    margin: 0;
    align-items: inherit;
  }
  .ftr_social_icons img {
    width: 22px;
  }
  .footer-row {
    gap: 35px 10px;
  }
  .footer-row .footer-col {
    flex: 1 1 47%;
    max-width: 47%;
  }
  .footer-row .footer-col:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ftr-copyrights_menu ul {
    align-items: inherit;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .ftr-copyrights_row {
    gap: 12px;
  }
  .ftr-copyrights_text {
    order: 0;
    width: 100%;
    margin: 0 0 10px;
  }
  .ftr-copyrights_menu .footer-heading {
    display: block;
  }
  .ftr-copyrights_col, .ftr-copyrights_menu {
    width: 100%;
  }
  .ftr-copyrights_menu ul a {
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
  }
  .footer-listing-items ul {
    flex-direction: column;
  }
  .footer-listing-items ul li {
    width: 149px;
  }
  .ftr-disclaimers h3 {
    margin: 0;
  }
  .ftr-copyrights {
    padding: 0;
  }
  #ftrDisclaimer {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
  }
  .plans_benefit_bx {
    display: flex;
    justify-content: space-between;
  }
  .see-more-btn {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    line-height: 17px;
    text-decoration: underline;
    text-transform: capitalize;
  }

  .plansBenefiteSlider .swiper-slide {
    transform: scale(0.9);
    margin-left: 0;
  }
  .plansBenefiteSlider .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
  }
  .plans_benefit_bx {
    padding-bottom: 50px;
  }
  .pageBanner-info .heading_sec .caption-link .btn {
    gap: 13px;
  }
  .pageBanner-info {
    padding-top: 57px !important;
    padding-bottom: 20px !important;
  }
  .funding-plans-tab {
    padding: 0;
	  max-width: 100%;
	  margin-bottom: 24px;
  }
	
	.Plans-table {
	background: #06060C80;
	border-radius: 30px;
	overflow: hidden;
}
	.Plans-table th{
		background: #DDFD6C;
		font-size: 14px;
		padding: 24px 12px;
		color: #06060C;
		font-style: italic;
	}
	.Plans-table th:first-child{
		width: 40%;
	}
	.Plans-table th:nth-child(3) {
		width: 34%;
	}
	.Plans-table th:nth-child(2) {
		width: 26%;
	}
	.Plans-table th:after {
		display: none;
	}

	.Plans-table td {
	padding:21px 12px 21px 12px;
	/* font-size: 20px; */
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
		border-bottom: 1px solid #F6F6FD4D;
		position: relative;
}
	.Plans-table tr>td:first-child {
		padding-left: 31.5px;
		font-weight: 600;
		padding-right: 30px;
	}
	/*.Plans-table th:first-child,
	.Plans-table td:first-child {
		display: none;
	}*/
	.Plans-table td span {
        display: none;
	}
	.Plans-table  tr:last-child td {
  border: 0;
}
	.Plans-table td span {
	position: absolute;
	top: 24px;
	left: 0;
	white-space: nowrap;
	left: 12px;
	font-weight: 600;
	font-style: italic;
}
	
.funding-plans-btns {
	padding: 7px ;
	width: 100%;
	gap: 0;
	flex-wrap: nowrap;
	display: flex;
}
	.funding-plans-btns .fundingtablinks {

	padding: 12px 10px;
	font-size: 15px;
	width: 33%;
	height: 40px;
}
  .funding-plans-btns .fundingtablinks {
    padding: 5px 11px; 
  }
  .fundingtabcontent {
    padding: 2px;
  }
  .fundingtabcontent .table thead th, .scaling_plan_content .table thead th {
    font-size: 14px;
    padding: 15px;
    line-height: 142%;
    width: auto !important;
  }
  .fundingtabcontent_wrap .table tbody tr td:first-child, .scaling_plan_content .table tbody tr td:first-child {
    color: #000000;
    font-weight: 500;
  }
  .fundingtabcontent_wrap .table td, .scaling_plan_content .table td {
    font-size: 14px;
    color: #000;
    font-size: 14px;
    padding: 15px;
  }
  .fundingtabcontent_wrap .table tbody tr td:first-child, .scaling_plan_content .table tbody tr td:first-child {
    padding-left: 15px;
  }
  .scaling_plan_content .table-responsive {
    padding: 2px;
  }
  .fundingFtr_button {
    padding: 27px;
  }
	.fundingFtr_button {
		margin:24px 0 0;
		padding: 0;
		
	}
.fundingFtr_button .btn {
	height: 53px;
	padding: 0 15px;
	font-size: 12px;
	width: 100%;
}
	.fundingFtr_button .btn:focus{
		background: #DDFD6C;
		color: #000;
	}
	.fundingFtr_button .btn:focus img{
		filter: brightness(0%);
	}
  .page-tabbing-info .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-tabbing-ul {
    border-radius: 0px;
    border: none;
  }
  .page-tabbing-content {
    margin-left: 0;
    gap: 2px;
    flex-direction: column;
  }
  .page-tabbing-content .btn, .page-tabbing-content .btn:hover {
    border: none !important;
    background-color: inherit !important;
    font-size: 16px;
    font-weight: 500;
  }
  .page-tabbing-li:last-child {
    border: none;
  }
  .specification-plans-wrap {
    padding-top: 8px;
  }
  .specificationtabcontent ul, .specificationtabcontent ol {
    gap: 15px;
  }
  .specification-plans-tab button.active, .specification-plans-tab button.active:hover {
    position: relative;
  }
  .specification-plans-tab button.active:before, .specification-plans-tab button.active:hover:before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% - 0px);
    height: 0;
    background: #ddfd6c;
    bottom: 0;
  }
  .specificationtabcontent li {
    font-size: 16px;
    line-height: 151%;
    padding-left: 0;
    padding-top: 40px;
  }
  .specification-plans-tab button {
    padding: 0 10px 10px 0;
  }
  .specification-plans-tab {
 
    width: 100%;
    max-width: 100%;
	  overflow: hidden;
    overflow-x: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .specification-plans-tab button {
    width: auto;
    min-width: fit-content;
    padding: 0 30px 10px 0px;
  }
  .scaling_plan_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .Specification-plans .container {
    padding-right: 0px;
  }
  .specification-plans-content {
    padding-right: 24px;
  }
  /* height */
  .specification-plans-tab::-webkit-scrollbar {
    height: 0px;
  }
  .scaling_plan_des .scaling_hd_icon {
    width: 70px;
    height: auto;
    margin: 0px 0 15px;
  }
  .scaling_plan_des .btn {
    font-size: 14px;
  }
  .scaling_plan_bx {
    gap: 45px;
  }
  .faq_faq-accordion {
    margin-top: 0;
  }
  .faq_accordion-item-header {
    font-size: 16px;
    line-height: 151%;
    padding-right: 30px;
  }
  .faq_accordion-item-header.active {
    font-size: 17px;
  }
  .faq_accordion-item {
    padding: 32px 0;
  }
  .faq_accordion-item-header:after, .faq_accordion-item-header:before {
    right: 0px;
  }
  .faq_accordion-item-header:after {
    right: 8px;
  }
  .faq_accordion-item-body-content {
    font-size: 16px;
    margin: 10px 0 5px;
  }

  .page-template-tpl-bootcamp .fundingtabcontent_wrap .table tbody tr td:first-child, .page-template-tpl-bootcamp .fundingtabcontent_wrap .table thead tr th:first-child {
    position: absolute;
  }
  .page-template-tpl-bootcamp .fundingtabcontent_wrap .table thead tr th:first-child {
    padding: 0px !important;
  }
  .page-template-tpl-bootcamp .fundingtabcontent_wrap .table tbody tr td {
    padding-top: 40px;
  }
  .page-template-tpl-bootcamp .fundingtabcontent_wrap .table tbody tr td:first-child {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .innerBanner_bx {
    gap: 40px;
  }
  .howItwork_items:before {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: -25px;
  }
  .howItwork_name {
    font-size: 22px;
    line-height: 120%;
  }
  .affiliate_program_list {
    gap: 30px;
    flex-direction: column;
  }
  .affiliate_program_thumbs {
    margin-bottom: 30px;
  }
  .affiliate_program_thumbs img {
    height: 230px;
    width: 100%;
    max-width: 347px;
    margin-left: auto;
    margin-right: auto;
  }
  .affiliate_program_des.text-center {
    text-align: left !important;
  }
  .affiliate_program_des h3 {
    font-size: 26px;
    line-height: 120%;
  }
  .affiliate_program_para p {
    font-size: 16px;
    line-height: 140%;
  }
  .affiliate_program_bx {
    gap: 40;
  }
  .affiliate_program {
	  padding-top:160px !important;
    padding-bottom: 150px !important;
  }
  .aboutCompany_wrap {
    width: 100%;
	  max-width: 100%;
	  
  }
  .aboutCompany-desktop-btn {
margin: 12px 0 0
  }
/*
  .aboutCompany-mobile-btn {
    display: flex !important;
  }
*/

  .aboutCompany_bx {
    gap: 0;
  }
  .companyInformation ul {
    flex-direction: column;
    gap: 46px;
    padding: 0;
  }
  .companyInformation ul > li {
    flex: 1 1 100%;
    max-width: 100%;
    gap: 0;
  }
  .companyInformation ul li:before {
    right: unset;
    width: 100%;
    height: 1px;
    bottom: -23px;
    display: block !important;
  }
  .companyInformation ul li:last-child:before {
    display: none !important;
  }
  .companyInformation ul li strong {
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 6px;
  }
  .companyInformation ul li .companyNo_span {
    font-size: 16px;
  }
  .companyInformation ul li .companyNo_span br {
    display: none;
  }
  .aboutCompany_sec {
    padding-bottom: 50px !important;
  }
  .whyChoosAbout_wrap {
    align-items: baseline;
  }
.whyChooseAbout_thumbs {
	width: 100%;
	flex: none;
	max-width: 100%;
}
  .whyChooseAbout_thumbs_txt {
    width: 244px;
    right: -40px;
    padding: 22px 18px;
    backdrop-filter: blur(10px);
    bottom: -48px;
    padding: 17px 14px;
    top: unset;
  }
  .whyChooseAbout_thumbs_txt img {
    width: 36px;
  }
  .whyChooseAbout_thumbs_txt {
    gap: 8px;
    color: #fff;
  }
  .day-section-bx-slider {
    width: 100%;
    max-width: 100%;
  }
  .ourSwipper_day .swiper-button-next, .ourSwipper_day .swiper-button-prev {
    display: none;
  }
  .swiper-day-wrap {
    background: inherit;
    padding: 0;
    border-radius: 0px;
  }
/*
  .slide-day-thumbs {
    padding: 2px;
    background: linear-gradient(146.87deg, #3E2680 18.68%, #7A49FF 65.09%, #FF6667 96.64%);
    border-radius: 20px;
    overflow: hidden;
  }
*/
	
	.slide-day-thumbs {
		position: relative;
	}
	
	.slide-day-thumbs:after{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: linear-gradient(102.14deg, rgba(28, 28, 66, 0) 37.59%, rgba(28, 28, 66, 0.8) 95.77%);
		border-radius: 26px;

	}
	.slide-day-thumbs img {
	height: 253px;
	border-radius: 26px;
}
  .swiper-day-desc {
    position: static;
    background: inherit;
    padding: 0 0 20px;
  }
  .swiper-day-wrap-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .swiper-day-desc h3 {
    font-size: 22px;
    line-height: 120%;
    margin: 0px 0 15px;
  }
  .swiper-day-desc p {
    font-size: 16px;
    line-height: 150%;
  }
  .ourSwipper_day {
    padding: 0px 0 80px;
  }
  .ourSwipper_day .swiper-pagination {
    display: block;
    bottom: 11px !important;
    top: unset;
  }
  .ourSwipper_day .swiper-pagination .swiper-pagination-bullet-active {
    width: 19px !important;
  }
  .ourSwipper_day .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff !important;
  }
  .swiper-tab-select-wrap {
    background-color: #fff;
    border-radius: 20px;
    display: none;
  }
  .swiper-tab-select-wrap .swiper-tab-span {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #EDF0FF;
    color: #000;
    justify-content: inherit;
    padding:23px 20px;
	  margin: 0;
  }
  .swiper-tab-select-wrap .swiper-tab-span:last-child {
    border: none !important;
  }
  .faq_accordion-item-body-content {
    font-size: 16px;
    line-height: 28px;
  }
  .footer-join .heading_sec .heading_subtitle {
    font-size: 26px;
    text-align: center;
  }
  .review_section.section-padding h2.heading_title {
    text-align: center;
}
  .footer-join .btn-outline {
    height: 60px;
  }
  .footer-company {
    display: flex;
    align-items: center;
  }
  .ftr_about_content p {
    font-weight: 300;
  }
  .footer-heading {
    margin-top: 0;
  }
  .footer-listing-items-res {
    display: flex;
    justify-content: space-between;
  }
  .Notes p {
    padding: 0 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
  }
  .howItwork_sec.section-padding {
    padding: 0 !important;
  }
  .affiliate_program_list {
    flex: inherit;
    width: 100%;
    max-width: 100%;
  }
  .affiliate_program_des a.btn {
    height: 60px;
    max-width: 100%;
    font-size: 20px;
    width: 100%;
    justify-content: space-between;
    font-weight: 300;
  }
	.BootcampInfo .heading_sec p.Subtitle {
		font-size: 26px;
	}
	.BootcampInfo .heading_sec .heading_title {
		font-size: 40px;
		line-height: 50px;
	}
.BootcampInfo .heading_sec p {
font-size: 16px;
margin: 14px 0 0;
line-height: 30px;
}
	.pageBanner-info .heading_sec .caption-link .btn {
	gap: 13px;
	width: 100%;
	max-width: 100%;
	height: 58px;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 300;
	align-items: center;
}
	
.funding-plans .heading_sec .heading_title {
	font-size: 36px;
	line-height: 36px;
	margin: 0;
}
	.funding-plans .heading_sec p {
	font-size: 14px;
	line-height: 28px;
	margin: 10px auto 0px;
	width: 100%;
	max-width: 100%;
}
	.funding-plans-wrap {
	margin: auto;
	background:none;
	padding: 0;
	border-radius: 0;
}
	.Specification-plans .heading_sec .heading_subtitle {
		font-size: 26px;
	}
	.Specification-plans .heading_sec .heading_title {
		font-size: 36px;
	}
body .specification-plans-tab button {
	padding: 12px 23px !important;
	min-width: auto;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	white-space: nowrap;
}
	.specificationtabcontent li {
	font-size: 14px!important;
	line-height: 28px!important;
	padding: 0 0 0 63px!important;
}
	body table.BlackTable tr th:first-child,
	body table.BlackTable tr td:first-child,
	body table.BlackTable tr th:last-child,
	body table.BlackTable tr td:last-child{
		padding: 0;
	}
	body table.BlackTable tr th {
		font-size: 12px;
	}
	body table.BlackTable tr td {
		font-size: 12px;
		padding: 12px 0;
	}
	body table.BlackTable tr td:last-child {
		font-size: 14px;
	}
	body .ScalingPlan a.btn.btn-outline-primary {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 300;
	height: 58px;
	gap: 0;
	width: 100%;
	justify-content: space-between;
}
	.TmHead .heading_sec .heading_title {
		font-size: 36px;
		text-align: center;
	}
	.review_trusted img {
		margin-top: 0;
	}
	.review_bx {
	overflow: hidden;
	height: 367px;
	padding: 24px 12px;
	background: #DDFD6C!important;
	box-shadow: -1px 9px 17px 0px #0000001F;

}
.review_heading {
	font-size: 24px;
	line-height: 120%;
	font-weight: 300;
	min-height: 52px;
	overflow: hidden;
}
	.review_para {
	font-size: 16px;
	line-height: 25px;
	height: 174px;
	font-weight: 300;
	padding: 0;
}
	.reviewWrap {
		gap:20px;
	}
	.review_section .reviewSlider {
		padding: 0;
	}
	.TmSlider {
		padding-bottom: 80px;
	}
	.review_bx {
		position: relative;
	}
.owl-stage-outer::after,
	.owl-stage-outer::before{
	width: 21.23%;

}
	
	.swiper-slide-active .review_bx:before {
		display: none!important;
	}
	.Ins {
	overflow: hidden;
	width: calc(100% - 0px);
}
	.ComSlider {
		padding: 0 0 0 4%
	}
	.Latest-competitions .swiper-slide {
		padding: 30px;
	}
	.SliderBox .Icon img {
		height: 40px;
	}
	.SliderBox h3 {
		font-size: 21.73px;
	}
.SliderBox h4 {
	font-size: 16.3px;
}
	.SliderBox h5 {
		font-size: 24.45px;
	}
	.Latest-competitions .swiper-slide {
		height: 398px;
	}
	.SliderBox ul li strong,
	.PrizesA strong{
	font-size: 10.87px;
}
	.SliderBox ul li,
	.PrizesA{
	font-size: 13.58px;
}
	.PrizesA {
		margin-top: 13px;
	}
	.SignUpArea {
	margin: 20px 0 0;
}
	.SignUpArea svg {
		width: 15px;
	}
	
	.JasonData img {
	border-radius: 30px;
}
.blogdetails .blog-card .blog-description {
    font-weight: 400;
}
.BlogArea .blogdetails .course-pagination {
    border-top: 0;
}
.page-id-39 .banner_inner_common .heading_sec .heading_subtitle {
    text-align: center !important;
}
.community_join_section .community_join_heading h2.heading_title {
    font-size: 36px;
}
.community_modern_thumbs img.img-fluid {
    max-width: 100%;
}
.page-id-39 .story_wrap .main-slide-slide .slider-text h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}
.indicator_post_col .indicator_cat span {
    font-size: 26px !important;
}
.indicator_post_col .indicator_post_para {
    font-size: 16px;
}
	.indicator_post_col .indicator_post_btns .btn img {
        width: 25px;
    }
	.page-id-29 .page-tabbing-info-new .ToolsLinks {
		padding-left: 18.5px;
	}
	.page-id-15 .pageBanner-info.section-padding.BootcampInfo {
		padding-top: 80px !important;
	}
	.page-id-15 .pageBanner-info .heading_sec p{
		margin-top:0;
	}
	.page-id-15 .BootcampInfo .heading_sec .heading_title {
        font-size: 40px;
    }
	footer .JoinSubscriber .EmailSubs input[type="email"] {
		font-size: 16px !important;
	}
	footer .JoinSubscriber .sbContent {
		font-size: 16px !important;
		line-height: 24px;
	}
	footer .footer-join .heading_sec .heading_title {
		font-size: 32px;
	}
	.pageBanner-info .MainBenefits .BenefitsListing .caption-link a span {
		font-size: 20px;
	}
	.page-id-1320 .blg .BenefitsListing p {
		margin-bottom: 28px;
		font-size: 16px;
        line-height: 28px;
	}
	.page-id-1320 .blg .MainBenefits {
        gap: 35px;
    }
	footer .footer-join {
		padding-bottom: 60px !important;
	}
	footer .footer-row {
		margin-top: 56px;
	}
	.page-id-1320 .MainBenefits .BenefitsListing h3 {
        font-size: 36px;
    }
	.page-id-1320 .SignUpLink .SignUpArea svg {
        width: 25px;
		height: 25px;
    }
	.page-id-1320 .LocationArea img {
        width: 24px;
        height: 24px;
    }
	.page-id-15 .pageBanner-info .heading_sec .caption-link .btn {
        max-width: 343px;
    }
	.fundingFtr_button .btn {
		font-size: 18px;
	}
	.Specification-plans .heading_sec {
		padding-right: 24px;
	}
	.Specification-plans .heading_sec .heading_subtitle {
        max-width: 300px;
        margin: 0 auto;
    }
	.MenuBoxes .Boxes .hovertext span {
		padding-right: 30px;
		font-size:16px;
	}
	table.BlackTable tr th br {
		display: block;
	}
	.day-by-day .day-section-bx .swiper-tab {
		width: 100%;
	}
	.TraderBanner .innerBanner_content{
		padding:0;
	}
	.page-id-27 .page-tabbing-info-new .page-tabbing-info-wrap .ToolsLinks {
		padding-left: 23.5px;
		gap: 12px;
	}
	.page-id-27 .page-tabbing-info-new .page-tabbing-info-wrap .ToolsLinks .page-tabbing-title-new{
		font-weight:400;
	}
	.page-id-27 .innerBanner_bx_indicator .heading_sec p {
		margin-top: 24px;
		line-height:25.6px
	}
	.TraderBanner .heading_sec .heading_subtitle {
	  font-size: 26px;
	}
	.partner-default-content-new:first-child .TagPartner span {
		font-size: 28px;
		padding: 0;
		font-weight: 400;
	}
	.partner-default-content-new:first-child .TagPartner p {
		font-size: 20px;
	}
	.partner-default-content-new img {
		height: 80px;
	}
	.PartnersBannernew {
		padding: 80px 0;
	}
	.colon-timer-desk{
		display:none;
	}
	.colon-timer-mob{
		display:block;
	}
	#timer img {
        width: 14px;
        height: 44px;
    }
	#timer {
        max-width: 290px;
    }
	body .OrbitCircle {
		position: relative;
		opacity: 1;
		margin-top: 60px;
	}

	body .center-image {
		width: 200px;
		height: 200px;
	}
	body .center-image:after{
		width: 300px;
    	height: 300px;
	}
	body .center-image img {
		width: 220px;
	}
	.orbit-icon:nth-child(1) {
	  transform: rotate(0deg) translateX(150px) rotate(77deg);
	}
	.orbit-icon:nth-child(2) {
	  transform: rotate(72deg) translateX(150px) rotate(96deg);
	}
	.orbit-icon:nth-child(3) {
	  transform: rotate(144deg) translateX(150px) rotate(96deg);
	}
	.orbit-icon:nth-child(4) {
	  transform: rotate(216deg) translateX(150px) rotate(69deg);
	}
	.orbit-icon:nth-child(5) {
	  transform: rotate(288deg) translateX(150px) rotate(95deg);
	}
	
}
@media only screen and (max-width: 680px) {
	.Sliderwrap .BlogLeft_Slider img {
        max-width: 100% !important;
    }
.banner_inner_common {
		padding: 40px 0!important;
	}  
	.page-id-27 .innerBanner_bx.innerBanner_bx_indicator h1.ToolsTitle {
        font-size: 30px;
        width: 245px;
        margin: 0 auto;
    }
.hero_aboutBanner_inner {
    /*width: 330px;*/
	width:calc(100% + 47px);
    height: 266px;
    margin-bottom: 100px;
	margin-top: -30px;
  }
  .hero_aboutBanner img:nth-child(1) {
    width: 185px;
    height: 130px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .hero_aboutBanner img:nth-child(2) {
    width: 90px;
    height: 62px;
    right: 0;
    top: unset;
    bottom: -39px;
  }
  .hero_aboutBanner img:nth-child(3) {
    width: 59px;
    height: 41px;
    right: 0;
    bottom: -66px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
  }
  .hero_aboutBanner img:nth-child(4) {
    width: 111px;
    height: 77px;
    right: unset;
    bottom: -52px;
    left: 0;
    opacity: 0.6 !important;
  }
  .hero_aboutBanner img:nth-child(5) {
    width: 80px;
    height: 56px;
    left: 0;
    top: 72px;
    border-radius: 4px;
  }
  .hero_aboutBanner img:nth-child(6) {
    width: 87px;
    height: 60px;
    right: 0;
    top: 89px;
    border-radius: 4px;
  }
  .hero_aboutBanner img:nth-child(7), .hero_aboutBanner img:nth-child(8) {
    display: none;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(1) {
    width: 100px;
    height: 71px;
    right: -101px;
    top: 178px;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(2) {
    width: 160px;
    height: 100px;
    top: 80px;
    right: 30px;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(3) {
    width: 100px;
    height: 70px;
    bottom: 50px;
    right: unset;
    left: 0;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(4) {
    width: 120px;
    height: 80px;
    left: 4px;
    bottom: unset;
    top: 40px;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(5) {
    width: 90px;
    height: 60px;
    left: 40px;
    top: unset;
    bottom: -27px;
  }
  .firstHero_banner.hero_aboutBanner img:nth-child(6) {
    width: 100px;
    height: 60px;
    right: 30px;
    top: 0;
    opacity: 1 !important;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(1) {
    width: 115px;
    height: 78px;
    right: 50px;
    top: 50px;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(2) {
    width: 79px;
    height: 51px;
    right: 40px;
    top: 0;
    opacity: 0.9 !important;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(3) {
    width: 160px;
    height: 100px;
    bottom: unset;
    right: unset;
    opacity: 1 !important;
    top: 0;
    left: 30px;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(4) {
    width: 120px;
    height: 84px;
    left: unset;
    bottom: -23px;
    opacity: 0.9 !important;
    border-radius: 4px;
    right: 0;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(5) {
    left: 40px;
    top: unset;
    width: 130px;
    height: 91px;
    bottom: -44px;
  }
  .secondHero_banner.hero_aboutBanner img:nth-child(6) {
    right: 129px;
    top: 94px;
    width: 100px;
    height: 70px;
    bottom: 106px;
    right: 0;
  }
  .page-tabbing-info-new .container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
  .page-tabbing-info-tool {
    display: block !important;
  }
  /* .page-tabbing-info-new {
    background: #FFFFFF;
	padding: 10px 24px;
}	 */
  .page-tabbing-info-wrap .page-tabbing-ul.active {
    display: flex;
  }
  .page-tabbing-info-new .page-tabbing-li {
    background-color: #fff;
    border-radius: 0 !important;
    border: none !important;
    width: 100%;
    gap: 6px;
  }
  .page-tabbing-info-new .page-tabbing-logo {
    display: block;
  }
  .page-tabbing-info-new .page-tabbing-logo img {
    width: 31px;
    height: 31px;
  }
  .page-tabbing-info-click {
    display: flex !important;
    height: 58px;
    background-color: #DDFD6C;
    min-width: 227px;
    align-items: center;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    gap: 10px;
    border-radius: 6px;
  }
  .page-tabbing-info-click:before {
    content: "";
    box-sizing: border-box;
    height: 11px;
    width: 11px;
    border-style: solid;
    border-color: #332728;
    border-width: 0px 2px 2px 0px;
    transition: border-width 150ms ease-in-out;
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: none;
  }
  /* .page-tabbing-info-new {
    position: sticky;
    top: 82px;
    z-index: 999;
}	 */
  .indicator_post_col {
    width: 100%;
    padding: 0;
  }
  .ftr-disclaimers-content {
    color: #F6F6FD;
    font-size: 12px;
    line-height: 17.16px;
    font-weight: 400;
    padding: 20px 0 0;
  }
  .popupBx_modal {
    align-items: center;
  }
  .popupBx_modal_content {
    min-height: fit-content;
    height: fit-content;
  }
  .howItwork_bx {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
  .howItwork_items {
    max-width: 100%;
  }
	
	.Specification-plans .heading_sec .heading_subtitle {
	font-size: 26px!important;
	line-height: 30px!important;
}
	.Specification-plans .heading_sec .heading_title {
	font-size: 36px!important;
	margin: 0;
	line-height: 44px!important;
}
	.our_teamWrap{
       margin-top: 20px;
	}
    .ourTeam_thumbs {
        height: 449px;
        border-radius: 36px;
    }
	.ourTeam_list.swiper-slide .ourTeam_bx{
		 transform: scale(0.9);
		 padding: 40px 0;
	}
	.ourTeam_list.swiper-slide.swiper-slide-active .ourTeam_bx{
		 transform: scale(1.1);
	}
	
.resources_shop_thumbs {
    height: 436px;
}
	.resources_shop_des{
		    padding: 42px 11px 32px 42px;
	}	
	.resourcesSlider .swiper-wrapper{
	 margin-left: 32px;	
	}	
	.resourcesSlider .swiper-slide{
		transform: scale(0.98);
	}
	.resourcesSlider .swiper-slide.swiper-slide-active{
		transform: scale(1.01);
	}	
.ourTeam_hover_deg {
    font-size: 27px;
}
.ourTeam_hover_name {
    font-size: 46px;
}	
.ourTeam_hover_content p {
    font-size: 21px;
    font-weight: 300;
}	
    .ourTeam_list {
        padding: 22px 0;
    }
	.aboutCompany_video {
	height: 218px;
	margin: 0 0 19px;
}
	.aboutCompany_videoBx img.img-fluid {
		border-radius: 24px;
	}
	.aboutCompany_videoBx .aboutCompany_video_icon {
	width: 48px;
	height: 48px;
}
		.ttn .ourTeam_list {
		width: 100%;
			padding: 0;
			margin: 40px 0 0
	} 
	.ttn .ourTeamSlider {
		padding: 0 23px;
	}
	.ourTeam_des .teamDesignation {
	font-size: 22px;
	margin: 10px 0 12px;
}
	.ourTeam_des h3 {
		font-size: 46px;
	}
	.slide-hovewebimarr-container .slide-hovewebimar .DateTime {
		margin-bottom: 15px;
	}
	.Upcoming .EvenDes h4 {
		margin-bottom: 23px;
	}
	.home #colophon {
    	padding-top: 0 !important;
	}
	.page-id-37 .innerBanner_secAbout .heading_sec>p:first-child {
    	font-size: 26px;
	}
	.aboutCompany_content .heading_sec p:first-child {
		margin-bottom: 5px;
	}
	.companyInformation ul li:nth-child(3) .companyNo_span br {
		display: block;
	}
	.whyChooseAbout_sec .whyChooseAbout_des {
		margin-bottom: 20px;
	}
	.day-by-day .day-section-bx .swiper-tab-btns.btn.btn-outline-primary {
		font-size: 20px;
		font-weight: 400 !important;
	}
	.day-by-day .day-section-bx .swiper-tab-btns.btn.btn-outline-primary:hover span {
		color: #000 !important;
	}
	.footer-join .caption-link a {
		font-size: 20px;
	}
	.page-id-39 .ourTeam_des .teamDesignation{
		font-size: 17.3px !important;
	}
	.page-id-39 .ourTeam_des h3 {
        font-size: 28.8px;
    }
	.page-id-39 .ourTeam_hover_name{
		font-size: 28.8px;
	}
	.page-id-39 .ourTeam_hover_deg{
		font-size: 17.3px !important;
	}
	.page-id-39 .ourTeam_hover_content p{
		font-size:18px;
	}
	.discord_community .heading_sec .heading_subtitle {
		text-align: center;
	}
	.resources_shop .heading_sec p {
    text-align: center;
}
body #slider-hrzntl-vrtcl.swiper {
    height: 510px;
}
.ourTeam_thumbs {
    height: 300px;
    border-radius: 36px;
}
.ourTeam_hover {
    top: 40px;
}
.ourTeam_bx:hover .ourTeam_hover, .ourTeam_hover {
    height: calc(100% - 194px) !important;
}
.ourTeam_hover_content {
    max-height: 100%;
    height: 100%;
    overflow: auto;
}
}
@media only screen and (max-width: 520px) {
	.popupBx_modal .indicator_post_popupcontent {
        height: auto !important;
    }
body .scaling_plan_des .heading_sec p {
    font-size: 14px;
	line-height: 24px;
}
  .day-section-bx-slider {
    width: 100%;
    max-width: 100%;
  }
	.page-id-1320 .pageBanner-info .MainBenefits .BenefitsListing h2 {
		margin: 28px 0 !important;
		width: 360px;
	}
	
  .swiper-tab-select {
    position: relative;
  }
  .swiper-tab-select a {
    display: flex !important;
    font-size: 16px;
    justify-content: space-between;
  }
  .swiper-tab-select-wrap.active {
    display: block;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .ourSwipper_day {
    padding: 0px 0 60px;
  }
  .ourSwipper_day .swiper-pagination {
    text-align: left;
  }
  #aboutCompany_video .popupBx_modal_content {
    min-height: auto;
    height: 380px;
  }
  #aboutCompany_video .popupBx_modal .close-btn {
    top: 0;
  }
	.moreAcademyCourses .Coursecurriculum span{
		font-size: 16px!important;
         height: 58px!important;
	}
	section.courseArea.slid .ars .container {
    padding-right: 0px;
}
  .innerBanner_sec_v2 {
    padding: 66px 0 !important;
  }
  .indicator_post_col {
    flex: 1 1 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .indicator_post_thumbs {
    height: 232px;
    border-radius: 24px;
  }
  .indicator_post_des {
    padding: 15px 0 0;
  }
  .indicator_cat span {
    font-size: 16px;
  }
  .indicator_cat {
    margin: 0 0 5px;
  }
  .indicator_post_name {
    font-size: 22px;
    margin: 0 0 5px;
  }
  .indicator_post_para {
    font-size: 14px;
    line-height: 142%;
  }
  .indicator_post_btns {
    margin: 15px 0 0;
  }
  .indicator_post_btns .btn {
    margin-top: 14px;
  }
  .indicator_download_drop {
    top: 100%;
    width: 100%;
    left: 20px;
    /* right: 50px; */
    /* margin: 0 auto; */
  }
  .indicator_download_drop .indicator_download_link {
    padding: 8px 10px;
    font-size: 14px;
  }
  .indicator_download_drop .indicator_download_link img {
    width: 17px;
  }
  .indicator_post_btns .btn img {
    width: 18px;
  }
  .indicator_post_popupcontent {
    height: 383px;
  }
  .indicator_post_popupcontent video {
    object-fit: contain;
  }
  .BenefitsPictures img {
    border-radius: 28px;
  }
	
	.page-tabbing-logo {
	width: 100%;
	text-align: left;
}
		.page-tabbing-li {
		padding: 10px;
	}
/*
	.page-tabbing-content{
		margin-top: 10px;
	}
*/
	.page-tabbing-title {

	margin: 0 0 0;
	white-space: nowrap;
}
	.btn.btn-outline-primary.mstep {
	display: inline-flex !important;
	margin: 20px 0 0 -12px;
	align-items: center;
	position: relative;
	padding: 4px 6px;
	background: #DDFD6C;
	height: 20px;
	border-color: #DDFD6C !important;
	color: #06060C !important;
	font-size: 10px;
	font-style: italic;
	border-width: 1px !important;
	position: absolute;
	top: 0;
}
	.BootcampInfo .heading_sec .heading_title {
		font-size: 36px;
	}
    .community_wrap_cover {
        width: 258px;
        height: 299px;
    }
	.community_wrap_items {
        height: auto;
    }
.community_profiles {
    top: 41px;
}
.community_wrap_content {
        height: 458px;
    }	
.community_wrap_items .community_profile_bx {
    width: 104px;
    height: 104px;
    top: -48px;
}
.community_reviews p {
        font-size: 14px;
}
.community_title {
        bottom: 25px;
        font-size: 12px;
    }	
    .community_modern_bx .community_modern_items {
        left: 36px;
        right: -100px;
    }
	.community_modern_bx {
        min-height: 632px;
    }
.community_profiles .community_pro_icon:nth-child(1) {
    left: -20px;
    width: 100px;
}	
.community_profiles .community_pro_icon:nth-child(2) {
    right: -20px;
    width: 100px;
}
    .community_modern_para {
        font-size: 14px;
        line-height: 22px;
		        padding-right: 5px;
    }	
	.community_modern_lst {
        max-width: 81%;
		    margin-bottom: 48px;
    }
	.community_modern_bx .community_modern_items{
		height: 556px;
	}	
    .community_profiles .community_pro_icon:nth-child(2) {
        right: -71px;
        width: 97px;
		height: 97px;
        bottom: 100px;
    }	
    .community_profiles .community_pro_icon:nth-child(1) {
        width: 102px;
		height: 102px;
        bottom: 96px;
    }
	.community_profiles .community_pro_icon:nth-child(3) {
		width: 69px;
		height: 69px;
		left: -57px;
		right: unset;
		bottom: 181px;
	}
	.community_profiles .community_pro_icon:nth-child(4) {
		width: 62px;
		height: 62px;
		bottom: unset;
		right: 38px;
		top: 69px;
	}
	.community_profiles .community_pro_icon:nth-child(5) {
    bottom: 218px;
}
	.community_profiles .community_pro_icon:nth-child(6) {
		right: unset;
		bottom: 247px;
		left: -25px;
		width: 42px;
		height: 42px;
	}
	.community_profiles .community_pro_icon:nth-child(7) {
		left: -57px;
		bottom: unset;
		top: 100px;
	}
	.community_profiles .community_pro_icon:nth-child(9) {
		left: 11px;
		bottom: unset;
		top: 80px;
	}
	.community_profiles .community_pro_icon:nth-child(16) {
		right: 300px;
		bottom: 283px;
	}
	.community_profiles .community_pro_icon:nth-child(8) {
		right: -19px;
		bottom: unset;
		top: 112px;
		width: 26px;
		height: 26px;
	}
	.community_profiles .community_pro_icon:nth-child(10), 
    .community_profiles .community_pro_icon:nth-child(11), 
   .community_profiles .community_pro_icon:nth-child(12), 
	.community_profiles .community_pro_icon:nth-child(15), 
	.community_profiles .community_pro_icon:nth-child(17), 
   .community_profiles .community_pro_icon:nth-child(18), 
	.community_profiles .community_pro_icon:nth-child(19), 
	.community_profiles .community_pro_icon:nth-child(20){
		display: none;
	}
	.hh {
		margin-bottom: 0
	}
	.day-by-day .heading_sec{
		margin-bottom: 0
	}
	.day-by-day .heading_sec .heading_subtitle, .day-by-day .heading_sec .heading_title {
	font-size: 36px;
	display: block;
	padding: 0; 
}
.OurDepartment {
	font-family: Cabinet Grotesk;
	font-weight: 300;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 2%;
	color: #DDFD6C;
	padding: 10px 0 12px;
	display: block;
}
	.swiper-tab-btns.btn.btn-outline-primary {
	border: 2px solid #DDFD6C !important;
	color: #DDFD6C !important;
	height: 60px;
}
	.getInTouch_wrap {
	gap: 0;
	justify-content: space-between;
}
	.owl-stage-outer::after,
	.owl-stage-outer::before{
	width: 14.2%;

}
	.our_reviews {
		font-size:15px;
	}
	.innerBanner_bx_indicator p br {
	display:none;
}
.page-id-37 .ourSwipper_day .swiper-pagination {
    text-align: center;
  }
	.page-id-1320 .GallaeryWebinar .grid-gallery .img2 img {
        height: 280px;
    }
	.page-id-1320 .GallaeryWebinar .grid-gallery .img6 {
		width: 100%;
	}
	.page-id-1320 .GallaeryWebinar .grid-gallery .img6 img {
        height: 400px;
    }
	.page-id-1320 .GallaeryWebinar .grid-gallery div {
        margin-bottom: 16px;
    }
	.page-id-1320 .GallaeryWebinar .GalHead h3 {
        width: 348px;
        margin: 0px auto 24px;
    }
	.page-id-1320 .GallaeryWebinar .GalHead h2 {
        font-weight: 500;
    }
	.page-id-1320 .GallaeryWebinar {
        padding: 160px 0;
    }
.howItwork_name > br {
    display: none;
}
}
@media only screen and (max-width: 580px) {

.payoutTrades_images {
    height: 270px !important;
}
.three_cards_anim ul.list_of_cards li:nth-child(2) {
    transform: translate(95px, -60px) !important;
    z-index: 2;
}
.three_cards_anim ul.list_of_cards li:nth-child(3) {
    transform: translate(180px, 54px) !important;
    z-index: 4;
}
.three_cards_anim  ul.list_of_cards {
    margin: 30px auto 0;
}
.three_cards_anim {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.payoutTrades_images .three_cards_anim  img {
    width: 140px;
    height: auto;
}
}
@media only screen and (max-width: 480px) {
	body .specification-plans-tab button {
        padding: 11.5px 5px !important;
        font-size: 14px;
        white-space: normal;
        width: 112px;
        max-width: 112px;
    }
	.specification-plans-tab {
		display: flex;
		justify-content: center;
	}
	.Specification-plans .container {
        padding-right: 24px;
    }
	.faq_faq-accordion .faq_accordion-item-header {
    	font-size: 16px;
	}
	.faq_faq-accordion .faq_accordion-item-header.active {
		font-size: 14px;
	}
	.faq_faq-accordion .faq_accordion-item-body-content{
		font-size: 14px;
	}
   .TraderBanner .heading_sec .heading_title,
  .LeaderBorad.section-padding .MonthlyHead h3,
  .TraderBanner .heading_sec .heading_title{
    max-width: 340px;
    margin: 0 auto;
  }

.affiliate_program.section-padding h2.heading_title.text-white {
    max-width: 360px;
    margin: 0 auto;
}
.pageBanner-info .BenefitsListing h2{
max-width: 340px;
}
.LeaderBorad.section-padding .MonthlyHead h3 {
    font-size: 36px;
}
.MonthlyHead h3 strong {
    margin-bottom: 5px;
}
.sepFaq .heading_sec {
    margin: 0 0 36px;
}
.SignUpLink a.SignUpArea {
    font-weight: 300;
}
.Men h3 {
    max-width: 240px;
}
.Men {
    padding: 30px 15px !important;
}

.howItwork_name {
    max-width: 230px;
}
.DateTime {
height: 40.9px;
}
.SignUpLink a.SignUpArea {
    margin-top: 16px;
}
}
@media only screen and (min-width: 381px) and (max-width: 580px) {
.slide {
    width: 69% !important;
    max-width: 100% !important;
}
}
@media only screen and (max-width: 380px) {
    .GallaeryWebinar .GalHead h3 {
        width: auto;
    }
	.page-id-1320 .pageBanner-info .MainBenefits .BenefitsListing h2 {
        margin: 28px 0 !important;
        width: auto;
    }
	.page-id-1320 .GallaeryWebinar .GalHead h3 {
        width: auto;
        margin: 0px auto 24px;
    }
	.page-id-1320 .EventTitle .btn{
		padding:0 15px;
	}
	.page-id-15 .pageBanner-info .heading_sec .caption-link .btn {
        font-size:15px;
    }
	.plans_benefit_bx .PlanWrap {
    	margin: 135px 0 0;
	}
	.fundingFtr_button .btn {
		font-size: 16px;
	}
	body .ScalingPlan a.btn.btn-outline-primary {
        font-size: 16px;
    }
	.MonthlyHead h3 {
	font-size: 28px;

}
}
@media only screen and (max-width: 360px) {
	.fundingFtr_button .btn {
		font-size: 14px;
	}
	.page-tabbing-title {
		font-size: 12px;
	}
	.page-tabbing-logo img {
	height: 24px;
	width: 24px;
}

	.Plans-table td {
	font-size: 13px;
}
	.fundingFtr_button .btn {
	height: 53px;
	padding: 0 10px;
	font-size: 14px;
}
	.page-tabbing-title {
		font-size: 14px;
	}
	.community_modern_bx .community_modern_items {
        height: 590px;
    }
	.page-id-1320 .pageBanner-info .MainBenefits .BenefitsListing h2 {
        width: 300px;
        font-size: 30px;
    }
	body .center-image {
		width: 180px;
		height: 180px;
	}
	body .center-image:after{
		width: 280px;
    	height: 280px;
	}
	body .center-image img {
		width: 170px;
	}
	.orbit-icon:nth-child(1) {
	  transform: rotate(0deg) translateX(130px) rotate(77deg);
	}
	.orbit-icon:nth-child(2) {
	  transform: rotate(72deg) translateX(130px) rotate(96deg);
	}
	.orbit-icon:nth-child(3) {
	  transform: rotate(144deg) translateX(130px) rotate(96deg);
	}
	.orbit-icon:nth-child(4) {
	  transform: rotate(216deg) translateX(130px) rotate(69deg);
	}
	.orbit-icon:nth-child(5) {
	  transform: rotate(288deg) translateX(130px) rotate(95deg);
	}
}

@media (min-width: 1600px)  {
.Webinar .btn {
	height: 93px;
	padding: 0 50px;
	border: 3px solid #FFF!important;
	font-size: 24.83px !important;
}
	.Webinar .btn img {
		width: 33px;
  height: 34px;
	}
}
@media (min-width: 1921px)  {
#slider-hrzntl-vrtcl.swiper {
    height: 945px !important;
}
.main-slide-slide {
    max-width: 80%;
}
}
@media (min-width: 1280px) and (max-width: 1600px){
.hero_aboutBanner img:nth-child(2) {
	width: 150px;
	height: 150px;
}
	.hero_aboutBanner img:nth-child(5){
		top:-30px;
	}
	.hero_aboutBanner img:nth-child(6) {

	top: -20px;
}
.MenuCover {
    justify-content: center !important;
}
}
@media  (max-width: 640px) {
.hero_aboutBanner img:nth-child(4){
bottom: -92px;
}
	.hero_aboutBanner img:nth-child(6) {
		top:59px;
		right: 22px;
	}
	.hero_aboutBanner img:nth-child(2) {
		bottom: -80px;
		right: 15px;
	}
}

@media (min-width: 820px) and (max-width: 900px) {
.review_bx {
	height: 437px;
}
}
