#page-banner.bg_cover{
	padding: 20px 0;
}

a.navbar-brand{
	color:#006598;
}

.font-orange{
	color:#ffc600;
}
.footer-top a{
	color:#ffffff;
}
#courses-slider .single-course-2 {
	color: #ffffff;
}

#courses-slider .single-course-2 h4{
	color:#ffffff;	
}

#courses-slider .single-course-2  .course-excpert *  {	
	color: #ffffff;
}
#courses-slider .single-course-2{
	width:60%;
	margin: 0 auto;
}

#courses-slider  .single-course-2 .cont{
	padding-top: 0;
}

.course-excpert{
	height: 52px;
	overflow: hidden;
	color:#ffffff;
}

#courses-slider .single-course-2 .date {
	float: left;
	width: 88px;
}

#courses-slider .single-course-2 .date .day {
	background-color: #fff;
	color: #009ddc;
	border-bottom: 2px solid #009ddc;
	font-weight: bold;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 24px;
}

#courses-slider .single-course-2 .date .month {
	background-color: #00457c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 24px;
}
#courses-slider .single-course-2 .main-btn
{
	/* position: absolute;
	left: 50%;
	transform: translateX(-50%); */
}


.feature ul li .single-feature .cont h4 a{
	color:#ffffff;
}

.training .feature ul li .single-feature .cont h4 a,
.training .feature ul li .single-feature .cont p {
	color:rgba(7, 41, 77)
}

.slick-slide img{
	margin: 0 auto;
}

/*.slider-cont-4 h1{
	color:#ffc600;
}*/

/*div[class*="test"] {
  background: #ffff00;
}
*/
#slider-part .slick-slide:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

.single-testimonial .testimonial-thum .quote{
	display: none;
}

#page-banner[data-overlay]::before{
	background:#7d7c7c none repeat scroll 0 0;
}

.course-excperttt p{
	color:#ffffff;
}

.cb{
	clear: both;
}

.navigation .navbar-brand {
    display: none;
}

.slick-slider{
	direction: ltr
}

.single-form select{
	height: 50px
}

.book_type{
	width: 15px;
	height: 15px;
}

.page-content ul, 
.page-content ol{
	list-style-type: inherit!important;
	padding: 20px!important;
}

.home-solutions {
	columns: unset;
	display: flex;
	/*flex-direction: row;*/
	flex-wrap: wrap;
}

.home-solutions li{
	flex:0 1 50% ;
}


.text-truncate{
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: normal;
}

.h-70{
	min-height: 70px;
	padding-bottom: 0!important;
}

@media only screen and (max-width: 992px){
	.navigation .navbar-brand {
	    display: block;
	}

	.navigation .navbar .navbar-nav li a {		
		color: #006598;		
	}
}



@media only screen and (max-width: 768px){
	/*.home-solutions{
		columns: 1;
	}*/

	#courses-slider .single-course-2{
		width: 90%;
	}

	#courses-slider .single-course-2 h4{
		margin-bottom: 20px;
	}

	#courses-slider .single-course-2 .date{
		width: 70px;
	}
	#courses-slider .single-course-2 .cont{
		min-height: 60px;
	}
	#courses-slider .single-course-2 .date .month,
	#courses-slider .single-course-2 .date .day{
		font-size: 20px;
	}

	.fc table{
		min-width: 1200px;
	}
	.fc-view-container { 
	  overflow-x: scroll; 
	}
	

	.home-solutions li{
		flex:0 1 100% ;
	}
	/*.fc-view.fc-agendaDay-view.fc-agenda-view{
	  width: 500%;
	}*/
}

