/*------------------------------------------------------------------

Project:	MWT 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:30px;
	font-weight:700;
	text-transform:uppercase;
}
.text_heading h3{
	font-size:12px;
	font-weight:700;
	color:#999999;
	text-transform:uppercase;
	padding-bottom:20px;
}
.text_content p{
	margin-top:30px;
	font-size:16px;
}
.text_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* custom css end */


/* section_2 start */

.section_2{
	float:left;
	width:100%;
	padding-bottom:100px;
	padding-top:100px;
	background:#232c33;
}
.section_2 .text_heading h2{
	color:#fff;
}
.team_main_wrapper{
	float:left;
	width:100%;
	padding:30px;
	background-color: rgba(93,93,93,0.25);
	margin-top:50px;
}
.team_info_wrapper{
	float:left;
	width:100%;
}
.team_info_wrapper h4{
    font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom:20px;
}
.team_info_wrapper h4 a{
	color: #ffffff;
}
.team_info_wrapper p{
	font-size: 15px;
    line-height: 25px;
	letter-spacing: 1px;
	font-weight:500;
}
.team_info_social_icons{
	margin-top:30px;
}
.team_info_social_icons li{
	display: inline-block;
    margin-right: 18px;
}
.team_info_social_icons li a{
	display: inline-block;
    background: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.team_info_social_icons li a i{
    font-size: 15px;
    line-height: 30px;
	font-weight: 500;
    color: #000000;
}

/* section_2 css end*/


@media(min-width: 992px) and (max-width: 1199px) {
	
	.team_info_wrapper p {
		font-size: 14px;
		line-height: 24px;
	}
	.team_info_social_icons li {
		margin-right: 10px;
	}
	
}

@media (max-width: 991px){
	
	.team_img_wrapper{
		text-align:center;
	}
	.team_img_wrapper img{
		display:inline-block;
	}
	.team_info_wrapper {
		margin-top: 30px;
		text-align: center;
	}
}