/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------ */

/* custom css start */

.main_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_heading h2{
	font-size:36px;
	padding-bottom:30px;
	color:#111;
}
.text_content p{
	font-size:16px;
	color:#999;
}
.text_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* custom css end */


/* section_3 start */

.section_3{
	float:left;
	width:100%;
	padding-bottom:100px;
	padding-top:100px;
	background:#f7f7f7;
}
.section_3 .team-circle{
	padding-top: 60px;
}
.section_3 .team-circle .team-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}
.team-circle .team-photo:before {
    position: absolute;
    content: "";
    height: calc(100% + 24px);
    width: calc(100% + 24px);
    border-radius: 50%;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
    background:#18c9d2;
}
.team-circle .team-photo img {
    border-radius: 50%;
    width: 160px;
    position: relative;
    z-index: 2;
    outline: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-border-radius: 5px;
    border-radius: 5px;
	transition: all .6s;
}
.team-circle .team-photo:before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    background:#18c9d2;
}
.team-circle .team-info {
	text-align:center;
    margin-top: 25px;
}
.team-circle .team-name {
	font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    color: #fff;
}
.team-circle .team-photo:hover:before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.team-circle .team-photo:hover img {
    transform: scale(0.85);
}
.team-circle .team-social li {
    display: inline-block;
    margin: 0 7px;
}
.team-circle .team-social li a {
    color: #4c5a77;
}
.team-circle .team-info .content h3 {
  font-size: 26px;
  font-weight: 400;
  color: #111;
  margin: 0;
}
.team-circle .team-info .content span {
  color:#999;
  display: block;
  margin: 10px 0 20px;
}
.team-circle .content ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.team-circle .content ul li a {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
}

/* section_3 css end*/