/** team-section **/

.team-section{
    position: relative;
    padding: 285px 0px 250px 0px;
  }
  
  .team-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .team-section .sec-title{
    margin-bottom: 50px;
  }
  
  .team-section .sec-title .btn-box{
    position: absolute;
    top: 36px;
    right: 0px;
  }
  
  .team-section .sec-title .btn-box .theme-btn{
    padding: 11px 33px;
  }
  
  .team-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .team-block-one .inner-box .image-box{
    position: relative;
    display: block;
    background: #2a2a38;
    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.2;
  }
  
  .team-block-one .inner-box .content-box {
    position: relative;
    background: #fff;
    opacity: 1;
    padding: 11px 20px 11px 30px;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box .content-box:before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% - 30px);
    top: 15px;
    left: 0px;
  }
  
  .team-block-one .inner-box .content-box h3{
    margin: 0px;
  }
  
  .team-block-one .inner-box .content-box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #5a5a68;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .team-block-one .inner-box .overlay-box {
    position: absolute;
    left: 30px;
    bottom: -160px;
    opacity: 0;
    width: calc(100% - 170px);
    transition: all 900ms ease;
  }
  
  .team-block-one .inner-box:hover .overlay-box{
    bottom: 0px;
    opacity: 1;
  }
  
  .team-block-one .inner-box .overlay-box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .team-block-one .inner-box .overlay-box h3{
    color: #fff;
    margin: 0px;
  }
  
  .team-block-one .inner-box .overlay-box h3 a{
    color: #fff;
  }
  
  .team-block-one .inner-box .overlay-box .box{
    position: relative;
    padding: 26px 20px 25px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  
  .team-block-one .inner-box .overlay-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.5);
  }
  
  .team-block-one .inner-box .overlay-box .social-links li:last-child{
    border: none;
  }
  
  .team-block-one .inner-box .overlay-box .social-links li a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    color: #fff;
  }
  
  .team-block-one .inner-box .overlay-box .social-links li a span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #1e1e2a;
    width: 80px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box .overlay-box .social-links li a span:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    left: 33px;
    bottom: -4px;
    transform: rotate(45deg);
    z-index: -1;
  }
  
  .team-block-one .inner-box .overlay-box .social-links li a:hover span{
    opacity: 1;
    top: -20px;
  }

    /*** 

====================================================================
                        Team-Page
====================================================================

***/

.team-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-two{
  margin-bottom: 30px;
}

.team-page-section .team-block-one{
  margin-bottom: 30px;
}