@charset "windows-1256";@import url(rtl-offset.css);body{direction:rtl;}
marquee{direction:ltr;}
blockquote{border-left:none;border-right:#eee solid 5px;}
.navbar-brand{float:right;}
.navbar-header{float:right;}
.container > .navbar-header, .container-fluid > .navbar-header, .navbar-nav{float:right;}
.container > .navbar-collapse, .navbar-collapse{}
@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:right;}
}
@media (min-width:768px){.navbar-nav > li, .dropdown-menu{float:right;}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left:0;margin-right:-15px;}
.form-horizontal .control-label{text-align:left;}
}
.nav{margin-bottom:0;padding-right:0;}
.nav-tabs > li{float:right;}
.nav > li > a{margin-right:0 !important;margin-left:2px;}
.navbar-toggle{float:left;margin-left:15px;}
.dropdown-menu{text-align:right;right:0;}
.btn{font-weight:bold;}
th{text-align:right;}
.dl-horizontal dt{float:right;text-align:left;width:160px;}
.dl-horizontal dd{margin-right:180px;margin-left:0;}
@media print{a[href]:after{content:"";}
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{margin-left:0px;margin-right:-20px;}
.radio-inline, .checkbox-inline{padding-left:0;padding-right:20px;}
.pagination > li > a, .pagination > li > span{float:right;margin-right:-1px;margin-left:0;}
.pagination > li:first-child > a, .pagination > li:first-child > span{border-bottom-left-radius:0px;border-top-left-radius:0px;border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0px;border-top-right-radius:0px;}
.caret{margin-left:0;margin-right:2px;}
@media (min-width:768px){.sidebar{right:0;}
}
#side-menu > li > a > .glyphicon{margin-right:0;margin-left:10px;}
.sidebar .arrow{float:left !important;}
.sidebar .nav-second-level li a{padding-right:37px;padding-left:0;}
.arrow{float:left;line-height:1.42857}
.glyphicon.arrow:before{content:"\e079" !important;}
.active>a>.glyphicon.arrow:before{content:"\e114" !important;}
.active>a>.arrow:before{content:"\f107"}
.plus-times{float:left;}
.plus-minus{float:left;}
.radio label, .checkbox label{padding-left:0;padding-right:20px;}
.radio, .checkbox{padding-right:20px;}
.nav-pills > li + li{margin-right:2px;}
.progress-bar{float:right !important;}

@font-face{
  font-family:"Droid Arabic Kufi";
  font-style:normal;
  font-weight:normal;
  src:url('../fonts/DroidArabicKufiRegular.eot');
  src:local('DroidArabicKufiRegular'),
  url("../fonts/DroidArabicKufiRegular.ttf") format("truetype"),
  url("../fonts/DroidArabicKufiRegular.svg#DroidArabicKufiRegular") format("svg");
  }
 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Droid Arabic Kufi";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.wrapper{
  background: #3a3a5c;
  position: fixed;
  width: 100%;
   border-radius:0 0 20px 20px;
  z-index: 100100;
  /* box-shadow: 5px 5px 25px rgb(179, 172, 172); */
  box-shadow: 0px 1px 2px rgb(88, 88, 88);
}
.login{
  box-shadow: 2px 3px 10px rgb(88, 88, 88);
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.img-profile-admin{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px auto;
}
.img-profile-center{
  position: absolute;
  top: 100px;
  right: 33%;
  height: 90px;
  width: 90px;
  border: 3px solid #b1b0cc;
}
.img-profile{
  height: 33px;
  width: 33px;
  /* transition: all .1s ease; */
  /* margin-top: 8px;; */
}
.img-profile:hover{
border: 2px solid #8a89a9;
}

.wrapper .img{
  width: 50px;
  height: 40px;
  border-radius: 50%;
  opacity: .8;
  position: fixed;
  left: 0;
  top: 0;
  margin: -1px 15px;
  transition: all .4s ease;  
}
/* .wrapper .img:hover{
  height: 43px;
  width: 43px;
  border: 3px solid #8a89a9 ;
} */

.display-4{
  font-size: 22px;
  margin-top: 43px;
}
.title{
  font-size: 25px;
  padding-top: 10px;
}
.text-about{
  line-height: 40px;
  color: #003d66;
  text-align: center;
  font-size:18px;
  padding:5px 20px;
}
.text-display{
  font-size: 18px;
  text-align: right;
  color: #202020;
}

.my-4{
  margin-top: -10px !important;
}
/* Dropdown Menu code start */
 .dropdown{
   margin-top: -10px;
 }
 
.content .links ul{
  position: absolute;
  background: #3a3a5c;
  border-top:2px solid #f26848;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 61px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
  transition: all 0.3s ease;
}
.content .links li a:hover,
.content .links li label:hover{
  /* background: #8a89a9; */
  text-decoration: none;
  color: #03e9f5;

}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  margin-bottom: 0;
  transition: all .4s ease;
  /* text-align: center; */
}
.wrapper .search-icon:hover{
  color: #a8a7cc;
  font-size: 24px;
}
.wrapper .menu-icon {
  display: none;
}
.wrapper .menu-icon i{
    display: none;
    font-size: 25px;
    height: 50px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
    /* border: 3px solid white; */
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 100;
    transform: scale(0.8);
    margin-right: 15px;
    
}
.wrapper .menu-icon i:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
@keyframes hamburger_puls {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.4);
	}
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}

.wrapper .search-box{
  position: absolute;
  height: 70%;
  max-width: calc(100% - 50px);
  /* width: 100%; */
  opacity: 0;
  left: 0;
  margin-left: 90px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  background: #f8f9fa;
  padding: 0 100px 0 15px;
  direction: rtl;
}
.search-box input::placeholder{
  color: #181717;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  height: 50px;
  background: #3a3a5c;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  /* justify-content: center; */
}
.wrapper input[type="checkbox"]{
  display: none;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 9px;
    /* justify-content: space-around; */
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 10px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}

/* start-sidebar */
@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #3a3a5c;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 30px;
    right: -100%;
    margin-left: 0;
    max-width: 300px;
    direction: ltr;
    overflow-y:auto;
    float: right;
    padding-bottom: 100px;
    transition: all 0.3s ease;
    border-radius: 5px 0 0 0;
    z-index: -100000;
  }
  nav #show-menu:checked ~ .content .links{
    right: 0%;
  }
  .content .links li .active{
    margin-top: 28px;
  }
  .content .links li{
   
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255,0.2);
    transition: all 0.3s ease;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul{
    border-top:none;
  }
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items1:checked ~ ul,
  .content .links #show-items2:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 5px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
 
}

@media screen and (max-width: 560px){
  .display-4{
    font-size: 17px;
    margin-top: 22px;
    text-align: center;
    line-height: 32px;
  }
  .text-about{
    font-size: 15px;
    line-height: 28px;
  }
  .text-display{
    font-size: 15px;
    text-align: right;
  }

}

/* End-sidebar */
@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
 
  .logo{
    /* border: 1px solid red; */
     width: 60px !important;
     height:60px !important;
  }

  .display-4{
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    line-height: 25px;
  }
  .title{
    font-size: 22px;
  }
  .text-about{
    font-size: 13px;
    text-align: 20px;
    padding:5px 6px;
  }
  .text-display{
    font-size: 13px;
    text-align: right;
  }
}

.dummy-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
  padding: 0 20px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dummy-text h2{
  font-size: 45px;
  margin: 5px 0;
}
.logo{
  width: 80px;
  height: 80px;
 
}

.form-control section option{
  background-color: #8584a4;color: #fff;
}

option{
  background-color: #8584a4;color: #fff;
}
option:hover{
  background-color: red;color: #fff;
}

/* START CSS FOOTER */

.back{
 
  background: linear-gradient(90deg,rgba(67, 98, 128, 0.2)0%,rgba(31, 84, 119, 0.8)20%),url('../img/gate3.jpg');
  width: 100%;
  background-repeat: no-repeat;
}

.logo .sanaa{
  font-size: 25px;
}

.exit{
  font-size: 25px;
}





/* css for footer */
.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #837a7a;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
footer{
  bottom: 0px;
  width: 100%;
  background: #003d66;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f26848;
  top: -10px;
}
.left{
  text-align: center;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  /* margin: 10px 0 0 0; */
  /* margin-right: 43%; */
  padding: 10px;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 35px;
  width: 35px;
  background: #404041;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #f26848;
  color: #fff;

}
.center .content .fas{
  font-size: 1.01rem;
  /* background: #8a89a9; */
  height: 30px;
  width: 30px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  padding-top: auto;
  color: #fff;
}
.center .content .fas:hover{
  color: #f26848;

}
.center .content .text{
  /* font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px; */
}
.center .content .phone{
  margin: 5px auto;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #fff;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
}
.right form .btn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #1269a3;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btn button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #bdbcdf;
}
.bottom center span{
  color: #fff;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
.box .content h6{
  font-size: 13px;;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}

/* end css  footer */

.invalid-tooltip{
background: none;
color:#f26848;
font-weight: bold;
padding-top: 0px;
}






