.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-start;
  justify-content: center;
  min-height: 600px;
  background: transparent;
  padding: 0;
  z-index: 1;
}
/* 
.ol_hmbanner:before {
  content: "";
  position: absolute;
  top: unset;
  bottom: 100px;
  right: 0px;
  margin: auto 0px;
  background: url(../images/icon/section-rt-theme-ark.svg) right center /
    contain no-repeat transparent;
  width: 340px;
  height: 669px;
  max-height: 100%;
  z-index: -1;
  opacity: 0.5;
} */

.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;
  overflow: visible;
  line-height: 0;
}

.olhmban_wrap > .btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: clamp(
    45px,
    45px + (80 - 45) * ((100vw - 375px) / (1920 - 375)),
    80px
  );
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  line-height: 1.11;
  text-transform: capitalize;
  font-family: "Jost";
  max-width: 100%;
  margin: 0px;
  text-transform: uppercase;
}
.olhmban_wrap > .left-side > p.fs-18 {
  font-weight: normal;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.olhmban_wrap > .left-side > .heading-40 {
  color: #fff;
}
.hmban_cotent {
  font-family: "Jost";
  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(400px);
  max-width: 400px;
  min-height: 600px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.olhmban_wrap > .right-side {
  width: calc(100% - 400px);

  max-width: 1057px;

  position: relative;
}

.olhmban_wrap > .right-side > .img-wrap {
  right: -260px;

  height: 100%;

  & img {
    mix-blend-mode: lighten;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
  }
}
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;

  & .slick-list {
    overflow: clip;
  }
}
.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 > .img-wrap > img,
.bannerimgvid > .img-wrap {
  height: 100%;
  object-fit: cover;
}
.bannerimgvid > .img-wrap {
  /* width: 100%; */
  margin-right: 0;
  margin-left: auto;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    background: linear-gradient(
      90deg,
      rgba(2, 39, 126, 1) 0%,
      rgba(2, 39, 124, 1) 5%,
      rgba(2, 39, 124, 0) 70%
    );
  }
}

.bannerimgvid > .img-wrap > img {
  margin-right: 0;
  margin-left: auto;
}
video {
  /* top: 50%; */
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec_hmbanner {
  position: relative;
  margin-top: 0px;
  background: transparent;

  mix-blend-mode: lighten;
}

.sec_hmbanner ul li {
  padding-left: 0;
}

.sec_hmbanner ul li::before {
  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%;
    }
  }
  .olhmban_wrap > .right-side {
    padding: 0 0 0 30px;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  .olhmban_wrap > .right-side {
    width: 50%;
    max-width: 100%;
    padding: 0;
  }
  .olhmban_wrap > .left-side {
    /* padding-right: 40px; */
    width: 50%;
    max-width: 100%;
    padding: 0;
  }

  .olhmban_wrap > .right-side > .img-wrap {
    right: 0;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* COMMON Spading */
  /* COMMON Spading */
  .olhmban_wrap {
    max-width: 100%;
  }
  .ol_hmbanner {
    min-height: auto;
  }
  .bannerimgvid > .img-wrap {
    &::after {
      width: 106%;
      background: linear-gradient(
        90deg,
        rgba(2, 39, 126, 1) 0%,
        rgb(2 39 124 / 90%) 33%,
        rgba(2, 39, 124, 0) 70%
      );
    }
  }
  .olhmban_wrap > .left-side > p.fs-18 {
    margin-bottom: 20px;
  }
  .banner-usps {
    margin: 30px 0 0;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .hmban_cotent {
    font-size: 16px;
    margin: 0 0px 25px;
  }

  .olhmban_wrap {
    gap: 20px;
  }
  .olhmban_wrap > .left-side {
    width: calc(100%);
    min-height: auto;
  }
  .olhmban_wrap > .right-side {
    width: 100%;
  }

  .ol_hmbanner {
    min-height: 400px;
    padding: 40px 0 0;
  }
  .olhmban_wrap > .right-side > .img-wrap {
    & img {
      max-width: 100%;
    }
  }

  .ol_hmbanner:before {
    display: none;
  }
}

/* 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;
    align-items: center;
  }
  .olhmban_wrap > .left-side > .heading-40 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .olhmban_wrap .left-side .btnlist {
    justify-content: center;
  }
  .olhmban_wrap {
    max-width: 100%;
  }

  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }

  .olhmban_wrap > .left-side > p {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .hmban_title {
    margin: 0px auto 10px;
  }
  .ol_hmbanner {
    min-height: auto;
  }
  .js_hmbanner .slick-dots {
    bottom: 20px;
  }
}

/* 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: 30px;
    text-align: center;
  }
  .olhmban_wrap > .left-side > p {
    text-align: center;
    font-size: 14px;
  }
  .olhmban_wrap {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }
  .olhmban_wrap > .left-side {
    margin-bottom: 0;
  }
  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }

  .olhmban_wrap > .left-side > p.fs-18 {
    margin-bottom: 10px;
  }
  .olhmban_wrap > .left-side > p.fs-20 {
    margin-bottom: 15px;
  }
}

/*  FORM style */
