
/** team-details **/

.team-details{
  position: relative;
  padding: 120px 0px;
}

.team-details .image-box{
  position: relative;
  display: block;
}

.team-details .image-box img{
  width: 100%;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background: #f8f7f3;
  border-radius:0px;
  margin-bottom:12px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  border-radius:0px;
  -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: -40px;
  right: 0px;
  font-size:16px;
  color: #717577;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.team-details-content .upper-box{
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .upper-box h2{
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 4px;
}

.team-details-content .upper-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.team-details-content .upper-box .social-links{
  position: absolute;
  top: 10px;
  right: 0px;
}

.team-details-content .upper-box .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.team-details-content .upper-box .social-links li:last-child{
  margin: 0px;
}

.team-details-content .upper-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #717577;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f8f7f3;
  text-align: center;
  border-radius: 50%;
}

.team-details-content .upper-box .social-links li a:hover{
  color: #22272b;
}

.team-details-content .text{
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .text p{
  font-size: 18px;
  line-height: 34px;
}

.progress-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.progress-box{
  margin-bottom: 15px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.team-details-content{
  position: relative;
  margin-top: -10px;
}

/** certificates-section **/

.certificates-section{
  position: relative;
  padding: 112px 0px 114px 0px;
}

.certificates-section .text{
  position: relative;
  display: block;
  margin-right: -30px;
}

.certificates-section .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}

.certificates-section .text p{
  font-size: 18px;
  line-height: 34px;
}

.certificates-section .certificates-inner{
  position: relative;
  margin-top: 8px;
}

.certificates-section .certificates-inner .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.certificates-section .certificates-inner .image-box img{
  width: 100%;
  border-radius: 10px;
}