/* Move down content because we have a fixed navbar that is 50px tall */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body, html {
  	font-family: 'Droid Arabic Kufi', sans-serif;
  	direction: rtl;
}
.clear{
    clear: both;
}
.headerTop {
	background: url(../images/HeaderBG.png) no-repeat center center ;
	min-height: 268px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.innerHeader {
    background: #2CA5DC;
    padding: 20px;
    background: rgba(44,165,220,0.5);
}
.innerHeader img {
    box-shadow: none;
}

section.headerTop h1 {
    font-size: 31px;
    font-weight: 600;
    color: #f6f6f6;
    text-shadow: 0px 3px 2px #000;
    }
section.headerTop h2, .h2 {
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 3px 2px #000;
}
img {
    border: 3px #fff solid;
    box-shadow: -4px 9px 14px #888;
}
.headLifet {
    text-align: right;
    color: #fff;
}
/******************************************/
/***********  personal   ******************/
/******************************************/
.personanl {
    background: #B4D7EB;
    padding-bottom: 20px;
}
.innerPersonal{
	background: #e4eef2;
	margin-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 4px 14px 0px #888;
}
.innerPersonal h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: brown;
    text-shadow: 0px 1px 1px #666;
    border-bottom: 3px solid #f8f8f8;
    padding-bottom: 20px;
}
.innerPersonal h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
}
.innerPersonal p{
	text-shadow: 0px 1px 1px #888;
    font-weight: 600;
}
.personalRight {
    float: right;
    text-align: right;
 }

p {
    margin: 0 17px 0;
    line-height: 30px;
    font-size: 13px;
}
.personalLeft{
	float: right;
    margin-right: -54px;
    margin-top: 15px;
}
.personalLeft img{
    border: 3px solid #F8F8F8;
    box-shadow: -4px 9px 14px #888;
}
/******************************************/
/***********  job        ******************/
/******************************************/
.innerJob{
    background: #dff0d8;
    margin-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 4px 14px 0px #000;
}
.innerJob p{
	text-shadow: 0px 1px 1px #888;
    font-weight: 600;
}
.job {
	padding-bottom: 20px;
    padding-top: 10px;
    background: #2CA5DC;
}
.job h3 {
    
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: brown;
    text-shadow: 0px 1px 1px #666;
    border-bottom: 3px solid #f8f8f8;
    padding-bottom: 20px;
}
.jobRight{
	float: right;
	padding: 0 10px;
}
.jobLeft{
	float: right;
	padding: 0 5px;
}
/******************************************/
/***********  Career     ******************/
/******************************************/
.career{
	background: url(../images/career-Background.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    
}
.innerCareer{
	background: rgba(0,101,157,0.5);
    margin: 20px auto;
    padding-bottom: 20px;
}
.career h3{
	font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: brown;
    text-shadow: 0px 1px 1px #666;
    border-bottom: 3px solid #f8f8f8;
    padding-bottom: 20px;
}
.career p{
	text-shadow: 0px 1px 1px #888;
    font-weight: 600;
    color: #fff;
}
/******************************************/
/*********** Qualifications****************/
/******************************************/
.qualifications {
    background: #2CA5DC;
    padding-top: 20px;
    padding-bottom: 20px;
}
.innerQualifications {
    background: aliceblue;
    padding-bottom: 20px;
}

.qualifications .pull-left{
	border-right: 3px dashed #A8B124;
}
.qualifications h3 {
    background: brown;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
/******************************************/
/*********** Research *********************/
/******************************************/
.research{
	background: url(../images/research.png) no-repeat center center fixed;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 268px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.innerResearch {
    background: rgba(3,5,27,0.8);
    padding-bottom: 20px;
}


.innerResearch h3 {
    background: azure;
    padding: 7px;
    border-bottom: 3px solid #ff0000;
    font-size: 18px;
    font-weight: 600;
}
.innerResearch p {
    color: #fff;
}
span.en {
    text-align: left;
    float: left;
}
/******************************************/
/***********  connectus  ******************/
/******************************************/
.section.conect {
    background: currentColor;
}
.connectus img{
    box-shadow: none;
    border: none;
    padding: 20px 0;
}


/******************************************/
/***********  Footer     ******************/
/******************************************/

footer{
	padding: 20px 0;
	background: #222;

}
footer p {
	color: #f6f6f6;
}
footer img {
    box-shadow: none;
    border: none;
    padding-right: 20px;
}

span.desgin img {
    float: left;
    margin-top: -9px;
}

