.acm-hero.style-1 .hero-item {
  position: relative;
}
.acm-hero.style-1 .hero-item.normal {
  padding: 125px 0;
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item.normal {
    padding: 75px 10px;
  }
}
.acm-hero.style-1 .hero-item.large {
  padding: 200px 0 180px 0;
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item.large {
    padding: 100px 0 75px 0;
  }
}
.acm-hero.style-1 .hero-item.extra-large {
  padding: 350px 0;
}
@media (max-width: 991px) {
  .acm-hero.style-1 .hero-item.extra-large {
    padding: 150px 0 75px 0;
  }
}
.acm-hero.style-1 .hero-item .ft-bg,
.acm-hero.style-1 .hero-item .ft-bg-xs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.acm-hero.style-1 .hero-item .group-item {
  position: relative;
}
.acm-hero.style-1 .hero-item .wrap-content .sub-heading span {
  color: #ffffff;
}
.acm-hero.style-1 .hero-item .wrap-content h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .acm-hero.style-1 .hero-item .wrap-content h1 {
    font-size: 28px;
  }
}
.acm-hero.style-1 .hero-item .wrap-content p {
  color: #ffffff;
  margin-bottom: 60px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item .wrap-content p {
    margin-bottom: 30px;
  }
}
.acm-hero.style-1 .icon-bottom {
  border-bottom: 35px solid #ffffff;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  bottom: 0;
  color: #333333;
  display: flex;
  justify-content: center;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-hero.style-1 .icon-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.acm-hero.style-1 .icon-bottom span {
  margin-top: 15px;
}
.acm-hero.style-1 .icon-bottom:hover span {
  color: #0f5083;
}
.acm-hero.style-1 .img-icon a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-align: center;
}
.acm-hero.style-1.align-left .wrap-content {
  max-width: 560px;
}
@media (max-width: 991px) {
  .acm-hero.style-1.align-left .wrap-content {
    order: 2;
  }
}
@media (max-width: 991px) {
  .acm-hero.style-1.align-left .group-item {
    display: flex;
    flex-direction: column;
  }
}
.acm-hero.style-1.align-left .group-item .img-icon {
  font-size: 36px;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 991px) {
  .acm-hero.style-1.align-left .group-item .img-icon {
    font-size: 24px;
    position: static;
    right: auto;
    left: 0;
    top: 0;
    order: 1;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
}
.acm-hero.style-1.align-left .group-item .img-icon a {
  height: 180px;
  width: 180px;
  line-height: 176px;
}
@media (max-width: 991px) {
  .acm-hero.style-1.align-left .group-item .img-icon a {
    height: 90px;
    line-height: 86px;
    width: 90px;
  }
}
.acm-hero.style-1.align-center {
  text-align: center;
}
.acm-hero.style-1.align-center .wrap-content {
  margin: 0 auto;
  max-width: 760px;
}
.acm-hero.style-1.align-center .wrap-content .lead {
  padding: 0 90px;
}
@media (max-width: 767px) {
  .acm-hero.style-1.align-center .wrap-content .lead {
    padding: 0;
  }
}
.acm-hero.style-1.align-center .img-icon {
  display: inline-block;
  font-size: 15px;
}
.acm-hero.style-1.align-center .img-icon a {
  height: 60px;
  width: 60px;
  line-height: 56px;
}