
/* General*/
@font-face {
font-family: 'Almarai', sans-serif;
font-family: 'Tajawal', sans-serif;
font-style: normal;
font-weight: normal;
}

* {
    font-family: 'Almarai', sans-serif;
}

body {
    background: linear-gradient(rgba(0, 49, 101, 0.05),rgba(67, 75, 84, 0.32)) ,url(../images/1b.png);
    background-repeat: no-repeat;
    background-size: contain;
  	vertical-align: middle;
    font-family: 'Almarai', sans-serif;
    direction: rtl;
}

h1,label {
    color: #475059;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
   color :#FFF;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #ffffff
}


/* End General*/

/* Start upper bar */

.upper-bar {
    min-height: 140px;
    color: #FFF;
    direction: rtl;
    background-color: transparent;

}
.upper-bar .logo {
    margin-top: 42px;
    margin-bottom: 5px;
    vertical-align: bottom;
    line-height: 2;
    text-align: right;
    margin-left: 92px;
}

.upper-bar span {
    color: #000bba;
    font-size: 17px !important;
    font-weight: bold;
    margin-top: 5px;
      text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.logo img {
    margin-left: 3px;
    width: 260px;
    height: 70px;
}
.logo h4 {
    color: #b22331;
    position: relative;
    top: -10px;
    right: 5.9rem;
    font-weight: bold;
    font-size: 26px;
}

.social {
    margin-top: 10px
}
.social ul {
    margin-left: 4px;
    text-align: center
    
}
.upper-bar i {
    margin-left: 9px;
    text-align: left;
    font-size: 30px;
    line-height: 2 
}

upper-bar img{
    margin-top: 5px;
}


.title {
    border: 2px solid #ffffff;
    padding: 6px 7px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 1000;
    margin-bottom: 5px;
    font-family: 'Tajawal', sans-serif;
    background-color: #3cb4b8;
    font-size: 13px;
}

.title:hover {
    color: #e25b1cc2;
    /*color: #e25b1d;*/
    background-color: #01b4b8;
    border: 2px solid #e25b1cc2;
}

/* End upper bar */
/* Start wrapper */

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper-login {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
    direction: ltr
}

.sidebar {
    margin-top: 33px;
	height: 100%;
	background: url(../images/noize.png) repeat 100% 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
	float: right;
	position: relative;
	z-index: 100;
    border-radius: 20px;
    min-height:100vh;
}

.sidebar-login {
	height: 100%;
    padding: 5px;
    background: linear-gradient(to right, rgb(41, 53, 144), rgb(40, 40, 117)) , url(../images/noize.png) repeat 100% 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.20);
	border-right: 1px solid rgba(0, 0, 0, 0.20);
	z-index: 100;
   
}

#menu {
	float: right;
	text-align: right;
	font-family: 'Almarai', sans-serif;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
	z-index: 100;
	padding: 0 0 0 24px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu-v ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
	background: transparent url(../images/menu-line.png) no-repeat center bottom;
    border-radius: 10px;
}
 
.menu-v ul li{
	position: relative;
	padding-right: 5px;
	background: transparent url(../images/menu-line.png) no-repeat center top;
	padding: 0;
}

.menu-v ul li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 12px 0 10px 20px;
	padding-right: 17px;
	background: transparent; 
	color: #2c3e50;
	text-decoration: none;
	border: none;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
	text-decoration: none;
	background: transparent url(../images/menu-hover.png) repeat-y left top;
    color: #b22331;

}

.menu-v ul li ul{
	position: absolute;
	width: 130px; 
	top: 0px;
	font-weight: normal;
	visibility: hidden;
	text-align: right;
	padding: 0 15px 0 15px;
	margin-left: 0;
	background: linear-gradient(rgba(213, 220, 227, 1),rgba(213, 220, 227, 1)) , url(../images/noize.png) repeat 100% 0;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
 box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.31), 0px 4px 20px rgba(0, 0, 0, 0.56);
	font-size: 14px;
	line-height: 20px;
}

.menu-v ul li ul li{
	background: transparent url(../images/dropdown-line.png) repeat-x left top;
}

.menu-v ul li ul li:first-child {
	background: none;
	padding-bottom: 0;
}

.menu-v ul li ul li a{
	padding: 12px 0;
}

.menu-v ul li ul li a.active, .menu-v ul li ul li a.selected, .menu-v ul li ul li a:hover{
	background: none;
}


.menu-v ul li ul {
	    right: 250px;
}

* html .menu-v ul li { float: right; height: 1%; }
* html .menu-v ul li a { height: 1%; }


/* End wrapper */

/* Start Content */
.content {
	width: 100%;
    padding: 21px 20px 20px 0;
    margin: 13px 0;
    direction: rtl;
    float: right;
}

.jumbotron {
    padding: 4rem 7rem;
    color: #555;
    margin-top: 21px;
    border-radius: 25px;
    background-color: transparent;
    box-shadow: 
        0px 0px 0px 0px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0 );
}

.jumbotron label {
    text-align: right;
    
    margin-right: 4px
}

.jumbotron h1 {
    text-align: center;
    margin-bottom: 30px;
    
}

.btn {
    color: #fff;
    background-color: #475059;
    border-color: #475059;
    border-radius: 11px
}

.btn:hover{
    background-color: #ced1d4;
    color: #b22331;
    border-color: #4750594f;
    transition: 1s
}

.myjumbotron {
    min-height: 100hv;
  padding: 4rem 5rem;
  background-color: #e9ecef;
/*  border-radius: 0.3rem;*/
  border-radius: 25px;
  background-color: transparent;
  box-shadow: 
        0px 0px 0px 0px rgba( 255,255,255,0.4 ), 0px 4px 20px rgba(0, 0, 0, 0.79);
}


.myjumbotron h1 {
text-align: center;

}

.myjumbotron h2 {
    text-align: center;
    color: #596d7f
}

.myjumbotron label {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 4px
}

.myjumbotron ul li {
    margin-top: 15px;
    color: #596d7f;
    list-style :initial
}


.jumbotron-login {
  padding: 1rem 3rem;
  margin: 25px 18px;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}


.jumbotron-login h1 {
    text-align: center;
    
    margin-bottom: 30px;
}

.jumbotron-login label {
    text-align: right;
    
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 4px
    
}

.jumbotron-login .btn {
    text-align: left;
    display: block
}


.form-control {
    width: 100%;
    text-align: right;
}

label{
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-control-file {
    margin-top: 8px;
}

btn {
    display: inline-block
}
.form-control-plaintext {
    
    background-color: #FFF;
    border: 1px solid #999
}

.logn {
    background: transparent;
    border: none;
    border-bottom: 1px solid #47505945;
    color: #bdbdbd;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 38px;
}

.logn i {
    width: 26px;
    text-align: right;
    color: #475059;
}

.logn input {
    border: none;
    outline: none;
    background: none;
    color: #475059;
    font-size: 18px;
    width: 80%;
    margin: 0 10px;
    text-align: right;
  
}


/* End Content */

/* Start Footer */

.footer {
    padding: 16px 5px;
    text-align: center;
    background: linear-gradient(rgb(75, 83, 92), rgb(27, 35, 45)), url(../images/noize.png) repeat 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    color: #FFF;
    /*position: absolute;
    right: 0;*/
    overflow: hidden;
     bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}
.footer p {
    text-align: center;
}

.footer .copyright ul li img {
   text-align: center;
}

.footer .copyright ul li p {
   text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
}

.footer .copyright ul li {
   text-align: center;
   font-size: 12px 
}

.footer .location ul li p {
   text-align: center;
   font-size: 12px;
    margin-top: 23px;
}

.footer .location ul li h5 {
   font-size: 14px;
    text-align: center;
    margin-right: 7px;
    margin-top: 10px;
}

.footer .location ul li h5 i {
    margin-left: 7px
}

.footer .phone ul li {
   text-align: right;
   font-size: 12px 
}


.footer .phone ul li h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 17px;
}

.footer .phone ul li p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 21px;
    letter-spacing: 1.5px
}

.footer .phone ul li h5 i {
   margin-left: 7px
}

.footer .email ul li {
   text-align: right;
   font-size: 12px 
}


.footer .email ul li h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.footer .email ul li p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 21px;
    letter-spacing: 1.5px
}

.footer .email ul li h5 i {
   margin-left: 7px
}


/* End Footer */

/* Media Quieries */


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .upper-bar {
       min-height: 120px;
   
    }
    .upper-bar .logo {
        margin-top: 45px;
        margin-bottom: 0;
        line-height: 0;
        text-align: center;
    }

    .logo img {
        margin-left: 6px;
        width: 58px;
        height: 57px;
    }
    
    .logo h4 {
    position: relative;
    top: -1px;
    right: 56px;
    font-size: 20px;
}

    .social {
        text-align: center;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    
    .wrapper-login {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
    direction: ltr
}
    
    
    .upper-bar i {
        margin-left: 6px;
        margin-right: 7px;
        text-align: right;
        font-size: 30px;
    }

    .upper-bar img{
        margin-top: 5px;
        margin-right: 63px;
        width: 180px;
        height: 50px;
    }
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #fff;
        font-size: 15px !important;
    }

    .title {
        padding: 9px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        background-color: #34a2b7 !important;
    }
    
    
    .content {
        margin: 20px 0;
        padding: 1px;
    }
    
    .jumbotron {
        padding: 2rem 1rem;
        margin-top: 0px;
    }

    .jumbotron label {
       text-align: right;
        
        margin-right: 4px
        }

    .jumbotron h1 {
        margin-bottom: 13px;
        font-size: 1.3rem;
        }

    .jumbotron .btn {
        font-size: 1rem !important;
        }
    
    .form-control {
        height: 50px;
        }
    
     .myjumbotron {
        padding: 2rem 1rem;
        }


    .myjumbotron h1 {
        font-size: 1.5rem;
        }

    .myjumbotron h2 {
        font-size: 1.5rem;
        }
    
    .myjumbotron h4 {
        font-size: 1.5rem;
        }

    .myjumbotron ul li {
        margin-right: 13px;
        
        }
    
    .sidebar {
        height: 94%;
    }
    
    .footer .copyright ul li p {
        font-size: 11px
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .upper-bar {
       background: url(../images/1b.png);
       background-image: none;
       background-repeat: no-repeat;
       background-size:contain;
       min-height: 120px;
    }
    
    .upper-bar .logo {
        margin-top: 52px;
        margin-bottom: 0;
        line-height: 0;
        text-align: center;
    }

    .logo img {
        margin-left: 6px;
        width: 169px;
        height: 50px;
    }
    .logo h4 {
        position: relative;
        top: -7px;
        right: 64px;
        font-weight: 600;
        font-size: 22px;
    }
    .social {
        text-align: center;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    .upper-bar i {
        margin-left: 6px;
        margin-right: 7px;
        text-align: right;
        font-size: 30px;
    }

    .upper-bar img{
        margin-top: 5px;
        margin-right: 85px;
    }
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #fff;
        font-size: 15px !important;
    }

    .title {
        padding: 9px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        background-color: #34a2b7 !important;
    }
    
    .sidebar {
	   float: none;
	}
    
    .content {
        margin: 20px 0;
        padding: 1px;
    }
    
    .jumbotron {
        padding: 2rem 1rem;
        margin-top: 0px;
    }

    .jumbotron label {
       text-align: right;
        
        margin-right: 4px
        }

    .jumbotron h1 {
        margin-bottom: 13px;
        font-size: 1.3rem;
        }

    .jumbotron .btn {
        
        font-size: 1rem !important;
        }
    
    .form-control {
    height: 50px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .upper-bar {
      
        min-height: 101px;
    }
    
    .upper-bar .logo {
        margin-top: 29px;
        margin-bottom: 0;
        line-height: 0;
        text-align: right;
    }

    .logo img {
        margin-left: 6px;
        width: 155px;
        height: 45px;
    }
    .logo h4 {
    position: relative;
    top: -18px;
    right: 43px;
    font-size: 15px;
}

    .social {
        text-align: left;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    .upper-bar i {
        margin-left: 6px;
        font-size: 23px;
    }

    .upper-bar img{
        margin-right: 95px;
        position: relative;
        top: -15px;
        right: -85px;
}
    
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #000bba;
        font-size: 15px !important;
    }

    .title {
        padding: 7px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 14px;
        background-color: #3cb4b8 !important;
    }
   
    .content {
        padding: 0px;
  
    }

    #menu {
        padding: 0px;
    }

    .jumbotron h1 {
    font-size: 1.8rem;
    }
    
    .jumbotron-login {
        padding: 1rem 0.5rem;
    }
    
    .myjumbotron {
      padding: 2rem 6rem 1rem 1rem;
    }


    .myjumbotron h1 {
        font-size: 1.8rem;
        }

    .myjumbotron h2 {
        font-size: 1.8rem;

        }

    .myjumbotron label {
        text-align: right;
        margin-top: 10px;
        margin-bottom: 7px;
        margin-right: 4px
        }

    .myjumbotron ul li {
        margin-top: 15px;
        color: #596d7f;
        list-style :initial
        }


    
    .footer .phone ul li h5 {
    font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
    .logo img {
    margin-left: 150px;
    width: 214px;
    height: 61px;
    position: relative;
    top: -8px;
    right: -13px;
}
     .social ul {
        margin-left: 0;
        text-align: initial;
    }
    .logo h4 {
    
    font-size: 19px;
    position: relative;
    top: -15px;
    right: 66px;
    font-weight: 600;
}
    .sidebar {
        width: 235px;
    }
    .menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
        width: 230px;
    }
}