/*team css start*/
.team-section {
  margin-top: -295px;
}
.home-team {
  /*background-color: #162835;*/
  padding: 50px 66px;
  position: relative;
}
.home-team h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
.home-team h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1.1px;
  font-family: 'MontserratMedium';padding: 0px 10px;
}
.home-team p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: .4px;
  max-width: 950px;
  margin: 0px auto;
  margin-bottom: 60px;
}
.team-bottom p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .7px;
  margin-bottom: 35px;padding: 0px 10px;
}
.home-team .crausel_section {
  max-width: 124px;
}
.home-team .crausel_section img {
  display: block;
  border-radius: 50%;
}
.home-team .slick-arrow {
  display: none !important;
}
.team.team-carousel-slider {
  margin-bottom: 60px;
}
.home-team .slick-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 100%;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(to right, rgb(22, 40, 53), rgba(22, 40, 53, 0));
  background: -webkit-linear-gradient(to right, rgb(22, 40, 53), rgba(22, 40, 53, 0));
  background: linear-gradient(to right, rgb(22, 40, 53), rgba(22, 40, 53, 0));
}
.home-team .slick-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 100%;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(to left, rgba(22, 40, 53), rgba(22, 40, 53, 0));
  background: -webkit-linear-gradient(to left, rgba(22, 40, 53), rgba(22, 40, 53, 0));
  background: linear-gradient(to left, rgba(22, 40, 53), rgba(22, 40, 53, 0));
}
.home-team .slick-list{ margin:0px; }
@media (max-width: 1024px) {
  .home-team .crausel_section {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .home-team {
    padding: 50px 0px;
  }
  .team-wrapper {
    padding: 0px 30px;
  }
  .team-section {
    margin-top: -90px;
  }
  .home-team .slick-list:before {
    width: 40px;
  }
  .home-team .slick-list:after {
    width: 40px;
  }
}
/*team css end*/