.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;
  min-height: 968px;
  background: transparent;
  padding: 0px 0 16px;
  z-index: 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: space-between;
  max-width: 100%;
  border-left: 0px solid var(--themecolor);
  padding-left: 0px;
  margin: auto;
}

.olhmban_wrap>.btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: clamp(1.625rem, 1.175rem + 2.25vw, 3.875rem);
  color: #FFFFFF;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: capitalize;
  font-family: 'Gupter';
  max-width: 100%;
  margin: 0px auto 15px;
}

.olhmban_wrap>.left-side>p {
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hmban_cotent {
  font-family: 'Gupter';
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0px 40px;
  text-transform: NONE;
  display: inline-block;
  position: relative;
}

.olhmban_wrap>.left-side {
  width: calc(100% - 532px);
  max-width: 590px;
  text-align: left;
}

.olhmban_wrap>.right-side {
  width: 532px;
  display: inline-block;
}

ul.js_hmbanner .slick-slide>div>li {
  display: block !important;
  padding-left: 0;
  margin-bottom: 0;
}

ul.js_hmbanner {
  position: relative;
  margin-bottom: 0 !important;
  margin: 0;
}

.js_hmbanner:not(.slick-initialized) {
  z-index: 0;
}

.js_hmbanner:not(.slick-initialized)>li {
  padding-left: 0;

  &::after {
    display: none;
  }
}

.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;
  text-align: right;
}

.bannerimgvid {
  margin-right: 0;
  margin-left: auto;

  &::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.3;
  }
}

video {
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec_hmbanner {
  position: relative;
  margin-top: 0px;
  background: #fff;
  margin-bottom: 00px;
}

.sec_hmbanner ul li {
  padding-left: 0;
}

.sec_hmbanner ul li::before {
  display: none;
}

.homepg .gallery-slider-sec+.divider {
  display: none;
}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1800px) {}

@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;
  }

  .bannerimgvid>.img-wrap {
    &::after {
      width: 75%;
    }
  }

  .ol_hmbanner {
    height: auto;
    min-height: auto;
    padding: 100px 0;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {

  /* 
    .sec_hmbanner { 
        margin-bottom:60px;
    } */
  ul.js_hmbanner li>img {
    min-height: 450px;
    object-fit: cover;
  }

  .olhmban_wrap>.left-side {
    padding-right: 40px;
  }

  /* .ol_hmbanner {
        min-height: 500PX;
    } */
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

  /* COMMON Spading */
  /* COMMON Spading */
  .olhmban_wrap {
    max-width: 100%;
  }

  .olhmban_wrap>.left-side {
    padding-right: 20px;
  }

  .ol_hmbanner {
    padding: 100px 0 40px;
    min-height: auto;
  }

}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .hmban_cotent {
    font-size: 16px;
    margin: 0 0px 25px;
  }

  .ol_hmbanner {
    min-height: 600px;
    padding: 120px 0 40px;
  }

  .olhmban_wrap {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }

  .olhmban_wrap>.left-side {
    width: calc(100%);
    text-align: center;
  }

}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .hmban_cotent {
    font-size: 14px;
  }

  /* common-spacing */
  /* common-spacing */
  .olhmban_wrap>.left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .olhmban_wrap .left-side .btnlist {
    justify-content: center;
  }

  .olhmban_wrap {
    max-width: 100%;
  }

  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }

  .bannerimgvid>.img-wrap {
    &::after {
      width: 106%;
      background: #02277e;
      opacity: 0.85;
    }
  }

  .olhmban_wrap>.left-side>p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .hmban_title {
    margin: 0px auto 10px;
  }

  .ol_hmbanner {
    min-height: auto;
  }


  .bannerimgvid {
    height: 96vh;
  }

  .ol_hmbanner {
    padding: 200px 0 40px;
  }

  .olhmban_wrap>.right-side {
    margin-top: 150px;
  }



}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

  .js_hmbanner.slick-arrow .slick-next,
  .js_hmbanner.slick-arrow .slick-prev {
    top: calc(100% - 17px) !important;
    align-items: flex-start;
    text-align: left;
  }

  .hmban_title {
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 0px;
    font-size: 32px;
    text-align: center;
  }

  .olhmban_wrap>.left-side>p {
    text-align: center;
    font-size: 14px;
  }

  .hmban_cotent {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }

  .olhmban_wrap {
    max-width: 100%;
    padding: 0px 0;
    text-align: left;
  }

  .olhmban_wrap>.left-side {
    margin-bottom: 0;
  }

  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }

  .ol_hmbanner {
    padding: 200px 0 40px;
  }

  .olhmban_wrap>.right-side {
    margin-top: 200px;
  }

}