/** team-section **/

.team-section{
  position: relative;
  padding: 0px 75px;
}

.team-section .outer-container{
  position: relative;
  padding-top: 124px;
  margin-top: -140px;
}

.team-section .outer-container:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 580px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.team-section .outer-container .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 368px;
  height: 228px;
  background-repeat: no-repeat;
}

.team-section .outer-container .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 240px;
  width: 564px;
  height: 347px;
  background-repeat: no-repeat;
}

.team-section .sec-title span,
.team-section .sec-title h2{
  color: #fff;
}

.team-block-one{
  position: relative;
  margin: 30px 0px 50px 0px;
  box-shadow: 0 5px 30px rgba(0,0,0,.05);
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
    transition: all 500ms ease;
    margin: auto;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.3;
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  transform: translate(-50%,-50%);
  opacity: 0;
  margin-top: 15px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  opacity: 1;
  margin-top: 0px;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .image-box .social-links li a:hover{
  background: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 20px 15px;
}

.team-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 7px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.team-section .anim-icon .icon-1{
  left: 80px;
  top: 130px;
  width: 41px;
  height: 79px;
}

.team-section .anim-icon .icon-2{
  left: 260px;
  top: 235px;
  width: 89px;
  height: 89px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.team-section .owl-dots{
  position: absolute;
  right: -255px;
  bottom: 190px;
}

.team-section .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: transparent !important;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 12.5px;
  transition: all 500ms ease;
}

.team-section .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: -35px;
  top: -18px;
}


/*** 

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

***/

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

.team-page-section .team-block-one{
  margin: 0px 0px 50px 0px;
}