/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.hero.hero--home {
  height: 100vh;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: none !important;
  padding: 0;
}

.hero .hero-img, .hero .hero-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-img {
  z-index: -1;
}

.box-img, .hero .hero-img, .img-wrapper, .section--article-single .comments .comment-person .comment-person-img, .video-wrapper .video-img {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hero.hero--home .hero-content {
  padding: 24px 24px 0px !important;
  justify-content: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 1;
}

.hero .hero-content {
  padding: 24px 72px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero.hero--home .hero-content .hero-partners {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero.hero--home .hero-content .hero-company-client {
  font-size: 40px;
  font-weight: 500;
}

.hero.hero--home .hero-content .hero-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 50%;
  margin-top: 1rem;
}

.hero .hero-icon {
  top: 0px !important;
  color: #fff;
  text-align: center;
  padding-bottom: 24px;
  z-index: 1;
}

@media (min-width: 996px) {
  .d-lg-block {
    display: block !important;
  }
}
.banner.hero.hero--home.cover-image.hero-img {
  background-position: center;
}

.banner.hero.hero--home.cover-image.hero-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, transparent, rgba(39, 41, 54, 0.9));
}

.banner-content-main-section {
  bottom: 0;
  position: absolute;
  width: -webkit-fill-available;
  padding-bottom: 24px;
}

.taxonomytext {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 15px;
}

.highdate {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 15px;
}

.highlightheading {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 6px;
  line-height: 20px;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%) rotateY(10deg);
    opacity: 0;
  }
  to {
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
.highlight-card {
  position: absolute;
  z-index: 9999 !important;
  animation: slideInRight 1s ease-out;
  background-color: var(--global-primary-color);
  transform-style: preserve-3d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scrolltext {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.bannericon:hover .scrolltext {
  opacity: 1;
  cursor: pointer;
}

.btnarw {
  font-weight: bold;
  margin-left: 8px;
}

.banner-content-main-section .bannericon {
  left: 40%;
  max-width: 150px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .highlight-card {
    bottom: 80% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .section.floating.floating-cta .floating-button {
    top: 250px !important;
  }
  .highlightheading {
    padding: 0 24px;
  }
  .highlight-button {
    padding: 0 24px;
  }
}

/*# sourceMappingURL=style-index.css.map*/