*{
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
}
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}

/*View message*/

.Message{
	width: auto;
	height: auto;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 5px 20px;
	margin: 0;
	border-radius: 5px;
	position: fixed;
	top: 5%;
	right: 0;
	z-index: 99999;
	box-shadow: 0 3px 10px #aaa;
}
.Confirm{
	background-color: #006600;
}
.Error{
	background-color: #ff0204;
}
.CloseMsg{
	cursor: pointer;
}
/*message ends*/

.BannerSliderContainer{
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}
.BannerSliderBox{
	padding: 0;
	min-height: 300px;
}
.MainBannerImage{
	width: 100%;
	height: auto;
	min-height: 300px;
}
.owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.BannerImage{
	width: 100%;
}
.PageTitleBox{
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
	text-align: center;
}
.PageTitle{
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	background-color: #ff0204;
}

/*Menubar*/

.MenubarContainer{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 0;
}
.MenubarContent{
	background-color: #fff;
	padding: 5px 0;
	box-shadow: 0 5px 15px #404040;
}
.LogoTable{
	width: 100%;
}
.LogoImage{
	width: 200px;
}
.LogoBox{
	text-align: center;
}
.MenubarBox{
	/*border: 1px solid red;*/
}
.MenubarUl{
	list-style-type: none;
	text-align: center;
	margin: 0;
	margin: 12px 0;
}
.MenubarLi{
	display: inline-block;
	vertical-align: middle;
}
.DecorNone:hover{
	text-decoration: none;
}
.MenubarText{
	margin: 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	padding: 10px 0;
	margin-left: 40px;
	transition: color .3s;
}
.MenubarText:hover{
	color: #ff0204;
}

/*Registration*/

.TitleBox{
	padding: 0;
}
.PanelTitle{
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #f2f2f2;
	border-left: 5px solid #ff0204;
	padding: 10px 20px;
}
.RegFormBox{
	border-radius: 5px;
	padding: 0;
}
.RegForm{
	padding: 0;
}
.RegBtn{
	background-color: #ff0204;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	height: 40px;
	border: none;
}
.RegBtn:hover{
	color: #fff;
}
.CourseLabel{
	margin-left: 5px;
	cursor: pointer;
}
.CourseInputBox{
	max-height: 150px;
	overflow: auto;
}
.bold{
	font-weight: bold;
}



/*Navigation Boxes*/

.NavigationBoxes{
	position: absolute;
	left: 0;
	z-index: 99;
	bottom: 30px;
	width: 100%;
}
.NavigationBox{
	background-color: rgba(26, 26, 26, .6);
	padding: 5px 15px;
	transition: all .3s;
}
.NavigationBox:hover{
	background-color: #ff0204;
}
.NavigationBox:hover .Icon1{
	display: none;
}
.NavigationBox:hover .Icon2{
	display: block;
}
.NavTitle{
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.NavDiscount{
	float: right;
	color: #ff0204;
}
.NavigationBox:hover .NavDiscount{
	color: #fff;
}
.NavData{
	margin: 0;
	font-size: 16px;
	color: #ccc;
	text-align: left;
}
.ViewMoreLink{
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	margin: 0;
	color: #ccc;
	text-transform: uppercase;
}
.ViewMoreLink:hover{
	text-decoration: underline;
}

/*Course Banner*/

.CourseBannerBox{
	margin-bottom: 50px;
}
.CourseBanner{
	position: relative;
}
.TimeLeftBox{
	position: absolute;
	right: 5%;
	bottom: 10%;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 15px #fff;
}
.TimeCounterBox{
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 5px 5px 15px #ccc inset;
}
.TrainingName{
	color: #fff;
	font-weight: bold;
}
.ActualDate{
	background-color: #ff0204;
	padding: 0 3px;
}
.TimeConterText{
	color: #000;
	text-align: center;
	word-spacing: 5px;
	font-size: 18px;
	font-weight: 600;
}
.TimeConterFormat{
	color: #000;
	text-align: center;
	font-size: 14px;
	word-spacing: 5px;
}

/*Courses*/

.CoursesContainer{
	margin-bottom: 50px;
}
.ContainerTitleBox{
	margin-bottom: 50px;
}
.ContainerTitle{
	color: #000;
	text-align: center;
	font-weight: 600;
}
.ContainerTitle::before{
	content: "";
	width: 60px;
	height: 5px;
	background-color: #ff0204;
	display: block;
	margin: 30px auto;
}

/*Course Boxes*/

.CourseBox{
	padding: 0;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}
.CourseImage{
	width: 100%;
	/*height: 250px;*/
}
.CourseName{
	color: #000;
	text-align: center;
}
.CourseDesc{
	color: #aaa;
	font-size: 16px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.CourseText{
	padding: 50px 0;
}
.AuthorTable{
	width: 100%;
	background-color: transparent;
	text-align: center;
}
.AuthorTable tr{
	vertical-align: middle;
}
.AuthorImage{
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.AuthorDetails{
	font-size: 14px;
	color: #404040;
	font-weight: 600;
	text-align: left;
	margin: 0;
	position: relative;
}
.Position{
	color: #aaa;
}
.CoursePrice{
	position: absolute;
	right: 0;
	top: -85%;
	padding: 16.5px 16.5px;
	background-color: #ff0204;
	color: #fff;
	text-align: right;
	font-size: 16px;
}


/*Register*/

.RegisterContianer{
	background: url(../images/search_background.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}
.RegisterBox{
	padding: 100px 100px;
	text-align: center;
}
.RegisterTitle{
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	line-height: 55px;
}
.RegisterDesc{
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.RegisterNowBtn{
	background-color: #404040;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	padding: 10px 25px;
	margin: 30px auto;
	font-weight: bold;
}
.RegisterNowBtn:hover{
	color: #fff;
}

/*Search*/
.ColorBackground{
	background-color: #ff0204;
}
.CourseSearchContianer{
	padding: 100px 100px;
	text-align: center;
}
.SearchTitle{ 
	text-align: center;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
	line-height: 55px;
}
.CourseSerchInput{
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.CourseSearchBtn{
	background-color: #ff0204;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	padding: 10px 25px;
	font-weight: bold;
}
.CourseSearchBtn:hover{
	color: #fff;
}


/*Certifications*/

.CertContainer{
	padding: 15px;
	margin: 20px auto;
	box-shadow: 0 5px 10px #ccc;
}
.CertDataBox{
	max-height: 495px;
	overflow: auto;
	text-align: center;
}
.CertImages{
	width: 125px;
	height: 100px;
	float: left;
}
.CertFormBox{
	padding: 15px;
	border-left: 1px solid #ff0204;
}
.CertInput{
	border-radius: 0;
	border: none;
	background-color: #f2f2f2;
}
.CertEnqBtn{
	border-radius: 0;
	font-weight: 600;
	background-color: #404040;
	color: #fff;
}
.CertEnqBtn:hover{
	background-color: #ff0204;
}

/*Services*/

.ServiceBox{
	margin-bottom: 30px;
}
.ServiceImage{
	width: 45px;
}
.ServiceName{
	color: #000;
	text-align: left;
	/*font-weight: 600;*/
}
.ServiceDesc{
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
}


/*Testimony*/
.TestimonyBack{
	margin-bottom: 100px;
	background: url(../images/college-graduates.jpg) no-repeat;
	background-size: cover;
	backface-visibility: left;
	background-attachment: fixed;
	padding: 0;
	overflow: hidden;
}
.TestimonyBackImage{
	width: 100%;
}
.TestimonyContainer{
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	padding: 20px 0;
}
.TestSlide{
	text-align: center;
}
.TestimonyImage{
	width: 100%;
	height: 500px;
}
.StudentName{
	color: #ff0204;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
.StudentPosition{
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

/*Event*/

.EventContainer{
	margin-bottom: 100px;
}
.EventDataBox{
	margin-bottom: 30px;
}
.EventContentTable{
	width: 100%;
}
.DateBox{
	width: 150px;
	height: 130px;
	border: 5px solid #ff0204;
	padding: 20px 30px;
}
.DateText{
	text-align: center;
	color: #ff0204;
	font-weight: bold;
	margin: 0;
}
.DayText{
	text-align: center;
	color: #ff0204;
	font-weight: 600;
}
.EventImage{
	width: 100%;
}
.EventData{
	padding: 0 30px;
}
.EventName{
	font-weight: bold;
	color: #000;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.EventName:hover{
	color: #ff0204;
}
.EventDesc{
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.EventText{
	color: #aaa;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}


/*Footer*/

.FooterContainer{
	background-color: #1a1a1a;
	padding: 0;
}
.NewsletterTitle{
	color: #000;
	text-align: center;
	font-weight: 600;
}
.NewsletterTitle::before{
	content: "";
	width: 60px;
	height: 5px;
	background-color: #000;
	display: block;
	margin: 30px auto;
}
.NewsletterContainer{
	background-color: #ff0204;
	padding: 50px 0;
}
.NewsletterBox{
	margin-bottom: 50px;
}
.NewsLetterTable{
	width: 60%;
	margin: 0 auto;
}
.NewsletterInput{
	border-radius: 0;
	height: 45px;
	border: none;
	box-shadow: none;
}
.SubscribeBtn{
	width: 100%;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

/*Footer Content*/

.FooerContent{
	padding: 50px 0;
}
.FooterContentBox{

}
.PaddingTop20px{
	padding-top: 20px;
}
.FooterLogo{
	width: 200px;
	margin-bottom: 10px;
}
.CompanyDesc{
	margin: 0;
	font-size: 14px;
	color: #aaa;
	text-align: left;
	line-height: 25px;
}
.ContentTitle{
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.FContnetul{
	list-style-type: none;
	text-align: left;
	margin: 0;
}
.FContentLi{
	display: block;
}
.FooterLink:hover{
	color: #ff0204;
}
.FContnetIcon{
	color: #ff0204;
	font-size: 18px;
	font-weight: bold;
}
.FContnetIcon i{
	width: 20px;
	height: 10px;
}
.CopyrightText{
	margin: 0;
	font-size: 14px;
	color: #aaa;
	text-align: left;
	padding-bottom: 20px;
}
.FSocialIconBox{
	margin: 0;
	font-size: 14px;
	color: #aaa;
	text-align: right;
	padding-bottom: 20px;
}
.FSocialIcon{
	margin: 10px;
	color: #aaa;
}
.FSocialIcon:hover{
	color: #ff0204;
}


/*Faculty enquiry popup*/

.FacultyEnqContainer{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	display: none;
}
.FacultyEnqBox{
	margin-top: 50px;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 35%;
}
.FacultyEnqForm{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
}
.FacultyEnqInput{
	border-radius: 0;
	background-color: #f2f2f2;
	border: none;
}
.CloseBtn{
	margin: 0;
}