/*------------------------------------------------------------------

Project:	MDT-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;
}
.text_content p{
	font-size:16px;
}
.text_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* custom css end */


/* section_4 start */

.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.team_wrapper{
	float:left;
	width:100%;
    background: #fff;
	margin-top: 50px;
}
.team_wrapper_overlay{
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}
.team_wrapper_overlay:before{
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    content: "";
    background: #18c9d2;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1;
}
.team_wrapper_overlay figure img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.team_wrapper_overlay figure{
    display: block;
    margin: 0;
    overflow: hidden;
}
.team_wrapper:hover .team_wrapper_overlay figure img{
    transform: scale(1.1, 1.1);
}
.team_wrapper_overlay_info {
    position: absolute;
    bottom: 5px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
	text-align:center;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: translateY(30px);
}
.team_social_icons {
	display:inline-block;
}
.team_social_icons li{
	margin-right: 10px;
    display: inline-block;
}
.team_social_icons li a{ 
	padding: 0px 5px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_wrapper:hover .team_wrapper_overlay::before, .team_wrapper:hover .team_wrapper_overlay_info {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.team_info{
	padding: 10px 0px;
	text-align:center;
}
.team_info h4{
	font-size: 18px;
    padding-top: 23px;
	text-transform:capitalize;
}
.team_info h4 a{
	color: #18c9d2 ;
	text-decoration:none;
}
.team_info h5{
	font-size: 14px;
    color: #999;
    padding-top:8px;
    padding-bottom: 15px;
}

/* section_4 css end*/