div.owl-theme .owl-dots .owl-dot span {
  background: #c7c8c9;
  border: 2px solid #e7e8e9;
  margin: 5px 4px;
  height: 8px;
  width: 8px;
}
div.owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #00aadd;
}
.acm-features.style-1 .row > div .features-item {
  padding: 144px 36px;
  text-align: center;
}
@media (max-width: 991px) {
  .acm-features.style-1 .row > div .features-item {
    padding: 36px 0;
  }
}
.acm-features.style-1 .row > div + div {
  border-left: 1px solid #e7e8e9;
}
.acm-features.style-1 .row > div + div.col-sm-6:nth-child(3) {
  border-left: 0;
}
@media (max-width: 767px) {
  .acm-features.style-1 .row > div + div {
    border-left: 0;
    border-top: 1px solid #e7e8e9;
  }
}
.acm-features.style-1 .row .icon {
  align-items: center;
  background: #002855;
  color: #ffffff;
  display: flex;
  font-size: 36px;
  justify-content: center;
  margin: 0 auto 36px;
  position: relative;
  height: 144px;
  width: 144px;
}
.acm-features.style-1 .row .icon:before {
  border-width: 10px;
  border-style: solid;
  border-color: #002855 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.acm-features.style-1 .row h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
.acm-features.style-1 .row .action {
  background: #00aadd;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  line-height: 36px;
  margin-top: 36px;
  height: 36px;
  width: 36px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .row .action {
    margin-top: 18px;
  }
}
.acm-features.style-1 .row .action:hover {
  background: #0083aa;
}
.acm-features.style-1 .row-flex + .row-flex {
  border-top: 1px solid #e7e8e9;
}
.acm-features.style-2 {
  padding-top: 180px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .acm-features.style-2 {
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .acm-features.style-2 .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.acm-features.style-2 .section-title-wrap {
  text-align: left;
  padding-top: 72px;
}
@media (max-width: 1199px) {
  .acm-features.style-2 .section-title-wrap {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .acm-features.style-2 .section-title-wrap .section-title {
    font-size: 24px;
  }
}
.acm-features.style-2 .section-title-wrap .section-desc {
  margin-bottom: 36px;
}
.acm-features.style-2 .features-item {
  margin-bottom: 36px;
}
.acm-features.style-2 .features-image {
  position: relative;
}
.acm-features.style-2 .features-image:before {
  background: #ddbb99;
  bottom: 0;
  content: "";
  position: absolute;
  right: 50%;
  height: 2000px;
  width: 2000px;
}
@media (max-width: 991px) {
  .acm-features.style-2 .features-image:before {
    display: none;
  }
}
.acm-features.style-2 .features-image img {
  position: relative;
  z-index: 2;
}
.acm-features.style-2 .features-image-right .features-image:before {
  left: 50%;
  right: auto;
}
.acm-features.style-2 .btn {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .acm-features.style-2 .btn {
    margin-top: 0;
  }
}
.acm-features.style-3 .owl-stage {
  display: flex;
}
.acm-features.style-3 .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.acm-features.style-3 .features-item {
  background: #ffffff;
  border: 1px solid #e7e8e9;
  width: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-features.style-3 .features-item:hover {
  border-color: #dadbdd;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.acm-features.style-3 .features-item .features-info {
  padding: 36px;
}
.acm-features.style-3 .features-item .features-info.has-link {
  padding-bottom: 96px;
}
.acm-features.style-3 .features-item .features-info .features-top h4 {
  margin-top: 0;
  margin-bottom: 6px;
}
.acm-features.style-3 .features-item .features-info .features-top h4 a {
  color: #002855;
}
.acm-features.style-3 .features-item .features-info .features-top h4 a:hover,
.acm-features.style-3 .features-item .features-info .features-top h4 a:focus,
.acm-features.style-3 .features-item .features-info .features-top h4 a:active {
  color: #00aadd;
}
.acm-features.style-3 .features-item .features-info .features-top span {
  color: #979899;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.acm-features.style-3 .features-item .features-info .features-top p {
  margin-bottom: 0;
}
.acm-features.style-3 .features-item .action a {
  align-items: center;
  border-top: 1px solid #e7e8e9;
  bottom: 0;
  color: #272829;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  font-size: 15px;
  font-weight: 700;
  padding-left: 36px;
  height: 60px;
  width: 100%;
}
.acm-features.style-3 .features-item .action a .icon {
  border-left: 1px solid #e7e8e9;
  color: #c7c8c9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-features.style-3 .features-item .action a:hover,
.acm-features.style-3 .features-item .action a:focus,
.acm-features.style-3 .features-item .action a:active {
  color: #00aadd;
  text-decoration: none;
}
.acm-features.style-3 .features-item .action a:hover .icon,
.acm-features.style-3 .features-item .action a:focus .icon,
.acm-features.style-3 .features-item .action a:active .icon {
  color: #00aadd;
  padding-left: 5px;
}
.acm-hero .hero-item {
  position: relative;
}
.acm-hero .hero-item:before {
  background: #000000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.acm-hero .hero-content {
  text-align: center;
  padding: 216px 0 324px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .acm-hero .hero-content {
    padding: 108px 36px;
  }
}
@media (max-width: 767px) {
  .acm-hero .hero-content {
    padding: 72px 18px;
  }
}
.acm-hero .hero-content .hero-content-inner {
  margin: auto;
  max-width: 828px;
}
.acm-hero .hero-content .hero-content-inner h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.333;
  font-weight: 700;
}
@media (max-width: 767px) {
  .acm-hero .hero-content .hero-content-inner h2 {
    font-size: 36px;
  }
}
.acm-hero .hero-content .hero-content-inner .lead {
  color: #ffffff;
  max-width: 540px;
  margin: auto;
  filter: alpha(opacity=60);
  opacity: 0.6;
}