@charset "utf-8";
/* CSS Document */

.one_fourth{ width:23%; float:left; margin-right:2%;}
.one_fourth.last{ margin-right:0;}
.section_our_team h4 {
    margin: 15px 0 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.section_our_team h4 a{  color:#86898C; text-decoration:none !important;}
.section_our_team h5 {
    color: #C4BEBD;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
}
.section_our_team h5:after{ content:""; background-color:#808080; height:3px; width:40px; left:50%; margin-left:-20px; bottom:0; position:absolute; }
.section_our_team a img{ border:2px solid #ffffff; box-shadow:0px 1px 10px rgba(0,0,0,0.2);}
.section_our_team p {
    font-size: 15px;
    line-height: 1.4em !important;
    color: rgba(0,0,0,0.85);
    min-height: 60px;
    margin-bottom: 10px !important;
}
.section_our_team h6 {
    margin: 0 0 5px;
    padding-bottom: 7px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
}
.section_our_team h6:after{
	height:5px;
	content:"";
	position:absolute;
	width:100%;
	left:0; 
	bottom:0;
	border-top:1px solid #F3F3F3;
	border-bottom:1px solid #F3F3F3;
	border-radius:25px;
}
.section_our_team h6:before{ 
	content:"";
	background-color:#0BA1D9;
	bottom:1.5px;
	position:absolute;
	left:0;
	height:2px;
	border-radius:25px;
	z-index:10;
}
.section_our_team h6.persantage_95:before{ width:95%;}
.section_our_team h6.persantage_90:before{ width:90%;}
.section_our_team h6.persantage_80:before{ width:80%;}
.section_our_team h6.persantage_70:before{ width:70%;}
.section_our_team h6.persantage_60:before{ width:60%;}
.section_our_team h6.persantage_50:before{ width:50%;}
.section_our_team h6.persantage_40:before{ width:40%;}
.section_our_team h6.persantage_30:before{ width:30%;}
.section_our_team h6.persantage_20:before{ width:20%;}