.featured-courses-area .info.title ul li i {
	display: inline-block;
}
.popular-courses .bottom-info .button {
	background: #bd0d31 none repeat scroll 0 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	margin-top: 0px;
	border: none;
}
.popular-courses .bottom-info .button:hover {
	/*background: #8c0722 none repeat scroll 0 0;*/
	color: #ffffff !important;
}
.reg-area .reg-form .submitBtn {
	background: #bd0d31 none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	margin-top: 15px;
	padding: 10px 40px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.reg-area .reg-form .submitBtn:hover, .reg-area .reg-form .submitBtn:focus {
	background: #8c0722 none repeat scroll 0 0;
	color: #ffffff !important;
}
footer .f-item.address p:first-child {
	padding-left: 0;
}
.navbar-brand > img{
	height: 48px;
}
footer .f-item > img{
	height: 50px;
}