.ol_hmbanner {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(180deg, #030400 0%, #0322263d 100%) 0% 0% no-repeat padding-box;
  padding: 315px 0;
}

/* .ol_hmbanner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent url(../images/sec-ark-blue.png) no-repeat right;
  background-size: contain;
  z-index: -12;
  opacity: 0.1;
} */

.ol_hmbanner .container {
  width: 100%;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.olhmban_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  border-left: 0px solid var(--themecolor);
  padding-left: 0px;
  margin: auto;
  text-align: center;
}

.olhmban_wrap>.left-side {
  width: calc(100%);
  max-width: 100%;
  position: relative;
}

.olhmban_wrap>.left-side>.btnlist {
  justify-content: center;
}

.olhmban_wrap>.btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hmban_cotent {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin: 0 auto 25px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  padding: 0 35px;
}

.hmban_cotent::after,
.hmban_cotent::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: transparent url(../images/ark-title.svg) no-repeat center;
  background-size: auto;
  width: 32px;
  height: 34px;
  width: 16px;
  height: 26px;
  transform: rotate(51deg);
}

.hmban_cotent::before {
  right: 0;
  left: unset;
  transform: scaley(-1) rotate(51deg);
}

ul.js_hmbanner .slick-slide>div>li {
  display: block !important;
  padding-left: 0;
}

ul.js_hmbanner {
  position: relative;
  margin-bottom: 0 !important;
  margin: 0;
}

.js_hmbanner:not(.slick-initialized)>li {
  padding-left: 0;
}

.js_hmbanner>li:before {
  display: none;
}

.js_hmbanner:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
  display: none;
}

.js_hmbanner.slick-arrow .slick-prev {
  left: calc(0% + 20px);
  right: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.js_hmbanner.slick-arrow .slick-next {
  right: calc(0% + 20px);
  left: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.bannerimgvid {
  /* position: relative;
  height: 780px; */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bannerimgvid>.img-wrap>img,
.bannerimgvid>.img-wrap {
  height: 100%;
  object-fit: cover;
}

video {
  /* top: 50%; */
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec_hmbanner {
  position: relative;
  margin-top: 0px;
}

.bannerimgvid {
  .img-wrap {
    & img.desktopimg {
      display: block;
    }

    & img.mobileimg {
      display: none;
    }
  }
}

.features-list:not(.slick-initialized) .feature-box:not(:nth-child(-n+5)) {
  display: none !important;
}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {
  .js_hmbanner.slick-arrow .slick-prev {
    left: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }

  .js_hmbanner.slick-arrow .slick-next {
    right: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }

  .ol_hmbanner .container {
    padding: 0 15px;
  }

  .ol_hmbanner {
    padding: 200px 0;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  ul.js_hmbanner li>img {
    min-height: 450px;
    object-fit: cover;
  }

  /* .olhmban_wrap > .left-side {
    width: 50%;
  } */
  .theme_ark {
    z-index: 1;
  }

  /* .bannerimgvid {
    height: 650px;
  } */
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

  /* COMMON Spading */
  /* COMMON Spading */
  .olhmban_wrap {
    max-width: 100%;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {


  .bannerimgvid {
    .img-wrap {
      & img.desktopimg {
        display: none;
      }

      & img.mobileimg {
        display: block;
      }
    }
  }

  /* common-spacing */
  /* common-spacing */
  ul.js_hmbanner li>img {
    min-height: 375px;
    object-position: right;
  }

  .olhmban_wrap>.left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }

  /* h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    margin-bottom: 20px;
    line-height: 1;
  }
  .page-wrapper ul:not([class]):has(+ *),
  .page-wrapper p:has(+ *),
  .page-wrapper ol:has(+ *) {
    margin-bottom: 20px;
  } */
  .olhmban_wrap>.left-side .theme_ark {
    display: none;
  }

  /* .hmban_sm_title {
    padding-left: 0;
  }
  .hmban_sm_title::after {
    display: none;
  } */
  .olhmban_wrap .left-side .btnlist {
    justify-content: center;
  }

  .contact-form-box .heading-34 {
    margin-bottom: 10px;
  }

  .ol_hmbanner::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 68%);
  }

  .ol_hmbanner {
    background: transparent;
    padding: 134px 0 0;
  }

  .sec_hmbanner::after {
    bottom: calc(40% - 13px);
    z-index: -1;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {


  .features-list:not(.slick-initialized) .feature-box:not(:nth-child(-n+2)) {
    display: none !important;
  }

  /* .ol_hmbanner {
    min-height: 550px;
  } */

  .ol_hmbanner {
    min-height: 680px;
  }

  img.mobileimg {
    min-width: 768px;
    height: 100%;
  }

  .hmban_title {
    line-height: 1.3;
    margin: 30px 0 40px;
  }

  .hmban_cotent {
    line-height: 1.8;
  }

  .features-list:not(.slick-initialized) {
    max-width: 80%;
    margin: 0 auto;
  }




  .olhmban_wrap {
    /* padding-left: 0;
    text-align: center;
    align-items: center;
    border-left: 0px; */
  }

  .btnlist {
    gap: 10px;
  }

  /* .btnlist > [class*="btn-"] {
    padding: 15px 25px;
  } */

  .olhmban_wrap .left-side .btnlist>[class*="btn-"] {
    padding: 16px 0px;
    min-width: 200px;
  }

  .js_hmbanner.slick-arrow .slick-next,
  .js_hmbanner.slick-arrow .slick-prev {
    top: calc(100% - 46px) !important;
  }

  .hmban_title {
    letter-spacing: 1px;
  }

  .hmban_cotent {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .olhmban_wrap>.left-side {
    margin-bottom: 100px;
  }

  .google-review {
    flex-wrap: wrap;
  }

}