/** @format */

.home-banner-h1 {
  font-size: 56px !important;
}
.download-btn-sec {
  background-color: #002841 !important;
  border-radius: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.download-btn-sec button {
  display: flex;
  background-color: #3f576600;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  margin: auto;
}
.si__navigation button {
  background-color: #a5d2ff !important;
}
.si__navigation button:hover {
  background-color: #126abb !important;
}
.si__navigation button i {
  color: #fff !important;
}
.si__counter__icon__inner {
  background: #ebf5ff !important;
}

.text-white-new {
  color: var(--si-white-color) !important;
}
.text-white-link {
  color: var(--si-white-color) !important;
}
.text-white-link:hover {
  color: var(--si-theme-color) !important;
}
.si__header__menu {
  border: 1px solid var(--si-white-color) !important;
}

.si-sticky .text-white-link {
  color: var(--si-theme-color) !important;
  border: 1px solid var(--si-theme-color) !important;
  border-radius: 50px;
  padding: 0 10px;
}

/* @media only screen and (max-width: 1000px) {
    .si__service__details__left__content img {
        width: 50% !important;
    }
} */
.mean-container .mean-bar::before {
  content: "";
  width: 150px;
  height: 30px;
  background: url(/assets/images/logo/logo__white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mean-container .mean-bar {
  background-color: #303030 !important;
}

@media screen and (max-width: 768px) {
  .home-banner-h1 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

/* .si__header__menu ul li .sub__menu {
  z-index: 999 !important;
  
} */
.si__slider__content {
  z-index: 0;
}
