.acm-teams.style-1 .owl-dots {
  padding-bottom: 0;
}
.acm-teams.style-1 .module-title,
.acm-teams.style-1 .sub-heading span {
  color: #ffffff;
}
.acm-teams.style-1 .teams-item .teams-img {
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.acm-teams.style-1 .teams-item .teams-img .fa {
  background: #ffffff;
  border-radius: 50%;
  color: #dd2222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  line-height: 32px;
  font-size: 9px;
  text-align: center;
  height: 32px;
  width: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 900ms;
  -o-transition: all 900ms;
  transition: all 900ms;
}
.acm-teams.style-1 .teams-item h4 {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 24px;
  position: relative;
}
.acm-teams.style-1 .teams-item h4:after {
  background: #dd2222;
  bottom: -3px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-teams.style-1 .teams-item p {
  display: block;
  color: #9e9e9e;
  font-size: 13px;
}
.acm-teams.style-1 .teams-item:hover .teams-img {
  background-color: #dd2222;
}
.acm-teams.style-1 .teams-item:hover .teams-img .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-teams.style-1 .teams-item:hover h4:after {
  width: 100%;
}