/*our features*/
/*==========*/
#features {
	padding: 80px 0px 80px 0px;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)) ,url("../img/course/6.jpg") center fixed;
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-repeat: no-repeat !important;
}
#features .heading-section h3 {
	color: #ffffff;
}
#features .heading-section h3 span {
	color: #ffffff;
}
#features .heading-section p {
	color: #ffffff;
}
.online-class {
	width: 100%;
}

.datetime-input-edit-wrapper{
	line-height: 20px!important;
}
.offline-class {
	margin-top: 50px;
	width: 100%;
}
.buy-books {
	margin-top: 50px;
	width: 100%;
}

.form-group .btn-primary{
	background-color: #86bc42;
}

#features .col-xs-6 .circular_img {
	width: 70px;
	float: left;
	clear: right;
}
#features .data-ct {
	text-align: left;
	margin-left: 85px;
}
#features .data-ct p {
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
}
#features .data-ct h3 {
	text-transform: capitalize;
	font-family: SemiBoldFont;
	color: #ffffff;
	font-size: 20px;
}


.alumni
{
	padding: 50px 0;
}

.al-form
{
	text-align: center;
}

.alumni .al-form .alumni-form
{
	text-align: center;
	padding: 10px 40px;
	margin: 30px 0;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #86bc42;
	color: #ffffff;
}

.alumni .al-form .alumni-form:hover
{
	background-color: #2d3e50;
	color: #ffffff;
}

.alumni-box
{
	border: 1px solid #86bc42;
}

.alumni-box img
{
	width: 100%;
	padding: 25px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
}

.alumni-box .alumni-name h3
{
	margin: 0;
	text-align: center;
	padding-bottom: 10px;
	color: #86bc42;
}


/*-------------faculty-----------------*/
.faculty
{
	padding: 70px 0;
	background-color: #f1f1f1;
}

.faculty-box
{
	border: 1px solid #d4d4d4;
	background-color: #fff;
}

.faculty-box img
{
	width: 100%;
	border-radius: 50%;
	height: 250px;
	padding: 25px;
	overflow: hidden;
	margin: 0;
}

.faculty-box .faculty-name
{
	margin: 0;
	text-align: center;
	padding: 5px 15px 20px 15px;
}

.faculty-box .faculty-name h3
{
	margin: 0;
	font-size: 23px;
	color: #000;
	font-weight: 400;
	padding: 0 5px;
}

.faculty-box .faculty-name h4
{
	font-size: 16px;
	text-transform: uppercase;
	color: #86bc42;
	margin-bottom: 30px;
}

.faculty-box .faculty-name a
{
	text-decoration: none;
	font-size: 15px;
	border: 1px solid #86bc42;
	padding: 8px 25px;
	color: #fff;
	background-color: #86bc42;
}

.faculty-box:hover
{
	background-color: #2d3e50;
	transition: 0.5s ease;
}

.faculty-box:hover img
{
	border-radius: 0%;
	transition: 0.5s ease;
}

.faculty-box:hover .faculty-name h3
{
	color: #ffffff;
}

.faculty-box .faculty-name a:hover
{
	box-shadow: 1px 2px 5px #ffffff;
}

/*-------------/faculty---------------*/

/*-----------faculty details---------*/
.faculty-detail
{
    padding-top: 70px!important;
}

.faculty-dimg
{
    border: 1px solid #f1f1f1;
    height: 300px;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.faculty-all
{
    margin-left: 25px;
}

.faculty-all h2
{
    color: #86bc42!important;
}



@media screen and (max-width: 991px) {
	#features .col-xs-6 {
		width: 100%;
	}
	.combine-img {
		margin-top: 50px;
	}
}