.off-canvas-open div#multiscroll-nav {
  display: none;
}
div#multiscroll-nav.right {
  right: 48px;
}
@media (max-width: 991px) {
  div#multiscroll-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    top: auto;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div#multiscroll-nav.right {
    right: auto;
  }
}
@media (max-width: 767px) {
  div#multiscroll-nav {
    bottom: 72px;
  }
}
div#multiscroll-nav > div {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  height: 32px;
  width: 32px;
}
div#multiscroll-nav > div:hover,
div#multiscroll-nav > div:focus,
div#multiscroll-nav > div:active {
  border-color: #ffffff;
}
div#multiscroll-nav ul {
  margin: 8px 0;
}
@media (max-width: 991px) {
  div#multiscroll-nav ul {
    display: flex;
    margin: 0 8px;
  }
}
div#multiscroll-nav ul li {
  text-align: center;
  height: auto;
  margin: 0;
  width: 32px;
}
@media (max-width: 991px) {
  div#multiscroll-nav ul li {
    width: 16px;
  }
}
div#multiscroll-nav ul li a {
  border: 0;
}
div#multiscroll-nav ul li a span {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
}
div#multiscroll-nav ul li a.active span {
  background: transparent;
  border-color: #ffffff;
}
.swiper-control {
  bottom: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .swiper-control {
    position: fixed;
  }
}
.swiper-control .sw-button-next,
.swiper-control .sw-button-prev {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  height: 32px;
  width: 32px;
}
.swiper-control .sw-button-next:hover,
.swiper-control .sw-button-prev:hover,
.swiper-control .sw-button-next:focus,
.swiper-control .sw-button-prev:focus,
.swiper-control .sw-button-next:active,
.swiper-control .sw-button-prev:active {
  border-color: #ffffff;
  color: #ffffff;
}
.swiper-control .swiper-pagination {
  position: relative;
  margin: 0 8px;
}
.swiper-control .swiper-pagination > span {
  background: transparent;
  border: 2px solid #ffffff;
  margin: 0 4px;
}
.style-classic .swiper-control {
  bottom: 128px;
}
@media (max-width: 767px) {
  .style-classic .swiper-control {
    bottom: 96px;
  }
}
.acm-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.acm-hero > .container {
  max-width: 80%;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .acm-hero > .container {
    margin-top: -48px;
    max-width: 100%;
  }
}
.acm-hero .hero-item {
  margin: auto;
  max-width: 810px;
}
.acm-hero .hero-item h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .acm-hero .hero-item h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .acm-hero .hero-item h1 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .acm-hero .hero-item h1 {
    margin-bottom: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .acm-hero .hero-item .btn-action .btn {
    padding: 8px 16px;
  }
}
.acm-hero .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.acm-hero .slide-wrapper .item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.acm-hero .slide-wrapper .item span {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
}
.acm-hero .slide-wrapper .item.item-right span {
  left: auto;
  right: 0;
}
.acm-hero.style-2 .swiper-container {
  max-height: 100vh;
}
.acm-hero.style-2 .swiper-control {
  bottom: auto;
  right: 48px;
  left: auto;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
}
@media (max-width: 767px) {
  .acm-hero.style-2 .swiper-control {
    bottom: 96px;
    top: auto;
    right: auto;
    left: 50%;
    flex-direction: row;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
.acm-hero.style-2 .swiper-control .swiper-pagination {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .acm-hero.style-2 .swiper-control .swiper-pagination {
    flex-direction: row;
    margin: 0 8px;
  }
}
.acm-hero.style-2 .swiper-control .swiper-pagination > span {
  margin: 8px 4px;
}
.acm-hero.style-2 .slide-bg .swiper-slide {
  height: 100vh;
  position: relative;
}
.acm-hero.style-2 .slide-bg .swiper-slide span {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.acm-hero.style-2 .slide-bg .swiper-slide .item {
  display: block;
  position: relative;
  height: 100vh;
  width: 100%;
}
.acm-hero.style-3 .slide-bg {
  border-left: 8px solid #222222;
  border-right: 8px solid #222222;
}
.acm-hero.style-3 .slide-wrapper .item {
  border: 8px solid #222222;
}
.acm-hero.style-3 .slide-wrapper .item span {
  width: 100%;
}
.acm-hero.style-3 .ms-left .ms-section:first-child:before,
.acm-hero.style-3 .ms-left .ms-section:last-child:before {
  background: #222222;
  background-size: cover;
  background-position: center center;
  bottom: 100%;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  margin-bottom: -104px;
  border: 8px solid #222222;
}
.acm-hero.style-3 .ms-left .ms-section:last-child:before {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 104px;
}
.acm-hero.style-3 .ms-right .ms-section:last-child:before {
  background: #c00;
  background-size: cover;
  background-position: center center;
  bottom: auto;
  border: 8px solid #222222;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  margin-top: -8px;
}
.acm-hero.style-3 .ms-left .item {
  margin-top: 104px;
}
.acm-hero.style-3 .ms-right .item {
  margin-top: -8px;
}
.acm-hero.style-4 .slide-bg .swiper-slide {
  height: 100vh;
  position: relative;
}
.acm-hero.style-4 .slide-bg .swiper-slide span {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.acm-hero.style-5 .slide-bg .swiper-slide {
  height: 100vh;
  position: relative;
}
.acm-hero.style-5 .slide-bg .swiper-slide span,
.acm-hero.style-5 .slide-bg .swiper-slide a {
  background-size: cover;
  background-position: center center;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  font-family: "Prata", Georgia, "Times New Roman", Times, serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.acm-hero.style-5 .slide-bg .swiper-slide span:hover,
.acm-hero.style-5 .slide-bg .swiper-slide a:hover,
.acm-hero.style-5 .slide-bg .swiper-slide span:focus,
.acm-hero.style-5 .slide-bg .swiper-slide a:focus,
.acm-hero.style-5 .slide-bg .swiper-slide span:active,
.acm-hero.style-5 .slide-bg .swiper-slide a:active {
  border: 0;
}
@media (max-width: 991px) {
  .acm-hero.style-5 .slide-bg .swiper-slide span,
  .acm-hero.style-5 .slide-bg .swiper-slide a {
    font-size: 45px;
  }
}
.acm-features.style-1 .row {
  margin-top: -48px;
}
.acm-features.style-1 .row > div {
  padding-top: 48px;
}
.acm-features.style-1 .features-item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 48px;
}
.acm-features.style-1 .features-item .font-icon,
.acm-features.style-1 .features-item .img-icon {
  margin-bottom: 32px;
}
.acm-features.style-1 .features-item h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.acm-features.style-1 .features-item .sub-title {
  display: block;
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 16px;
}
.acm-features.style-1 .features-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin-top: 24px;
  margin-bottom: 0;
}
.acm-features.style-1 .features-item p a {
  border-bottom-color: #b30010;
}
.acm-features.style-1 .features-item .action {
  background: #b30010;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-top: 32px;
  height: 32px;
  width: 32px;
}
.acm-features.style-1 .features-item .action:hover,
.acm-features.style-1 .features-item .action:focus,
.acm-features.style-1 .features-item .action:active {
  background: #80000b;
}
@media (max-width: 767px) {
  .acm-cliens .client-item {
    width: 50% !important;
  }
}