.ol_hmbanner {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000bf 100%)
    0% 0% no-repeat padding-box;
  padding: 0px 0 0px;
  height: 100%;
  min-height: 900px;
}

/* .ol_hmbanner::before {
  content: "";
  position: absolute;
  height: 99px;
  width: 100%;
  background: transparent url(../images/sec-ark.png) no-repeat bottom;
  background-size: auto;
  z-index: 0;
  opacity: 1;
  bottom: 0;
  left: 0;
} */

.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 > .left-side > .btnlist + .img-wrap.bnr-float-img {
    margin-top: 90px;
}
.olhmban_wrap > .btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: 101px;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hmban_cotent {
  font-family: 'Barlow Condensed';
  font-size: 24px;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin: 0 auto 20px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  padding: 0 0px;
}

/* .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;
  padding-bottom: 110px;
}

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);
}

.js_hmbanner.slick-arrow .slick-next {
  right: calc(0% + 20px);
}
.bannerimgvid {
  /* position: relative;
  height: 780px; */
 position: absolute;
    height: calc(100% - 110px);
    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;
  z-index: 1;
}

.olhmban_wrap > .left-side > .heading-70 {
  position: relative;
  max-width: 644px;
  margin: 0 auto 0px;
  color: #fff;
  margin-bottom: 10px;
}

/* .olhmban_wrap > .left-side > .heading-60::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  width: 575px;
  height: 15px;
  background: transparent url(../images/title-ark.svg) no-repeat center;
  z-index: -1;
} */

.img-wrap.bnr-float-img {
    margin-bottom: -110px;
    z-index: 1;
    position: relative;
}
.mobile-img {
  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% - 70px) !important;
  }
  .js_hmbanner.slick-arrow .slick-next {
    right: calc(50% - 45px);
    top: calc(100% - 70px) !important;
  } */
  .ol_hmbanner .container {
    padding: 0 15px;
  }

  .ol_hmbanner { 
    min-height: 750px;
  }

  /* .ol_hmbanner {
    padding: 200px 0;
  } */
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  .ol_hmbanner {
    min-height: 500px;
  }
  .olhmban_wrap > .left-side > .btnlist + .img-wrap.bnr-float-img {
    margin-top: 30px;
    max-width: 50vw;
}

}

/* 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) {
  /* .olhmban_wrap > .left-side > .btnlist + .img-wrap.bnr-float-img {
    margin-bottom: 0;
   } */
   ul.js_hmbanner .slick-slide > div > li { 
      padding-bottom: 135px;
   }
  .bannerimgvid { 
    height: calc(100% - 135px);
  }
  .transperant-text {
   margin-top: -135px;
   margin-bottom: 60px;
  }
   .olhmban_wrap > .left-side > .btnlist + .img-wrap.bnr-float-img {
    margin-top: 30px;
    max-width: 75vw;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  /* common-spacing */
  .olhmban_wrap > .left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .olhmban_wrap .left-side .btnlist {
    justify-content: center;
  }
  .contact-form-box .heading-34 {
    margin-bottom: 10px;
  }

 

  /* .ol_hmbanner {
    background: transparent;
    padding: 253px 40px 70px;
  }

  .sec_hmbanner + .features-section {
    padding-top: 20px;
  } */

  /* .mobile-img {
    display: block !important;
  }
  .desktop-img {
    display: none !important;
  } */
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .ol_hmbanner::before {
    background-size: contain;
  }
  .ol_hmbanner {
    background: transparent;
    padding: 120px 15px 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 19%) 61%, rgba(0, 212, 255, 0) 100%);
    min-height: unset;
  }
  .olhmban_wrap > .left-side > .heading-60::after {
    top: 26px;
  }
  .olhmban_wrap > .left-side {
    margin-bottom: 0px;
  }
  .olhmban_wrap {
    align-items: flex-end;
  }
  .btnlist {
    gap: 10px;
  }
  .sec_hmbanner::after {
    background-size: cover;
  }
  .img-wrap.title_img {
    margin-bottom: 20px;
    max-width: 316px;
  }
  .js_hmbanner.slick-arrow .slick-next {
    /* top: calc(100% - 110px) !important; */
    right: calc(1px);
  }
  .js_hmbanner.slick-arrow .slick-prev {
    /* top: calc(100% - 110px) !important; */
    left: calc(1px);
  }
  .hmban_title {
    letter-spacing: 1px;
  }
  .hmban_cotent {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .olhmban_wrap > .left-side > .btnlist + .img-wrap.bnr-float-img { 
    max-width: 85vw;
    margin-bottom: -135px;
  }
  ul.js_hmbanner .slick-slide > div > li {
    padding-bottom: 90px;
  }
  .bannerimgvid {
    height: calc(100% - 90px);
  }
  .transperant-text {
      margin-top: -90px;
      margin-bottom: 30px;
  }
}
