*{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  direction: rtl;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.container{
  width: 80%;
  margin: auto;
}
.main{
  background: url('background.jpg') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10% 0px;
}
.item{
  float: left;
  width: 50%;
  padding: 10px;
}
.itemIn{
  background-color: rgba(255, 255, 255, .8);
  padding: 30px;
  border-radius: 3px;
}
.mainText{
  font-size: 20px;
}
.link{
  text-align: center;
  display: inline-block;
  padding: 7px 15px;
  background-color: #C0392B;
  color: #FFF;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 3px;
  border-bottom: 2px solid #7f130a;
  text-decoration: none;
}
.link:hover{
  background-color: #7f130a;
  border-bottom: 2px solid #C0392B;
}
.h-top {
  background-color: #222;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
}
.h-bot {
  background-color: #222;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  text-align: center;
  color: #fff;
  /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
}
.h-bot p{
  margin: 0px;
  padding: 8px;
}
.h-top .h-top-l{float: left;}
.h-top .h-top-r{float: right;}
.h-top .h-top-r a{
text-decoration:none;
  text-align: center;
  color: rgba(255, 255, 255, .3);
  padding: 3px;
  display: inline-block;
  font-size: 20px;
}
.h-top .h-top-r a:hover{
  color: rgba(255, 255, 255, 1);
}
.seie{
text-decoration:none;
color:#fff;
}
