.team_m_card {
	margin: 20px 10px;
	display: inline-block;
	width: 290px;
	vertical-align: top;
}
.team_m_card figure {
	width: 265px;
	height: 265px;
	border-radius: 100%;
	border: 4px solid #fff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
	margin: 0 auto 15px;
}
.team_m_card figure > img {
	min-height: 100%;
	min-width: 105%;
	max-width: 0;
	transition: 0.3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.team_m_card h3 {
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align: center;
}
.team_m_card h3 span {
	display: block;
	font-size:17px;
	color:#fca332;
	margin-top: 5px;
	font-weight:400;
}
.sec_member {
	padding:40px 0;
}
.engineer_t {
	background-image: url(../images/team-b-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 50px;
}
.engineer_t .container {
	width:auto;
	max-width:1600px;
	padding:0;
}
@media (max-width: 1600px) {
.engineer_t .container {
 max-width: 1350px;
}
}
.engineer_t .container .row div:last-child {
	text-align:center;
}
.engineer_t h2 {
	/*position: absolute;transform: translateY(-50%);top: 50%;*/
color: #fff;
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	margin:120px 0 0 0;
}
@media(max-width:1300px) {
 .engineer_t h2 {
 font-size: 53px;
 margin: 83px 0 0 0;
}
}
@media(max-width:1201px) {
 .engineer_t h2 br {
 display:none;
}
}
 @media(max-width:1024px) {
.engineer_t {
 padding: 30px 20px;
}
.engineer_t .container .row div:last-child img {
 max-width:300px;
}
.engineer_t h2 {
 font-size: 34px;
 margin: 27px 0 0 0;
 line-height: 1.3;
}
}
 @media(max-width:767px) {
.engineer_t {
 padding:25px 15px;
}
.engineer_t h2 {
 font-size: 25px;
 position: static;
 transform: translateY(0);
 text-align: center;
 margin: 0px 0 25px 0;
}
 .engineer_t h2 br {
 display:none;
}
.sec_member {
padding: 20px 0;
}
 .team_m_card {
margin: 15px 10px;
}
}
.team_t table {
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	max-width: 562px;
	margin: 0 auto;
	text-align: right;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
 .team_t table tr td:nth-child(2) {
text-align: left;
}
.team_t table td {
	padding:12px 8px;
	text-transform: capitalize;
	width:50%;
	position: relative;
}
 .team_t table td:nth-child(1):after {
content:":";
position: absolute;
right: 0;
top: 50%;
font-weight:500;
transform: translateY(-50%);
}
 .team_t table tr:nth-child(odd) td {
background-color:#d5dae8;
}
.team_t table td strong {
	margin-right: 16px;
}
@media(max-width:896px) {
 .team_t table {
text-align: left;
}
}
@media(max-width:500px) {
 .team_t table {
text-align: left;
margin-top:12px;
}
 .team_t table td {
width: auto;
}
}
