input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
/*     color: #2b1dae !important;
 
    opacity: 1; Firefox */
  }

  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
/*     color: #2b1dae  !important;
 */  }

  input::-ms-input-placeholder { /* Microsoft Edge */
/*     color: #2b1dae  !important;
 */  }

  html[lang=ar] footer .subscribe-input input::placeholder
  {
    color: #fff !important;
  }



  header .header-social-media ul li a i {
    font-size: 20px;
    color:#fff;


}

header .header-social-media ul li a
{
    background: transparent;
    border:0.5px solid #fff;
}

header
{

    padding: 0px 0px;
}



header .logo
{
    float: right;
}

header .header-buttons
{
    margin-top: 30px;
}


.div-body
{
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

.div-body .div-layer
{
    background: rgb(121,19,224);
    background: linear-gradient(90deg, rgba(7,76,241,0.9) 0%,  rgba(87,51,235,0.9) 50%, rgba(121,19,224,0.9) 100%);

    padding: 100px 0px;
}

html[lang="ar"] .div-body .div-layer
{
    background: rgb(121,19,224);
    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 0.92) 0%,
        rgba(23, 58, 168, 0.92) 50%,
        rgba(23, 58, 168, 0.92) 100%
    );

    padding: 100px 0px;
}

.logo
{
width: 160px;
}


html[lang="ar"] h1 {
    text-align: right;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
}

html[lang="ar"] h1 span {
    color: #ffca12;
}

html[lang="ar"] h2 {
    text-align: right;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

html[lang="ar"] h2 span {
    font-weight: bold;
}


h1
{
    text-align: left;
    color:#fff;
    font-size: 45PX;
    line-height: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
}
h1 span
{
    color:#ffca12;
}





h2
{
    text-align: left;
    color:#fff;
    line-height: 40px;

    font-size: 20px;
}


h2 span
{
    font-weight: bold;
}


.seperator
{
    background-color:#fff;
    height: 1px;
    margin: 30px 0px;
    width: 84%;
}
html[lang="ar"] h5{
    text-align: right;
    color: #fff;
    line-height: 60px;
    font-weight: normal;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
}

html[lang="ar"] h3{
    text-align: right;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 20px;
}
h5
{
    text-align: left;
    color:#fff;
    line-height: 60px;
    font-weight: normal;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
}



h3
{
    text-align: left;
    color:#fff;
    line-height: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 20px;
}



#form-point
{
    padding: 30px 50px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
border-radius: 20px;
}


input
{
    width:100%;
    padding: 15px 15px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    text-align: center;
}

form input
{
    margin-bottom: 10px;
	
}

#phone
{
    border-radius: 3px;
}

 .dropdown
{
    width: 100%;


}


  .dropdown  button
{
    padding: 13px 15px;
    border: 1px solid #2b388f;
    border-radius: 3px;
    text-align: center;
}



   .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !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);
   top: -2px;
}


  .check-container input:checked ~ .checkmark {
   background-color: #00c800;
   border-color:#00c800;
}

 .check-container .checkmark:after
{
   left: 9px;
   top: 5px;
}


  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;
   background-color: transparent;

}


  input[type='button']:hover{
   background-color: #2b388f;
   border-color:#2b388f;
}


  .required {
   border: 2px solid #e3342f!important;
}


form a.register-button
{
    background-color: #ffca12;
    color:#00003e;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    font-size: 26px;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
}

form a.register-button:hover
{
    background-color: #c9a10f;
}


 .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 {
    padding: 15px 15px;
    border: 1px solid #ced4da;
}



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]   .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: center;
   /*  color:#2b1dae; */

}




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:#23b346;
}


html[lang=ar] header .header-social-media
{
top:349px;
}




@media (max-width: 992px) {

	html[lang="ar"] .div-body h1, 
	html[lang="ar"] .div-body h2, 
	html[lang="ar"] .div-body h3,
	html[lang="ar"] .div-body h4,
	html[lang="ar"] .div-body h5,
	html[lang="ar"] .div-body h6,
	html[lang="ar"] .div-body p,
	html[lang="ar"] .div-body span {
	    text-align: center !important;
	}
	
    html[lang=ar] header .header-social-media
    {
    top:5px;
    }



    header .logo
    {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .div-body .div-layer
    {
        padding: 20px 0px;
    }


    h1
    {
        text-align: center;
        font-size: 25px;
        line-height: normal;
    }

    h2
    {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    .seperator
    {
        width: 100%;
        margin: 10px 0px;
    }

    h3
    {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }


    h5
    {
        text-align: center;

        line-height: normal;
    }




    header .header-buttons
{
  display: none;
}

}
