﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);



body {
    height: 100%;
    color:#4c4c4c;
    font-size:14px;
    font-family:"Droid Arabic Naskh";
}



html {
    height: 100%;
    color:#4c4c4c;
    font-size:14px;
    font-family:Verdana;
}

.bg-top
{
	background:url('../images/bg-ar.png') no-repeat top center;
	background-size: cover;
	padding:35px 0 0 0;
	height:807px;
}

.bg-top-inner
{
	background:url('../images/bg-ar.png') no-repeat top center;
	background-size: cover;
	padding:35px 0 0 0;
	height:450px;
}


.languages
{
font-family: 'Roboto' !important;
font-size:16px !important;
font-weight: bold;
position:absolute;
top: 5px;
z-index:99;
}

.languages a
{
color: #fff;
padding:5px 20px 10px 20px;
}


.languages a:hover
{
 text-decoration:none;
}


.img-responsive-logo
{
    display: block;
    max-width: 100%;
    height: auto;   
    margin:0 auto 15px auto; 
}

.border
{
	border-bottom:3px #2e346c solid;
	
}








/*** courseS Slider - Free Weebly Widget by Baamboo Studio - Style 1 ***/
.course_slider_1{
	width:100%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	margin-top:350px;
 
	
}
.course_slider_1 input {
	display: none;
}

.course_slider_1 #slide_1_1:checked ~ .boo_inner { margin-left:0; }
.course_slider_1 #slide_1_2:checked ~ .boo_inner { margin-left:-100%; }
.course_slider_1 #slide_1_3:checked ~ .boo_inner { margin-left:-200%; }
.course_slider_1 #slide_1_4:checked ~ .boo_inner { margin-left:-300%; }
.course_slider_1 #slide_1_5:checked ~ .boo_inner { margin-left:-400%; }
.course_slider_1 #slide_1_6:checked ~ .boo_inner { margin-left:-500%; }
.course_slider_1 #slide_1_7:checked ~ .boo_inner { margin-left:-600%; }
.course_slider_1 #slide_1_8:checked ~ .boo_inner { margin-left:-700%; }

.course_slider_1 .boo_inner {
	width:800%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.course_slider_1 .slide_content{
	width:12.5%;
	float:left;
	background-color:rgba(51, 57, 113, 0.6);    
	padding: 20px;
}
.course_slider_1 #controls {
	text-align:center;
	margin-top:20px;
}
.course_slider_1 #controls label{
	width:20px;
	height:20px;
	margin:0 2px;
	display:inline-block;
	background:rgba(153, 153, 153, 0); /* Change controls background color */
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border:3px #FFFFFF solid;

	
}
.course_slider_1 #slide_1_1:checked ~ #controls label:nth-child(1), 
.course_slider_1 #slide_1_2:checked ~ #controls label:nth-child(2), 
.course_slider_1 #slide_1_3:checked ~ #controls label:nth-child(3), 
.course_slider_1 #slide_1_4:checked ~ #controls label:nth-child(4),
.course_slider_1 #slide_1_5:checked ~ #controls label:nth-child(5),
.course_slider_1 #slide_1_6:checked ~ #controls label:nth-child(6),
.course_slider_1 #slide_1_7:checked ~ #controls label:nth-child(7),
.course_slider_1 #slide_1_8:checked ~ #controls label:nth-child(8){
	background:#323570; /* Change controls background color when mouse click */
	border:3px #323570 solid;

}
.author_1 h3 {
	color: #fff; /* Change author name text color */
	font-size:40px;
	font-family: 'Roboto Condensed';
	margin-top:0;
	text-align:center;
	margin-bottom: 0;    
	height: 40px;
    overflow: hidden;

}
.author_1 h4 {
	color: #fff; /* Change author name text color */
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin-top:15px;
    height: 70px;
    overflow: hidden;

}





.welcome
{
	 background-color:#f7f7f7;
	 padding:30px 0;
	 text-align:center;
}





.headline
{
	font-size:27px;
	color:#535353;
	text-align:center;
    font-family:"Droid Arabic Naskh";
    text-transform:capitalize;
    margin-bottom:20px;

}

.text-welcome
{
	height:100px;
	overflow:hidden;
}




.btn-default {
    color: #fff;
    background-color: #e85b05;
    border-color: #e85b05;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.btn-default:hover {
    color: #fff;
    background-color: #323570;
    border-color: #323570;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}


.btn {
    display: inline-block;
    padding:12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform:capitalize;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family:"Droid Arabic Naskh";
    margin-top:20px;
}



.services-header h3 {
	font-size: 33px;
	text-transform: capitalize;
	color: #fff;	
	font-family:"Droid Arabic Naskh";
	font-weight: 300;
    margin-bottom: 0.5em;
    
}


.services-grids {
  margin-top: 5em;
}

.ser-grid
{
 margin-bottom:20px;
}

.ser-grid h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	font-family:"Droid Arabic Naskh";
    height: 60px;
    overflow:hidden;
    line-height: 1.5;   
    width: 100%;    
    text-align: center;
 }
 
.ser-grid h4 a {
	color: #fff;
} 

.ser-grid h4 a:hover {
	color: #e85b05;
	 text-decoration:none;

} 

.ser-grid:hover div.ser1 {
  border: 5px solid #e85b05;
}
.ser-grid p {
	font-size: 14px;
	color: #fff;
    height: 40px;
    overflow: hidden;
}
.ser-bottom {
  margin-top: 5em;
}
.services-section {
  text-align: center;
  padding: 4em 0;
  background: url(../images/type-bg.jpg) no-repeat 0px 0px;
  min-height: 750px;
  background-size: cover;
}
.ser1 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 620px;
  font-size:37px;
  line-height: 80px;
  color:#FFFFFF;
  padding: 0px 0px;
}






.btn-default2 {
    color: #fff;
    border-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.btn-default2:hover {
    color: #fff;
    border-color: #e85b05;
    background-color:#e85b05;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration:none;

}
.btn2 {
    display: inline-block;
    padding:12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform:capitalize;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border:3px solid #fff;
    border-radius: 0px;
    font-family:"Droid Arabic Naskh";
    margin-top:20px;
}













.news-section {
  text-align: center;
  padding: 50px 0;
}
.new-date {
  float: left;
  width: 20%;
  margin-right: 2%;
  text-align: left;
}
.new-text {
  float: left;	
  color: #828181;
  line-height: 1.8em;
  text-align: right;
  height: 75px;
  overflow: hidden;
  width: 78%;
}


.new-text a {
  color: #828181;
}

.new-text a:hover {
  color: #524E4E;
  text-decoration:none;
}

.new-header h3 {
	font-size: 33px;
	text-transform: capitalize;
    color:#524E4E;
    font-family:"Droid Arabic Naskh";    
    margin-top: 0;
	font-weight: 300;
	margin-bottom:20px;
}


.news-grids {
  margin-top: 40px;
}


.new-date h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #ff690e;
  margin-top:0;
}
.new-date h5 {
  font-size:20px;
  text-transform: capitalize;
  color: #ff690e ;
}







.testimonials {
  text-align: center;
  padding:30px 0;
  background: url(../images/Testimonial.png) no-repeat  center center;
  background-size: cover;
  
}


.testimonials-title {
	font-size: 33px;
	text-transform: capitalize;
    color:#e85b05;
    font-family:"Droid Arabic Naskh"; 
    margin-top: 0;
	font-weight: 300;
	margin-bottom:20px;
}




/*** TestimonialS Slider - Free Weebly Widget by Baamboo Studio - Style 2 ***/
.testimonial_slider_2{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;	
	direction:ltr;
	padding-bottom:30px;
}
.testimonial_slider_2 input {
	display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner { margin-left:0; }
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial_slider_2 .boo_inner {
	width:400%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content{
	width:25%;
	float:left;
}
.testimonial_slider_2 #controls {
	text-align:center;
}
.testimonial_slider_2 #controls label{
	width:20px;
	height:20px;
	margin:0 2px;
	display:inline-block;
	background:#fff; /* Change controls background color */
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
	background:#eb7228; /* Change controls background color when mouse click */
}
.testimonial_2 {
	font-size: 16px !important;
	color: #333; /* Change testimonial paragraph text color */
	padding: 30px 30px 23px;
}
.content_2 {
	position: relative;
	padding-left: 0px;
	margin-bottom: 0px;
	height: 110px;
    overflow: hidden;
}
.content_2:after {
	content: "";
	height: 15px;
	width: 19px;
	position: absolute;
}
.content_2:before {
	content: "";
	height: 15px;
	width: 19px;
	position: absolute;
}
.testimonial_2 p {
	display: inline;
}
.author_2 {
	margin-left: 0px;
}
.author_2 h3 {
	color: #292f63; /* Change author text color */
	font-size: 16px;
	font-weight:600;
	padding: 0 0 5px;
}
.author_2 h4 {
	color: #333; /* Change author text color */
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 5px;
}
.author_2 h4 a {
	color: #999; /* Change company text link color */
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
	border-bottom: 1px solid;
}
.author_2 h4 a:after {
	background: #999; /* Change company border link background color */
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.author_2 h4 a:hover {
	color: #000; /* Change company text link color when mouse over */
	border: none;
}
.author_2 h4 a:hover:after {
	border-color: #000;
	width: 100%;
}









.copyright
{
	background-color:#eb7228;
	padding:0px ;
	text-align:right;
	color:#fff;
	direction:ltr;
	font-size:14px;
	font-family:Verdana;
}


.copyright a
{
	color:#fff;    
	line-height: 50px;

}

.copyright .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}


.copyright ul 
{
	padding-left:0px;
}



.copyright .socials li {
    display:table-cell;	
    width: 50px;
    height: 50px;
    float: left;
}


.copyright .socials li a {
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
    margin-left: 0px;
	color: #eb7228;	
	background: #fff;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-left:1px #dfdfdf solid;
    border-right:1px #dfdfdf solid;


}

.copyright .socials li a:hover {
	background: #eb7228;
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.content-inner
{
   background-color:#f7f7f7;
   padding:30px 0;

}




.headline-inner
{
	font-size:30px;
	color:#535353;
    font-family:"Droid Arabic Naskh";
    text-transform:capitalize;
    margin-bottom:20px;

}






.bg-black
{
	background-color:#32366e;
	padding:20px 0 20px 0;
	color:#FFFFFF;
}

.bg-black .headline
{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}


.bg-black .title
{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.bg-black .title i
{
	color:#fff;
	font-size:40px;
	margin-left:20px;
	width:40px;
}

.bg-black .title2
{
	color:#f7682c;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.bg-black .text
{
	color:#6b6b6b;    
	min-height: 130px;
	margin-bottom:15px;
}


.form-control {
    border-radius: 0px;
}

.big-text
{
				margin-top:0;
}



.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-right:0;
	text-align:center;
}



.brands ul li
{
	
	width:250px;
	height:145px;
	background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #eb7228 dashed;
}





.brands ul li img
{
	width:120px;
	height:80px;
	background-color:#fff;
	margin: 10px;
	display:inline-block;
}

.brands ul li .name
{
	text-align:center;
	background-color: #eb7228;
    color: #fff;	
    display: table-cell;
    height: 45px;
    vertical-align: middle;   
	width:250px;
	overflow:hidden;
	border-top:1px #d4d4d4 dashed;
}











.post-event .post-meta {
    z-index: 2;
    width: 50px;
    color:#FFFFFF;
    text-align: center;
}


.post-event .post-meta-day {
    background: #eb7228;
    display: block;
    font-size: 30px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 0;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}


.post-event .post-meta-month {
    display: block;
    margin-top: 5px;
    background:#313671;
    height: 30px;
    width: 100px;
    line-height: 30px;
    border-radius: 0;
    font-size: 15px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.events-title
{
    font-size: 20px;
    color: #535353;
    font-family:"Droid Arabic Naskh";
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top:20px;
}





.breadcrumb {
    padding: 12px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    text-transform: capitalize;
    border-radius: 0px;    
    border: 1px #cdcdcd solid;

}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ababab;
    content: "/\00a0";
}

.breadcrumb a{
    color:#ababab;
}



.breadcrumb>.active {
    color: #31356c;
}



.text2
{
   background-color: rgba(51, 57, 113, 0.6);
   padding: 20px;
   height:200px;
   margin-top:330px;
}			

.carousel {
    position: relative;

}


.carousel-caption {
    position: relative;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}


.carousel-caption h3 {

    color: #fff;
    font-size: 40px;
    font-family:"Droid Arabic Kufi";
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    height: 45px;
    overflow: hidden;
}


.carousel-caption h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    margin-bottom:0;
    height: 70px;
    overflow: hidden;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 3px solid #fff;
    border-radius: 10px;
}


.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 2px;
    background-color: #323570;
    border: 3px solid #323570;

}


.carousel-indicators {
    position: absolute;
    bottom: -105px;
    right: 0;
    z-index: 15;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
    list-style: none;
}

