@font-face {
  font-family: "Agrandir-Regular";
  src: url(../fonts/Agrandir-Regular.woff);
  font-weight: 400;
}

@font-face {
  font-family: "Agrandir-Bold";
  src: url(../fonts/Agrandir-TextBold.woff);
  font-weight: 700;
}

@font-face {
  font-family: "Agrandir-GrandHeavy";
  src: url(../fonts/Agrandir-GrandHeavy.woff);
  font-weight: 800;
}

@font-face {
  font-family:"Agrandir-WideBlackItalic" ;
  src: url(../fonts/Agrandir-WideBlackItalic.woff);
  font-weight: 900;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  overflow-x: hidden;
  font-family: "Agrandir-Regular";
  margin: 0;
  padding: 0;
  position: relative;
  font-smooth: always;
  background-color: #001d44;
  opacity: 1;
}

body::after{
  position: absolute;
  content: "";
	width: 100%;
/*   width: 1920px; */
  height: 100%;
  top: 0;
  bottom: 0;
  background-image: url(../image/asset_bg_1.gif);
  background-position: top;
  background-repeat: repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.3;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2.heading_title {
  color: #fff;
  font-family: "Agrandir-GrandHeavy";
  font-size: clamp(25px, 6vw, 33px);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* text-transform: uppercase; */
}
section.breadcrumb2_sec .breadcrumb_text h2.heading_title {
  text-transform: uppercase;
}
p.heading_text {
  color: #fff;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.padding_150 {
  padding: 9.375rem 0px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 0;
  z-index: 996;
  background: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 38px;
  transition: all 0.4s;
  border: 1px solid #FFF;
  top: 0;
}

.back-to-top i {
  font-size: 25px;
  color: #000;
  line-height: 0;
}

.back-to-top:hover {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

div#back {
  position: relative;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*---------------
# Header
-----------------*/
.header-container {
  width: 1650px;
  margin: auto;
  padding: 0 14px;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
}

.custom-container1 {
  max-width: 1440px;
  margin: auto;
  padding: 0 12px;
}

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 18.5px 0px;
}

#header.header-scrolled {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 997;
  background: #001d44;
}

#header .logo a {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  font-family: "Agrandir-Bold";
}

/*----------------------------
#Desktop Navigation 
-----------------------------*/

.navbar {
  margin: auto auto auto 0;
}
.navbar ul {
  display: flex;
  align-items: center;
}

.navbar ul .dropdown {
  position: relative;
  display: flex;
  justify-content: center;
}

.navbar ul li a {
  margin: 0 17.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
}

.nav-link:focus, .nav-link:hover {
  color: #FFF;
}

.navbar ul li a i {
  font-size: 20px;
}

.navbar ul li a:hover {
  color: #17aacc;
}

.nav_rightside_text#nav_mobileshow {
  display: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: 56px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  width: 280px;
  background: #001d44;
  border-radius: 0px 0px 20px 20px;
  margin: auto;
  padding: 0 19px 10px;
  padding-top: 0;
  backdrop-filter: blur(22px);
}

.sub-menu li {
  width: 100% !important;
  display: block !important;
}

.navbar .dropdown ul li a {
  padding: 16px 0px;
  margin: 0;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .dropdown ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.nav_rightside_text {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.nav_rightside_text .sign-btn {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  padding: 12px 28px 10px;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  background: var(--12, linear-gradient(90deg, #003c8a 0%, #2ea7ae 100%));
  border: 1px solid #003C8A;
}
.log-btn {
  background: transparent;
  border: 0;
  color: #ebf7fd;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.log-btn:hover{
  color: #FFF !important;
  background-color: unset !important;
  border-color: unset !important;
}

.nav_rightside_text .sign-btn:hover {
  /* background-color: #2f394a;
  border-color: #2f394a;
  color: rgba(255, 255, 255, 0.5); */
  background:#213e6582;
  border-color: rgba(35, 56, 118, 0.5);
  color:#fff;
  border: 1px solid;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 50px;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  color: #EBF7FD;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  flex-direction: row-reverse;
  align-items: center;
  font-family: "Agrandir-Bold";
  align-items: baseline;
}

.custom-options {
  position: absolute;
  display: block;
  top: 36px;
  left: -20px;
  min-width: 100%;
  margin: 15px 0;
  transition: all .4s ease-in-out;
  display: none;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border-radius: 0px 0px 5px 5px;
  background: #001d44;
  box-shadow: 0px 2px 8px 0px rgba(48, 15, 8, 0.10);
}

.custom-select.opened .custom-options {
  display: block;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  width: 100px;
}

.custom-option {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  display: none;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 10px;
  top: 28px;
  z-index: 9998;
  font-size: 30px;
  line-height: 0;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 1285px) {
  .nav_rightside_text {
    margin-right: 50px;
  }
  .header-container {
    grid-template-columns: auto auto;
}

  .mobile-nav-toggle {
    display: block;
  }

  #navbar {
    position: fixed;
    left: -140%;
    top: 84px;
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100vh - 84px); /* Ensuring it doesn’t exceed the viewport height */
    background: #001d44;
    border-radius: 0px 0px 30px 30px;
    padding: 46px 84px 52px !important;
  }
  
  #navbar.navbar-mobile {
    left: 0;
    transition: 0.3s ease-in;
  }

  .navbar ul {
    display: none;
  }

  .navbar ul li a {
    margin-bottom: 24px;
  }

  .navbar ul li:last-child a {
    margin-bottom: 0px;
  }

  .navbar ul .dropdown {
    display: block;
    position: unset;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  div#nav_desktop {
    display: none;
  }

  #navbar {
    padding: 30px 20px !important;
    justify-content: center;
  }

  .nav_rightside_text#nav_mobileshow {
    display: flex;
    flex-direction: column;
  }

  .navbar_btn {
    width: 100%;
  }

  .nav_rightside_text a {
    display: block;
    text-align: center;
  }

  #navbar {
  flex-direction: column;
  gap: 40px;
  align-items: start;
  flex-wrap: nowrap;
  overflow: hidden;
}
}

.navbar-mobile ul {
  display: block;
}

.navbar-mobile .dropdown ul, 
.navbar-mobile .dropdown .dropdown ul {
  position: relative;
  top: 0rem;
  left: 2rem; 
  padding: 10px 0 20px;
  display: none;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #001d44; 
  transition: all 0.5s;
  width: 200px;
}
.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown > .dropdown-active,
.navbar-mobile .dropdown .dropdown > .dropdown-active {
  display: block;
}

.header-scrolled .mobile-nav-toggle {
  color: #fff;
}

.header-scrolled .mobile-nav-toggle.bi-x {
  color: #fff;
}

/*--------------------------
# FOOTER Section
-----------------------------*/
.footer-main{
  background: rgba(35, 56, 118, 0.50);
  padding: 50px 0 17px;
  position: relative;
}

.footer-container {
  max-width: 1650px;
  margin: auto;
  position: relative;
  padding: 0 14PX;
}

.ftr_logo{
  margin-bottom: 22px;
}

.desclimer_ftr p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  padding-right: 86px;
}

.desclimer_ftr h6{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin: 25px 0 2px;
  font-family: "Agrandir-Bold";
}

.all_logos {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  gap: 23px;
  padding-left: 120px;
}

.vis_logo{
  display: flex;
  gap: 38px;
  align-items: center;
}

.ftr_nav {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 30px;
  gap: 140px;
}

.ftr_box h6{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  margin-bottom: 19px;
  font-family: "Agrandir-Bold";
}

.ftr_box ul li {
  margin-bottom: 7px;
}

.ftr_box a{
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; 
  transition: 0.5s ease-in-out;
}

.ftr_box a:hover {
  color: #17aacc;
}

#contact{
  padding-left: 100px;
}

.botom_link{
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-top: 30px;
}

.botom_link a{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  font-family: "Agrandir-Bold";
}

.botom_link1 a{
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  font-family: "Agrandir-Bold";
}

.copyright h5{
  color: var(--title, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  margin-top: 33px;
  font-family: "Agrandir-Bold";
}

.footermobile{
  display: none;
}

.ftr_box .heading_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  margin-top: 24px;
}


/*------------------ Home Page ---------------*/
.banner_sec {
  padding: 182px 0 112px;
}

.single-banner-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
  padding-left: 10px;
}

.banner_slider1{
  margin-top: 75px;
}

.banner_list {
  margin-top: 46px;
}

.banner_list li{
  display: flex;
  align-items:center;
  margin-bottom: 22px;
  gap: 20px;
}

.banner_list h5{
  color: #FFF;
  font-family: "Agrandir-Bold";
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.banner_slider2 .heading_text {
  max-width: 609px;
}

.banner_list li img{
  width: 60px !important;
}

.custom-container {
  display: block;
  width: 1650px;
  margin: auto;
  padding: 0 15px;
}

.banner_img {
  position: relative;
  margin-left: -275px;
  margin-top: -3.5rem;
  display: flex;
  align-items: end;
}
.bull1 {
  position: relative;
  left: 50px;
}

.banner_img img {
  width: 100%;
}

.horizontal-scrolling-items {
  display: flex;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.deposite {
  font-family: "Agrandir-Bold";
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  border-radius: 100px;
  background: linear-gradient(90deg, #003c8a 0%, #2ea7ae 100%);
  padding: 14px 39px 14px 39px;
  display: block;
  margin-top: 53px;
  width: max-content;
  transition: 0.6s ease-in-out;
  border: 1px solid #003C8A;
}

.deposite:hover{
  background:#213e6582;
  border-color: rgba(35, 56, 118, 0.5);
  color:#fff;
  border: 1px solid;
}
.why_choos_sec {
  padding: 120px 0;
}

.whychoos_box {
  border-radius: 20px;
  padding: 39px 31px;
  background: rgba(35, 56, 118, 0.5);
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 7px 0 0;
}

.why_text {
  text-align: center;
}
.why_text h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-family: "Agrandir-GrandHeavy";
}

.why_text .heading_text{
  font-size: 18px;
}

.tabing {
  padding: 53px 0 52px 0;
  border-radius: 20px;
  background: rgba(35, 56, 118, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(8, 35, 48, 0.15);
  margin: 0 13px;
}

.tabing_text{
  padding: 48px 55px 46px 50px; 
}

.tabing_text .heading_text {
  margin-top: 20px;
  padding-right: 52px;
}

.tabing_text a{
  display: block;
  border-radius: 10px;
  background: var(--12, linear-gradient(90deg, #003C8A 0%, #2EA7AE 100%));
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 140%; /* 25.2px */
  width: max-content;
  padding: 15px 30px;
  margin-top:24px ;
  transition: 0.5s ease-in-out;
  backdrop-filter: blur(0);
  border: 1px solid #003C8A;
}
.tabing_text h2{
  color: #FFF;
  font-size: 40px;
  font-family: "Agrandir-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}
.tabing_text a:hover {
  background:#213e6582;
  border-color: rgba(35, 56, 118, 0.5);
  color:#fff;
  border: 1px solid;
}

.tabing .nav-pills {
  gap: 25px;
  border-right: 1px solid #C6C6C6;
  padding-right: 35px;
}

.tabing .nav-pills .nav-link {
  border-radius: 0px 10px 10px 0px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "Agrandir-Bold";
}

.tabing .nav-link {
  display: block;
  padding: 13px 45px;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  width: 297px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 33px;
}

.tabing .nav-pills .nav-link.active,
.tabing .nav-pills .show > .nav-link {
  border-radius: 0px 10px 10px 0px;
  background: var(--12, linear-gradient(90deg, #003c8a 0%, #2ea7ae 100%));
  position: relative;
}

.tabing .nav-pills .nav-link.active::after {
  position: absolute;
  content: "";
  top: 0;
  right: -37.8px;
  width: 3px;
  height: 100%;
  background: #FFBC58;
}

.trding_type_sec {
  padding: 165px 0;
  position: relative;
}

.trding_type_sec h3{
  color: #FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 120%; 
margin-bottom: 34px;
}

.trding_type_sec .heading_text {
  color: #FFF;
  text-align: center;
  font-size: 19.5px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 140%;
  opacity: 1;
}

.trding_type_sec h2{
  color: #FFF;
text-align: center;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 100%; 
margin-top: 37px;
font-family: "Agrandir-Bold";
}

.trading_boxes{
  display: grid;
  grid-template-columns: auto auto auto;
}


.trading_box {
  margin: 0px 10px;
}

.tradingtype_boxes {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  column-gap: 42px;
  margin-top: 26px;
  height: 76%;
}

.tradingtype_box {
  text-align: left;
  border-radius: 10px;
  padding: 10px 22px 13px 40px;
  background: rgba(35, 56, 118, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tradingtype_box h4{
  color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 100%; 
font-family: "Agrandir-Bold";
}

.tradingtype_box .heading_text{
  margin-top: 8px;
  text-align: left;
  color: #FFF;
  font-family: "Agrandir-Regular";
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 140%; 
  opacity: 0.5;
}

.feature_sec{
  padding: 0;
}

.feature_sec .custom-container{
  padding: 0 48px 0 88px;
}
.features_table {
  max-width: 1514px;
  margin: auto;
}
.features_table table {
  border-radius: 10px;
  width: 100%;

}

.features_table table {
  border-radius: 10px;
  width: 100%;
  margin: 0;
}

.features_table table thead tr {
  display: inline-flex;
  justify-content: space-between;
  width: 1474px;
  margin-bottom: 30px;
}
.features_table table thead tr th {
  border-radius: 10px;
  background: rgba(35, 56, 118, 0.50);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 17px 0 11px 0;
  text-align: center;
  width: 270px;
  display: block;
  font-family: "Agrandir-Bold";
}

.features_table table thead tr th:first-child {
  border-right: 0;
}

.features_table table thead tr th:last-child {
  border-left: 0;
}


.features_table table tbody tr h3{
  color: #1ED6FA;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  position: relative;
  padding-left: 26px;
  border-left:6px solid #1ED6FA;
  border-radius: 4px 0px 0px 4px;
  height: 45px;
  display: flex;
  align-items: center;
  font-family: "Agrandir-Bold";
}
.features_table table tbody tr p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-left: 26px;
  border-left: 6px solid #FFF;
  border-radius: 4px 0px 0px 4px;
  height: 45px;
  display: flex;
  align-items: center;
}

.features_table table tbody tr td {
  width: 306px;
  padding: 20px 0 20px 0;
  background: transparent;
  position: relative;
}
.features_table table tbody tr td:first-child::after{
  position: unset;
}

.features_table table tbody tr td::after {
  position: absolute;
  content: "";
  left: -70px;
  top: -32px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.30);
}

.features_table table tbody tr{
  display: flex;
  justify-content: space-between;
  position: relative;
}


.features_table table tbody tr::after {
  position: absolute;
  content: "";
  bottom: -50px;
  top: 0;
  width: 1170px;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  left: 9%;
}

.features_table table tbody tr:first-child::after{
  position: unset;
  content: unset;
  background: transparent;
}

.register_sec{
  padding: 120px 0;
  position: relative;
}

.reg_boxes {
  margin: 0 21px;
}

.register_box {
  padding: 52px 52px 56px 52px;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.50);
  margin-right: 10px;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}



.register_box:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #003C8A 0%, #2EA7AE 100%);
}

.register_box h3{
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  margin: 35px 0 10px;
  font-family: "Agrandir-Bold";
}

.register_box p{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; 
/*   opacity: 0.5; */
}
.reg_img{
  width: max-content;
  position: relative;
  margin: auto;
}
.reg_num {
  position: absolute;
  background: #1ED6FA;
  margin: 0;
  right: 6px;
  border-radius: 100px;
  width: 27px;
  padding: 2px 0 1px;
  color: #001D44;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.register_box:hover .reg_num{
  background:#001D44;
  color: #FFF;
}

.one_tap_box {
  padding: 65px 24px 73px 48px;
  border-radius: 32px;
  background: linear-gradient(0deg, rgba(0, 29, 68, 0.10) 0%, rgba(0, 29, 68, 0.10) 100%), radial-gradient(144.08% 134.3% at 2.45% 0%, #001D44 0%, #299BAA 100%);
  box-shadow: 0px 4px 200px 0px rgba(0, 255, 240, 0.50);
  position: relative;
  margin: 0px 56px;
}

.mobil_img{
  position: absolute;
  bottom: 0;
}

.one_tap_text ul{
/*   padding-top: 67px; */
	padding-top: 40px;
}
.one_tap_text ul li {
    display: flex;
    gap: 8px;
    padding-bottom: 30px;
    align-items: flex-start;
}

.one_tap_text ul li p{
  color:  #FFF;
  font-size: 20px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
}  


.one_btns{
/*   padding-top: 62px; */
	 padding-top: 0px;
  display: flex;
  align-items: center;
  gap: 46px;
}

.other_btns{
  display: flex;
  gap: 25px;
}

.other_btns .line_btn {
  position: relative;
  text-align: center;
  color: transparent;
  background: linear-gradient(113deg, #FFF 7%, #FFF 157.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: capitalize;
  font-family: "Agrandir-Bold";
}

.other_btns .line_btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #E5F7FF 0%, #E7F0FF 116.22%);
}



.home_faq {
  padding: 120px 0;
  position: relative;
}

.faq_title p {
  color: #957CE1;
  font-size: 24px;
  font-weight: 500;
}

.animation_effect {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  background: radial-gradient(291.47% 167.14% at 100% 14.81%, #A1CFFF 0.01%, rgba(199, 241, 255, 0.00) 32.28%), radial-gradient(258.77% 163.04% at 90.41% 13.06%, rgba(113, 255, 215, 0.00) 54%, #B5DD7B 100%), radial-gradient(219.5% 87.6% at 13.39% 39.33%, rgba(136, 243, 190, 0.70) 0%, rgba(243, 222, 180, 0.70) 100%), #FFF;
  margin-top: 24px;
  position: relative;

}
.title_bar{
  margin-bottom: 42px;
}


.home_faq .accordion-button::after {
  background-image: url("../image/closed.webp");
  transition: all 0.5s;
  height: 32px;
  width: 32px;
  background-size: cover;
}

.home_faq .accordion-button:not(.collapsed)::after {
  background-image: url("../image/open.webp");
  height: 28px;
  width: 28px;
  background-size: cover;
}

.home_faq .accordion-button::after {
  transition: all 0.5s;
}

.home_faq .accordion-item {
  border-radius: 14px;
  background: rgba(35, 56, 118, 0.50);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 26px;
  border: none;
  margin-bottom: 20px;
}

.home_faq .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.home_faq .accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.home_faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.home_faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.home_faq .accordion-button {
  color: #FFF;
  text-align: left;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  padding: 27px 0px 22px 40px;
  padding-right: 30px;
  margin: 0;
  border-radius: 14px;
  background: rgba(35, 56, 118, 0.50);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.home_faq .accordion-body {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; 
  text-transform: capitalize;
  padding: 0px 40px 22px;
  padding-right: 30px;
  border-radius: 0px 0px 10px 10px;
  max-width: 1158px;
}

.home_faq .accordion-button:not(.collapsed) {
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  background: transparent;
}

.home_faq .accordion-button:focus {
  border-color: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.home_faq .accordion-button:not(.collapsed):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

/* ------Partner IB------- */

.breadcrumb_sec{
  padding: 177px 0 79px;
}

.breadcrumb_text h3{
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; 
  margin-top: 18px;
  font-family: "Agrandir-GrandHeavy";
}

.breadcrumb_sec .other_btns {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.breadcrumb_sec .deposite {
  padding: 10px 56px 10px;
}

.whtisIB_sec{
  padding: 120px 0;
}

.benifit_sec,
.choice_sec{
  position: relative;
}

.benifit_sec::after,
.choice_sec::after{
  position: absolute;
  content: "";
  top: 180px;
  right: 0;
  height: 268px;
  width: 134px;
  background: url(../image/offerd_home_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.whtisIB_sec .heading_text{
  font-size: 18px;
}

.choice_sec .heading_text{
  margin-top: 12px;
}

.benifit_boxes{
  margin-top: 68px;
}
.benifit_boxes .row {
  row-gap: 0;
}
#benifit_money_sec .benifit_boxes .row {
  row-gap: 69px;
}

.benifit_box {
  display: flex;
  align-items: start;
  gap: 38px;
  padding-right: 12px;
}

.benifite_txt h3{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-family: "Agrandir-Bold";
}

.benifite_txt p {
  font-family: "Agrandir-Regular";
  color: #FFF;
  font-size: 19.8px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  opacity: 1;
}

#signup {
  padding: 10px 56px 10px 57px;
  margin: 60px auto auto auto;
}

.asset_offerd{
  position: relative;
}
.asset_offerd::after {
  position: absolute;
  content: "";
  top: -55px;
  right: 0;
  height: 268px;
  width: 134px;
  background: url(../image/offerd_home_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.trding_type_sec::before {
  position: absolute;
  content: "";
  top: 18%;
  left: 0;
  height: 394px;
  width: 181px;
  background: url(../image/offerd_home_bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.register_sec::after{
  position: absolute;
  content: "";
  bottom: 160px;
  right: 0;
  height: 176px;
  width: 87px;
  background: url(../image/offerd_home_bg2_small.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.home_faq::after{
  position: absolute;
  content: "";
  top: -70px;
  left: 0;
  height: 345px;
  width: 162px;
  background: url(../image/faq_home_bg2_small.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.why_join_sec{
  padding: 120px 0 0;
  position: relative;
}

.why_join_sec::after{
  position: absolute;
  content: "";
  top: 200px;
  left: 0;
  height: 394px;
  width: 181px;
  background: url(../image/why_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.why_title .heading_text {
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-family: "Agrandir-Regular";
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  max-width: 1128px;
  margin: 20px auto auto;
}

.why_boxes{
  margin-top: 60px;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 40px;
  column-gap:69px;
}

.why_box{
  padding: 46px 47px 43px;
  border-radius: 10px;
  background: rgba(35, 56, 118, 0.50);
}
.why_box h3{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  font-family: "Agrandir-Bold";
}

.why_box .heading_text{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 30px; 
  margin-top: 27px;
}

.why_bottom h5 {
  font-family: "Agrandir-WideBlackItalic";
  color: #FFF;
  text-align: center;
  font-size: 19.9px;
  font-style: italic;
  font-weight: 900;
  line-height: 180%;
  margin-top: 80px;
}

.why_join_sec #signup{
  margin-top: 22px;
}

#reg_txt{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#partner_register .register_box {
  padding: 45px 38px 40px;
}

#partner_register::after{
  position: unset;
}
/* ------------Money-Manager------------ */
.choice_sec{
  padding: 0 0 120px ;
}

.choice_sec::after{
  top:130px
}

.choice_boxes{
  margin-top: 60px;
}

.choice_box {
  border-radius: 10px;
  background: rgba(35, 56, 118, 0.50);
  padding: 40px 26px 49px;
}

.choic_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.choic_title{
  font-family: "Agrandir-Bold";
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.choic_txt .heading_text{
  text-align: center;
  font-size: 18px;
}

#benifit_money_sec::after {
  left: 0;
  background: url(../image/why_bg.webp);
  width: 341px;
  background-repeat: no-repeat;
  height: 397px;
}


/* ---------Forex-------- */
.breadcrumb2_sec{
  padding: 256px 0 194px;
}

.common_sec{
  padding: 0 0 110px;
  position: relative;
}

.common_sec::after{
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  background: url(../image/why_bg.webp);
  width: 341px;
  background-repeat: no-repeat;
  height: 397px;
}
.common_sec::before{
  position: absolute;
  content: "";
  top: 250px;
  right: 0;
  height: 268px;
  width: 134px;
  background: url(../image/offerd_home_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}


ul.breadcrumb_link {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

ul.breadcrumb_link a{
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; 
}
ul.breadcrumb_link li:last-child {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-family: "Agrandir-Regular";
  font-weight: 400;
  line-height: 150%;
}

ul.breadcrumb_link a:after {
  content: "/";
  margin: 0 8px; /* Adjusts the spacing around the slash */
}

ul.breadcrumb_link li:last-child a:after {
  content: ""; /* Removes the slash from the last breadcrumb link */
}

.common_box{
  border-radius: 20px;
  background: var(--Background-50, rgba(35, 56, 118, 0.50));
  padding: 60px 237px 60px 120px;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.common_box1 {
  border-radius: 20px;
  background: var(--Background-50, rgba(35, 56, 118, 0.50));
  padding: 60px 80px 60px 80px;
  gap: 30px;
  margin-bottom: 40px;
}

h1.widget-heading {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; 
  font-family: "Agrandir-GrandHeavy";
  margin-bottom: 30px;
}

.forex-widget {
  width: 1440px;
  margin: auto;
  margin-bottom: 100px;
}
.page-id-3929 .forex-widget {
  display: none;
}

.common_box h2{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; 
  font-family: "Agrandir-GrandHeavy";
}

.common_box .heading_text{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; 
  margin-top: 14px;
}

.common_btm {
  margin-top: 60px;
  text-align: center;
  max-width: 1000px;
  margin: 60px auto auto;
}

.common_btm h5{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%;
}


/* -----------Account Types---------- */
.account_sec{
  padding: 188px 0 0;
  position: relative;
}

.account_sec::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 0;
  height: 268px;
  width: 134px;
  background: url(../image/offerd_home_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.account_title{
  margin-bottom: 44px;
}

.account_title .heading_title {
  margin-bottom: 26px;
}

.account_title .heading_text{
  max-width: 825px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 140%; 
}
.accountypes_table table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}

.accountypes_table table thead tr, .accountypes_table table tbody tr {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.accountypes_table table tbody tr {
  margin-bottom: 40px;
}
.accountypes_table table tbody {
  display: block;
}

.accountypes_table table thead tr th {
  border-radius: 10px;
  background: rgba(35, 56, 118, 0.50);
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-family: "Agrandir-Bold";
  padding: 17px 0 11px;
  text-align: center;
  display: flex;
  width: 161px;
  justify-content: center;
}
.accountypes_table table tbody tr td h3{
  color: #1ED6FA;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-family: "Agrandir-Bold";
  padding-left: 26px;
  border-left:6px solid #1ED6FA;
  border-radius: 4px 0px 0px 4px;
  height: 45px;
  display: flex;
  align-items: center;
}

.accountypes_table table tbody tr td p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-family: "Agrandir-Bold";
  text-align: center;
  text-align: center;
  display: flex;
  width: 161px;
  justify-content: center;
}
.accountypes_table table tbody tr td{
  position: relative;

}
.accountypes_table table tbody tr td::after {
  position: absolute;
  content: "";
  left: -21px;
  top: 0;
  width: 1px;
  height: 87px;
  background: rgba(255, 255, 255, 0.30);
}
.accountypes_table table thead tr th:first-child {
  border-right: 0;
  width: 270px;
  margin-right: 100px;
}

.accountypes_table table tbody tr td:first-child {
  border-right: 0;
  width: 361px;
}

.accountypes_table table tbody tr td:first-child::after{
  position: unset;
}

.accountypes_table table tbody tr:last-child td::after {
  height: 50px;
}

.accountypes_table table tbody tr{
  position: relative;
}

.accountypes_table table tbody tr::after {
  position: absolute;
  content: "";
  top: -27px;
  width: 1304px;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  left: 8%;
}

.accountypes_table table tbody tr:first-child::after{
  position: unset;
  content: unset;
  background: transparent;
}

.exclusive_title .heading_text{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; /* 27px */
}

.exclusive_boxes{
  margin-top: 45px;
}

.exclusive_box{
  border-radius: 20px;
  background: rgba(35, 56, 118, 0.50);
  padding: 50px 36px;
}

.exclusive_sec{
  margin: 120px 0 0;
  position: relative;
}
.exclusive_sec::after {
  content: "";
  position: absolute;
  bottom: -35%;
  left: 0;
  background: url(../image/why_bg.webp);
  width: 341px;
  background-repeat: no-repeat;
  height: 397px;
}

.exclusive_box h3{
  margin-top: 29px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; 
  font-family: "Agrandir-GrandHeavy";
}
.exclusive_box .heading_text{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 140%; 
}

.club_box{
  border-radius: 20px;
border: 1px solid #FFF;
padding: 50px 37px 42px;
text-align: center;
}

.club_box h3{
  font-family: "Agrandir-GrandHeavy";
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 26.4px */
}

.club_box .heading_text{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Agrandir-Regular";font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 21px;
}


/* -------Why Us--------- */
.commitment_sec{
  padding: 0 0 120px;
}

#commitment_box{
  padding: 80px 210px;
}

#why_us_common .common_box {
  padding: 0px 188px 0px 74px;
  min-height: 199px;
  align-items: center;
}

.common_inn_box{
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.common_title .heading_title{
  margin-bottom: 30px;
}

#why_us_common::before {
  top: -150px;
}
#why_us_common::after {
  bottom: -150px;
}

#why_us_common .common_box h2{
  font-size: 22px;
}
section#exchange-ticker {
  padding: 0px 0px 80px;
}

/* --------------Glossary---------- */

.glossary_sec{
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.glossary_sec::after {
  position: absolute;
  content: "";
  top: 1.8%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/glosary_bg.webp);
  background-position: top;
  background-repeat: repeat;
  background-size: contain;
  z-index: 999;
}

.atoz_box{
  border-radius: 20px;
  background: var(--Background-50, rgba(35, 56, 118, 0.50));
  padding: 54px 133px 4px 57px;
  display: flex;
  gap: 93px;
  margin-bottom: 60px;
  
}

.box_title .heading_title {
  width: 50px;
}

.box_title .heading_title{
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; 
}

.box_txt{
  margin-bottom: 50px;
}

.box_txt .heading_title{
  font-size: 20px;
  margin-bottom: 7px;
}

.box_txt .heading_text{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

/* PDF Pages CSS */

#compliance_sec .common_box {
  padding: 40px 100px 40px 106px;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

#compliance_sec .common_box .heading_title{
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; 
}

#compliance_sec .img_txt a{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  gap: 20px;
}
#compliance_sec .img_txt p{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.common_box .img_txt img {
  height: 100px;
  width: auto;
}


/* Contact Info Page css */



section.contact_section .atoz_box {
  display: block;
}
.contact_call ul li h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-family: "Agrandir-GrandHeavy";
}
.contact_call ul li {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.contact_call ul li a {
  color: #2a9fab;
}
.contact_call ul li a:hover {
  color: #FFF;
}
.contact-box1 h2 {
  color: #fff;
  font-family: "Agrandir-GrandHeavy";
  font-size: clamp(25px, 6vw, 35px);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}
div#wpforms-4451-field_1-container {
  color: #2ea7ae;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #FFF;
}
div#wpforms-4451-field_2-container {
  color: #2ea7ae;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #FFF;
}
textarea#wpforms-4451-field_3 {
  color: #2ea7ae;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #FFF;
}
button#wpforms-submit-4451 {
  font-family: "Agrandir-Bold";
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  border-radius: 100px;
  background: linear-gradient(90deg, #003c8a 0%, #2ea7ae 100%);
  padding: 14px 39px 14px 39px;
  display: block;
  margin-top: 30px;
  width: max-content;
  transition: 0.6s ease-in-out;
  border: 1px solid #003C8A;
}
button#wpforms-submit-4451:hover{
  border: 1px solid #fff;
}


/* policy page css */

ul#menu-footer-legal-menu {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}

ul#menu-footer-legal-menu-1 li a {
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  font-family: "Agrandir-Bold";
}
ul#menu-footer-legal-menu-1 li {
  margin-top: 20px;
}

.policy_data {
  padding-bottom: 50px;
}

h1.policy_title {
  color: #fff;
  font-family: "Agrandir-GrandHeavy";
  font-size: clamp(25px, 6vw, 35px);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 35px;
}
ul.policy_points {
  margin-top: 20px;
}
.d-contain p {
  color: #fff;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}
ul.policy_points li {
  color: #fff;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: circle;
}
.page-id-3678 .d-contain p {
  margin-bottom: 20px;
}
.d-contain ol {
  padding-left: 0px;
  margin-top: 20px;
}

.d-contain ol li {
  color: #fff;
  font-family: "Agrandir-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: circle;
}
ul.policy_points li a {
  color: #2ea7ae;
}
ul.policy_points li a:hover {
  color: #ffff;
}
.d-contain p a {
  color: #2ea7ae;
}
.d-contain p a:hover {
  color: #fff;
}


/* display none css */

.page-id-302 section.breadcrumb2_sec.aos-init.aos-animate {
  display: none;
}
.page-id-4039 section.breadcrumb2_sec.aos-init.aos-animate {
  display: none;
}
.page-id-3944 section.breadcrumb2_sec.aos-init.aos-animate {
  display: none;
}
.page-id-2588 section.breadcrumb2_sec.aos-init.aos-animate {
  display: none;
}
.tradingview-widget-copyright {
  display: none !important;
}
.tradingview-widget-copyright a {
  display: none !important;
}


/* coming css */


h2.heading_title.come.text-center {
  padding-bottom: 200px;
}

section.whtisIB_sec img {
    max-width: 100%;
}

.page-id-4389  section.whtisIB_sec img {
    max-width: 85%;
}

.glossary-menu {
    margin-bottom: 20px;
}

.letter-menu-link {
    margin-right: 10px;
    text-decoration: none;
    color: #007bff; /* Adjust color as needed */
}

.letter-menu-link:hover {
    text-decoration: underline;
}

.atoz_box {
    margin-bottom: 20px;
}

.box_title h2,
.box_txt h2 {
    margin: 0;
}

.box_data {
    margin-top: 10px;
}
/* Adjust this value based on the height of your fixed header */
.atoz_box {
    position: relative;
}

.atoz_box::before {
    content: "";
    display: block;
    height: 60px; /* Adjust based on the height of your fixed header */
    margin-top: -60px; /* Same as the height to offset the scroll */
}
.glossary-menu a.letter-menu-link {
    border: 1px solid white;
    padding: 9px;
    text-align: center;
    line-height: 0px;
    border-radius: 5px;
    color: #fff;
    font-family: "Agrandir-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    margin: 0 !important;
    width: 40px;
    height: 42px;
	text-decoration:none;
}

.glossary-menu a.letter-menu-link:hover {
    background: white;
    color: #001d44;
}
.glossary-menu{
	text-align:center;
}
section#benifit_money_sec {
    padding-top: 100px;
}

.choice_sec{
	padding-bottom:20px !important
}
.tabing_text .row {
/*     align-items: center; */
}
.tabtextcontain {
    margin-top: 50px;
}

.slidebtnall {
    display: flex;
    gap: 10px;
}

.slidebtnall a.deposite {
    min-width: 200px;
    text-align: center;
}


@media (min-width: 0px) and (max-width: 767px) {
       .banner_img {
        margin-top: 24px;
        display: none !important;		 
 }
}