.container,.container-fluid{
	font-family: 'Roboto', sans-serif;
}
.no-decoration{
	text-decoration: none;

}
.no-decoration:hover{
	color: #fff;
}
/* navbar */
.navbar {
	background: #8d578d;
	color: #fff;
	overflow: hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);

}
#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	min-height: 75px;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 15px;
	margin-top: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	padding: 0;
	line-height: 35px;
}
.navbar-brand {
	height: 150px;
	position: relative;
	line-height: 45px;
}
.current a {
	color: #e96656 !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #e96656;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #808080;
        margin-top: 23px;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #e96656;
	filter: alpha(opacity=100);
	opacity: 1;
}
.abt-college{
	background-color: #8d578d;
}
.about-sec{
	background-color: #8d578d;
	min-height: 780px;
	color: #fff;
}
.about-school{
	color: #8d578d;
	font-size: 1.5em;
}

.event-month{
	color: #e96656;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
}
.event-date{
	color: #006064;
	font-weight: 300;
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #820000;
	line-height: 0.8;
}
.event-name{
	color: #2e2d29;
	font-size: 1.3em;
	vertical-align: middle;
	margin-top: 7px;
}
.event-info{
	margin-top: 10px;
}
.heading-cal{
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
}
.circle-home{
	border: 10px solid #8d578d;
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	background-color: #8d578d;
	color: #fff;
}
.circle-icon{
	height: 63px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	color: #fff;
	}
.circle-sec{
	padding-top: 50px;
	background: url(../images/focus-bg-1.jpg);
	background-size: cover;
	color: #fff;
	padding-bottom: 50px;
}
.circle-sec h5{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
}
.border-bottom:before{
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #8d578d;
	bottom: -9px;
	left: 12.5%;
}
.apply-section{
	background: url('../images/apply-now.jpg');

	min-height: 300px;
}

.col-change{
	background-color: #3A539B;
}
.btn-custom{
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
	background: #8d578d;
	color: #fff;
	margin-top: 140px;
}
.btn-custom:hover{
	color: #fff;
}
.spk-sec{
	background-color: #fff;
}
.spk-bio{
	/*min-height: 400px;
	background-color: #3A539B;*/
	color: #333;
	font-weight: 400;
}
.spk-title{
	color: #8d578d;
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}
.spk-img{
	margin-top: 20px;
}
.spk-name{
	font-size: 1.2em;
}
.item>a:hover{
	text-decoration: none;
}
footer{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3A539B;
}
footer li >a{
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}