*, html, body {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.quant-head{
	text-align: center;
}
.quant-head h2{
	font-size: 25px;
	color: #010101;
	text-align: center;
	font-weight: 600;
	line-height: 60px;
	border-bottom: 4px solid #009180;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 30px;
}
.our-people-main ul li a {
    font-size: 21px;
    color: #5d5d5d;
    text-decoration: none;
}
.our-people-main ul li {
    display: inline-block;
    padding: 3px 25px;
    position: relative;
}
.our-people-main ul li:after{
	content: "";
	width: 4px;
	height: 30px;
	background: #bbb;
	position: absolute;
	right: -10px;
}
.our-people-main ul li:last-child:after{
	display: none;
}
.our-people-main ul li.active{
	background: #aad466;
}
.our-people-main ul li.active a{
	font-weight: 600;
}
.our-people-main ul {
	border: 1px solid #5d5d5d;
	border-width: 1px 0;
	padding: 3px 0;
    padding-left: 0;
    list-style-type: none;
    margin: 25px auto;
    text-align: center;
}
.people-detail h4 {
    color: #83797a;
    font-size: 18px;
    margin-top: 5px;
    min-height: 40px;
}
.people-detail h3 {
    color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    min-height: 54px;
}
.people-detail {
    padding: 0;
	text-align: center;
	margin-top: 10px;
}
.even-info .people-detail{
	padding-left: 0;
}
.people-img,.people-img img {
    margin: 0 auto;
	text-align: center;
	display: block;
}
.people-detail span {
    color: #333;
    font-size: 16px;
    text-align: justify;
}
.people-info{
	box-shadow: 1px 1px 5px #ddd;
	border-radius: 25px;
	padding: 25px;
	margin: 30px 0 0;
}
.margin-btm-20{
	margin-bottom: 20px;
}
.show-767 {
	display: none;
}
.complete{
    display:none;
}

.people-detail span.more-btn,.people-detail span.less-btn{
	cursor: pointer;
	display: block;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	background: green;
	border: 0;
	border-radius: 6px;
	padding: 7px 15px;
	margin: 10px auto 0px;
	color: #fff;
	font-size: 15px;
}
.our-people-main .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    display: inline-block;
    float: none !important;
    width: 33%;
    vertical-align: top;
}
@media(min-width:992px) and (max-width:1199.90px){
	.our-people-main ul li{
		padding: 3px 12px;
	}
	.our-people-main ul li a{
		font-size: 20px;
	}
	.quant-head h2{
		font-size: 23px;
		line-height: 50px;
	}
	.people-detail h3{
		font-size: 22px;
	}
	.people-detail h4{
		font-size: 16px;
	}
	.people-detail span{
		font-size: 15px;
	}
	.people-info{
		min-height: 520px;
	}
}


@media(min-width:768px) and (max-width:991.90px){
	.our-people-main ul li{
		padding: 3px 5px;
	}
	.our-people-main ul li a{
		font-size: 16px;
	}
	.quant-head h2{
		font-size: 21px;
		line-height: 40px;
	}
	.people-detail h3{
		font-size: 20px;
	}
	.people-detail h4{
		font-size: 15px;
		min-height: auto;
	}
	.people-detail span{
		font-size: 14px;
	}
	.our-people-main ul li::after{
		width: 2px;
		height: 22px;
		right: -5px;
	}
	.our-people-main .col-lg-4.col-md-6.col-sm-6.col-xs-12{
		width: 49.5%;
	}
	.people-info{
		min-height: 470px;
	}
}

@media(min-width:481px) and (max-width:767.90px){
	.our-people-main ul li{
		padding: 3px 5px;
	}
	.our-people-main ul li a{
		font-size: 16px;
	}
	.quant-head h2{
		font-size: 21px;
		line-height: 40px;
	}
	.people-detail h3{
		font-size: 20px;
		text-align: center;
		margin-top: 10px;
		min-height: auto;
	}
	.people-detail h4{
		font-size: 15px;
		text-align: center;
		min-height: auto;
	}
	.people-detail span{
		font-size: 14px;
	}
	.our-people-main ul li::after{
		width: 2px;
		height: 22px;
		right: -5px;
	}
	.people-img {
		width: 30%;
		display: block;
		margin: 0 auto;
	}
	.people-detail {
		width: 100%;
		padding: 0;
	}
	.people-info {
		padding: 12px 15px;
	}
	.people-info.even-info {
    	display: flex;
    	flex-direction: column-reverse;
	}
	.hide-767 {
		display: none;
	}
	.show-767 {
		display: block;
	}
	.mobile-select {
		position: relative;
	}
	.mobile-select:after {
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
		right: 20px;
		top: 24px;
		font-size: 22px;
		color: #333;
		pointer-events: none;
	}
	.mobile-select select {
		border: 1px solid #ddd;
		padding: 8px 10px;
		-webkit-appearance: none;
		width: 100%;
		margin-top: 20px;
		border-radius: 5px;
		color: #333;
	}
	.our-people-main .col-lg-4.col-md-6.col-sm-6.col-xs-12{
		width: 100%;
	}
	.people-info{
		min-height: auto;
	}
	.people-detail span.more-btn, .people-detail span.less-btn{
		font-size: 16px;	
	}
}


@media(min-width:320px) and (max-width:480.90px){
	.our-people-main ul li{
		padding: 3px 5px;
	}
	.our-people-main ul li a{
		font-size: 16px;
	}
	.quant-head h2{
		font-size: 18px;
		padding: 0 10px;
		line-height: 28px;
	}
	.people-detail h3{
		font-size: 17px;
		text-align: center;
		margin-top: 10px;
		min-height: auto;
	}
	.people-detail h4{
		font-size: 13px;
		text-align: center;
		min-height: auto;
	}
	.people-detail span{
		font-size: 13px;
	}
	.our-people-main ul li::after{
		width: 2px;
		height: 22px;
		right: -5px;
	}
	.people-img {
		width: 45%;
		display: block;
		margin: 0 auto;
	}
	.people-detail {
		width: 100%;
		padding: 0;
	}
	.people-info {
		padding: 12px 15px;
	}
	.people-info.even-info {
    	display: flex;
    	flex-direction: column-reverse;
	}
	.hide-767 {
		display: none;
	}
	.show-767 {
		display: block;
	}
	.mobile-select {
		position: relative;
	}
	.mobile-select:after {
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
		right: 20px;
		top: 24px;
		font-size: 22px;
		color: #333;
		pointer-events: none;
	}
	.mobile-select select {
		border: 1px solid #ddd;
		padding: 8px 10px;
		-webkit-appearance: none;
		width: 100%;
		margin-top: 20px;
		border-radius: 5px;
		color: #333;
	}
	.our-people-main .col-lg-4.col-md-6.col-sm-6.col-xs-12{
		width: 100%;
	}
	.people-info{
		min-height: auto;
	}
	.people-detail span.more-btn, .people-detail span.less-btn{
		font-size: 15px;
	}
}
