@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Droid Arabic Naskh');
@font-face {
  font-family: 'rockb';
  src: url('../fonts/ROCK.TTF'); 
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf'); 
}
body {
    font-family: 'Roboto', 'Droid Arabic Naskh';
    font-size: 17px;
    color: #000;
}
#cssmenu li a {
    text-transform: capitalize;
}
body a:hover {
    text-decoration: none
}
.title {               
    font-family: 'rockb', 'Droid Arabic Naskh';
    font-size: 30px;
    color: #0e1038;       
}
.menu-logo {
    margin: 12px 0;
}
.menu-logo, .location, .cal {
    display: inline-block;
	       
}
.img-logo{                     
	height: 140px;
    display: inline-block;
}
.menu-logo span{
	    display: block;
    margin: -19px 0 0 29px;
    color: #23408e;
    font-weight: bold;
	font-size: 18px;
}
.space{
	padding: 0!important
}
/*
.courses-color{
	background-color: #083972;
    border-bottom-right-radius: 20px;                 
}
*/                       
.courses-inner{        
    height: 550px;                                                                                           
    overflow: hidden;                     
    background-color: #083972;              
    border-radius: 4px;
    border-bottom-right-radius: 20px;
}

.courses-inner .courses-new {
	
}

.courses-inner div a{
	color: #fff;               
	font-size: 15px;
	font-family: 'Roboto-Light', 'Droid Arabic Naskh';
	text-decoration: none;
    text-transform: capitalize;	
}
.courses-inner div a:hover{
	text-decoration: none;
}
.courses-inner .title{
	color: white;                                                
	padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
	padding-left: 25px;
    border-bottom: 1px #fff solid;
	font-size: 24px;
}
.courses-inner .courses-new a span{
	font-size: 14px;                 
	margin-left: 10px;
}
/* Background images are set within the HTML using inline CSS, not here */


#myCarousel .item img {
    height: 502px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
    border-top-right-radius: 20px;
}



.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill-img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
          
    background-blend-mode: multiply;
    border-radius: 0px;
}


.header-caption {
    position: absolute;
    top: 60%;
    right:0%;
    z-index: 10;
    width: 550px;
    padding: 25px 0 10px 0;
    color: rgba(255, 255, 255, 1);
    text-align:  center;
    background-color:rgba(147, 13, 12, 0.75);

}





#main-slider {
    position: relative;
}


.text-rela{
	position: relative;
}
.text-slider {
    position: absolute;
    margin: auto;
    right: 95px;
    bottom: 85px;
    z-index: 999;             
    width: 72%;
}

.s-title1 {
  color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    border: 5px #fff solid;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(14, 16, 56, 0.69);
}
.s-title2{
	color: #fff;
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto-Light', 'Droid Arabic Naskh';
    text-align: center;
	margin-bottom: 50px;
    overflow: hidden;
    height: 92px;
	
}
.btn-slider-1, .btn-slider-2{
	display: inline-block;
	margin-left: 30px
}
.btn-slider-1 {
	margin-left: 50px
}
.btn-slider-1 a{
    font-size: 18px;
	color: #fff;
	background-color: #0b7bc1;
	padding: 10px 25px;
    font-family: 'Roboto-Light', 'Droid Arabic Naskh';
	border-radius: 4px;
	text-decoration: none;
}
.btn-slider-2 a{
    font-size: 18px;
	color: #fff;
	border: 1px #fff solid;
	padding: 10px 20px;;
    font-family: 'Roboto-Light', 'Droid Arabic Naskh';
	border-radius: 4px;
	text-decoration: none;
	
}
.overview .title{
	text-align: center            ;
	margin: 6px 0;
	color: #b5242c;
}
.over-title{
	color: #686868;
	font-size: 16px;
	font-family: 'Roboto-Light', 'Droid Arabic Naskh';
    overflow: hidden;
    height: 70px;
    text-transform: capitalize;
}
.btn-about{
	   text-align: center;
    margin: 11px 0;
}
.btn-about a{
	font-family: 'Roboto-Light', 'Droid Arabic Naskh';
	background-color: #841518;      
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: capitalize;
}
.country .title{
	color: #b5242c;
	font-size: 25px;
	padding: 30px 0;
}
.country{
	background-color: #eeeeee;
}
.all-country{
	padding-bottom: 30px;
}
.img-country{
    display: inline-block;
    width: 12%;
    text-align: center;
    padding: 10px 0;
}
.img-country img{
	vertical-align: super;
}
.name-country{
    display: block;
    font-size: 12px;
    color: #4c493e;
}

.footer{
	background-color: #0e1038;            
}
.footer .title{
	color: #f5f5f5;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;                  
	margin-bottom: 15px;
}

.footer .about-text{
	font-family: 'Roboto-Light', 'Droid Arabic Naskh';
	color: #ffffff;
	font-size: 15px;                
	text-align: center;
}
.footer .about-text a{
	color: #f5f5f5
}

.newsletter a {
     padding: 8px 11px;
    background-color: #841518;         
    margin-left: -4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.newsletter a i {
    font-size: 17px;
	color: #fff;
}
.newsletter .fa.fa-angle-right {
    color: #fff;
}
.input-letter {
    height: 35px;
    width: 86%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	border: 0;
}
.input-letter::placeholder{
	padding-left: 10px;
	font-size: 15px;
	font-family: 'Roboto-Light', 'Droid Arabic Naskh';
}

.socials {
    margin: 0;
    padding: 0;
    margin-top: 18px;
    text-align: center;

}
.socials li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.socials li a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;           
	border: 1px #0e1038 solid;
}
.socials li a:hover {
    color: #fff;
    background: #841518;         
}
.box-footer{
	border-bottom: 5px #5d5c61 solid;
	padding-bottom: 12px;
}
.copyright{
	text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fefefe;                 
}

/********************about***********/
.content .title {
    margin: 20px 0;                    
    font-size: 25px;
}
.title-about {
    margin-bottom: 40px;
}
.breadcrumb-style{
    background-color: #eeeeee;
    box-shadow: 3px 3px 15px;       
	text-transform: capitalize;
}

.breadcrumb-style li a{
	color:#0e1038;
}
.breadcrumb-style li a:hover{
	opacity:.5
}

.breadcrumb-style  .active{
	color:rgb(132, 21, 24);
}
.breadcrumb{
	margin: 0;
}
/*****************contact**********/

.btn-success {
    color: #fff;
    background-color: #083972;
    border-color: #083972;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #083972;
    border-color: #083972;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #083972;
    border-color: #083972;
}
.btn-success:hover {
    color: #083972;
    background-color: #fff;
    border-color: #083972;
}
.form-group {
    color: #083972;
}

/*********Programs Categories ************/
.box-programs{
    padding: 11px 10px 10px 10px;
    height: 69px;
    width: 100%;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #a1938a;
    overflow: hidden;
}
.box-programs a{
vertical-align: middle;
}

/****************Courses*******************/
.month{

    color: #356796;
    background-color: #fff;
    border: 1px solid #a1938a;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0px;
}

.text-month {
    vertical-align: middle;
}
.text-month a {
    color: #000;
}

.table-bordered{
	margin-top: 15px;
}
.table-title {
    background-color: #083972;
    font-size: 18px;
    color: #FFFFFF;
}
.table-title4 {
    font-size: 14px;
}

/*********************Courses-inner****************/
.inquiry{
	background-color: #083972;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.inquiry-title{
	margin: 0px 0 10px;
    padding: 10px 10px 13px 10px;
    color: #ffffff;
    font-size: 25px;
    border-bottom: 1px solid #0b7bc1;
    text-transform: capitalize;
    text-align: center;
}
.padding-2 {
    padding-bottom: 6px;
}
.btn-enquiry {
    margin: 20px 0;
    text-align: center;
}
.btn-enquiry a {
    padding: 10px 24px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #083972;
}
.btn-enquiry a:hover {
    padding: 10px 24px;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
	border: 1px #fff solid;
}

.btn-register {
    margin: 20px 0;
    text-align: center;
}
.btn-register a {
    padding: 10px 24px;
    background-color: #083972;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.btn-register a:hover {
    padding: 10px 24px;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #083972;
	border: 1px #083972 solid;
}

/*********************table calender in home pag***************************/
.min-box td{
	
    box-shadow: inset 3px 0px 12px 0px #000;
	position: relative;
}
.box-table{
	height: 85px;
    border: 1px solid #dddddd;
	width: 85px;
	color: #fff;
}
tr .box-table a{
	display: block;
    text-decoration: none;
	color: #fff;
	height: 85px;
}
.box-table a span{
    position: absolute;
    margin: auto;
    top: 0;
    right: 15px;
	font-size: 14px;
}
.min-box {
    color: #fff;
    background-color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0px;
	text-align: right;
	position: relative;
}
.color-0{
	background-color: #efefef
}
.color-1{
	background-color: #b2402f;
	color: #fff;
}
.color-2{
	background-color: #376880;
	color: #fff;
}
.color-3{
	background-color: #ce6a1f;
	color: #fff;
}

.color-4{
	background-color: #8e941d;
	color: #fff;
}

.size a{
	font-size: 55px;
	color: #083972!important;
	text-align: center
}

/****************************/
.text-month {
    vertical-align: middle;
}

td.text-month:hover{
    color: #fff;
    background-color: #083972;
}

.text-month a {
    display: block;
    padding: 13px 10px 13px 10px;
	transition: all ease .5s;
    border: 1px #fff solid;
}

.text-month a:hover {
    color: #fff;
    background-color: #083972;
    box-shadow: 0 0 6px 4px #4c4c4c;
    transform: scale(1.1);
	
}
.box-training{
	text-align: center
}

.box-training img{
	display: inline-block;
}
.box-training div{
	color: #fff;
	padding-bottom: 20px;
}

/*************courses-inner********************/

/*
.courses-inner .courses {
    padding: 10px 10px 10px 10px;
    color: #fff;
    background-color: #0c7cc1;
    border: 1px solid #0c7cc1;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    transition: all ease .5s;
}
.courses-inner .courses:hover {
    color: #093a73;
    background-color: #fff;
    transition: all ease .5s;
    transform: scale(1.1);
}
.courses-inner .title{
	margin-left: 20px;
}

.courses-inner div a {
    color: unset;
}
*/

/*************courses-inner-new********************/


.courses-inner .courses-new a{
    padding: 6px 0 6px 10px;               
    display: block;
    color: #fff; 
    border-bottom: 1px #fff solid;
}
.courses-inner .courses-new a:hover {
    background-color: #fff;
    color: #093a73;
}
/*****************Search- booking courses page***********************/
.btn-booking{
	margin-top: 48px;
}
.btn-booking .btn{
    background-color: #fff;
    padding: 6px 36px;
    color: #093a73;
    font-size: 14px;
}
.btn-booking .btn:hover{
    background-color: #093a73;
    padding: 6px 36px;
    color: #fff;
    border: 2px #fff solid;
}
.booking label{
	color: #fff
}
.booking{
	background-color: #093a73;
	border-radius: 5px
}
.booking .form-group{
	    padding-left: 20px;
    padding-top: 20px;
}



/****************Programs Categories **********************/
.media-middle a{
    display: block;
    padding: 18px 10px 18px 10px;
    transition: all ease .5s;
    border: 1px #fff solid;
    height: 86px;
}
.content .media-middle {
    vertical-align: middle;
}
.content .courses {
    color: #356796;
    background-color: #fff;
    border: 1px solid #a1938a;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;           
    border-radius: 0px;
}
.content .courses  a:hover {
    color: #fff;
    background-color: #841518;
    box-shadow: 0 0 6px 4px #4c4c4c;
    transform: scale(1.1);
}

/*************slider ***********************/




.carousel {
    height: 587px;                        
}

.carousel.slide {
    position: relative;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.item, .active, .carousel-inner {
    height: 100%;
}









.text-slider {
    text-align: center;
}

.s-title2 {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto-Light', 'Droid Arabic Naskh';
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 6px 0;
    height: auto;          
    font-weight: bold;
    background-color: rgba(14, 16, 56, 0.69);
    border: 5px #fff solid;
	border-radius: 10px;    
}


/******************top header************************/
.top{
	background-color: #0e1038;          

}
.call-top a, .email-top a, .time-top a{
	font-size: 14px;           
	color: #fff;                
    font-family: 'Altis', 'Cairo';                    
}             
.call-top, .email-top, .time-top{
	display: inline-block;
	padding: 12px 0;           
} 
.call-top i, .email-top i, .time-top i{
	padding-right: 6px;
    color: #eeeeee;
    font-size: 17px;
}
.email-top, .call-top{
	margin-left: 14px               
}                


.search-side {
    position:relative;
    float:none;
    top: 5px;
   /* width:50px;*/
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

 


/**
search**********************************/

.search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}
.has-feedback {
    position: relative;
}
.search .form-control2 {
    display: block;
    width: 100%;      
    height: 40px;
    padding: 6px 35px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #dcdcdd;
    background-color: #0e1038;           
    background-image: none;
    border-bottom: 4px #dcdcdd solid;
    border-top: 0px #FFFFFF solid;
    border-left: 0px #FFFFFF solid;
    border-right: 0px #FFFFFF solid;
    border-radius: 0px;
}
.search .form-group a {
    padding-left: 0px;
    padding-right: 0px;
}

.search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    color: #dcdcdd;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    pointer-events: auto;
}



/**************************************************/

.overview .title {
    color: #0e1038;
}


.country .title {
    color: #0e1038;
}



.whatsapp {
    width: 50px;
    height: 70px;                                   
    position: fixed;
    left: 10px;
    bottom: 100px;
    z-index: 999;
}

.menu{
	   margin-bottom: 0;
	
}
		
		
		.plan{
	    background-color: #8dbad3;
    padding: 3px 0;                                                                               
    text-align: center;                                           
	
		}
		
		.plan a{
			text-decoration: none;              
	font-size: 25px;             
    color: #ffffff;
    font-weight: 600;
}
	
		}
		
		
.newcaption                 
{	
    margin: 0;                      
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;                                     
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    position: absolute;
		}                   
		
		



