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 .logo
{
    float: right;
    width: 150px;
}


header .header_section
{
    background: #14142d;

    border-bottom: 1px solid rgba(255,255,255,0.5);

    padding-top: 15px;
    padding-bottom: 15px;
}


body:not(.home-page) header .header-social-media {
    top: 26px;
}

header .header-social-media
{
  float:right;


}
header .header-social-media ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin-right: 0px;
    margin-top: 10px;

}


header .header-social-media ul li {
    float: left;
    margin-left: 10px;
}


header .header-social-media ul li:first-child {

  margin-left: 0px;
}


header .header-social-media ul li a {


    color:#ffffff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    background-color: transparent;
    border:1px solid #fff;





}

header .header-social-media ul li a i {
    font-size: 15px;
    color:#fff;

}




header .header-social-media ul li a:hover > i
{
color: #ffffff;
}





header .header-social-media ul li:nth-child(1) a:hover {
  background-color: #485e92;
  border-color: #485e92;


}

header .header-social-media ul li:nth-child(2) a:hover {
  background-color: #42acdc;
  border-color: #42acdc;
}


header .header-social-media ul li:nth-child(3) a:hover {
  background-color: #23527c;
  border-color: #23527c;
}

header .header-social-media ul li:nth-child(4) a:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}



header .header-social-media ul li:nth-child(5) a:hover {
  background-color: #186895;
  border-color: #186895;
}







header .header_section_2
{
    padding-top: 50px;
    padding-bottom: 70px;

}



header .header_section_2 .tablet
{
    position: relative;
}


header .header_section_2 .tablet .line
{
    position: absolute;
    height: 2px;
    width: 100%;
    top: 188px;
    background: rgb(47,0,211);
    background: linear-gradient(90deg, rgba(47,0,211,1) 0%, rgba(245,245,245,1) 50%, rgba(47,0,211,1) 100%);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    -moz-box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    z-index: 1;
}


header .header_section_2 .tablet .tablet_img
{
    position: relative;
    z-index: 2;
}

header .header_section_2 .tablet .tablet_img img
{
    width: 600px;
}



header .header_section_2 .tablet .circle
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgb(107,0,221);
    background: linear-gradient(90deg, rgba(107,0,221,1) 0%, rgba(70,26,233,1) 50%, rgba(3,74,254,1) 100%);
    position: absolute;
    z-index: 3;
    top: 110px;
    right: 270px;

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


header .header_section_2 .tablet .circle img
{
    width: 65%;
    margin-top: 20px;
}

html[lang=ar] header .header-social-media
{
  float: left;
}

html[lang=ar] header .header-social-media ul li
{
  float: right;
  margin-left: 0px;
  margin-right: 10px;
}


html[lang=ar] header .header-social-media ul li:first-child {
  margin-left: 0px;
  margin-right: 0px;
}






header h1 {
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 0px 5px 6px #000;

}



header h2 {
    color: #ffd500;
    margin-top: 40px;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0px 5px 6px #000;

}



header h3 {
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
    font-size: 28px;
    text-shadow: 0px 5px 6px #000;

}


header a.action {
    color: #1a1600;
    background-color: #ffd500;
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    padding: 18px 40px;
    border-radius: 20px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.75);
    text-decoration: none;
}

header a.action:hover {
    color: #1a1600;

    background-color: #eac300;
    text-decoration: none;

}




section.form {
    background-image: url(form.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;

    padding-top: 50px;
    padding-bottom: 50px;

    border-top: 1px solid rgba(255,255,255,0.5);

}





section.form h3 {
color: #ffd500;
font-weight: bold;
font-size: 40px;
}

section.form h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
    }

    section.form .line
    {


        height: 1px;
        width: 100%;

        margin-top: 40px;
        margin-bottom: 40px;

        background: rgb(47,0,211);
        background: linear-gradient(90deg, rgba(38,30,75,1) 0%, rgba(245,245,245,1) 50%, rgba(38,30,75,1) 100%);


    }






#phone
{
    text-align: center;
    direction: ltr;

}

#email
{
    text-align: center;
    direction: ltr;

}

.grecaptcha-badge {
    bottom: 20px!important;
}


.mandatory {
    border: 2px solid #e3342f!important;
 }



form a.register-button
{
    background-color: #ffd500;
    color:#1a1600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 30px;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;

}

form a.register-button:hover
{
    background-color: #eac300;
}


 .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;

    border: 1px solid rgba(255,255,255,0.1) !important;
    background-color: rgba(44,44,66,0.8);
    text-align: center;
    color: #fff;
    border-radius: 10px;

    padding: 18px 15px !important;
}



::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;
  }


input
{
    width:100%;
    padding: 18px 12px;

    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(44,44,66,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: #ffd500 !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:#ffd500;
}


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(44,44,66,0.8);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: rgba(44,44,66,0.8);
}






section.form .steper
{
    float: right;
    width: 100px;
    text-align: center;

    margin-top: 22px;


}


section.form .steper .number
{
    font-size: 24px;
    font-weight: bold;
    color:#434151;
    text-align: center;


}


section.form .steper .number i
{
color:#fff;
display: none;
}

section.form .steper .seperator
{
    width: 1px;
    height: 63px;
    background-color: #434151;
    margin: 0 auto;

}





section.form .boxes
{
    float: right;
    width: 500px;

}
section.form .boxes .box
{
   width: 100%;
   border:1px solid rgba(255,255,255,0.1);
   padding: 10px 20px;
   float: right;

   border-radius: 10px;
   margin-bottom: 18.2px;



}





section.form .boxes .box:hover
{
    background-color: #2a02c2;
    border-color: #2a02c2;
}

section.form .boxes .box:hover .icons   img:first-child
{
    display: none;
}


section.form .boxes .box:hover .icons  img:last-child
{
    display: block;
}




section.form .boxes .box .icons img
{
width: 60px;
float: right;
}

section.form .boxes .box .icons img:last-child
{
    display: none;

}

section.form .boxes .box .text
{
    color: #fff;
    float: right;
    font-size: 26px;
    text-align: right;
    margin-right: 40px;
    margin-top: 8px;
}


@media (max-width: 1200px) {
    section.form .steper
{
    width: 50px;
}


section.form .boxes
{
    width: 480px;
}


}


@media (max-width: 992px) {


    html[lang=ar] header .logo
    {
        float: none;
        display: block;
        margin: 0 auto;
    }


    html[lang=ar] header .header-social-media
    {
        position: relative;
        left: auto;
        right:auto;
        width: 275px;
    margin: 0 auto;
    float: none!important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center!important;
    top: 0px;
    }


    header .header_section_2 .tablet .tablet_img img
    {
        width: 100%;
    }


    header .header_section_2 .tablet .circle
    {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
    }

    section.form .steper
    {
        display: none;
    }


    section.form .boxes
    {
        width: 100%;
    }

    section.form .boxes .box
    {
        float: none;
    }

    section.form .boxes .box .icons
    {
        width: 100%;
        text-align: center;
        float: none;
    }

    section.form .boxes .box .icons img
    {
        float: none;
    }


    section.form .boxes .box .text
    {
        width: 100%;
        text-align: center;
        float: none;
        margin-right: 0px;
    }

}
