.our_team {}


.our_team p {
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 20px;
	color: #5d5d5d;
	text-align: justify;
}

.about_eleCon {
	display: flex;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.about_eleCon:hover .text_element {
	box-shadow: 0 10px 23px -10px #00000082;
}

.about_eleCon h4 {
	text-transform: capitalize;
}

.about_eleCon p {
	font-family: 'Questrial', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;
	text-align: justify;
}

.img_element {
	width: 15%;
}

.text_element {
	width: 85%;
	box-shadow: 0 7px 20px -10px #00000052;
	padding: 10px 20px;
	transition: all .8s;
}

.text_element_bg_green {
	background: #dcffdb;
}

.text_element_bg_yellow {
	background: #fffedb;
}

.text_element_bg_vio {
	background: #e0d2f8;
}

.img_element img {
	width: 80px;
	height: auto;
	margin: 0 auto;
}

.ls-f_r {
	margin-left: auto;
	order: 2;
}

.about_info {
	margin-top: 30px;
}

.team_moto {
	margin: 60px 0px;
}

.director_sec {
	margin: 30px 0px;
}

.direc_ind figure figcaption {

	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: #636363;
	letter-spacing: 3px;
	font-weight: 400;
	padding: 6px;

}

.fig_direc {
	position: relative;
}

.fig_image {
	display: block;
	width: 100%;
	height: auto;
}

.fig_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000000ba;
}

.fig_direc:hover .fig_overlay {
	opacity: 1;
}

.fig_text {
	color: white;
	font-size: 16px;
	position: absolute;
	padding: 20px;
	bottom: 10%;
	text-align: justify;
}
.team_leaderImg{
	margin: 0 auto;
}
.teamLead_detail{
	padding: 40px 10px;
}
.team_leader h4{
	line-height: 26px;
	font-weight: 600 !important;
}
.team_leader h5{
	font-size: 16px;
	color: #ed3237;
}
.team_leader p{
	letter-spacing: 1px;
	margin-top: 10px;
}

.timg_floatr{
	margin-left: auto;
	order: 2;
}
.team_member_group{
	margin-top: 10px;
}
.team_member{
	margin: 5px;
}
.team_member h6{
	color: #000;
	text-align: center;
	line-height: 18px;
	margin-top: 5px;
}
.team_member p{
	font-size: 12px;
	margin-top: 1px;
	text-align: center;
}
.team_leader{
	box-shadow: 0 19px 16px -29px #9f9f9f;
	margin-bottom: 25px;
}

.teamLead_detail .owl-carousel .owl-nav button.owl-next, .teamLead_detail .owl-carousel .owl-nav button.owl-prev{
	font-size: 11px;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    border: 1px solid #898989;
    color: #2d2d2d;
    font-weight: 100;
    margin: 6px;
}



@media screen and (max-width:720px) and (min-width:320px) {
	.our_team {
		margin: 20px 0px 50px 0px;
		padding: 0 8px
	}

	.ab-heading h1 {
		font-size: 30px !important;
	}

	.team_heading {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		position: relative;
		color: #000;
		font-size: 2.2em;
	}

	.team_heading::before {
		content: '';
		position: absolute;
		height: 40px;
		width: 4px;
		left: -10px;
		background-color: #c55200;
	}

	.our_team p {
		font-weight: 400;

	}

	.about_eleCon {
		display: flex;
		padding: 10px 2px;
	}

	.text_element {
		padding: 4px 6px;
	}

	.timg_floatr{
	margin-right: auto;
	order: 0;
}

}


.team_member-4{display: flex;}