header {
    background-image: url(header_bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}

header .layer
{
  
    background-color: rgba(22,84,153,0.3);
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 20px;
}

header .logo
{
    float: right;
    width: 150px;
}


header .header_section
{
    background: rgb(16,114,185);
    background: linear-gradient(90deg, rgba(16,114,185,0.8) 0%, rgba(32,85,165,0.8) 50%, rgba(47,57,145,0.8) 100%);
    border-bottom: 1px solid #fff;

    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;
 

}

header .header-social-media ul li:nth-child(2) a:hover {
  background-color: #42acdc;
 
}


header .header-social-media ul li:nth-child(3) a:hover {
  background-color: #23527c;

}

header .header-social-media ul li:nth-child(4) a:hover {
  background-color: #ff0000;

}



header .header-social-media ul li:nth-child(5) a:hover {
  background-color: #186895;

}












header h1
{
    color:#fff;
    margin-top: 50px;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 0px 5px 6px #000;
    line-height: 80px;
}


header h2
{
    color: #0d72b9;
    background-color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 50px;
    padding: 30px 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);

}


header .mt5_logo
{
    border:1px solid rgba(255,255,255,0.5);

    border-radius: 20px;
        
    -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);
    display: inline-block;
    padding: 20px;
    margin-top: 50px;
}

header .mt5_logo img
{
width: 150px;
}



header .dots
{
margin: 0 auto;
margin-top: 30px;
}




header .dots .dot
{
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 5px;
}

header .dots .dot:first-child
{
    background-color: #53d69f;
}



header .mouse
{
    margin-top: 20px;
    cursor: pointer;
}

header .mouse img
{
    width: 110px;
}




header h3
{
    color:#fff;
    margin-top: 40px;
  
    font-size: 40px;
    text-shadow: 0px 5px 6px #000;
    line-height: 80px;
}

header h3 span
{
    color:#2ebd8f;
    text-shadow: none;
}






header .left_sidebar
{
    position: absolute;
    left: 0px;
    top: 270px;

    display: block;

}




header .left_sidebar ul
{
    list-style-type: none;
    padding-left: 40px;

}
header .left_sidebar ul li
{
    border-bottom: 1px solid rgba(83,214,159,0.5);
    width: 100%;
    clear: both;
    float: left;
    padding: 35px 0px;
    cursor: pointer;

}

header .left_sidebar ul li:last-child
{
    border-bottom: 0px
}


header .left_sidebar ul li:hover .icon
{
display: none;
}
header .left_sidebar ul li:hover .icon.icon_h
{
display: block;
}


header .left_sidebar ul li:hover::after
{
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content: "\f0da";
    font-size: 50px;
    color: #2ebd8f;
    left: -1px;
}

header .left_sidebar ul li .div_icon
{
    float: left;
}

header .left_sidebar ul li .div_title
{
    float: left;
    color: #fff;
    margin-left: 20px;
    margin-top: 0px;
    font-size: 19px;
    text-shadow: 0px 5px 6px #000;
}

header .left_sidebar ul li .div_title .green
{
font-weight: bold;
color:#2ebd8f;
}

header .left_sidebar ul li .icon
{
width: 60px;
}

header .left_sidebar ul li .icon_h
{
display: none;
}


header .left_sidebar .arrow
{
    position: absolute;
    left: 0px;
    top:0px;
}




section.why
{
    background-image: url(bg_1.jpg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}

section.why .layer
{
  
    background: rgb(16,114,185);
    background: linear-gradient(90deg, rgba(16,114,185,0.95) 0%, rgba(32,85,165,0.95) 50%, rgba(47,57,145,0.95) 100%);
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}





section.why h3
{
    color:#fff;
   
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0px 5px 6px #000;
  
}

section.why h4
{
    color:#fff;
   
    margin-top: 20px;
    font-size: 30px;
    text-shadow: 0px 5px 6px #000;
   
}




section.why h5
{
    color: #fff;
    background: rgb(16,114,185);
    background: linear-gradient(90deg, rgba(16,114,185,1) 0%, rgba(32,85,165,1) 50%, rgba(47,57,145,1) 100%);
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 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);
margin-bottom: 40px;
}





section.why .box
{
    background: rgb(16,114,185);
    background: linear-gradient(90deg, rgba(16,114,185,0.5) 0%, rgba(32,85,165,0.5) 50%, rgba(47,57,145,0.5) 100%);

    -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);

    border-radius: 20px;
    padding: 20px 30px;

margin-top: 30px;


}

section.why .box:hover
{
    background: linear-gradient(90deg, rgba(16,114,185,1) 0%, rgba(32,85,165,1) 50%, rgba(47,57,145,1) 100%);
}


section.why .box:hover .icon
{
display: none;
}

section.why .box:hover .icon.icon_h
{
display: block;
margin: 0 auto;
margin-top: 50px;
}

section.why .box .icon
{
    width: 90px;
    margin-top: 50px;
}


section.why .box .icon.icon_h
{
   display: none;
}


section.why .box .title
{
    color: #fff;
    text-shadow: 0px 5px 6px #000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}



section.why .box .title b
{
    display: block;
}







section.form
{
    background-image: url(bg_2.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(239,240,240,0.97);
}

section.form h3
{
    color:#0d72b9;
    text-align: center;
   font-weight: bold;
    font-size: 40px;
    margin-top: 50px;
   
}

section.form h4
{
    color:#272361;
    text-align: center;
    
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}



#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: #0d72b9;
    color:#ffffff;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 20px 20px;
    font-size: 30px;
    text-decoration: none;
    width: 250px;
    margin: 0 auto;
    margin-top: 40px;
}

form a.register-button:hover
{
    background-color: #0b5d97;
}


 .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: #fafafa;
    text-align: center;
    color: #0d72b9;
    border-radius: 10px;
    border:0px !important;
    padding: 18px 15px !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0d72b9;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0d72b9;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #0d72b9;
  }

input
{
    width:100%;
    padding: 18px 12px;

    margin-bottom: 10px;
    border: 1px solid #151a32;
    background-color: #fafafa;

    text-align: center;
    color:#0d72b9;
    border-radius: 10px;
    font-weight: bold;
}




 .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: #2e368f !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:#2e368f;
}


html[lang=ar]  .check-container a 
{
    color:#2e368f;
    font-weight: bold;
}


html[lang=ar] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color:#0d72b9;
    font-weight: bold;

}

.dropup .dropdown-toggle:after
{
    border-bottom: 0px !important;
}

.dropdown .dropdown-toggle::after
{
    border-top: .3em solid #0d72b9 !important;
}
.bootstrap-select .dropdown-toggle .filter-option
{
    border: 1px solid #151a32;
    border-radius: 10px;
}

.btn-light:hover
{
    background-color: rgba(159,166,177,0.2);
}
.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.2);
}



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;
}

@media (max-width: 1200px) {

    header .left_sidebar
    {
        display: none;
    }

}

@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 h1
    {
        font-size: 30px;
        line-height: normal;
        margin-top: 10px;
    }

    header h2
    {
        font-size: 20px;
        line-height: normal;
        margin-top: 10px;
    }
    header h3
    {
        font-size: 20px;
        line-height: normal;
        margin-top: 10px;
    }



    section.why .layer
    {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    section.why h3
    {
        font-size: 30px;
    }


    section.why h4
    {
        font-size: 20px;
    }
    section.why h5
    {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 40px;
    }

    section.form h3
    {
        margin-top: 0px;
        font-size: 30px;
    }

    section.form h4
    {
        font-size: 20px;
        line-height: 30px;
    }



}