.acm-slideshow .owl-carousel .owl-controls {
  margin-top: 0;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-buttons {
    display: none;
  }
}
.acm-slideshow .owl-carousel .owl-buttons div {
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  background: none;
  border: 2px solid #ffffff;
  font-size: 32px;
  padding: 0;
  line-height: normal;
  text-indent: -999999em;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .acm-slideshow .owl-carousel .owl-buttons div {
    right: 30px;
  }
}
.acm-slideshow .owl-carousel .owl-buttons div:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
}
.acm-slideshow .owl-carousel .owl-buttons div.owl-prev {
  left: 0;
  right: auto;
}
.acm-slideshow .owl-carousel .owl-buttons div.owl-prev:before {
  content: "\f104";
}
@media screen and (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .acm-slideshow .owl-carousel .owl-buttons div.owl-next {
    right: 0;
    left: auto;
  }
}
.acm-slideshow .owl-carousel .owl-buttons div.owl-next:before {
  content: "\f105";
}
@media screen and (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
  }
}
.acm-slideshow .owl-carousel .owl-pagination {
  bottom: 25px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
.acm-slideshow .owl-carousel .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
}
.acm-slideshow .owl-carousel .owl-pagination .owl-page span {
  background: #ffffff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.acm-slideshow .owl-carousel .owl-pagination .owl-page:hover span,
.acm-slideshow .owl-carousel .owl-pagination .owl-page.active span {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-pagination {
    display: none !important;
  }
}
.acm-slideshow .owl-carousel .item {
  position: relative;
}
.acm-slideshow .owl-carousel .item:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.acm-slideshow .owl-carousel .item .slider-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.acm-slideshow .owl-carousel .item .slider-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 300px 0;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.715;
  margin: 0;
  display: block;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-desc {
    font-size: 15px;
    line-height: 1.715;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc p {
  font-weight: 100;
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 12.5px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}
.acm-slideshow .owl-carousel .item .slider-content .item-title span {
  display: block;
  color: #e8b80f;
}
@media screen and (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 19px;
    margin-bottom: 12.5px;
    line-height: 1.715;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .slider-btn {
  margin-top: 25px;
}