/* stickyBanner css start here */

.stickyMainBanner {
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #223dff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
header .lower-header {
  padding: 0 !important;
}
.stickyMainBanner::after,
.stickyMainBanner::before {
  content: "";
  position: absolute;
  height: 150%;
  transform: rotate(-15deg);
  background: rgba(255, 255, 255, 0.8);
  background-blend-mode: overlay;
  animation: stickSlideIn 2s linear infinite;
  opacity: 0.7;
}
.invert {
  filter: brightness(0) invert(1);
}
.absolutea{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.stickyMainBanner::after {
  width: 8px;
  left: -20px;
  animation-delay: 0.2s;
  animation: name duration timing-function delay iteration-count direction
    fill-mode;
}
.stickyMainBanner::before {
  width: 6px;
  left: -8px;
  animation-delay: 0.2s;
}
.scrollingContent {
  display: flex;
  gap: 10px;
  align-items: center;
}
.stickyImageContainer {
  max-width: 77px;
  min-width: 70px;
  height: 100%;
}
.glow-line {
  width: 1px;
  height: 36px;
  opacity: 0.5;
  background: #ffffff;
}

.stickyImageContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.StickyText {
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1px;
  white-space: nowrap;
}
.stickyIconSize {
  width: 16px;
  height: 16px;
}
.progress-container{
  top: 153px !important; 
}
.page-template-template-home .progress-container {
  top: 153px !important;
}
.headerbottom{
  padding-bottom: 153px !important;
}
.Bannerbg{
  min-height: 700px;
}
@keyframes stickSlideIn {
  0% {
    transform: translateX(-100%) rotate(-15deg);
  }
  50% {
    transform: translateX(108vw) rotate(-15deg);
  }
  99% {
    transform: translateX(108vw) rotate(-15deg);
  }
  100% {
    transform: translateX(108vw) rotate(-15deg);
  }
}
.hero-image {
  min-height: 920px !important;
}
.scrollingCard{
  top: 190px;
}
/* stickyBanner css close here */
@media (max-width: 1799.98px) {
  
  .hero-image {
    min-height: 840px !important;
  }
  .scrollingCard{
    top: 170px;
  }
}
@media (max-width: 991.98px) {
  .headerbottom {
    padding-bottom: 125px !important;
  }
  .hero-image {
    min-height: 725px !important;
  }
  .navbar-collapse{
    top: 100% !important;
  }
  .navbar {
    padding: 16.5px 0 !important;
  }
  .progress-container {
    top: 157px !important;
}
}
@media (max-width: 767.98px) {
  .headerbottom {
    padding-bottom: 115px !important;
}
  .progress-container {
    top: 161px !important;
}
  .stickyMainBanner {
    height: 50px;
  }
  .stickyImageContainer {
    max-width: 60px;
    min-width: 50px;
  }
  .StickyText {
    font-size: 14px;
  }
  .stickyIconSize {
    width: 14px;
    height: 14px;
  }
  .scrollingWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .scrollingContent {
    padding: 0 20px;
  }
  .scrollingTrack {
    display: flex;
    width: max-content;
    animation: scrollMarquee linear infinite;
    will-change: transform;
  }
  .stickyMainBanner::after,
  .stickyMainBanner::before {
    animation: stickSlideIn 1.5s linear infinite;
  }

  .stickyMainBanner::after {
    width: 10px;
  }
  .stickyMainBanner::before {
    width: 4px;
  }
  .scrollingContent {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .StickyText {
    font-size: 14px;
  }

  @keyframes scrollMarquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

@media (max-width: 575.98px) {
  .progress-container {
    top: 112px !important;
}
  .headerbottom {
    padding-bottom: 112px !important;
}
  .StickyText {
    font-size: 12px;
  }
  .stickyIconSize {
    width: 12px;
    height: 12px;
  }
  .stickyImageContainer {
    max-width: 50px;
    min-width: 40px;
  }
  .Bannerbg{
    min-height: 600px;
  }
}
