

/*-------------Team---------------------------------------*/
.team-box1 {
    float:left;
	/* width:33.3%; */
	position:relative;
	padding:10px 4px;
}
.section-team .team-box1 {
	padding:10px 8px;
}
.team-boxm .team-box1{
	padding:0 20px;
}
.team-photos {
	overflow:hidden;
	border-radius:6px;
	margin-bottom:10px;
}
.team-boxm .team-box1 .team-photos {
    box-shadow: 0 10px 15px rgba(0,0,0,0.08);
}
.team-boxm .team-box1 .team-infos {
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 6px;
}
.team-infos h3 , .team-infos h4 {
	display: block;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.team-infos h4 {
	font-size: 11px;
	color: #4DB7FE;
}
.team-infos h3 a{
		color:#666;
}
.team-socials {
	 float: right;
  /* border-radius: 0 50px 50px 0; */
  /* background: #fff; */
  /* border: 0.5px solid #eee; */
  box-shadow: none;
} 

.team-socials a {
   display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0077B5; /* blue circle */
  font-size: 10px;
  margin-right: 8px;
  text-decoration: none;
}
.team-socials a i {
  color: #fff;
}

.team-socials li {
	float:right;
	margin-right:15px;
}
.team-socials li:last-child {
	margin:0;
}
.team-socials li a:hover {
	color:#999;
   transform: scale(1.1);
  opacity: 0.8;
}

.team-dec {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 26px;
	color: #ADC7DD;
}

