
.team-details{
	position: relative;
}

.team-details-content .image-box .image{
	position: relative;
	display: block;
	border-radius: 30px;
}

.team-details-content .image-box .image img{
	width: 100%;
	border-radius: 30px;
}

.team-details-content .content-box{
	position: relative;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 70px 70px 80px 70px;
}

.team-details-content .content-box h2{
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details-content .content-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.team-details-content .content-box p{
	margin-bottom: 23px;
}

.team-details-content .content-box .info li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.team-details-content .content-box .info li:last-child{
	margin-bottom: 0px;
}

.team-details-content .content-box .info li a{
	color: #676767;
}

.team-details-content .content-box .info li a:hover{

}

.team-details-content .content-box .info li span{
	color: #000;
	font-weight: 500;
}

.team-details-content .content-box .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 17px;
}

.team-details-content .content-box .social-links li:last-child{
	margin-bottom: 0px;
}

.team-details-content .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #676767;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	text-align: center;
}

.team-details-content .content-box .social-links li a:hover{
	color: #fff;
}

.team-details .biography h3{
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 22px;
}

.team-details .biography p{
	margin-bottom: 26px;
}

.team-details .biography p:last-child{
	margin-bottom: 0px;
}

.team-details .experience-skills h3{
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 22px;
}

.progress-box .bar{
    position:relative;
    width:100%;
    height:15px;
    background: #E9E9E9;
    border-radius: 25px;
}
  
.progress-box .bar-inner{
    position:relative;
    display:block;
    width:0px;
    height:15px;
    border-radius: 25px 0px 0px 25px;
    -webkit-transition:all 1500ms ease;
    -ms-transition:all 1500ms ease;
    -o-transition:all 1500ms ease;
    -moz-transition:all 1500ms ease;
    transition:all 1500ms ease; 
}
  
.progress-box .count-text{
    position: absolute;
    top: -35px;
    right: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.team-details .progress-box p{
    position: relative;
    display: block;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-details .progress-box{
    position: relative;
    margin-bottom: 25px;
}

.team-details .progress-box:last-child{
    margin-bottom: 0px;
}

.team-details .experience-inner h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 10px;
}

.team-details .experience-inner h4:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0px;
  top: 5px;
  border-radius: 4px;
  transform: rotate(45deg);
}

.team-details .experience-inner h4:after{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 5px;
  top: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
}