/* img at top */
#hero1{
 background:url('../../../assets/images/slide2.jpg');
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.hero{
  text-align:center; 
  position:relative;
  width: 100%;
}

.inner{
  min-height:150px;
  position: relative;
}




.copy{
  position:absolute; 
  top:50%; 
  height:10em; 
  margin-top:-5em; 
  width:100%;
}


/* End img at top */






.rtl{
  text-align: right;
  direction: rtl;
}
.txt-center{
  text-align: center;
}

.breadcrumb {
  font-size: 20px;
}




.remove-dot{
  list-style-type: none;
}

.remove-dot li i {
  color: #42a5f5;
}

.remove-dot li a {
  color: #555;
}



.unit-news a{
  font-family: 'arabic-regular', sans-serif;
  text-decoration: none;
  color: #a5a3a3;
  font-size: 20px;
}
.unit-news a:hover{
  color: rgb(46, 170, 46);
}




/* كلمة العميد */
.managment p{
  font-size: 16.0pt;
  line-height: 115%; 
  font-family: 'Times New Roman',serif;
  color:#999;
}
.managment p span{
  text-align: center;
  display: block;
  font-weight: bold;
  color: rgb(78, 78, 78);
}