/*@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

body {
    font-family: 'Droid Arabic Kufi',tahoma;
	line-height: 1.6;
    margin: 0;
    padding: 0;
}
body a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

h1 {font-size: 20px;}

p {
    color: #7b7c7e;
    line-height: 1.8;
    padding: 10px 0 20px;
}
.btn-primary {
    color: #fff;
    background-color: #2980B9;
    border-radius: 0;
    font-size: 12px;
}
.btn-danger {
    color: #fff;
    background-color: #E74C3C;
    border-radius: 0;
    font-size: 12px;
}
hr {
	width: 30%;
}

/********************** SRART SECTION HOME  ***************************/
.home {
    padding-top: 0;
    text-align:right;
}
/*--- Header Part Starts Her ---*/
.header{
	min-height:400px;
	position:relative;
}
.header-profile{
	position:absolute;
	bottom:-26%;
	left: 42%;
}
.header-top{
	text-align:center;
	margin-top:8%;
}
.header-top h2{
	font-size:35px;
	font-weight:800;
	color:#2b3b4b;
	margin:10px 0 5px 0;	
}
.header-top small {
	font-size: 16px;
	font-weight:300;
	color:#7f8a90;
}
.main-nav-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
/*--- Header Part Ends Here ---*/
/********************** END SECTION HOME  ***************************/


/********************** START SECTION ABOUT  ***************************/
.about {
    background-color: #f5f5f5;
}
.panel-default>.panel-heading {
    color: #98182C;
    text-align: right;
}
ul.about-details {
    padding: 0;
}
ul.about-details li {
    display: block;
    margin: 10px 0;
}
ul.about-details li p {
    color: #7f8a90;
    font-size: 13px;
    font-weight: 800;
    padding: 5px 0 10px;
    text-align: right;
}
ul.about-details li p span {
    color: #7f8a90;
    font-weight: 400;
}
ul.about-details li p span a {
    color: #7f8a90;
    font-weight: 400;
    text-decoration: none;
}
.fix {
    margin-top: 30px;
}
a.download {
    background: none repeat scroll 0 0 #2980b9;
    border-bottom: 4px solid #6ab8ea;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
/* Start Social-icons*/
.social-icons {margin-top: 15px;overflow: hidden;}

.social-icons ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 5px 10px;
    text-align: center;
}
.social-icons ul li a {
    border-radius: 50%;
    display: block;
    font-size: 18px;
}
.social-icons ul li a i {
    border: 2px solid #2c3e50;
    color: #2c3e50;
    height: 36px;
    line-height: 33px;
    transition: all 0.3s ease-in-out 0s;
    width: 36px;
}
.social-icons ul li a i:hover {
    border-color: #2980B9;
    color: #2980B9;
}
/* End Social-icons*/
/********************** END SECTION ABOUT  ***************************/


/********************** START SECTION subjects *********************/

.subjects {
    background-attachment: fixed;
    background-image: url("../img/bg-3.jpg");
    background-position: center center;
    background-repeat: repeat;
    -moz-background-color: cover;
	-ms-background-color: cover;
	-o-background-color: cover;
	background-size: cover;
	margin: 0;
    padding: 0;
}
.subjects-wrapper {
	padding: 30px 0 93px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.subjects-wrapper::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-box {
	color: #FFAE00;
	font-size: 40px;
}
.box h4 {
	color: #444;
	font-size: 20px;
	line-height: 1.8
}
.subjects h2 {
	color: #fff;
}
.subjects p {
	color: #fff;
}
.box p {
	color: #7b7c7e;
}
.date {
    font-size: 18px;
    font-weight: 700;
}

/********************** START SECTION subjects *********************/



/********************** START SECTION research *********************/
.research {
    background-attachment: fixed;
    background-image: url("../img/bg-1.jpg");
    background-position: center center;
    background-repeat: repeat;
    -moz-background-color: cover;
	-ms-background-color: cover;
	-o-background-color: cover;
	background-size: cover;
    margin: 0;
    padding: 0;
}
.research-wrapper {
	padding: 30px 0 93px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.research-wrapper:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.research h2 {
color: #fff;
}
.research h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}
.research p {
    color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}
.research botton {
    margin-bottom: 50px;
}
.mt {
    margin-top: 25px;
}
.photo-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    transition: background-color 0.4s ease 0s;
}
.project .overlay {
    color: #fff;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.4s ease 0s;
}
.project:hover .photo-wrapper {
    background-color: #98182C;
    background-image: url("../img/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.project:hover .photo {
    opacity: 0.1;
}
.project:hover .overlay {
    opacity: 1;
}
/********************** END SECTION research *********************/


/********************** START SECTION areas *********************/

.areas {
    background-color: #F5F5F5;
    padding-top: 50px;
}
.carousel {
    margin-top: 100px;
    padding: 0 40px 30px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 100;
    height: 40px;
    left: 0;
    line-height: 33px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}
/********************** END SECTION areas *********************/



/********************** START SECTION CONTACTS *********************/
.contacts {
    background-attachment: fixed;
    background-image: url("../img/bg-2.jpg");
    background-position: center center;
    background-repeat: repeat;
    -moz-background-color: cover;
	-ms-background-color: cover;
	-o-background-color: cover;
	background-size: cover;
	min-height: 400px;
    margin: 0;
    padding: 0;
}
.contacts-wrapper {
	padding: 40px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.contacts-wrapper:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.contacts h2, .contacts p {
	color: #fff;
}
.contacts .forms {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 0 30px;
}
.form-control {
	line-height: 2;
	border-radius: 0;
}
.contacts textarea.form-control {
	height: 87px;
	border-radius: 0;
}
.contacts input[type="text"],
.contacts textarea {
	background: rgba(82,78,78,0.7);
	color: #fff;
	border: none
}
.map iframe {
    border: medium none;
    min-height: 250px;
    width: 100%;
}
.copyrights {
    background-color: #2980B9;
    color: #fff;
}
.copyrights p {
    color: #fff;
    padding: 10px 0;
    margin: 0
}
/********************** END SECTION CONTACTS *********************/



/* start Media Query */

/* MOBILE AND SCREEN */
@media only screen and (max-width: 479px) {
}

/* TABLET SCREEN */
@media (min-width: 480px) and (max-width: 767px) {
    .navbar-toggle {
    background-color: #2B3B4B;
    float: right;
    }
    .main-nav-wrap {
    background-color: transparent;
    height: 40px;
    position: fixed;
}
}

/* SMALE SCREEN */
@media (min-width: 768px) and (max-width: 991px) {
}

/* medium SCREEN */
@media (min-width: 992px) and (max-width: 1199px) {}


/* LARGE SCREEN */
@media (min-width: 1200px) {
}

/* START GROUPING STYLES */

section {
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	min-height: 575px;
}
section h2 {
	padding-top: 20px;
}
/* END GROUPING STYLES */
.contents h1 {
    margin-bottom: 50px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}
