@media only screen and (max-width: 768px) {
  section.testimonial {
    margin: 100px 0 50px;
  }
  section.partners .outer-bottom-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.infrastructure .custom-padding .outer-main {
    padding: 40px 20px;
  }
  section.infrastructure .custom-padding .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  body.page-template-platforms-technology section#faq {
    margin-top: 0px;
  }
  section.executionBanner .bottom-content {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 15px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.rollovers .row-custom {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.partners .outer-top-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.partners .middle-flex {
    margin-bottom: 80px;
    padding: 20px;
  }
  section.partners .middle-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
    display: none;
  }
  section.partners .outer-bottom-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.trading .outer-main {
    padding: 50px 20px;
  }
  section.trading .outer-top-flex {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 25px;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  section.trading .outer-top-flex .inner-flex:nth-child(2) {
    margin-left: 0px;
  }
  section.trading .outer-top-flex .inner-flex:nth-child(2) .custom-btn {
    margin-top: 20px;
  }
  section.trading .outer-card-flex {
    row-gap: 25px;
    justify-content: flex-start;
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  section.trading .outer-top-flex h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.strategies h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.markets .outer-top-flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 25px;
  }
  section.markets .bottom-custom-card {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 25px;
  }
  section.consult .consult-bg {
    padding: 30px;
  }
  section.consult .consult-bg .outer-flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 25px;
  }
  section.consult .consult-bg .outer-flex .inner_flex h4.title {
    font-size: 35px;
    line-height: 40px;
  }
  section.consult .consult-bg .bottom-content {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 50px;
    flex-direction: column;
    row-gap: 25px;
  }
  section.wisdom .outer-flex {
    display: flex;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 25px;
  }
  .custom-bottom-btn .btn_custom {
    font-size: 14px;
  }
  section.wisdom .thumbnail img {
    width: 100%;
    height: auto;
  }
  section.wisdom .left-flex::after {
    display: none;
  }
  section.wisdom .right-flex {
    padding-left: 0;
  }
  section.testimonial .row-custom {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 25px;
  }
  section.testimonial .row-custom .col-custom:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  section.testimonial .row-custom .col-custom:nth-child(2) {
    width: 100%;
  }
  footer#Footer .copyright-flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .homebanner .custom-padding {
    padding-left: 15px;
  }
  .homebanner .custom-padding .bnr-buttons {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 30px;
    row-gap: 15px;
    flex-direction: column;
  }
  .homebanner .custom-padding .bottom-content {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
}
@media (max-width: 991px) {
  header#Header {
    background-color: #fff;
  }
  header#Header button.nav-trigger {
    height: 1.5rem;
    width: 2rem !important;
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(0%);
    z-index: 99999999;
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    justify-content: end;
    border: none !important;
    float: right;
  }
  header#Header button.nav-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.5s;
  }
  header#Header button.nav-trigger span {
    width: 70%;
    height: 2px;
    background: #000;
    top: 50%;
    position: relative;
    transition: 0.5s;
  }
  header#Header button.nav-trigger:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    transition: 0.5s;
  }
  header#Header button.nav-trigger.active:before {
    top: 50%;
    transform: rotate(45deg);
  }
  header#Header button.nav-trigger.active:after {
    top: 50%;
    transform: rotate(-45deg);
  }
  header#Header nav.active {
    transform: translateX(0%);
  }
  header#Header button.nav-trigger.active span {
    width: 0%;
  }
  header#Header nav {
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: translateX(100%);
    transition: 0.5s;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow-x: hidden;
    z-index: 9999999;
  }
  header#Header nav #menu-header-menu > li > .sub-menu {
    position: static !important;
  }
  header#Header nav > ul {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
  }
  header#Header nav #menu-header-menu {
    border-bottom: 0px !important;
  }
  header#Header nav #menu-header-menu {
    margin-left: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    justify-content: start !important;
    align-items: start !important;
    row-gap: 2rem;
    flex-direction: column;
  }
  header#Header nav #menu-header-menu button.sub-menu-toggle {
    display: flex;
  }
  header#Header nav #menu-header-menu button.sub-menu-toggle * {
    display: none;
  }
  nav #menu-header-menu > li > a::after {
    display: none !important;
  }
  nav #menu-header-menu > li > a:hover:after {
    transform: none !important;
    transform-origin: none !important;
  }
  header#Header nav #menu-header-menu > li > .sub-menu {
    z-index: 1;
  }
  header#Header nav #menu-header-menu > li > .sub-menu {
    transform: translateY(0rem);
  }
  header#Header button.sub-menu-toggle[aria-expanded=true] + ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    list-style: none;
    padding: 20px;
  }
  header#Header button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }
  header#Header button.sub-menu-toggle[aria-expanded=false] + ul {
    display: none !important;
  }
  header#Header nav #menu-header-menu > li.menu-item-has-children > a:before {
    display: none !important;
  }
  header#Header button.sub-menu-toggle:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid var(--theme-color-primary);
    border-right: 2px solid var(--theme-color-primary);
    height: 10px;
    width: 10px;
    transform: rotate(45deg) rotateX(0deg);
    transition: 0.5s;
    position: absolute;
    top: -10px;
    right: 0;
  }
  header#Header nav #menu-header-menu button.sub-menu-toggle {
    background: transparent !important;
    border: none !important;
    position: absolute;
    right: 0;
    top: 15px;
  }
  header#Header nav #menu-header-menu > li {
    align-items: start !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .homebanner .custom-padding h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.portfolio h3 {
    font-size: 40px;
    line-height: 45px;
  }
  section.portfolio .outer-flex {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-left: 0;
    margin-top: 40px;
    flex-direction: column;
  }
  section.portfolio .bottom-btns {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 20px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.testimonial {
    margin: 100px 0;
    padding-left: 15px;
  }
  section.testimonial::after {
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  section.portfolio .outer-main {
    height: 100%;
    padding: 70px 20px;
    margin-top: 0;
  }
  .py-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homebanner .custom-padding {
    height: 100%;
    width: 100%;
  }
  section.strategies .custom-thumbnail img {
    height: 400px;
  }
  section.markets h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.wisdom h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.wisdom .left-flex::before {
    display: none;
  }
  header#Header .header-bg-custom {
    background-color: var(--theme-color-light);
    padding: 14px 0px;
    width: 100%;
  }
  header#Header {
    background-color: #fff;
  }
  header#Header .p-custom {
    margin: 0 15px;
  }
  section.strategyBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.strategyBanner .bnr-buttons {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
  section.strategyBanner .bottom-content {
    margin-top: 15px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.overview .custom-bg {
    padding: 20px;
  }
  section.overview .custom-bg .outer-flex {
    flex-direction: column;
    row-gap: 20px;
  }
  section.fusion h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 12px;
  }
  section.fusion .bottom-buttons {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  section.methodology .custom-padding .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.specification .outer-main .outer-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  section.risk .thumbnail {
    margin-left: 0px;
  }
  section.markets-inner .outer-top-flex {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.markets-inner .bottom-custom-card {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.execution .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  .faq-accordion {
    padding: 0px !important;
  }
  section.faq h2 {
    text-align: left;
  }
  section.strategy .outer-bg .outer-flex {
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.strategy .outer-bg {
    padding: 20px;
  }
  section.strategy .outer-bg .outer-flex h4 {
    font-size: 30px;
    line-height: 40px;
  }
  section.strategy .outer-bg .outer-flex {
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.strategy .outer-bg .outer-flex .custom-right-btns {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .custom-tabs .outer-flex {
    padding: 16px;
    display: grid;
    justify-content: flex-start;
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.faq .outer-main {
    padding: 30px;
  }
  section.faq h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.strategyBanner .outer-bg {
    padding-left: 15px;
    padding-right: 15px;
    height: 700px;
  }
  section.specification .custom-padding h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  section.specification .outer-main {
    padding: 50px 20px;
  }
  section.how-it-works .how-it-works-outer h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  section.risk h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.markets-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.markets-inner .outer-main {
    padding: 50px 20px;
  }
  section.execution .outer-flex .inner-flex .custom-left h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.execution .outer-flex .outer-img-flex {
    flex-direction: column;
    row-gap: 15px;
  }
  section.execution .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
    display: none;
  }
  section.reporting h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.reporting .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.architecture .outer-top-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.architecture .outer-flex-bottom {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.marketBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.marketBanner .outer-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.marketBanner .bottom-content {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
  section.choose-market .outer-main h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  section.choose-market .outer-main .outer-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  section.choose-market .outer-main {
    padding: 50px 20px;
  }
  section.live-markets h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  section.live-markets .outer-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
  }
  section.execution-market .outer-flex .inner-flex .custom-left h2 {
    font-size: 40px;
    line-height: 45px;
  }
  section.execution-market .outer-flex {
    flex-direction: column;
    row-gap: 20px;
  }
  section.execution-market .outer-flex .outer-img-flex {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  section.execution-market .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
    display: none;
  }
  section.account .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.marketBanner .bnr-buttons {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  body.page-template-crypto-futures-market section.marketBanner .outer-bg {
    height: 800px;
  }
  section.exposure .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.crypto-futures .outer-main {
    padding: 50px 20px;
  }
  section.crypto-futures .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  body.page-template-metals-commodities-market section.marketBanner .outer-bg {
    height: 700px;
  }
  section.live-markets .outer-main {
    padding: 50px 20px;
  }
  body.page-template-metals-commodities-market section.execution-market .outer-main .outer-flex .inner-flex .custom-left {
    padding-right: 0px;
  }
  section.execution-market .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.executionBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.executionBanner .outer-bg {
    height: 650px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.executionBanner .bnr-buttons {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.pointers .outer-repeater .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 15px;
  }
  section.schedule .custom-padding .outer-main .outer-top-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.schedule .custom-padding .outer-main .outer-top-flex > .inner-flex:nth-child(2) {
    margin-top: 10px;
  }
  section.schedule .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.schedule .custom-padding .outer-main .custom-outer-flex {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 15px;
  }
  section.technology .outer-top-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.technology .outer-top-flex .inner-top-flex:nth-child(2) {
    margin-top: 10px;
  }
  section.technology .custom-outer-main .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.statements .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.statements .top-outer-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.statements .top-outer-flex .inner-flex:nth-child(2) {
    margin-top: 10px !important;
  }
  section.statements .custom-outer-main .inside-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.delivery .top-outer-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.delivery .top-outer-flex .inner-flex:nth-child(2) {
    margin-top: 10px !important;
  }
  section.delivery .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.aboutBanner .outer-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.aboutBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.aboutBanner .bottom-content {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  section.quick-facts .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.story .outer-main {
    padding: 50px 20px;
  }
  section.story .outer-main .outer-flex {
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.story .outer-main .outer-flex .inner-flex .custom-right::before {
    display: none;
  }
  section.story .outer-main .outer-flex .inner-flex .custom-right::after {
    display: none;
  }
  section.outer-cards .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.founder .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.founder .outer-main {
    padding: 50px 20px;
  }
  section.founder .outer-main .outer-flex .inner-flex .thumbnail img {
    width: 100%;
    height: auto;
  }
  section.client .custom-padding .outer-main {
    padding: 40px 20px;
  }
  section.ResourcesBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.ResourcesBanner .outer-bg {
    padding-left: 15px;
    padding-right: 15px;
    height: 700px;
  }
  section.ResourcesBanner .bnr-buttons {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.ResourcesBanner .bottom-content {
    -moz-column-gap: unset;
         column-gap: unset;
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.all_resources .top-flex {
    justify-content: flex-start;
    margin-bottom: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  section.all_resources .top-flex .inner-flex .title h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.all_resources .top-flex .inner-flex .categories ul.category-tabs {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  section.guides .custom-padding .outer-main h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  section.guides .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.guides .custom-padding .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.client_stories .outer-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  section.single-resource .image img {
    height: auto;
  }
  section.contact-details .outer-bg {
    padding: 20px;
  }
  section.contact-details .outer-bg .outer-flex {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.cryptoTradingbottom .middle-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex .inner-bottom-flex:nth-child(2) .right-custom-btn {
    justify-content: flex-start;
  }
  section.cryptoTradingbottom .middle-flex .inner-flex .custom-card h6 {
    max-width: 100%;
  }
  section.cryptoTradingbottom .bottom-flex-outer .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wisdom-account .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wisdom-account .left-flex::before {
    display: none;
  }
  section.wisdom-account .left-flex::after {
    display: none;
  }
  section.wisdom-account .right-flex {
    padding-left: 0;
  }
  section.wisdom-account .custom-card .custom-inner-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wisdom-account .custom-card .custom-inner-flex .inner-flex .inner-custom-card {
    padding: 20px;
  }
  section.wisdom-account .thumbnail img {
    width: 100%;
    height: auto;
  }
  section.leadBanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.common-banner .outer-main h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.common-banner .outer-main {
    padding: 50px 20px;
  }
  section.common_section {
    padding: 50px 0;
  }
  section.leadBanner .outer-bg {
    padding: 40px 15px;
    height: 100%;
  }
  section.leadBanner .outer-bg .contact-outer-bg {
    padding: 30px 20px;
    margin-left: 0px;
  }
  section.leadBanner .outer-bg .contact-outer-bg h3.title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  section.learn .outer-main {
    padding: 40px 20px;
  }
  section.learn .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.methodology-oversight .outer-flex .inner-flex .custom-card {
    padding: 20px;
  }
  section.methodology-oversight .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.execution-platform .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg {
    padding: 15px;
  }
  section.contract_specs .outer-flex {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  section.contract_specs .outer-flex > .inner-flex:nth-child(2) .right-buttons {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.contract_specs .table_data .contract-specs {
    overflow-x: scroll;
  }
  section.contract_specs .table_data .contract-specs .filters {
    -moz-column-gap: 5px;
         column-gap: 5px;
    overflow-x: scroll;
  }
  section.contract_specs .table_data .contract-specs .filters select {
    width: 109px;
  }
  section.testimonial .row-custom .inner-slide {
    padding: 20px;
  }
  section.testimonial .row-custom .top-outer-flex {
    flex-wrap: wrap;
    padding: 20px;
  }
  section.testimonial .row-custom .top-outer-flex .inner-flex {
    flex: auto;
  }
  .custom-tabs .custom-padding {
    padding: 0 15px;
  }
  section.methodology .custom-padding .outer-main {
    padding: 40px 20px;
  }
  .custom-padding {
    padding: 0 15px !important;
  }
  section.fusion .left-side {
    margin-right: 0;
  }
  section.fusion .thumbnail {
    margin-left: 0;
  }
  section.market .outer-main {
    padding: 40px 20px;
  }
  section.market .outer-main .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
    margin-top: 30px;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 15px;
  }
  section.architecture .outer-top-flex .inner-btns {
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 10px;
  }
  section.architecture .outer-top-flex .inner-btns {
    display: grid;
    align-items: flex-start;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.architecture .outer-top-flex .inner-btns span {
    display: none;
  }
  body.page-template-markets .custom-tabs .outer-flex {
    margin-top: 50px;
  }
  body.page-template-markets section.testimonial {
    margin: 100px 0 0;
  }
  body.page-template-crypto-futures-market section.execution-market .custom-padding .outer-main {
    padding: 40px 20px;
  }
  body.page-template-crypto-futures-market section.execution-market {
    padding: 80px 0 100px;
  }
  body.page-template-crypto-futures-market section.testimonial {
    margin: 100px 0 0;
  }
  body.page-template-equity-index-futures-market section.marketBanner .outer-bg {
    height: 700px;
  }
  body.page-template-crypto-futures-market section.contract_specs {
    padding-top: 80px;
  }
  body.page-template-equity-index-futures-market section.execution-market .outer-main .outer-flex .inner-flex .custom-left {
    padding-right: 0px;
  }
  body.page-template-equity-index-futures-market section.testimonial {
    margin: 100px 0 0;
  }
  body.page-template-metals-commodities-market section.testimonial {
    margin: 100px 0 0;
  }
  section.unique .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.client .custom-padding .outer-main .main-outer-bg .outer-bg {
    padding: 10px;
  }
  section.client .custom-padding .main-outer-bg:not(:last-child) .outer-bg .outer-flex .inner-flex > img {
    width: 80%;
  }
  section.client .custom-padding .outer-main .main-outer-bg .outer-bg .outer-flex > .inner-flex:not(:last-child)::after {
    display: none;
  }
  section.client .custom-padding .outer-main .main-outer-bg .outer-bg .outer-flex > .inner-flex:not(:last-child)::after {
    display: none;
  }
  body.page-template-crypto-futures-market section.market_scroller {
    margin: 28px 0 80px;
  }
  body.page-template-equity-index-futures-market section.market_scroller {
    margin: 28px 0 80px;
  }
  body.page-template-metals-commodities-market section.market_scroller {
    margin: 28px 0 80px;
  }
  section.contract_lead .table_data .contract-specs {
    overflow-x: scroll;
  }
  section.contract_lead .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg .outer-img-flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg .outer-img-flex .inner-img-flex:not(:last-child)::after {
    display: none;
  }
  section.wisdom-account .left-flex {
    position: relative;
    width: 100%;
  }
  section.process .custom-padding .outer-main .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.process .custom-padding .outer-main {
    padding: 50px 20px;
  }
  section.daily-process .daily-process-outer {
    padding: 20px 0;
  }
  section.benefits .custom-padding .outer-main .outer-flex {
    justify-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
  }
  section.benefits .custom-padding .outer-main {
    padding: 50px 20px;
  }
  body.page-template-execution-oversight section.testimonial {
    margin: 100px 0 0;
  }
  section.trust .outer-img-flex {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }
  section.trust {
    padding-bottom: 80px;
  }
  section.trust .outer-img-flex .inner-img-flex > img {
    width: 100%;
  }
  section.trust .outer-img-flex .inner-img-flex:not(:first-child)::before {
    display: none;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 12px !important;
  }
  /******************05nov2025******************/
  section.thanku_Banner .outer-bg {
    padding: 40px 15px;
    height: 100%;
    background-size: 100% 100%;
  }
  div.find .outer-flex {
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  section.thanku_Banner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  section.cryptoTradingbottom .bottom-flex-outer {
    margin: 70px 0;
  }
	section.lead_Banner .outer-bg {
    height: 100%;
    padding: 40px 15px;
}
	section.lead_Banner h1 {
    font-size: 45px;
    line-height: 50px;
}
	section.lead_Banner .outer-bg .contact-outer-bg {
    padding: 20px;
	margin-left: 0;
}
	section.lead_Banner .outer-bg .contact-outer-bg h3.title {
    font-size: 25px;
    line-height: 30px;
}
	body.page-template-lead-magnent-2 section#risk .row-custom {
    column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
}
body.page-template-lead-magnent-2 section#risk .row-custom:nth-child(even) {
    flex-direction: column;
}
	body.page-template-lead-magnent-2 section#risk .row-custom:not(:last-child) {
    margin-bottom: 50px;
}
	section.leadmarket .outer-main .outer-flex {
    column-gap: unset;
    flex-direction: column;
    row-gap: 20px;
}
	section.leadmarket .outer-main {
    padding: 40px 20px;
}
section.founderDescription .thumbnail img {
    max-width: 100%;
}
section.founderDescription .thumbnail {
    justify-content: center;
    margin-left: 0px;
}
	section.founderDescription .thumbnail .overlay-text {
    width: auto;
    right: 30px;
}
	section.strategy .contact-outer-bg {
    padding: 20px;
}
	body.page-template-lead-magnent-2 section.strategy {
    margin: 70px 0 47px 0;
}
	body.page-template-lead-magnent-2 section.testimonial {
        margin: 100px 0 0;
    }
	section.fullpagetitle .content {
    padding: 85px 0;
}
}/*# sourceMappingURL=responsive.css.map */