header {
    background-image: url(bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}

header .layer
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0,16,45,0.9);
}

header .logo
{
    float: right;
}

header .fanous
{
    width: 100%;
    margin-top: 40px;
}


.bonus
{
   
   
   
    margin-top: 30px;
    width:80%
}



header .social-media-title
{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: right;
    font-family: 'Proxima_Nova_Light';
}



header .social-media
{
  float:left;
  margin-top: 27px;
  
 
}
header .social-media ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin-right: 0px;
    margin-top: 10px;

}


header .social-media ul li {
    float: right;
    margin-right: 10px;
}


header .social-media ul li:first-child {
 
  margin-left: 0px;
}


header .social-media ul li a {

 
    color:#fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    background-color: transparent;
    border:1px solid rgba(255,255,255,0.5)





}

header .social-media ul li a i {
    font-size: 15px;
    color:#fff;

}




header .social-media ul li a:hover > i
{
color: #ffffff;
}





header .social-media ul li:nth-child(1) a:hover {
  background-color: #485e92;
  border-color:#485e92;

}

header .social-media ul li:nth-child(2) a:hover {
  background-color: #42acdc;
  border-color:#42acdc;
}


header .social-media ul li:nth-child(3) a:hover {
  background-color: #23527c;
  border-color:#23527c;
}

header .social-media ul li:nth-child(4) a:hover {
  background-color: #ff0000;
  border-color:#ff0000;

}



header .social-media ul li:nth-child(5) a:hover {
  background-color: #186895;
  border-color:#186895;

}




section.hr hr
{
border-top-color: rgba(255,255,255,0.5);
margin-top: -75px;
}






footer
{
    background-color: #2e368f;
}

footer .subscribe-input input
{
    background-color: #585ea5;
}

footer .subscribe-input a:hover
{
    background-color: #24b24b;
}









section.body
{
    background-image: url(bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.body .layer
{
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: rgba(0,16,45,0.9);
}

section.body h1
{
    color:#ffd119;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    margin-top: 50px;
    text-shadow: 4px 4px #000000;
}

section.body h2
{
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20px;
    text-shadow: 4px 4px #000000;
}



.box_text
{
    background-color: rgba(7,17,40,0.7);
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.5);
    margin-top: 60px;

    -webkit-box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 19px 0px rgba(0,0,0,0.75);

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }

.box_text h3
{
    color:#fff;
}

.box_text h4
{
    color: #ffd119;
    margin-top: 16px;
    margin-bottom: -1px;
}

section.body .box
{
    border:1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    margin-top: 70px;
    padding: 20px 20px;
}

section.body .box .title
{
    color:#fff;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
}


section.body .box .desc
{
    color:#ffd119;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
section.body .main_box:hover .box
{
    background-color: rgba(7,17,41,0.8);
}


section.body .main_box:hover a.register-now .layer
{
    background-color: #2e368f;
}



section.body a.register-now
{
color:#fff;
text-decoration: none;
display: block;
border:1px solid rgba(255,255,255,0.5);;

width: 160px;
margin: 0 auto;
font-size: 22px;
border-radius: 7px;
margin-top: -30px;

background-image: url(bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


section.body a.register-now:hover .layer
{
    background-color: #2e368f;
}

section.body a.register-now .layer
{
    border-radius: 7px;
    padding: 10px 20px;
    background-color: rgba(0,16,45,0.9);
}




















section.form
{
    background-image: url(bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;

    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
}

section.form .layer
{
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: rgba(0,16,45,0.9);
}

section.form h3
{
    color:#fff;
    text-align: center;
   font-weight: bold;
    font-size: 40px;
    margin-top: 50px;
   
}

section.form h4
{
    color:#ffd119;
    text-align: center;
    
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}



#phone
{
    text-align: left;
    direction: ltr;
    font-family: Proxima_Nova;
}

#email
{
    text-align: center;
    direction: ltr;
   
}

.grecaptcha-badge {
    bottom: 20px!important;
}


.mandatory {
    border: 2px solid #e3342f!important;
 }
 

 
form a.register-button
{
    background-color: #2e368f;
    color:#ffffff;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 30px;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    margin-top: 50px;
}

form a.register-button:hover
{
    background-color: #24b24b;
}


 .bootstrap-select .dropdown-toggle .filter-option-inner-inner
{
    color: #000000;
}


 .dropdown-item
{
    font-size: 15px;
    max-width: none;
    padding: .25rem 1.5rem;
    
}


  .dropdown .dropdown-toggle::after
{
  
    border-top: .3em solid #000000 !important;
}



.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown button {
    width: 100%;
    padding: 18px 12px;
    margin-bottom: 10px;
    border: 1px solid #151a32;
    background-color: rgba(159,166,177,0.8);
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border:0px !important;
    padding: 18px 15px !important;
}




input
{
    width:100%;
    padding: 18px 12px;

    margin-bottom: 10px;
    border: 1px solid #151a32;
    background-color: rgba(159,166,177,0.8);

    text-align: center;
    color:#fff;
    border-radius: 10px;
}




 .dropdown 
{
    width: 100%;
  
 
}


  .dropdown  button
{
    padding: 13px 15px;
    border: 1px solid #2b388f;
}



   .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}


   .dropdown-item {
    white-space: pre-line !important;
}


   .dropdown-item.active,     .dropdown-item:active
{
    background-color: #2b388f;
}





 .btn-light:not(:disabled):not(.disabled).active:focus,
 .btn-light:not(:disabled):not(.disabled):active:focus,
 .show>.btn-light.dropdown-toggle:focus
{
   box-shadow: none;
}


 .bootstrap-select .dropdown-toggle:focus
{
   outline: none !important;
        outline-offset: 0px  ;

}

 .btn-light:focus
{
   box-shadow: none;
}

 .btn-light
{
   background-color: #fff;
   border-color: #fff;

}

 input.form-control
{
   border: 1px solid #ced4da;
}

 .form-control:focus
{
   box-shadow: none;
}


 .captcha-box {
   position: relative;
}


 .captcha-box img
{
   position: absolute;
   top: 1px;
  
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
  
}




 .check-container
{
   font-size: 14px;
   color:#ffffff;
   text-align: justify;
   border: 2px solid transparent;
}

 .check-container a
{
   color:#697bf5;
}

  .check-container .checkmark
{
   background: transparent;
   border: 1px solid rgba(255, 255, 255, 0.7);
   border-radius: 3px;
   top: -2px;
}


  .check-container input:checked ~ .checkmark {
   background-color: #293963;
   border-color:#293963;
}

 .check-container .checkmark:after
{
   left: 9px;
   top: 5px;
}
.check-container input:checked~.checkmark {
    background-color: #24b24b !important;
}

  input[type='button']
{
   color:#ffffff;
   font-size: 26px;
   border: 1px solid #ffffff;
   display: block;
   margin: 0 auto;
   width: 350px;
   padding: 30px 0px;
   border-radius: 3px;
   text-decoration: none;
   margin-top: 40px;
   font-weight: bold;
   background-color: transparent;

}

html[lang=ar]  .div_select_entity  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
 
    font-family: "Proxima_Nova";
}


html[lang=ar]  .div_select_entity  .bootstrap-select  .dropdown-menu li a span.text
{
    font-family: "Proxima_Nova";
}

html[lang=ar]   .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    
}



html[lang=ar]   .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px;
}


html[lang=ar]   .bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-right: 0px;
  }

  html[lang=ar]   .bootstrap-select .dropdown-menu li {
    text-align: right;
}

html[lang=ar]  .captcha
{
   
    left: 1px;
    border-radius: 5px;
}








html[lang=ar]    .bootstrap-select  .dropdown-menu li a span.text
{
    font-family: "Droid Arabic Kufi";
}

html[lang=ar]   .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    
}




html[lang=ar]  .bootstrap-select .dropdown-toggle .filter-option-inner
{
    padding-left: inherit;
    padding-right: 0;
}



html[lang=ar] .check-container
{
    color:#fff;
}


html[lang=ar]  .check-container a 
{
    color:#24b24b;
}


html[lang=ar] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color:#fff
}

.dropup .dropdown-toggle:after
{
    border-bottom: 0px !important;
}

.dropdown .dropdown-toggle::after
{
    border-top: .3em solid #fff !important;
}


.btn-light:hover
{
    background-color: rgba(159,166,177,0.8);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: rgba(159,166,177,0.8);
}


@media (max-width: 992px) {


    header .logo
    {
        float: none;
        display: block;
        margin: 0 auto;
    }

    header .fanous
    {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    header .social-media
    {
        display: none;
    }

    section.hr hr {
       
        display: none;
    }

    section.body .layer
    {
        padding-top: 0;
        padding-bottom: 60px;
    }

    section.body h1
    {
        margin-top: 0;
    font-size: 30px;
    }

    section.body h2
    {
        margin-top: 0;
    font-size: 20px;
    }

    .box_text
    {
        margin-top: 30px;
    }

    .box_text h3
    {
        font-size: 20px;
        line-height: 30px;
    }
    .box_text h4
    {
        font-size: 20px;
        line-height: 30px;
    }

    section.form h3
    {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
    section.form h4
    {
        font-size: 20px;
        line-height: 30px;
    }
    
    form a.register-button
    {
        margin-top: 30px;
    }
}