/*for video*/
.team-shadow .video-play{
  position: absolute;
  top: 40%;
  color: #fff;
  left: 40%;
  font-size: 50px;
}
.section-team {
  padding-top: 40px;
  padding-bottom: 100px;
  margin: auto;
  max-width: 1290px;
  width: 100%;
  overflow: hidden;
}
.section-team h3 {
  font-size: 30px;
}
.section-team .container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.team-left,
.team-right {
  width: 41px;
  height: 41px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  cursor: pointer;
  color: #c09551;
  -webkit-transition: border .2s;
  transition: border .2s;
  display: block;
  z-index: 9;
  margin-top: -20px;
}
.team-left {
  position: absolute;
  left: 0;
  top: 50%;
}
.team-right {
  position: absolute;
  right: 0;
  top: 50%;
}
.team-left .fa {
  margin-left: 13px;
  margin-top: 12px;
}
.team-right .fa {
  margin-left: 16px;
  margin-top: 13px;
}
.team-name {
  display: inline-block;
  padding-left: 0;
  /*margin-bottom: 10px;*/
  font-size:23px;
  margin-top: 40px;
  color: #1a1a1a;
  /*font-family: 'FuturaBT-Medium';*/
  text-transform: uppercase;
}
.sub-info{
  font-size: 19px;
  line-height: 30px;
  margin: 15px 0 5px 0;
  color: #1a1a1a;
  /*font-family: 'FuturaBT-Medium';*/
  text-transform: capitalize;
}
.team-text{
  color: #666;
  font-size: 18px;
  line-height: 28px;
  /*font-family: 'Futura Bk BT';*/
}
.team-social {
  display: inline;
}
.team-social ul {
  float: right;
  margin-top: 45px;
}
.team-social ul li {
  float: left;
  margin-left: 45px;
}
.team-social a {
  color: #44403f;
}
.team-social a:hover {
  color: #c09551;
}
.teamslider-wrap {
  /*max-width: 1290px;*/
  width: 100%;
  height: 500px;
  position: relative;
}
.team-img-inner {
  width: 5000px;
  position: absolute;
  bottom: 0;
  margin-left: -80px;
  /*margin-left: -242px;*/
}
.team-img-inner .img-inner-wrap {
  bottom: 0;
  z-index: 1;
  top: auto!important;
}
.team-img-inner .img-inner-wrap {
  float: left;
  /*border: 1px solid #e8e8e8;*/
  margin-right: 15px;
  margin-left: 15px;
  /*box-shadow: 0 0 10px #e8e8e8;*/
  box-shadow: 0 0 10px 2px #fceee4;
  border-radius: 50px;-moz-border-radius:50px;-webkit-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;
  opacity: .7;
}
.team-img-inner .img-inner-wrap:first-child {
  margin-left: 0;
}
.team-img-inner .img-inner-wrap div {
  /*border: 9px solid white;*/
  border-radius: 50px;-moz-border-radius:50px;-webkit-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;
  overflow: hidden;
}
.team-img-inner .img-inner-wrap img {
  max-width: 100%;
  /*height: auto;*/
  height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-team .team-shadow {
  /*box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);*/
  box-shadow: 0 0 1px 2px #fceee4;
  border-radius: 50px;-moz-border-radius:50px;-webkit-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;
      opacity: 1;
      z-index: 5;
        transform: scale(1.3);
}
.team-text-inner {
  margin-top: 30px;
}
.team-text-inner .text-inner-wrap {
  display: none;
}
.teamslider-wrap .col-xs-12.col-sm-6.col-lg-6, .teamslider-wrap .col-xs-12.col-sm-7.col-lg-7,.teamslider-wrap  .persion-right {
  float: right;
}
.team-wrap {
  position: absolute;
  /*right: 48%;*/
  bottom: 225px;
  z-index: 19;
  width: 100%;
}
.team-wrap .arrow-left {
    left: -18px;
    position: absolute;
}
.team-wrap .arrow-right {
    right: -19px;
    position: absolute;
}
.team-wrap .arrow-left {
  /*margin-right: 15px;*/
}
.team-wrap span {
  /*width: 41px;
  height: 41px;*/
  /*background-color: white;*/
  border-radius: 50%;
  /*border: 1px solid #eaeaea;*/
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  -webkit-transition: border .2s;
  transition: border .2s;
}
.team-wrap span i{font-size: 30px;}
.team-wrap span .fa-chevron-left {
  /*margin-left: 12px;
  margin-top: 12px;*/
}
.team-wrap span .fa-chevron-right {
  /*margin-left: 15px;
  margin-top: 12px;*/
}
.team-wrap span:hover {
  /*border-color: #c09551;
  background-color: #c09551;*/
  /*color: white;*/
}