.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item {
  position: relative;
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item .slider-content {
  background-size: cover;
  padding: 180px 0;
  height: 850px;
  padding-left: 800px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 60px 0;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner {
  
  
  
  background: #505251;
  padding: 50px;
  width: 70%;
}
.acm-slideshow .owl-carousel .item .slider-content-inner h1 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.acm-slideshow .owl-carousel .item .slider-content-inner h1 a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner .description {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  margin-top: 50px;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner .btn {
    margin-top: 30px;
  }
}
.acm-slideshow .owl-carousel .owl-nav {
  bottom: 30px;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav {
    bottom: 25px;
    right: 25px;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  line-height: 26px;
  margin-top: 12.5px;
  text-align: center;
  width: 30px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div {
    margin-top: 6.25px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    width: 25px;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div:hover {
  border-color: #ffffff;
}
@media (min-width: 992px) {
  .acm-slideshow .owl-carousel .owl-dots {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .acm-slideshow .owl-carousel .owl-dots > div {
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
    height: 90px;
    width: auto;
  }
  .acm-slideshow .owl-carousel .owl-dots > div:before {
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    margin-bottom: -15px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .acm-slideshow .owl-carousel .owl-dots > div br {
    display: none;
  }
  .acm-slideshow .owl-carousel .owl-dots > div + div {
    border-left: 1px solid #eaeaea;
  }
  .acm-slideshow .owl-carousel .owl-dots > div.active:before {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-dots {
    bottom: 15px;
    position: absolute;
    width: 100%;
  }
  .acm-slideshow .owl-carousel .owl-dots .owl-dot {
    border-color: #ffffff;
    font-size: 0;
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  .acm-slideshow .owl-carousel .owl-dots .owl-dot.active {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}