 
.abc-logo{
    width: 175px;
    display: block !important;
}
.btn_login{
    background-color: transparent;
    color: var(--yellow) !important;

    font-weight: bold !important;
    border:1px solid var(--yellow);
 
}
.btn_login:hover{
    background-color: var(--yellow);
    color: var(--dark) !important;
    
}
ul.dropdown-menu.sub_menu ,ul.dropdown-menu.en-menu {
    backdrop-filter: blur(4px);
    background-color: transparent;
 border:1px solid gray !important;
 border-radius: 7px;
}
.search_bar{
  color: white;
    background-color: transparent;
 border:1px solid gray !important;
 border-radius: 7px;
}
a.dropdown-item{
  color: var(--light);
}
button.navbar-toggler.collapsed {
    color: transparent;
    border-color: transparent;
}
.lng_bar{
  display: none;
}
.navbar-light .navbar-toggler{
  background-color: #73737382;
}
.navbar-light .navbar-toggler-icon{
        background-image: url(../img/menu.svg);
}
.text_align{
    text-align: left; 
   
}
.text-clr{
    color: var(--light);
}
.light-green{
    color: var(--light_green);
}
.light-green:hover{
    color: var(--light_green);
}
 .strok{

 color: white;
  text-shadow:
   -1px -1px 0 var(--dark),  
    1px -1px 0 var(--dark),
    -1px 1px 0 var(--dark),
     1px 1px 0 var(--dark);


 }
.main-heading{
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
}
.sub-heading{
    font-size: 28px;
    font-weight: 400 ;
  line-height: 34px;

}
.sub-heading-inner{
    font-size: 18px;
    font-weight: 400 !important;
  line-height: 22px;

}

.leverage_section{
    font-size: 30px;
    color: var(--light)
}
.iframe-set {
    background-color: rgb(0,0,0,0.2) !important;
    padding: 10px;
    border-radius: 10px;
    border: solid 3px #ffffff1d;
    display: inline-table;
}
.step-text{
  margin-bottom: -30px;
  z-index: 9;
  position: relative;
}
.bg_trading{
    background-color: var(--bg-white);
    border-radius: 9px;
    border-bottom: 5px solid var(--yellow);
    padding: 30px 0px 30px 30px;
    transition: .5s;

}

.bg_trading:hover{
  -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);
}
.right-arrow{
    right: -20px;
    position: relative;
}
.sm_text{
    font-size: 10px;
    color: var(--light);
        margin-bottom: 0.41rem ;
        margin-left: 2px;
}
.inner-header{
    padding: 100px 0px;
}

.products_border{
    border: 1px solid var(--light);
    border-radius: 15px;
    padding: 30px;
    transition: .5s;
}
.products_border_hover:hover{
    background-image: linear-gradient(to bottom, #94FBAA,#13BE9E);
}

.bg-account{
    background-color: var(--bg-white);
    border-radius: 15px;
    transition: .5s;
    border-bottom: 5px solid var(--yellow);


}
.bg-account:hover{
  -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);

}
.bg-account2{
    background-color: var(--yellow);
    border-radius: 15px;
    transition: .5s;
    border-bottom: 5px solid var(--light);

}
.bg-account2:hover{
    -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);

}

.table-text{
    margin-bottom: 30px;
}
.table-text-sm{
    margin-bottom: 30px;
}
td:nth-child(even) {text-align: right;}
.footer_text{
    color: var(--light);
font-size: 17px;
font-weight: 500;
    transition: .3s;

}
.footer_text:hover{
  color: var(--yellow);
  
}
.hero-header{
   /* background-image: linear-gradient(to bottom, rgba(0,0,0, 0.2), rgba(0, 0,0, 0.7)), url("../img/hero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-top: -100px; 
overflow: hidden;
padding: 0px;
 
}
.hero-inner{
  /*padding: 5px 0px !important;*/
  background-color: rgb(0,0,0,0.7);
}
.text_dark{
  color: var(--dark);
}
#myVideo {
 object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
}
#myVideo3 {
 object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  z-index: -9;
  width: 100%;
}
#video2 {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 240px;
    position: initial;
    margin-top:-100px;
  }


 
.demo-account{
  color: var(--dark);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  margin:5px 5px 0px 0px; 
  background-color: var(--light);
  border: 1px solid var(--light);
  transition: 0.3s;
 
}
 .demo-account:hover{ 
  color: var(--yellow);   
}
.btn_hover span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.btn_hover span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.btn_hover:hover span {
  padding-right: 25px;
}

.btn_hover:hover span:after {
  opacity: 1;
  right: 0;
}


.live-account{
  border: 1px solid var(--yellow);
  border-radius: 10px;
  font-size: 16px;
  color: var(--yellow);
  font-weight: bold;
  margin:5px 0px 0px 5px; 
  background-color: transparent;
}
 
 .live-account:hover{
  color: var(--bg-white);
  background-color:var(--dark);    
}
.back-yellow{
    background-color: var(--yellow);
 
  color: var(--light);
}
.above-btn{
  margin-top: -70px;
}
.download_btn{
    border: 2px solid var(--yellow);
  border-radius: 10px;
  font-size: 16px;
  color: var(--light);
  padding: 10px 0px;
  width: 100%;
  background-color: var(--dark2);
}
.download_btn:hover{
  
  color: var(--light);
   
  background-color: var(--dark);
}
.hover{
  transition: .3s;
}
.hover:hover{
  color: var(--yellow);
}

.bg_light{
background-color: var(--bg-light);
}
.arrow-img{
  margin-top:-30px; 
  z-index: 9999;

}
.yellow{
    color: var(--yellow);
}

.hr{
background-color: var(--dark);
width: 120px;
overflow: 1px;  
}
.radius{
  border-radius: 10px;
}

.bg_about{
  background-image: linear-gradient(to bottom, var(--bg-light), rgb(233, 231, 227, 0)), url("../img/about1.jpg");
/*background-image:  url("../img/about.png");*/
background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.bg_our_product{
background-image:  url("../img/product-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.bg_platform{

background-image:  url("../img/platformbg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.account-img{
  margin-top: -140px;
}
.bg-map{

background-image:  url("../img/bg-map.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover; 

}

.navbar{
  z-index: 999;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: var(--light) !important;
}
.bg-footer{
background-image:   url("../img/fotterbg.jpg");
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
padding-top: 120px !important;

}

.risk_warning{
    font-size: 12px;
    color: var(--yellow);
}
  

 .custom_dp{
    right: 100px;
}
.text_right{
  text-align: right;
}
/*new header */

.new_header{

  background-image: linear-gradient(90deg, var(--dark) 0%, var(--yellow) 50%, var(--light_green) 100%);
}

/*new header end*/
  
/*form css*/
.stay-conect{
  border-radius: 25px;

}
.form-control:focus {
       
     border-color: var(--yellow); 
     box-shadow: none; 
     color: var(--dark);
 
}
input:-internal-autofill-selected {
       
     border-color: var(--yellow); 
}
 .newsalert {

    display: block;
    width: 100%;
    height: 40px;
    padding: 2rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    background-color: var(--light);
    
    border: 1px solid #ced4da;
   
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);
}
::-webkit-input-placeholder { /* WebKit browsers */
color: var(--dark)!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: var(--dark)!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: var(--dark)!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: var(--dark)!important;
}
.border-rad{

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

    color: var(--light);
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.border-rad:hover{
   
     background-color: var(--yellow);
    border-color: var(--yellow);

}    

ul.dropdown-menu.sub_menu {
    right: -6px !important;
}
.dropdown-item:hover, .dropdown-item:focus{
  background-color: transparent;
  color: var(--yellow);
}
.dropdown-item.active, .dropdown-item:active{
  background-color:transparent;
  color: var(--yellow);
  
}
.newsalert-form{
  margin-bottom: -165px !important;
    z-index: 999;
    position: relative;
}
.carousel_set{
display: none ;
}

.location-map2{
  display: none;
}
/*about page start*/
.video_res_mob{
  display: none !important;
}
.video_res{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
}


.about-header{
  height: 100vh;
}


.bg-above{
  background-image:   url("../img/aboutbg.jpg");
background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 15px;
    border: 1px solid var(--black);
    padding: 30px;
    position: relative;
}
.bg-above-hover{
  border-radius: 15px;
    border: 1px solid var(--black);
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: var(--yellow);
    transition: .3s;
}
.bg-above-hover:hover{
  opacity: 1;
}
.above-inner{
     border-radius: 15px;
    border: 1px solid var(--black);
    padding: 20px;
    transition:  .5s;
}
.above-inner-hover:hover{
background-color: var(--yellow);
}

.bg-product{
  background-image:   url("../img/bg_aboutart.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: contain;
}
.get-in-tuch{
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding:0px;
  transition: .3s;
  border-radius: 0px;
}
.get-in-tuch:hover{
  color: var(--dark);
  border-bottom: 2px solid var(--dark);
  padding:0px 0px 3px 0px;
}
.bg-trading{
    background-image:   url("../img/bg-trading.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.mob_set_res{
  display: none;
}

.download_btn_trading{
    border: 1px solid var(--light);
  border-radius: 10px;
  padding:10px 0px; 
  color: var(--light);
  
  width: 200px;
  background-color: transparent;
}
.download_btn_trading:hover{
  
  color: var(--light);
   
  background-color: var(--dark);
}
.trading-text{
  font-weight: 300;
  font-size: 14px;
}
.font-bold{
  font-weight: 600 !important;
}
.above-investment{
  background-image: linear-gradient(to bottom, rgb(255,255,255,.9),rgb(255,255,255,.9)), url("../img/buildings.jpg");
background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.trust_img{
    width: 50px;
}
/*about page end*/


/*platform page end*/

.platform-header{
  height: 800px;
}
.bg_meta_mob{

background-image:  url("../img/platfomr-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-platform-dekstop{
  background-color: var(--yellow);
}
.bg-platform-dekstop2{
  
background-image:  url("../img/platform-mob.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto ;
}
/*platform page end*/


/*Accounts page start*/
.accounts-header{
  height: 700px;
}
.rotate{
  rotate:-90deg;
      position: absolute;
    left: 46%;
}
.accout-bg-right{
  background-color: var(--yellow);
  border-radius: 20px;
padding: 30px; 
}
.bg_investor{
  background-image:  url("../img/account-bg1.png");
background-position:  center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg_account_main{
  background-image:  url("../img/accountmain.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bg-account-inner{
backdrop-filter: blur(4px);
background-color: #ffffff63;
border-radius: 20px;
}
.meta-investment{
 background-image:  url("../img/vactor-building.png");
background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;

}
/*Accounts page end*/

/*forex page start*/
.bg_forex{
  background-image:  url("../img/burj-khalifa-dubai.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;

}
.achivement-yellow{
     border-radius: 15px;
    border: 1px solid var(--black);
    padding: 20px;
    margin-left: -50px;
    backdrop-filter: blur(4px);
background-color: #ffffff63;
}
.yellow-abc-img{
  text-align: right;
  margin-right: -30px;
  margin-bottom: -50px;
  position: relative;
  z-index: 9;
}
.bg-mt5{
    background-image:   url("../img/gradient-background.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
/*forex page end*/

/*commodities page start*/

.bg_commodities{
  background-image:  url("../img/commodities-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;

}
/*commodities page end*/

/*our news page end*/
.legal-header{
  height: 500px;
}

.bg-blog{
  background-image:  url("../img/legal-1.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px;
padding:30px; 
height: 270px;
}
.bg-blog-btn{
  background-color: var(--yellow);
  border-radius: 8px;
  color: var(--light);
  padding: 2px 10px !important; 
}
.bg-blog-btn:hover{
  color: var(--light);
}
.bg_video{
   background-image:  url("../img/bg-video.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lightboxContainer {
    position: relative;
    display: inline-block;
}
.lightboxContainer:after {
    content: url(../img/play-icon.png);
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;

}
.border-radeius{
  border-radius: 12px;
}
/*our news page end*/

/*contact page end*/
.contact-header{
  margin-top: 0px; 
}

.inner-contact-header{
background-image:  url("../img/contact-header.jpg");
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 120px 0px;
}
.inupt-set{
  height: 50px;
  border-radius: 12px;
}
.textarea-set{
  border-radius: 12px;

}
.bg-form{
  border-radius: 12px;
  border: 1px solid lightgray;
}
.contact-img{
  max-width: 50px;
}
/*contact page end*/

/*markets page start*/


.markets-inner-header{
height: 100vh;  
}
/*markets page end*/


/*broker page start*/
.broker-header{
  background-image:  url("../img/broker-header.jpg");
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.bg_trade{
  background-image:  url("../img/how-to-trade.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 300px 30px 80px 30px;
}

/*broker page end*/

/*articles page start*/
.article-header{
  background-image:  url("../img/article-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.article-share{
  color: gray;
}
.article-share:hover{
  color: gray;
}
/*articles page end*/


/*faq page start*/
.faq-header{
  background-image:  url("../img/faq-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
/*faq page end*/


/*analysis page start*/

.analysis-header{
  background-image:  url("../img/analysis-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
 
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--yellow);
  color: var(--bg-white) !important;
}
.tab-btn{
  margin: 0px 10px;
  color: var(--yellow) !important;
  border: 1px solid  var(--yellow) !important;
}
.justify-align{
  justify-content: left;
}
/*analysis page end*/


/*company page start*/
.company-header{
  background-image:  url("../img/company-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.company-bg-1{
  background-image:  url("../img/company-bg-1.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
      
}
.wheat-img-set{
  margin-bottom: -250px;
}
.choose-img-set{
  margin-top: -280px;
}

.company-bg-2{
  background-image:  url("../img/company-bg-2.jpg");
background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;      
}
.blue-shadow  {
  box-shadow: 0 4px 8px 0 rgb(53, 131, 160, 0.2), 0 6px 20px 0 rgb(53, 131, 160, 0.19);
}

/*company page end*/


/*help center page start*/
.help-header{
  background-image:  url("../img/help-center-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.btn-set-top{
  margin-top: -20px;
}

.help-bg-1{
  background-image:  url("../img/help-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;      
    
}
.rotate-simple{
  rotate:-90deg;
}
.inner-help-connect{
  height: 350px;
}
.green-border{
  border: 1px solid var(--light_green);
  border-radius: 8px;
}
/*help center page end*/


/*resources  page Start*/
.resources-header{
  background-image:  url("../img/resources-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.resources-blog1{
  background-image:  url("../img/resources-news.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px 12px 0px 0px;
padding:30px; 
height: 245px;
}
.resources-blog-overlay {
    position: absolute;

    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 2px;
}

.resources-blog2{
  background-image:  url("../img/resources-article.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 270px;
}
.resources-blog3{
  background-image:  url("../img/resources-market.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 240px;
}
.resources-blog4{
  background-image:  url("../img/resources-anylsis.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 515px;
}
.resources-blog5 {
    padding: 30px;
    height: 275px;
    background-color: #e8e8e8;
    border-radius: 0 0 12px 12px;
}
.resources-blog6{
   background-image:  url("../img/resources-help.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 270px;
}

.resources-blog7{
   background-image:  url("../img/resources-glossary.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 270px;
}

.resources-blog8{
   background-image:  url("../img/resources-cal.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 12px ;
padding:30px; 
height: 270px;
}

.education-bg{
    background-image:  url("../img/business-analytics.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover; 
}

/*resources  page end*/

/*careers  page Start*/
.careers-header{
  background-image:  url("../img/careers-header.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.search {
    display: block;
    height: 40px;
    padding: 2rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    background-color: var(--light);
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);
}
.categories {
    display: block;
    height: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    background-color: var(--light);
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 33px 28px 79px -33px rgba(255,170,20,0.75);
}
.border-right{
  border: none;
  border-right: 1px solid gray; 
}

/*careers  page end*/

/*forex-calculator  page start*/
.forex-calculator-header{
  background-image:  url("../img/forex-calculator.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.vertical-tab-set{
  width: 50%;
}
.first-trade-bg{
   background-image:  url("../img/first-trade-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*forex-calculator  page end*/


/*Glossary  page start*/
.glossary-header{
  background-image:  url("../img/business-analytics.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.tab-btns{
  margin: 0px 4px;
  color: var(--yellow) !important;
  border: 1px solid  var(--yellow) !important;
}
.glossary-bg{
    background-image:  url("../img/glossary-bg.jpg");
background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Glossary  page end*/



/*tablet view*/

@media only screen and (max-width: 868px) {
.iframe-set{
 display: inline-table !important;
}
.leverage_section{
    font-size: 20px;
    font-weight: bold;
}
.sm_text {
    font-size: 8px;
    color: var(--light);
    margin-bottom: 0.18rem;
    margin-left: 4px;
}
 

.mob-set-but{
  width: 100px;
}

   
}
.step-text-mob{
  display: none;
}
.menu_mob_set{
  height: 100%;
  margin:0; 
}
/*mobile view*/

@media only screen and (max-width: 600px) {
a.nav-link {
    color: var(--bg-light) !important;
    font-weight: 500;
}
a.nav-link:hover {
    color: var(--yellow) !important;
    
}
.navbar{
  flex-wrap: nowrap !important;
}
.lng_bar{
  display: block !important;
}
.btn-close{
  /*background: transparent url("../img/cross.svg") center/1em auto no-repeat !important;*/
}

.hero-header{

      padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.iframe-set{
display: flex;
}
#myVideo {
height: 1240px;
}
#myVideo3 {
height: 1240px;
}

.video_res{
  display: none !important;
}
.video_res_mob{
  position: absolute !important;
    display: block !important;
    overflow: hidden;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
}

 .mob-set-but{
  width: 100px;
}

.inner-header{
    padding: 160px 10px 0px 0px;
}
.text_align{
    text-align: center; 
}
.step-text{
  display: none;
}
.bg_trading{
    visibility: visible !important;
  padding: 30px;
  width: 100%;
  display: flex;
  height: 300px;
}
.carousel-item{
padding: 0px 10px;
}

  .navbar-toggler:focus {
    
    box-shadow:none;
}
.leverage_border{

    width: 33%;
    
    margin: 6px 0px;
   }
   .hero-header{
 
overflow: hidden;
padding: 0px;
 
}
 .hero-inner{
  margin-top: 20px;
 }
 .candlebg{
  display: none;
 }
.footer .btn.btn-link{
  text-align: center;
}
.bg-account{
margin-top: 100px !important;
}
.bg-account2{
margin-top: 100px !important;
}
.step-text-mob{
  display: block !important;
  text-align: center;
  margin-bottom: -50px;
  z-index: 9;
  position: relative;
}



#video2{

    width: 100%;
    object-fit: fill;
}


.navbar:focus{
    background-color: var(--black);
}

.btn-live{
        margin:5px; 
}

.demo-account{
        
        margin: 5px; 
}
.live-account{
        
        margin: 5px; 
}
.btn-demo{
        
        margin: 5px; 
}
.text_right{
  text-align: center;
}

.forth_inner_border{

margin-bottom: 90px;

}

.holidays_text{
    justify-content: center;
}
.main_button {
    justify-content: center;
    display: grid;
}
.hr_footer{
    margin-bottom: 20px !important;
    margin:auto;
}
.srch_bar{
    display: none;
}
.hero_section_inner{
height: 660px;

}

.bg-account2{
    margin:20px 10px; 
}

.bg-account{
    margin:20px 10px; 
}

.sub-heading{
    font-size: 24px;
}
.hr {
   
    margin: auto;
    margin-bottom: 10px;
  }
  .arrow-img{
  margin-top:-14px; 
}
.simple-slide{
  display: none;
}
.carousel_set{
display: block !important;
}
.mob_set_res{
display: block !important;
}
.newsalert{
  padding: 1.4rem 1rem; 
}
.location-map{
  display: none;
}
.location-map2{
  display: block !important;
}
.col-sm-6{
  width: 50%;
  display: table-cell;
}
/*about page start*/
.about-header{
  height: 800px;
}
.about_col2{
  width: 33.33%;
}
.bg-trading{
       background-size: cover;
       padding:70px 30px !important; 
}
.trust_img{
    width:auto;
}
/*about page end*/

/*platform page start*/
.platform-header{
  height: 710px;
}

.bg-platform-dekstop2{
  

    height: 400px !important;
}
.column-reverse{
  flex-direction: column-reverse;
}
/*platform page end*/
   
/*Accounts page end*/
.accounts-header{
  height: 650px;
}
.bg-account-inner{
  margin: 10px 0px;
}
.bg_investor{
  background-size: cover;
}
.rotate{
    rotate:0deg;
      position: relative;
    left: 0;
}
/*Accounts page end*/


/*forex page end*/

.achivement-yellow{
    
    margin-left: 0px;
    
}
.yellow-abc-img{
  
  margin-right: 0px;
  margin-bottom: -50px;

}
.bg-trading{
       background-size: cover;
       padding:70px 30px !important; 
}
.iframe_margin{
  margin-bottom: -25px;
}
/*forex page end*/

/*legal page end*/
.legal-header{
  height: 550px;
}
.bg-blog {
  margin: 12px 0px;
}
/*legal page end*/

/*contact page start*/

#myVideo4{

  height: 600px;
}
/*contact page end*/

/*analysis page start*/

.tab-btn{
  margin: 10px 3px;
}
.justify-align{
  justify-content: center;
}
/*analysis page end*/

/*markets page start*/

/*markets page end*/

/*company page start*/
.wheat-img-set{
display: none;
}
.choose-img-set{
  margin-top: 20px;
}
/*company page end*/
/*help center page start*/

.inner-help-connect{
  height: 200px;
}
/*help center page end*/

/*careers  page start*/
.border-right{

 padding: 20px; 
  border: none;
  
  border-bottom:  1px solid gray; 
}
.border-right-end{
 padding: 20px; 
  
}

/*forex-calculator  page start*/
.vertical-tab-set{
  width: 100%;
}

/*forex-calculator  page end*/

/*careers  page end*/

}