.home-section {

	display:block;
    position:relative;
    z-index:120;
}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-dark {
	background: #575757;
}

.text-light {
	color: #fff;
}

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
	text-align: center;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar{
	text-align: center;
}

.img-responsive{
	display: initial;
	height:auto;
	max-width: 100%;

}


