.team-area {
	background-color: #F5F0ED;
	padding: 100px 0;
}
.team-section-title {
	padding-bottom: 82px;
}
.single-team-box {
	background-color: rgb(255, 255, 255);
	padding: 10px;
	margin-bottom: 30px;
}
.team-thumb {
	position: relative;
}
.team-thumb img {
	width: 100%;
}
.team-icon {
	position: absolute;
	top: 20px;
	left: 20px;
}
.team-icon i {
	display: inline-block;
	font-size: 25px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #97aa85;
	text-align: center;
	position: relative;
	z-index: 3;
	cursor: pointer;
	transition: 0.5s;
}
.team-social-icon {
	z-index: 1;
	display: inline-block;
	position: absolute;
	top: 80%;
	right: 0px;
	padding: 16px 0px 5px 0px;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.team-social-icon ul li {
	list-style: none;
	margin-bottom: 12px;
}
.team-social-icon ul li a {
	display: inline-block;
	transition: 0.5s;
}
.team-social-icon ul li a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	color: #97aa85;
	font-size: 15px;
	transition: 0.5s;
}
.team-social-icon ul li a:hover i {
	background: #000;
}
.team-content {
	text-align: center;
	padding: 25px 0 25px;
}
h1.team-title {
	font-size: 22px;
	color: #232323;
	font-weight: 700;
	text-transform: uppercase;
}
h5.team-sub-title {
	color: #6e706c;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}
.team-icon.active .team-social-icon {
	opacity: 1;
	visibility: visible;
}
