html,body { -webkit-font-smoothing: antialiased;  min-height: 100%; background: #fff;color: #666;
    font-family: Almarai;
    text-decoration: none;}
ul{padding: 0}
a {color: #333;text-decoration: none}
a:hover,a:active,a:focus {outline: none;text-decoration: none;color: #00AEEF;}
img{max-width: 100%; }

/* Layouts */
.wrapper { position: relative;width: 100%;height: auto; min-height: 100%;overflow-x: hidden;}
.wrapper:before,.wrapper:after {display: table;content: " ";}
.wrapper:after {clear: both;}

header .top{
    background: #0B2842;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}
header .top .phone-num{
   text-align: right;
}
header .top .phone-num i{
   color: #60cbf8;
}
header .top .social-icons{
   text-align: left;
   color: #fff;
   font-size: 16px;
}
header .top .social-icons a{
   color: #fff;
}
header .top .social-icons i{
   display: inline-block;
   margin: 0 15px;
}

header .navbar{
   height: 120px;
}
header .navbar .navbar-brand{
   height: 110px;
}
header .navbar .navbar-brand img{
   height: 100%;
}
header .navbar .navbar-nav{
   vertical-align: middle;
   font-size: 16px;
   margin-top: 40px;
   margin-right: 40px;
}
header .navbar .navbar-nav a{
  color:#0b2842;
  font-weight: bolder;
}

.footer{
    background: #133252;
    margin-top: 25px;
}
.footer .f-c{
    padding: 25px 0;
}
.footer .f-contact{
    color:#fff;
}
.footer .copyright{
    color:#fff;
    text-align: center;
    background: #1C3D61;
    padding: 15px;
}

.form-box{
    width: 80%;
    background: #FAFBFB;
    border: 1px #dfdfdf solid;
    padding: 30px;
    margin: 20px auto;
}
.form-box .btn-success{
    width: 80%;
    display: block;
    margin: 10px auto;
    background: #0b2842;
    border: 0px;
}
.form-box .btn-success:hover{
   
    background: #0b3b65;
}
.form-box .required{
   
    color: #ff0000;
}
.form-box .form-control{
   
    border-radius: 0px;
}

.req-bg{
    background: #0b2842 url('../images/req_bg.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 320px;
    text-align: center;
    color: #fff;
    position: relative;
}
.req-bg::after{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 8;
}
.req-bg h1{
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 300px;
}

.login-bg{
    background: #0b2842 url('../images/login-bg.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 320px;
    text-align: center;
    color: #fff;
    position: relative;
}
.login-bg::after{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 8;
}
.login-bg h1{
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 300px;
}