body
{
  overflow-x: hidden;
}
  
.loader_layer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}


.loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
  
    width:50px;
}





@keyframes flipRotate
{
  0%
  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  20%
  {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  40%
  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}



.english
{
  font-family: Proxima_Nova !important;
  direction: ltr !important;
  display: inline-block;
}


header
{
  background-image: url(bg.jpg);
  background-position: center;
  background-size: cover;

  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
     padding-bottom: 0px; 
    border-bottom:0px;

}


header .layer
{
  background-color: rgba(25,26,45,0.95);
  
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #fff;
}


header .logo
{

  width: 130px;
  margin-right: 5px;


}


header .div_buttons
{
  float: right;
  margin-top: 15px;
}


header .div_buttons a.header_button
{
  display: block;
  width: 100px;
  padding: 5px 0px;
  border:1px solid #fff;
  float: left;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
  font-size: 16px;

  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
}


header .div_buttons a.header_button:hover
{
  border-color:#ffba00;
  background-color: #ffba00;
}

header .div_buttons a.header_button.sign_in
{
  background-color: #fff;
  color:#231f20;
}



header .div_buttons a.header_button.sign_in:hover
{
  border-color:#ffba00;
  background-color: #ffba00;
}

header .delta_image
{
  margin-top: 50px;
  width: 500px;
}


header h1
{
  color:#fff;
  margin-top: 20px;
  font-size: 30px;
}


header h2
{
  color:#ffba00;
  margin-top: 0px;
  font-weight: bold;
  font-size: 40px;
}

header .icons_row
{
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}


.icon_box,.arrow_box
{
  width: 14.2%;
  float: left;
}


.icon_box img
{
  width: 130px;
}

.icon_box p
{
  color:#ffba00;
  font-size:20px;
  line-height: 24px;
position: relative;
}



.icon_box p span.underline:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid rgba(255,186,0,0.4);
  width: 45px;
  transform: translateX(-50%);
  bottom: 2px;
  left:19%;
}

.icon_box p span.underline.underline_2:after {
 
  width: 39px;
  left: 24%;
}


.icon_box p b
{
 display: block;
 color:#fff;
  
}




.arrow_box img
{
  width: 50px;
  margin: 0 auto;
  margin-top: 36px;
}

.arrow_box img.arrow
{
  opacity: 15%;
}



.arrow_box img.hidden
{
  display: none;
}



.join_now
{
  background-color: #0075ff;
  color:#fff;
  display: block;
  width: 200px;
  padding: 16px 0px;
  margin: 0 auto;
  font-size: 25px;
  border-radius: 15px;
  text-decoration: none;

  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
}

.join_now:hover
{
  background-color: #0068e3;
  text-decoration: none;
  color:#fff;
}


header h3
{
  color:#fff;
  margin-top: 50px;
  font-size: 36px;
  margin-bottom: -10px;
}

header .delta_desc
{
  color: #fff;
  font-size: 18px;
  margin-bottom: -12px;
  margin-top: -22px;
}


header .delta_logo
{
  width: 450px;
  margin: 0 auto;
}

header .delta_logo img
{
  float: left;
  width: 250px;
}

header .delta_logo p
{
  float: left;
  color: #fff;
  font-size: 37px;
  margin-top: -10px;
  margin-left: 10px;
}


section.videos
{
  background-image: url(bg_yellow.jpg);
  background-position: center;
  background-size: cover;

  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
     padding-bottom: 0px; 
    border-bottom:0px;
}


section.videos .layer
{

  
  padding-top: 0px;
  padding-bottom: 70px;
  border-bottom: 1px solid #fff;
}


section.videos a.video_play
{

  width: 590px;
  height: 320px;
  background-image: url(video3.jpg);
  background-size: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;



}


section.videos a.video_play .layer
{
  background-color: rgba(0,0,0,0.7);
  height: 100%;
}

section.videos a.video_play:hover i
{
  
  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
  color:#0332dc;
}

section.videos  .play_icon
{
  position: absolute;
  left: 44%;
  top: 35%;


}


section.videos  .white_color
{
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 20px;
  left: 19px;
  TOP: 24PX;
  Z-INDEX: 1;
}

section.videos  .play_icon i
{
  position: absolute;
  Z-INDEX: 2;
  font-size: 70px;
  color:#0038ff;

  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
}



section.videos  .delta_box
{
  border:1px solid #231f20;
  padding: 20px 20px;
  border-radius: 40px;
  border-top-right-radius: 0px;
  margin: 0 auto;
  margin-top: 110px;
  position: relative;
  width: 900px;
  margin-bottom: 70px;

}


section.videos  .delta_box h3
{
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
}



.delta_box_logo
{
  position: absolute;
  right: 30px;
  border: 1px solid #231f20;
  padding: 20px;
  background-color: #ffae00;
  z-index: 2;
  border-radius: 20px;
  top: -40px;


}


.delta_box_logo img
{
  width: 250px;
}


.delta_box .bag_icon
{
  width: 160px;
  margin-top: 51px;
  float: right;
  margin-right: 12px;
}



section.charts
{
  padding-top: 70px;
  padding-bottom: 50px;
}

section.charts h3 
{
font-size: 36px;
}


section.charts h3 .blue
{
color:#0075ff;
font-weight: bold;

}


section.charts h4 
{
margin-top: 50px;
margin-bottom: 70px;

}

section.charts h4  span.underline
{
  position: relative;
}

section.charts h4  span.underline:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid rgba(0,0,0,1);
  width: 100%;
  transform: translateX(-50%);
  bottom: 2px;
  right: -95px;
}




section.charts .chart
{
  -webkit-box-shadow: 0px 0px 40px -17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 40px -17px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 40px -17px rgba(0,0,0,0.75);
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fcfcfc;
}



section.charts  .chart .title
{
  float: left;
  width: 70%;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}



section.charts  .chart .title .chart_title
{
  float: left;
  font-size: 20px;
}
section.charts  .chart .title .chart_icon
{
  float: right;
 
}


section.charts .pulse
{
  float: left;
  margin: 0px;
  margin-right: 0;
  margin-top: 12px;
  width: 7px;
  height: 7px;
  margin-left: 29px;
}









.pulse {
  margin: 30px;
  width: 10px;
  height: 10px;
  background-color: #8fc349;
  border-radius: 5px;
display: inline-block;


}
@keyframes greenPulse {
  from {
      background-color: #8fc349;
      -webkit-box-shadow: 0 0 9px #333;
  }
  50% {
      background-color: #91bd09;
      -webkit-box-shadow: 0 0 18px #91bd09;
  }
  to {
      background-color: #8fc349;
      -webkit-box-shadow: 0 0 9px #333;
  }
}
div.pulse.green {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}









	i.info_text {
 
  margin-top: 6px;
  color: #fff;
  background-color: #0a7afb;
  width: 20px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
  z-index: 10;
  cursor: pointer;
  font-size: 14px;
  float: right;
}




 .tooltip
{

 opacity: 1 !important;
  white-space: pre-line;
  border: none !important;
  min-width: 380px;

  color: #3e3e3e;
  left: auto !important;

}

 .tooltip-inner
{
  text-align:justify;
  text-align-last:left;
  font-size: 14px;
      max-width: 600px;

        background-color: #fff;
          color: #3e3e3e;
            border: 1px solid #ccc;


}

 .tooltip-arrow {
  right: auto !important;
  left: 28px !important;
}

 .tooltip.top .tooltip-arrow
{
      border-top-color: #006ed2;


    bottom: -2px;


  border-width: 7px 7px 0;

}


section.charts .chart .target
{
float: right;
width: 30%;
}

section.charts .chart .target .div_meet
{
  margin-top: 5px;
}



section.charts .chart_image 
{
  margin-top: 65px;
  margin-bottom: 0px;
}

section.charts .chart_image  img
{
 width: 300px; 
}


section.charts  .Profit_Factor_desc
{
  text-align: center;
  font-size: 12px;
  margin-left: 0px;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #cacaca;
  padding: 5px;
  border-radius: 7px;
 
  color:#3d3d3d;
  background-color: #ffffff;

}



section.charts  .widget_1 .Profit_Factor_desc  span {
  color: #01c1cf;
}


section.charts  .widget_2 .Profit_Factor_desc  span {
  color: #ffa200;
}

section.charts  .widget_3 .Profit_Factor_desc  span {
  color: #9776ba;
}


section.charts  .widget_4 .Profit_Factor_desc  span {
  color: #ef563b;
}







section.form_sections
{
  background-image: url(bg.jpg);
  background-position: center;
  background-size: cover;

  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
     padding-bottom: 0px; 
    border-bottom:0px;

}


section.form_sections .layer
{
  background-color: rgba(25,26,45,0.95);
  
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #fff;

  -webkit-box-shadow: -2px -8px 28px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px -8px 28px -12px rgba(0,0,0,0.75);
  box-shadow: -2px -8px 28px -12px rgba(0,0,0,0.75);
}

section.form_sections h3
{
  color:#fff;
  font-size: 36px;

}






section.form_sections .account_box
{
    background-color: transparent;
    border: 1px solid #fff;
    width: 100%;
    margin-top: 40px;
    padding: 10px 10px;
    padding-bottom: 20px;

    border-radius: 10px;
}





section.form_sections .account_box img
{
    width: 80px;
    margin-top: 30px;
    

}


section.form_sections .account_box .box_title
{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    color:#fff;
}


section.form_sections .account_box a
{
    text-align: center;
    width: 200px;
    padding: 10px 20px;
    background-color: #0075ff;
    color:#ffffff;
    font-size: 22px;
    border-radius: 5px;
    text-decoration: none;

    
  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
}


section.form_sections .account_box a:hover
{
  background-color: #0068e3;
    
  -o-transition: 0s;
  -ms-transition:  0s;
  -moz-transition:  0s;
  -webkit-transition:  0s;
  
  transition:  0s;
  
}

section.form_sections .account_box .small_risk
{
    font-size: 12px;
    margin-top: 20px;
    padding: 0px 30px;
    color:#fff;
}





section.form_sections .account_box.box_3 .box_title
{
    line-height: 21px;
    margin-top: 19px;
    margin-bottom: 37px;
}

section.form_sections .account_box.box_3 .box_title span
{
    font-size: 18px;
}



section.form_sections .account_box.box_2 
{
    padding-bottom: 78px;
}

section.form_sections .account_box.box_3 
{
    padding-bottom: 78px;
}



.register_form
{
  display: none;
}

















 .register_form #form_amana
{
    border: 1px solid rgba(255,255,255,1);
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: 10px;
}


 .register_form #form_amana h3
{
    font-size: 36px;
}

 .register_form #form_amana p.description
{
    font-size: 18px;
}



 .register_form #form_amana  input
{
    width:100%;
    padding: 7px 12px;

    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0px;
}





 .register_form #form_amana   .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
  {
      width: 100%;
      margin-bottom: 10px;
  
  }

 .register_form #form_amana    .bootstrap-select>.dropdown-toggle
  {
      width: 100%;
      border-radius: 0px;
          background-color: #fff;
          border: 1px solid rgba(0,0,0,0.3);
          padding: 7px 12px;
  }



   .register_form #form_amana    #real_account_captcha
  {
      position: absolute;
      right: 16px;
      top: 1px;
  }



   .register_form #form_amana   .form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem;
     
  }


   .register_form #form_amana   .form-check .form-check-label{
   
      text-align: justify;
      line-height: 18px;
      font-size: 13px;
      margin-top: 3px;
      color: #fff;
  }


   .register_form #form_amana   .form-check .form-check-label a{
      color:#fff;
      text-decoration: none;
      font-weight: bold;
  }








   .register_form #form_amana   .form-check-terms {
    position: relative;
    display: block;
    padding-left: 1.25rem;

   
}


 .register_form #form_amana   .form-check-terms .form-check-label{
 
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color:#fff;
}


 .register_form #form_amana   .form-check-terms .form-check-label a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
}








   .register_form #form_amana   input[type=checkbox]
  {
      float: left;
      width: auto;
  }



   .register_form #form_amana   .register_button {
      color: #fff;
      float: left;
      display: block;
      width: 342px;
      text-align: left;
     
      padding: 6px 15px;
      font-size: 16px;
      text-decoration: none;
      margin-top: 0px;
      margin-bottom:0px;
      width: 100%;
     
      background: #0a7afb;
      -o-transition: 0s;
      -ms-transition: 0s;
      -moz-transition: 0s;
      -webkit-transition: 0s;
  
      transition: 0s;
    
  }

   .register_form #form_amana   .register_button:hover {
      background: #0068e3;
  }


   .register_form #form_amana    i.info_text {
      position: absolute;
      right: 25px;
      top: 4px;
      color: #fff;
      background-color: #0a7afb;
      width: 20px;
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 4px;
      z-index: 10;
      cursor: pointer;
  }


     .tooltip-inner {
      text-align: justify;
      text-align-last: left;
      font-size: 14px;
      max-width: 300px;
      background-color: #fff;
      color: #000;
      border: 1px solid #ccc;
      opacity: 1;
  }

     .tooltip {
    
      opacity: 1;
  }


      .error_field {
      outline: 3px solid rgba(169,68,68,1)!important;
      -webkit-box-shadow: 0 0 10px 0 rgba(169,68,68,.8);
      -moz-box-shadow: 0 0 10px 0 rgba(169,68,68,.8);
      box-shadow: 0 0 10px 0 rgba(169,68,68,.8);
  }



   .register_form #form_amana a.close_form i
  {

    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color:#fff;

    
  }


  a.close_form i
{
  -o-transition: 0s;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}




  a.close_form i:hover
  {
    color:#0a7afb !important;
  }



   .register_form #form_amana .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
    overflow-x: hidden;
}










.register_form #form_amana h4
{
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 18px;
}


.register_form #form_amana h4 .yellow
{
  color:#fdb92d;
}


.modal-header
{
  border-bottom:0px;
  padding: 5px 10px;
}












 .login_form
{
   display: none;
}

 .login_form #form_login
{
  border: 1px solid rgba(255,255,255,1);
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: 10px;
}


 .login_form #form_login h3
{
    font-size: 36px;
    text-align: center;
}

 .login_form  ul
{
   
  padding: 0px 20px;
  list-style-type: none;
  padding-right: 0;
  margin-top: 130px;

}

 .login_form  ul li {
    font-size: 16px;
    font-family: "Proxima_Nova_Light";
    color:#fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

 .login_form  ul li::before {
    content: "*";
  
    margin-right: 3px;
}

 .login_form  a.close_form i {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color: rgba(255,255,255,1);
}





 .login_form #form_login input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0px;
}






 .login_form #form_login    #real_account_captcha
{
    position: absolute;
    right: 16px;
    top: 1px;
}


 .login_form #form_login .login_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #0a7afb;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}


 .login_form #form_login .login_button:hover {
    background: #0068e3;
}


 .login_form #form_login .row_form
{

margin-top: 20px;
width: 70%;
float: left;
}

 .login_form #form_login .div_or
{
    font-size: 30px;
    font-weight: bold;
    margin-top: 160px;
}


 .login_form #form_login .account_box
{
    width: 80%;
   
    margin: 0 auto;
    margin-top: 30px;
}




.login_form #form_login p
{
  color:#fff;
  font-size: 20px;
}

.login_additional_section
{
  width: 730px;
  margin: 0 auto;
  display: none;
}
.login_additional_section .seperator
{
  width: 1px;
  height: 230px;
  background-color: rgba(255,255,255,0.3);
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 15px;
}


.login_additional_section .account_box
{
  padding-right: 40px !important;
  padding-left: 30px !important;
}

.login_additional_section .account_box .box_title 
{
  line-height: 21px;


  font-size: 25px !important;
  margin-top: 5px !important;
  margin-bottom: 40px !important;

}
.login_additional_section .account_box .box_title span {
  font-size: 18px;
}


.login_additional_section  a.close_form
{
  float: right;
  background-color: transparent !important;
  width: auto !important;

  padding: 0  !important;
    margin-right: -21px  !important;
}


.login_additional_section  .account_box img
{
  margin-top: 0px  !important;
}
















 .additional_account_form
{
    display: none;
}

 .additional_account_form #form_additional_account
{
    border: 1px solid rgba(255,255,255,1);
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: 7px;
}


 .additional_account_form #form_additional_account h3
{
    font-size: 36px;
}

 .additional_account_form #form_additional_account p.description
{
    font-size: 18px;
    color:#fff;
}




 .additional_account_form #form_additional_account a.close_form i {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color: rgba(255,255,255,1);
}







 .additional_account_form #form_additional_account  input[type="text"]
{
    width:100%;
    padding: 7px 12px;

    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0px;
}





 .additional_account_form #form_additional_account   .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
  {
      width: 100%;
      margin-bottom: 10px;
  
  }

 .additional_account_form #form_additional_account    .bootstrap-select>.dropdown-toggle
  {
      width: 100%;
      border-radius: 0px;
          background-color: #fff;
          border: 1px solid rgba(0,0,0,0.3);
          padding: 7px 12px;
  }



   .additional_account_form #form_additional_account    #real_account_captcha
  {
      position: absolute;
      right: 16px;
      top: 1px;
  }



   .additional_account_form #form_additional_account   .form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem;
     
  }


   .additional_account_form #form_additional_account   .form-check .form-check-label{
   
      text-align: justify;
      line-height: 18px;
      font-size: 13px;
      margin-top: 3px;
      color: #fff !important;
  }


   .additional_account_form #form_additional_account   .form-check .form-check-label a{
      color:#007bff;
      text-decoration: none;
  }







   .additional_account_form #form_additional_account   .form-check-additional {
    position: relative;
    display: block;
    padding-left: 1.25rem;
   
}


 .additional_account_form #form_additional_account  .form-check-additional .form-check-label{
 
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff;
}




 .additional_account_form #form_additional_account .request_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #0a7afb;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}


 .additional_account_form #form_additional_account .request_button:hover {

    background: #0068e3;
}



 .additional_account_form #form_additional_account .div_ib_details
{
display: none;
}





footer
{

    background-color: #1b2429;
    padding-top: 30px;
    padding-bottom: 40px;
}





footer .social_media
{
    margin-top: 23px;
}
footer .social_media ul
{
    list-style: none;
    float:right;
}

footer .social_media ul li
{
    float: left;
}

footer .social_media ul li a
{
    color:#FFFFFF;
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;
    
    transition:  0s;
    margin-left: 10px;

    background-color: transparent;
   
    

    margin-top: 0px;

    display: block;

    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 5px;
    border:1px solid rgba(255,255,255,0.5);


}

footer .social_media ul li a i
{
    font-size: 16px;
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;
    
    transition:  0s;

    width: 30px;
  color:#fff;
    text-align: center;
}



footer .social_media ul li a:hover
{
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;
    
    transition:  0s;
    background-color:#47b3e4;
    border-color: transparent;
}


footer .social_media ul li a.icon_facebook i
{
  padding-right: 2px;
  margin-top: 3px;
}



footer .social_media ul li a.icon_facebook:hover

{
    background-color:#485e92;
}


footer .social_media ul li a.icon_twitter:hover

{
    background-color:#42acdc;
}



footer .social_media ul li a.icon_linkedin:hover

{
    background-color:#186895;
}

footer .social_media ul li a.icon_instagram:hover

{
    background-color:red;
}



footer .social_media ul li a:hover > i
{
    color:#ffffff;
}









footer .copyright {
  text-align: center;
  font-weight: bold;
  text-align: left;
}






footer .risk_disclosure a {
  
    text-decoration: none;
    color: #007bff;
    
}

footer .risk_disclosure {

    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-family: "Proxima_Nova_Light";
    text-align: left;
}
footer .risk_disclosure a:hover {
  background-color: transparent;
    color: #0068e3;
}


footer .logo
{

  width: 130px;
  margin-right: 5px;


}



footer hr {
   margin-top: 30px;
}

.login_additional_section .account_box
{
  margin-top: 10px !important;
}


.padding_left
{
  padding-left: 45px;
}

.padding_right
{
  padding-right: 45px;
}



/* start arabic style */

html[lang=ar] header .logo
{
  float: right;
  margin-right: 0px;
  margin-left: 5px;
}
html[lang=ar] header .div_buttons
{
  float: left;
}


html[lang=ar] header .div_buttons a.header_button
{
  width: 130px;
}


html[lang=ar] .icon_box,html[lang=ar]  .arrow_box {

  float: right;
}

html[lang=ar] section.videos .play_icon i
{

  right: -70px;
}

html[lang=ar] header .delta_logo img
{
  float: right;
}


html[lang=ar] section.videos .delta_box
{
  border-top-left-radius: 0px;
  border-top-right-radius: 40px;
}

html[lang=ar] .delta_box_logo
{
  right: auto;
  left: 30px;
}

html[lang=ar] section.videos .delta_box h3
{
text-align: right;
}

html[lang=ar] section.videos .delta_box p
{
  text-align: right;
}


html[lang=ar] footer .social_media ul {
  
  float: left;
}

html[lang=ar]  .tooltip {
  left: 0px !important;
  right: auto !important;
}

html[lang=ar] .tooltip .arrow {
  left: 183px!important;
}

html[lang=ar] .tooltip-inner
{
  text-align: right;
  text-align-last:right;
}


html[lang=ar] header h2
{
margin-top: 20px;
}


html[lang=ar] .icon_box p
{
  font-size: 16px;
  line-height: 28px;
}


html[lang=ar] .icon_box p span.underline:after
{
  left: auto;
  right: -22px;
  width: 55px;
  bottom: 6px;

}

html[lang=ar]  .icon_box p span.underline.underline_2:after {
  width: 32px;
  left: auto;
  right: 17px;
}




html[lang=ar]  header .delta_logo {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}


html[lang=ar]  header .delta_logo img {

  width: 180px;
  margin-top: -9px;
}


html[lang=ar]  header .delta_logo p
{
float: right;
font-size: 28px;
}

html[lang=ar]  .delta_box_logo img
{
  width: 170px;
}


html[lang=ar]  section.charts h4
{
  line-height: 40px;
}



html[lang=ar]  section.charts .chart .title
{
float: right;
}


html[lang=ar]  section.charts .chart .title .chart_title
{
  float: right;
}


html[lang=ar] section.charts .chart .title .chart_icon {
  float: left;
}



html[lang=ar] section.charts .pulse
{
  float: right;
  margin-left: 0px;
  margin-right: 29px;
}

html[lang=ar] .register_form #form_amana h4
{
text-align: right;
}




html[lang=ar]  .register_form #form_amana a.close_form i
{
    right: auto;
    left: 30px;
}

html[lang=ar]  .register_form #form_amana h3
{
    text-align: right;
}
html[lang=ar]  .register_form #form_amana p.description
{
    text-align: right;
}



html[lang=ar]  .login_form #form_login a.close_form i
{
    right: auto;
    left: 30px;
}


html[lang=ar]  .additional_account_form #form_additional_account a.close_form i
{
    right: auto;
    left: 30px;
}

html[lang=ar]  .additional_account_form #form_additional_account h3
{
    text-align: right;
}

html[lang=ar]  .additional_account_form #form_additional_account p.description
{
    text-align: right;
}


html[lang=ar]  .login_form #form_login ul
{
    padding: 0px 50px;
    
    padding-left: 0;
}



html[lang=ar]  .login_form #form_login ul li::before
{
    content: "\f0d9";
    margin-right: 0px;
    margin-left: 20px;
}






html[lang=ar]  .login_form #form_login ul li

{
text-align: right;
}





html[lang=ar]  .register_form #form_amana i.info_text
{
    right: auto;
    left: 32px;
}







html[lang=ar]  form  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    
}







 html[lang=ar]  form  .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px;
}


html[lang=ar]   .content form#form_amana  .bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-right: 0px;
  }

 html[lang=ar]  form  .bootstrap-select .dropdown-menu li {
    text-align: right;
}

html[lang=ar]  .register_form #form_amana .register_button
{
text-align: right;
}


html[lang=ar]  form .div_select_entity  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
 
    font-family: "Proxima_Nova";
}


html[lang=ar]  form .div_select_entity  .bootstrap-select  .dropdown-menu li a span.text
{
    font-family: "Proxima_Nova";
}


html[lang=ar]  form .div_ad_currency  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
 
    font-family: "Proxima_Nova";
}



html[lang=ar]  form .div_ad_currency  .bootstrap-select  .dropdown-menu li a span.text {
 
    font-family: "Proxima_Nova";
}

html[lang=ar]  form #real_account_captcha
{
    right: auto !important;
    left: 16px;
}


html[lang=ar]  form .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0;
}



html[lang=ar]  .form-check {
    padding-left: 0;
}

html[lang=ar]  .register_form #form_amana input[type=checkbox]
{
float: right;
}

html[lang=ar]  .register_form #form_amana .form-check-terms
{
    text-align: right;
}

html[lang=ar]  .register_form #form_amana .form-check-terms .form-check-label

{
    float: right;
    padding-right: 21px;
}



html[lang=ar]  .additional_account_form #form_additional_account .form-check-additional

{
    text-align: right;
}

html[lang=ar]  .additional_account_form #form_additional_account .form-check-additional .form-check-label
{
    float: right;
    padding-right: 21px;
}


html[lang=ar]  footer .risk_disclosure
{
text-align: right;
}

html[lang=ar]  footer .copyright
{
  text-align: right;
}

html[lang=ar] footer .social_media ul li {
  float: right;
}


html[lang=ar] footer .social_media ul li a {
    margin-left: 0px;
    margin-right: 10px;
}


html[lang=ar] .modal-body
{
text-align: right;
}

html[lang=ar] .login_additional_section a.close_form
{
  float: left;
}

html[lang=ar] .padding_left {
  padding-right: 45px;
  padding-left: 0px;
}





html[lang=ar] .padding_right {
  padding-left: 45px;
  padding-right: 0px;
}


html[lang=ar] .login_form #form_login p
{
  text-align: right;
}

html[lang=ar] .login_form #form_login .row_form
{
float: right;
}


html[lang=ar] .login_form #form_login .login_button
{
text-align: right;
}

html[lang=ar] .login_form ul
{
  margin-top: 108px;
}

html[lang=ar] .login_form ul li
{
  text-align: right;
  font-family: "Droid Arabic Kufi";
}



html[lang=ar] .additional_account_form #form_additional_account .request_button
{
  text-align: right;
}




html[lang=ar] section.form_sections .account_box a
{
    padding: 2px 20px;
    font-size: 19px;
}


/* end arabic style */





@media (max-width: 992px) {

  header .layer
  {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  header .logo.capital
  {
    float: right;
  }


  header .log
  {
    float: none !important;
    margin-left: 0px;
  }


  header .div_buttons
  {
    display: inline-block;
   
    margin-top: 25px;
    float: none;
  }

  header .delta_image
  {
    margin-top: 20px;
    width: 270px;

  }

  header h2 {
  
    font-size: 20px;
}
.arrow_box 
{
  display: none;
}


.icon_box, .arrow_box {
  width: 100%;
  float: none;
}

.underline:after
{
  display: none !important;
}


h3
{
  font-size: 30px !important;
}


img.hr
{
  width: 100%;
}

header .delta_desc
{
  margin-bottom: 0px;
  margin-top: 0px;
}
header .delta_logo {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
header .delta_logo img
{
  width: 150px;
}

header .delta_logo p
{
 
  font-size: 22px;
  margin-top: -5px;
 
}

section.videos a.video_play
{
  width: 250px;
  height: 120px;
}


section.videos .play_icon i
{
  font-size: 30px;
}

section.videos .white_color {
  
  background-color: #fff;
  width: 19px;
  height: 10px;
  left: 9px;
  TOP: 11PX;
 
}

section.videos .delta_box
{
  width: 100%;
  margin-bottom: 31px
}
.delta_box_logo img {
  width: 150px;
}
.delta_box .bag_icon
{
  margin: 0 auto;
  width: 100px;
  margin-top: 20px;
  float: none;

}


section.videos .layer
{
  padding-bottom: 30px;
}

section.charts {
  padding-top: 30px;
  padding-bottom: 10px;
}

section.charts h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

section.charts .chart .title
{
  width: 100%;
}
section.charts .chart .target 
{
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.charts .chart .target .div_meet {
  margin-top: 5px;
  float: left;
  margin-left: 10px;
}

section.charts .chart_image img
{
  width: 100%;
}

section.charts .pulse
{
  margin-left: 0px;
}

section.form_sections .layer
{
  padding-top: 30px;
  padding-bottom: 30px;

}

.social_media {
  float: none !important;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

.social_media ul {
padding: 0px;
float: none;
}

footer hr {
  margin-top: 10px;
}


.login_additional_section
{
  width: 100%;
}

.padding_left
{

  padding-left: 15px;
}


.padding_right
{

  padding-right: 15px;
}



.login_additional_section .seperator {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}



.login_form ul {

  margin-top: 30px;
}

.register_form #form_amana .form-check-terms
{
  margin-top: 12px;
}


html[lang=ar]  header .logo.capital
{
  float: left;
}

html[lang=ar] header .div_buttons {
  float: none;
}


html[lang=ar] section.videos .play_icon i {
  right: -30px;
}

html[lang=ar] section.charts .chart .target .div_meet
{
  float: right;
  margin-right: 10px;
}

}