
/** team-section **/

.team-section{
  position: relative;
  padding-bottom: 120px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 35px 35px;
  background: #fff;
  border: 1px solid #e2e2e2;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box a{
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
}

.team-block-one .inner-box .image-box a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  text-align: center;
  padding-top: 31px;
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content h5 a:hover{

}

.team-section .sec-title{
  margin-bottom: 70px;
}