body {

  overflow-x: hidden;

  font-family: "Inter";

  font-family: 'Arial', sans-serif;

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}



html {

  overflow-x: hidden;

}



h1,

h2,

h3,

h4,

h5,

h6,

p {

  margin: 0px;

  padding: 0px;

}



a {

  text-decoration: none;

}







h2.heading_title {

  color: #565656;

  font-family: "Inter";

  font-size: 36px;

  font-style: normal;

  font-weight: 500;

  line-height: 100%;

  letter-spacing: -1.08px;

  text-transform: capitalize;

}


h2.heading_title span {
  color: #0F27F4;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
}

.heading_text {
  color: #757575;
  font-family: 'Arial';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}



.mt-100 {

  margin-top: 100px;

}





/*-------------------------------------------------

  #Disable aos animation delay on mobile devices

  -----------------------------------------------*/

@media screen and (max-width: 768px) {

  [data-aos-delay] {

    transition-delay: 0 !important;

  }



}



/*---------------------------

  # Header

  ----------------------------*/

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



.mobileshow {

  display: none;

}



/* ---------------------------------------------- */



#header.header-scrolled {

  background: rgb(255, 255, 255);

  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px;

  z-index: 997;

}


.header-scrolled .navbar a.sign-btn {

  color: #010100;

}


.header-scrolled a.nav-link {
  color: #010100 !important;
}



.header-scrolled a.nav-link:hover {
  color: #010100 !important;
}


.header-scrolled .language {

  color: #010100;

}



.header-scrolled a.log-btn {

  color: #010100;

  box-shadow: 0 0px 2px 0 #000;

  border: 1px;

}


.header-scrolled a.log-btn:hover {
  color: #FFF;
  background: #0f27f4;
}


.header-scrolled a.sign-btn:hover {

  box-shadow: 0 0px 2px 0 #000;

}



.header-scrolled .trans_logo {

  display: none !important;

}



.white_bg_logo {

  display: none;

}



.header-scrolled .white_bg_logo {

  display: block;

}



a.white_bg_logo img {

  max-width: 167px;

}



a.nav-link {

  color: #FFFFFF;

  margin: 0px 0px;

  font-weight: 500;

  font-size: 16px;

}



.header-scrolled .language select {

  color: #010100;

}



.language select:focus {

  outline: none;

}



.language select option {

  color: #000 !important;

  -webkit-text-stroke-color: #10E0E1;

}



.language select {

  padding: 5px;

  color: #FFF;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  background: transparent;

  border: 0;

  appearance: auto;

}



.language i.fa.fa-caret-down {

  position: relative;

  right: 21.5px;

  font-size: 25px;

}



.header-scrolled .mobile-nav-toggle {

  color: #010100;

}



#header .logo .trans_logo {

  display: block;

}



div#mainheader {

  justify-content: space-between;

}



.nav_with_btn {

  margin-top: 13px;

  margin-bottom: 10px;

}



@media (max-width: 992px) {

  #header .logo {

    font-size: 28px;

  }

}



/*--------------------------------------------------------------

  # Navigation Menu

  --------------------------------------------------------------*/

/*-----------------------

#Desktop Navigation

-------------------------*/

.navbar {

  padding: 0;

}





.nav_with_btn {

  display: flex;

  justify-content: space-between;

  width: 100%;

  padding: 0px 78px 0px 60px;

}



.navbar ul {

  margin: 0;

  padding: 0;

  display: flex;

  list-style: none;

  align-items: center;

}



.navbar .dropdown {

  position: relative;

  display: inline-flex;

  height: 60px;

  justify-content: center;

  align-items: center;

  gap: 4px;

  flex-shrink: 0;

  overflow: visible;

  transition: 0.5s ease-in-out;

  cursor: pointer;

}



ul.sub-menu {

  display: block;

  padding: 8px 32px 13px;

  border-bottom-right-radius: 12px;

  border-bottom-left-radius: 12px;

  border: 1px solid rgb(243, 243, 243);

  width: max-content;

  background: rgb(255, 255, 255);

  transform: scale(0);

  transition: ease-out 0.3s;

}



.navbar a {

  border-radius: 24px;

  text-transform: capitalize;

  white-space: nowrap;

  transition: 0.3s;

  text-decoration: none;

  font-style: normal;

  line-height: 140%;

  color: #FFF;

  padding: 8px 20px;

  font-family: "Inter";

  display: inline-block;

  transition: 0.5s ease-in-out;

  outline: none;

}

.navbar a:focus{
  color: #FFFFFF;
}

#header a.nav-link:hover {
  color: #FFFFFF;
}
/*
ul.sub-menu.dropdown_box li a:hover {
  color: #000000;
} */


ul.sub-menu.dropdown_box li a.nav-link:hover {
  color: #000000 !important;
}

a.log-btn {

  text-decoration: none;

  transition: all 0.5s;

  color: #FFFFFF;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 130%;

  height: 40px;

  padding: 10px 39px;

  border-radius: 24px;

  border: 2px solid #FFFFFF;

  transition: 0.5s ease-in-out;

  width: max-content;

  display: flex;

  align-items: center;

}



a.log-btn:hover {

  color: #0D0D0D;

  background: #FFFFFF;

}





a.sign-btn {

  display: flex;

  padding: 10px 32px;

  align-items: center;

  border-radius: 24px;

  color: #fff;

  background: #0F27F4;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 140%;

  transition: 0.5s ease-in-out;

  width: max-content;

}



a.sign-btn:hover {

  color: #0D0D0D !important;

  background: #FFFFFF;

}



.language {

  display: flex !important;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  font-size: 15px !important;

  line-height: 25px;

  color: #FFF;

  padding: 9px 14px 9px 14px;

  border-radius: 8px;

  gap: 5px;

  font-size: 18px;

}



.language p {

  font-weight: 400;

  font-size: 16px;

  line-height: 140%;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  margin: -2px 0 0 0;

  color: #ffffff;

  padding-right: 5px;

}



.navbar a i,

.navbar a:focus i {

  font-size: 15px;

  line-height: 0;

  margin-left: 5px;

}





.navbar .dropdown ul {

  animation: headerMenuRotateKeyframes .4s ease-in-out;

  transform: scale(0);

  position: absolute;

  top: 54px;

  transform-origin: top;

  transition: .4s ease;

  /* border-radius: 6px; */

  /* border-radius: 20px; */

  transition: 0.7s ease-out;

}





.navbar .dropdown:hover ul {

  transform: scale(1);



}



.dropdown_box {

  position: relative;

  top: 16px;

}



.navbar .dropdown:hover .dropdown_box {

  transform: scale(1);

}



.dropdown_box {

  display: block;

  padding: 8px 32px 13px;

  border-bottom-right-radius: 12px;

  border-bottom-left-radius: 12px;

  border: 1px solid rgb(243, 243, 243);

  width: max-content;

  background: rgb(255, 255, 255);

  transform: scale(0);

  transition: ease-out 0.3s;

}



.navbar .dropdown ul li {

  border-bottom: 1px solid;

  border-color: #C9C9C9;

}



.navbar .dropdown ul li:last-child {

  border: 0;

}



.navbar .dropdown ul a,ul.sub-menu li a {

  color: #545454;

  font-size: 14px;

  text-transform: none;

  font-weight: 600;

  line-height: 130%;

  display: flex;

  border-radius: unset;

  align-items: center;

  padding: 12px 5px 11px 5px;

  justify-content: center;

}



.navbar .dropdown ul a:hover {

  color: #F21D04;

}



.navbar .dropdown ul a i {

  font-size: 12px;

}



.mianbutton {

  display: flex;

  align-items: center;

  gap: 8px;

}



/*-------------------------

#Mobile Navigation

-----------------------------*/

.mobile-nav-toggle {

  color: #FFF;

  font-size: 28px;

  cursor: pointer;

  display: none;

  line-height: 0;

  transition: 0.5s;

  position: fixed;

  right: 25px;

  top: 22px;

  z-index: 9998;

  border: 0;

  background: none;

  font-size: 24px;

  transition: all 0.4s;

  outline: none !important;

  line-height: 1;

  cursor: pointer;

  text-align: right;

}







@media (max-width: 1024px) {

  .mobile-nav-toggle {
    display: block;
    right: 76px;
}


  .navbar ul {

    display: none;

  }



  .mianbutton {

    padding-right: 24px;

  }



}





@media (min-width: 1024px) and (max-width: 1200px) {



  .navbar a,

  .navbar a:focus {

    padding: 13px 10px;

  }



  #header .logo {

    margin: 0;

    padding: 0;

  }

}



.navbar-mobile {

  position: fixed;

  top: 57px;

  bottom: 0;

  z-index: 9999;

  overflow-y: auto;

  left: 0 !important;

  width: 100%;

  padding-top: 18px;

  background: #363636;

  transition: 0.4s;

  right: 0;

  display: unset;

}



.navbar-mobile ul {

  display: block;

  padding: 20px 0;

  background-color: transparent;

  overflow-y: auto;

  transition: 0.3s;

}



.navbar-mobile a {

  padding: 10px 20px;

  font-weight: 500;

  font-size: 18px;

  line-height: 25px;

}



.navbar-mobile .dropdown ul {

  position: static;

  display: none;

  margin: 10px 20px;

  padding: 10px 0;

  z-index: 99;

  opacity: 1;

  visibility: visible;

  background: transparent;

  transition: all 0.5S;

}





.navbar-mobile .dropdown ul li {

  min-width: 200px;

}



.navbar-mobile .dropdown ul a {

  padding: 10px 20px;

}



.navbar-mobile .dropdown ul a i {

  font-size: 12px;

}



.navbar-mobile .dropdown>.dropdown-active {

  display: block;

}



.home_banner {

  position: relative;

}





.bg-video-wrap::after {

  content: '';

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);

}



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 744px;
}


.bg-video-wrap video {

  min-width: 100%;

  min-height: 100%;

  z-index: 1;

  zoom: 0.01;

  display: block;

}



.banner_txt {

  position: absolute;

  top: 0;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;

  color: #fff;

  flex-direction: column;

}



.banner_txt h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Arial;
  font-size: clamp(28px, 5.5vw, 60px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 900px;
}

.home_banner h2 {
  color: #FFF;
  font-family: Arial;
  /* font-size: 34px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.16px;
  font-size: clamp(28px, 5vw, 34px);
}

.banner_txt p {

  color: #FFF;

  text-align: center;

  font-family: Inter;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  width: 722px;

  margin-top: 10px;

}



.banner_txt a {
  display: flex;
  padding: 13px 49px;
  align-items: center;
  font-family: 'Inter';
  border-radius: 30px;
  color: #fff;
  background: #0F27F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: 30px;
  transition: 0.5s ease-in-out;
}

.we_help_img img {
  width: 130%;
}

.banner_txt a:hover {

  color: #0D0D0D;

  background: #FFFFFF;

}



.we_help {

  background: #F8F9FA;

  padding: 120px 0 133px 0;

}



.We_help_txt .heading_title {

  margin-bottom: 21px;

}



.We_help_txt p.heading_text {
  margin-bottom: 10px;
}


.we_help_img {

  position: absolute;

  bottom: -175px;

}



.we_help_img_col {

  display: flex;

  justify-content: end;

}



.best_trading {

  margin-top: 145px;

}



.best_trading_txt p {

  margin-top: 12px;

}



.best_trading .nav-pills {

  gap: 20px;

  justify-content: center;

  margin-bottom: 20px;

}



.best_trading #pills-tab .nav-link {
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 17px 61px;
  background: #000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  border-radius: 10px !important;
  color: #FFF !important;
  background: #0F27F4 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
}



.tab_contant {
  background: #F8F9FA;
  border-radius: 15px;
  padding: 50px 30px 0px 80px;
}


.tab_txt {

  padding: 56px 0 0 0;

}



.tab_txt h4 {
  color: #000;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  margin-left: 10px;
}



.mt-60 {

  margin-top: 60px;

}



.tab_contant_note {
  color: #929292;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}



.tab_img_txt h4 {
  color: #0F27F4;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 5px;
  margin-left: 0px;
}
/* .tab_contant_img {
  margin-top: 20px;
} */


.tab_contant_img_txt {
  gap: 20px;
}



.tab_img_txt p {

  width: 370px;

}



.tab_contant_img_txt:nth-child(3) {
  gap: 20px;
  padding-top: 14px;
}


.award_img {
  margin: auto;
  margin-top: 50px;
  max-width: 912px;
}



.compnt_video video {

  max-width: 476px;

}



.count_num span {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}


.count-up p {
  margin-top: 6px;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}


.count_txt p {
  margin-top: 19px;
  color: #757575;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}


.billion_active {

  margin-left: 40px;

}



.billion_active .border_line {

  width: 2px;

  height: 100%;

  position: absolute;

  top: 0;

  right: -33px;

  background: #757575;

}



.million_ative .border_line {

  width: 2px;

  height: 100%;

  position: absolute;

  top: 0;

  right: -10px;

  background: #757575;

}



.million_ative {

  margin-left: 44px;

}



.million_ative2 {

  margin-left: 14px;

}



.proud_slider {

  margin-top: 68PX;

}







.proud_slider.owl-carousel .owl-item.active {

  margin-right: unset;

  width: fit-content !important;

}



.proud_slider.owl-carousel .owl-item .item {

  width: fit-content !important;

}







.empowring_sec {

  margin-top: 100px;

}



.video_img {

  margin-top: 100px;

}



.trading_faq {

  margin-top: 100px;

}



.trading_faq_title .heading_text {
  margin-top: 10px;
  font-size: 20px;
  color: #0A0A0A;
}


.qna_img img {

  max-width: 418px;

}



.qna {

  padding: 17px 0 21px 0px;

  border-bottom: 1px solid #757575;

  position: relative;

}



.qna:first-child {

  padding-top: unset;

}



.qna:last-child {

  border: none;

}



.qna.active {

  padding-bottom: 17px;

}


.question {
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease 0s;
  position: relative;
  padding-right: 40px;
  color: #010100;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}


.qna .answer {

  height: 0px;

  transition: 0.3s linear;

  overflow: hidden;

  padding: 0;

  position: relative;

}


.answer .heading_text {
  margin-top: 13px;
  color: #757575;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}



.tr_faq {

  padding-left: 28px;

}



.tr_faq .qna .question::after {

  content: "";

  background: url("../image/plus1-circle.webp") no-repeat;

  position: absolute;

  top: 0px;

  height: 100%;

  width: 26px;

  right: 0;

  transform: translate(0%, 0%);

  padding: 0px 0px 25px;

}



.tr_faq .qna.active .question::after {

  content: '';

  background: url(../image/plus-circle.webp) no-repeat;

  position: absolute;

  top: 0;

  height: 100%;

  width: 26px;

  right: 0;

  transform: translate(0%, 0%);

}



#document_question {

  padding-right: 65px;

  background: #05060A;

  border-radius: 30px;

}



.trading_faq_inner .question {

  color: rgb(1, 1, 0);

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  cursor: pointer;

  user-select: none;

  transition: color 0.3s ease 0s;

  font-family: 'Arial';

  position: relative;

  padding-right: 40px;

  line-height: 23px;

}







/* ------------------------------

#Mobile Application Css Start

--------------------------------- */

.mobile_application {

  margin-top: 100px;

  position: relative;

}



.mobile_application_box {

  border-radius: 20px;

  background: #FFF;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);

  padding: 85px 41px 75px 80px;

}



.Application_text {

  margin-top: 25px;

}



.Application_text .heading_title {

  line-height: normal;

}



.get_the_app {

  margin-top: 91px;

}



.get_the_app .heading_title span {
  color: #010100;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}


.mobile_application_box {

  position: relative;

}



.mobile_img {

  position: absolute;

  bottom: -4px;

}



/* ----------------------------

#deposit_withdrawal Css Start

---------------------------- */

.deposit_withdrawal {

  margin-top: 100px;

}



.deposit_withdrawal_text h3 {
  font-size: clamp(28px, 5vw, 36px);
  max-width: 664px;
  margin: auto;
  color: #0A0A0A;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  text-transform: capitalize;
}



.deposit_withdrawal_text h3 span {
  color: #0F27F4;
  font-weight: 500;
}

.deposit_withdrawal_text ul {

  margin-top: 55px;

  padding: 0;

  list-style: none;

  display: flex;

  align-items: center;

  gap: 75px;

  justify-content: center;

  flex-wrap: wrap;

}



/* ---------------------------------

#Footer Css Start

-------------------------------*/

#footer {

  background-color: #F8F9FA;

  margin-top: 100px;

  padding-top: 42px;

  position: relative;

}



.ft_list h6 {
  color: #232323;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}



.ft_list ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



.ft_list ul li {

  margin-top: 7px;

}



.ft_list ul li a {
  transition: 0.5s ease-in-out;
  color: #565656;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.ft_list ul li a:hover {
  color: #000000;
}



.ft_p_text {
  color: #565656;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}



.ft_list .ft_p_text {

  margin-bottom: 18px;

}



.ft_list .ft_p_text:last-child {

  margin-bottom: 0;

}


.ft_text {
  margin-top: 35px;
  color: #565656;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}



.ft_text p {

  margin-bottom: 14px;

}



.ft_text p:last-child {

  margin-bottom: 0px;

}



.copy_right {

  padding: 15px 0px 24px;

  border-top: 1px solid #DEDEDE;

  margin-top: 39px;

  text-align: center;

}



.ft_logo_col {

  /* padding-left: 8px; */

}

.asset{
  padding-left: 70px;
}



.platform {

  /* padding-left: 38px; */

}



.abt_cmp {

  /* padding-left: 86px; */

  /* padding-right: 0; */

}



.regi_num {

  /* padding-left: 89px; */

  /* padding-right: 0; */

}
.regi_num .ft_list .ft_p_text {
  /* word-break: break-all; */
}



.email_num {

  /* padding-left: 109px; */

  /* padding-right: 0; */

}







/* ------------------------------

#Forex Page Css Start

--------------------------------- */

.inner_banner {

  position: relative;

}



/* .inner_banner_img::after {

  content: '';

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);

} */



.inner_txt {

  position: absolute;

  top: 28px;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;

  color: #fff;

  flex-direction: column;

}



.inner_title {

  color: #FFF;

  text-align: center;

  font-family: 'Arial';

  font-size: 64px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  letter-spacing: -1.92px;

}



.inner_txt ul li,

.inner_txt ul li a {

  list-style: none;

  display: inline-block;

  color: #FFF;

  text-align: center;

  font-family: 'Arial';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  transition: 0.5s ease-in-out;

}



.inner_txt ul li a:hover {

  color: #F21D04;

}



.forex_market {

  margin-top: 100px;

}



.forex_market_title .heading_text {

  padding-top: 20px;

  max-width: 100%;

  margin: auto;

}
.forex_market_title .heading_text p:first-child,.forex_market_title .heading_text p:last-child {
  width: 913px;
  margin: auto;
}
.forex_market_title .heading_text p {
  width: 1080px;
  margin: auto;
}

.key_takeway {

  margin-top: 30px;

}



.forex_3 {

  margin-top: 20px;

}



.key_takeway_list h4 {

  color: #000;

  font-family: 'Arial';

  font-size: 26px;

  font-style: normal;

  font-weight: 500;

  line-height: 100%;

  text-transform: capitalize;

  margin-top: 27px;

}



.key_takeway_list ul {

  margin-top: 26px;

  list-style: none;

}



.key_takeway_list ul li {

  padding-bottom: 14px;

  display: flex;

  align-items: flex-start;

  gap: 8px;

}



.key_takeway_list ul li img {

  margin-top: 4px;

  width: 18px;

  height: 18px;

}



.understanding_the_forex {

  background-color: #F8F9FA;

  margin-top: 100px;

}



.understand_img {

  /* padding-left: 45px; */
  padding-left: 85px;

}



.understanding_forex {

  padding: 60px 0;

}



.understanding_forex .heading_text p:nth-child(2) {

  padding-top: 20px;

}

.understanding_forex .heading_text p {

  padding-top: 25px;

}



.forex_ava {

  margin-top: 100px;

}







/* ------------------------------

#Our Platform Page Css Start

--------------------------------- */



.our_platform_data {

  margin-top: 100px;

}



.our_platform_data .heading_text {

  margin-top: 25px;

  /* font-size: 20px; */

}



.any_desk_ol {

  padding-left: 18px;

}



.any_desk_ol li .heading_text {

  margin-top: 14px;

  font-size: 16px;

}



.any_desk_img {

  background: rgb(255, 0, 6);

  border-top-left-radius: 200px;

  border-bottom-left-radius: 200px;

}



.teamview_img {

  background: #3685B3;

  border-top-right-radius: 200px;

  border-bottom-right-radius: 200px;

}



.team_view span {
  color: #565656!important;
}



/* ------------------------------

#Frequently Asked Questions Page Css Start

--------------------------------- */



.easy_access_txt .heading_text {

  margin-top: 10px;

}



.reg_boxes {

  margin-top: 50px;

}



.reg_inner_boxes {

  border-radius: 15px;

  background: #FEFEFE;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  padding: 16px 0px 32px 0;

  max-width: 364px;

}



.multiple_account {

  border-radius: 15px;

  background: #FEFEFE;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  max-width: 413px;

  padding: 15px 0px 30px;

  margin: auto;

}





.reg_inner_boxes h3,

.multiple_account h3 {

  color: #0A0A0A;

  text-align: center;

  font-family:'Arial';

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 100%;

  margin-top: 12px;

}



.reg_inner_boxes .heading_text,

.multiple_account .heading_text {

  color: #757575;

  text-align: center;

  font-family: 'Arial';

  font-size: 13px;

  font-style: normal;

  font-weight: 400;

  line-height: 140%;

  margin-top: 10px;

}



a.register {
  display: flex;
  padding: 13.5px 47px;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  background: #0f27f4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  transition: 0.5s ease-in-out;
  width: max-content;
  margin: auto;
  margin-top: 40px;
  box-shadow: 0 0px 2px 0 #007AFF;
}


a.register:hover {

  color: #0D0D0D;

  background: #FFFFFF;

  box-shadow: 0 0px 2px 0 #000;

}



.contact_div {

  margin-top: 46px;

}



.contact_form {

  border-radius: 15px;

  background: rgb(254, 254, 254);

  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;

  padding: 86px 31px 36px 50px;

  margin-left: 12px;

}



.contact_img img {

  max-width: 426px;

}



.contact_form label {

  color: #7B7B7B;

  font-family: 'Arial';

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 18px;

  margin: 20px 0 7px 0;

}



.contact_form input::placeholder,

textarea::placeholder {

  color: #A5A5A5;

  font-family: 'Arial';

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 18px;

  padding: 0 0 0 0;

}



.contact_form input, textarea {
    border: 2px solid rgba(105, 109, 126, 0.15) !important;
    border-radius: 10px !important;
    padding: 14px 0 15px 45px !important;
    font-size: 15px !important;
    height: auto !important;
}



.contact_form input,

textarea {

  outline: unset;

  box-shadow: unset;

  width: 100%;

}



.contact_form input[type=text] {

  padding: 14px 0 15px 43px;

}



.description textarea {

  padding-left: 45px;

  padding-top: 22px;

}



.agree {

  margin-top: 20px;

  margin-bottom: 33px;

  gap: 13px;

}



.agree p {

  color: #757575;

  font-family: 'Inter';

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 145%;

}



.agree input[type=checkbox] {

  /* width: 30px; */

  position: relative;

  /* height: 25px; */

  /* opacity: 0.6; */

}

.agree input[type=checkbox] {
  appearance: none;
  width: 30px !important;
  height: 30px !important;
  flex-shrink: 0;
  border-radius: 3px !important;
  border: 2px solid rgba(105, 109, 126, 0.15) !important;
  padding: 0px !important;
}
.agree input[type=checkbox]:checked::after {
  content: "\2713" !important;
  font-size: 16px !important;
  color: #FFF !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}



.agree input[type=checkbox]:checked {

  opacity: 1;
  background-color: #007AFF;

}





.name,

.description,

.email {

  position: relative;

}



.email i {

  position: absolute;

  bottom: 15px;

  left: 18px;

  -webkit-text-fill-color: #969898;

  font-size: 21px;

  z-index: 1;

}



.name i {

  position: absolute;

  bottom: 15px;

  left: 20px;

  -webkit-text-fill-color: #969898;

  font-size: 21px;

  z-index: 1;

}



.description i {

  position: absolute;

  left: 18px;

  -webkit-text-fill-color: #969898;

  top: 90px;

  font-size: 22.5px;

  z-index: 1;

}



span.wpcf7-list-item.first.last label {

  display: flex;

  gap: 10px;

  align-items: center;

}



.submit input.register {
  display: flex !important;
  padding: 13px 74px !important;
  align-items: center !important;
  border-radius: 24px !important;
  color: #fff !important;
  background: #0f27f4 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  transition: 0.5s ease-in-out !important;
  width: max-content !important;
  border: 0 !important;
}


.submit input.register:hover {

  color: #0D0D0D !important;

  background: #FFFFFF !important;

  box-shadow: 0 0px 2px 0 #000 !important;

}

/* ------------------------------

#Account Types Page Css Start

--------------------------------- */

.account_types_sec .container{
  max-width: 1690px;
}
.account_types_sec .row{
  --bs-gutter-x: 69px;
}

.account_card {
  border-radius: 15px;
  background: #F8F8FA;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.20);
  display: flex;
  flex-direction: column;
  width: 100%;
  height:100%;
}



.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.title_card {
  border-radius: 15px;
  width: 100%;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 4.7% 100%, 0% 100%);
  z-index: 1;
}
.content .btn {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFF;
  cursor: auto;
  border: none;
  border-radius: 0 0 15px 15px;
}
.account_card.basic h3 {
  color: #FFF;
  text-align: center;
  font-family: 'Arial';
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-top: 40px;
}

.account_card.basic .price {
  padding: 18px 0;
  position: relative;
  z-index: 0;
  padding-bottom: 85px;
}

.card_margin{
  margin-top: 80px;
}

.account_types_cards {
  padding-bottom: 100px;
}

.account_card.basic .price h1 {

  color: #FFF;

  text-align: center;

  font-family: 'Arial';

  font-size: 48px;

  font-style: normal;

  font-weight: 800;

  line-height: normal;

  letter-spacing: -1.44px;

}



.account_card.basic .price h1 span {

  color: #FFF;

  text-align: center;

  font-family: Inter;

  font-size: 32px;

  font-style: normal;

  font-weight: 600;

  line-height: normal;

  letter-spacing: -0.96px;

  position: relative;

  bottom: 15px;

  padding-right: 4px;

}


.account_card.basic ul li svg{
  margin-top: 5px;
}



.account_card.basic ul li {

  list-style: none;

  display: flex;

  margin-bottom: 20px;

  gap: 15px;

  position: relative;

  align-items: center;

}



a.basic {

  display: flex;

  padding: 10px 32px;

  align-items: center;

  border-radius: 24px;

  color: #fff;

  background: #1FCBB9;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 140%;

  transition: 0.8s;

  width: max-content;

  margin: auto;

}



a.basic:hover{

  box-shadow: rgb(0, 0, 0) 0px 0px 2px 0px !important;

  color: #0D0D0D !important;

  background: #FFFFFF !important;

}

.basic ul {

  margin-top: 43px;
  margin-right: 10px;
}


/* ------------------------------

#About Us Page Css Start

--------------------------------- */



.about_content h2 {
  color: #010100;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  font-family: 'Inter';
}


.about_content .heading_text:nth-child(2) {

  margin-top: 20px;

}



.about_content .heading_text {

  margin-top: 25px;

}



.about_img {

  padding-right: 15px;

}



.about_content {

  padding-left: 7px;

  padding-right: 0 !important;

}





body.home .tradingview-widget-container {

  height: auto !important;

}

body.home .tradingview-widget-copyright {

  display: none;

}



ul.sub-menu.dropdown_box li a.nav-link{

  color: #545454;

  font-size: 14px;

  text-transform: none;

  font-weight: 600;

  line-height: 130%;

  display: flex;

  border-radius: unset;

  align-items: center;

  padding: 12px 5px 11px 5px;

  justify-content: center;

}

li.active a {
  color: #FFFFFF !important;
}

/* .menu-footer-asset-menu li.active a {
  color: #ffffff !important;
}

.menu-footer-asset-menu li.active a {
  color: #ffffff !important;
} */

#nav_menu-2 li.active a {
  color: #000000 !important;
}

body.home .inner_banner {

  display: none;

}

ul.sub-menu.dropdown_box li.active a {
color: #000 !important;
}




ul#breadcrumbs {

  text-align: center !important;

  padding-left: 0 !important;

  margin-top: 1rem !important;

}



ul#breadcrumbs li a, ul#breadcrumbs li strong {

  list-style: none;

  display: inline-block;

  color: #FFF;

  text-align: center;

  font-family: 'Arial';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  transition: 0.5s ease-in-out;
  text-transform: capitalize;

}

ul#breadcrumbs li a:hover {
  color: #ffffff;
}

div.heading_text p{

  color: #757575;

  font-family: 'Arial';

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}

.about_content .heading_text p{

  margin-top: 25px;

}

.about_content .heading_text p:nth-child(2) {

  margin-top: 20px;

}

.tradingview-widget-copyright {

  display: none;

}

.market-quotes-widget__header {

  background-color: #007AFF !important;

}

.forex_market_title .heading_text p:not(:first-child) {

  margin-top: 20px;

}

.understanding_forex h2:not(:first-child) {

  margin-top: 40px;

}

span.icon-img img {
  width: 21px;
}
span.icon-img {
  position: absolute;
  top: 58px;
  left: 15px;
}
/* .description span.icon-img {
  position: absolute;
  top: 58px;
  left: 15px;
} */
.wpcf7-list-item{
  margin: 0;
}

/* Contact Us CSS Start */

.contact_call {
  margin-top: 56px;
}

.contact_call:first-child {
  margin-top: 0;
}
.about_content .contact_call ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.about_content .contact_call ul li {
  list-style: none;
  padding-left: 20px;
}
.about_content .contact_call ul li:first-child {
  padding-left: 0;
}
.about_content .contact_call h4{
  color: #010100;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
}
a.contact-us-link{
  color: #757575;
}
a.contact-us-link:hover{
  color: #0F27F4;
}
.about_content .contact_call a.address-link{
  pointer-events: none;
}
.about_img .contact_form .submit {
  margin-top: 20px;
}
.about_img .contact_form {
  border-radius: 15px;
  background: rgb(254, 254, 254);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
  padding: 50px 50px 30px 50px;
}

/* Contact Us CSS End */

/* Registration CSS Start */

.formbold-mb-2 {
  display: block;
  margin-bottom: 15px;
}

.formbold-mb-2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.formbold-mb-2 label {
  position: relative;
  cursor: pointer;
  color: #010100;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.formbold-mb-2 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #282B33;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
}

.formbold-mb-2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 11px;
  width: 8px;
  height: 18px;
  border: solid #0f27f4;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

select.formbold-form-input {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../image/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 96% 55%;
}

.contact-box1 {
  padding: 40px 50px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

h2.heading_title {
  color: #0A0A0A;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
}
.formbold-mb-5 label {
  color: #010100;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 4px;
}
.formbold-form-input {
  width: 100%;
  padding: 9px 16px;
  outline: none;
  border: 1px solid;
  border-color: #565656;
  border-radius: 6px;
  color: #565656;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
::placeholder {
  color: #565656;
}

.formbold-mb-5 {
  margin-bottom: 24px;
}
.get-start-btn {
  color: #FFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2px;
  border-radius: 73px;
  background: #0f27f4;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.get-start-btn:hover {
  color: #0D0D0D ;
  background: #FFFFFF ;
  box-shadow: 0 0px 2px 0 #000 ;
}

.get-start button {
  border: 0;
}
span.terms {
  color: #010100;
  transition: 0.3s;
}
span.terms:hover {
  color: #F21D04 ;
}

/* Registration CSS Start */

/* Privacy Policy and all document page CSS Start */

section.documedntcontain {
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
}

section.documedntcontain p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.d-contain strong {
  padding: 15px 0 !important;
  display: block;
  color: #010100;
  font-family: "Inter";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.08px;
}
.d-contain ul {
  padding: 10px 20px;
}
section.documedntcontain li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.d-contain ul li {
  margin-bottom: 15px;
}
.d-contain ol, .d-contain ul {
  padding-left: 22px;
}
.d-contain table {
  border: 1px solid black;
  border-collapse: collapse;
}
.d-contain table tr {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.d-contain table tr td {
  border: 1px solid black;
  padding: 10px;
}
table.print-name {
  margin-bottom: 20px;
}
.d-contain table.print-name tr td {
  border: 1px solid black;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: 'Inter', sans-serif;
}
.d-contain h2 {
  color: #010100;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
/* Privacy Policy and all document page CSS End */

/* FAQ Contact Form CSS Start */

.wpcf7-checkbox label{
  margin: 0;
}

form.Faq-contact-form .wpforms-field{
  padding: 0 !important;
}
label.wpforms-field-label {
  color: #7B7B7B !important;
  font-family: 'Inter' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  margin: 20px 0 7px 0 !important;
}

/* FAQ Contact Form CSS End */

/* Academy CSS Start */

h2.academy_first_title1 {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-family: 'Inter';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

section.bg-color{
  background-color: #F8F9FA;
}

div.section_padding{
  padding: 60px 0;
}

.academy_div .heading_text p:nth-child(2) {

  padding-top: 20px;

}

.academy_div .heading_text p {

  padding-top: 25px;

}
.key_takeway_list ul li p.heading_text b{
  /* color: #000; */
  font-weight: 600;
}
.heading_text.academy_discription1 {
  max-width: 992px;
}
img.academy_right_side_img {
  width: 80%;
}

/* Academy CSS End */

/* Legal CSS Start */
section.legal_title_with_discription{
  margin-top: 36px;
}
section.legal_title_with_discription div.about_content h2{
  color: #0A0A0A;
  font-family: 'Arial';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 138.462% */
  text-transform: capitalize;
}

section.legal_title_with_discription div.about_content h2:not(:first-child){
  margin-top: 30px;
}
section.legal_title_with_discription .about_content .heading_text p:first-child {
  margin-top: 0;
}
section.legal_title_with_discription .about_content .heading_text p strong{
  color: #000;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
section.legal_title_with_discription .about_content .heading_text {
  margin-top: 14px;
}
section.legal_title_with_discription .about_content .heading_text ul {
  list-style: none;
  padding: 0;
}
section.legal_title_with_discription .about_content .heading_text ul li{
  color: #757575;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
section.legal_title_with_discription .about_content .heading_text ul li:first-child {
  margin-top: 20px;
}
section.legal_title_with_discription .about_img {
  padding-right: 80px;
}

.forex_market h2.heading_title {
  color: #0F27F4;
  font-family: 'Arial';
  font-weight: 500;
}
.forex_market h2.heading_title span {
  color: #0A0A0A;
  font-family: 'Arial';
  font-weight: 600;
}
.understanding_forex h2.heading_title {
  color: #0F27F4;
  font-family: 'Arial';
  font-weight: 500;
}
.understanding_forex h2.heading_title span {
  line-height: 100%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: 'Arial';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}
.forex_ava h2.heading_title {
  color: #0F27F4;
  font-family: 'Arial';
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
.forex_ava h2.heading_title span {
  line-height: 120%;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  color: #010100;
  font-family: 'Arial';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}
/* Legal CSS End */


.logo img {
    width: 100px;
}


.academy_odd_even_section h2.heading_title span {
  color: #0F27F4;
}

.our_platform_data h2.heading_title span {
  color: #0F27F4 !important;
}


#nav_menu-3 li.active a {
  color: #000000 !important;
}

ul.trading_faq_new li {
  color: #757575;
  font-family: Arial;
  font-size: 16px;
}

/* new */

.understanding_forex.understanding_crypto .heading_text p {
  padding-top: 0px;
}
.understanding_forex.understanding_crypto .heading_text {
  margin-top: 20px;
}
ul.crypto_list {
  margin-top: 10px;
}
p.forex_textnew {
  margin-bottom: 10px;
}
.instance_text {
  margin-top: 15px;
}
h2.heading_title.text-center.forex_market_text {
  text-transform: none;
}



/* new */

.lang-switcher {
  position: relative;
  display: inline-block;
}

.lang-switcher .current-lang-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: fit-content;
  list-style: none;
  padding: 2px 10px;
}

.lang-options li {
  padding: 0px 2px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

.lang-options li:hover {
  background: #f2f2f2;
}

.lang-switcher.open .lang-options {
  display: block;
}

span.lang-label {
  color: #FFFFFF;
}

.current-lang-btn i.fa.fa-chevron-down {
  color: #ffffff;
}

.header-scrolled span.lang-label {
  color: #000000 !important;
}

.header-scrolled .current-lang-btn i.fa.fa-chevron-down {
  color: #000000;
}
.language.mobile-lang {
  display: none !important;
}

h2.heading_title.blockchain_title {
  font-weight: 500;
}