
/** team-section **/

.team-section{
  position: relative;
  padding-top: 114px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text{
  width: 50%;
}

.team-section .title-inner .sec-title{
  margin-bottom: 56px;
}

.team-section .title-inner .text{
  padding-left: 100px;
}

.team-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
}

.team-inner .team-block-one{
  float: left;
  width: 25%;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #22272b;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.1);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: scale(0,0);
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #9e0036;
  font-size: 16px;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  background: #9e0036;
  color: #fff;
}

.team-block-one .inner-box:hover .image-box .social-links li a{
  transform: scale(1,1);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 23px 15px 25px 15px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #22272b;
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.team-section .team-inner{
  position: relative;
  margin-bottom: -96px;
  z-index: 1;
}
.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}
.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}