.ticker-bar {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  background: #2B2B34;
  overflow: hidden;
  text-decoration: none;
  border: 0;
  display: block;
  height: 111px;
  line-height: 70px;
  white-space: nowrap;
  /* if want absolute */
}
@media (max-width: 990px) {
  .ticker-bar {
    position: absolute;
    top: 70px;
    z-index: 99;
    padding: 20px 0;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .ticker-bar{
    height: auto;
    line-height:20px;
  }
}
@media (max-width: 493px) {
  .ticker-bar {
    top: 60px;
  }
}

.ticker-content {
  display: inline-block;
  animation: slide-left 60s linear infinite;
}

.ticker-bar:hover .ticker-content {
  animation-play-state: paused;
}

/* Duplicate wrapper for seamless infinite scroll */
.ticker-content span {
  display:inline-block;
  margin: 0 50px;
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  animation: mercury-shine 5s linear infinite;
}

.ticker-content span  h2{
  font-size: 40px;
  color:#E94666;
}
@media (max-width: 767px) {
    .ticker-content span  h2{
        font-size: 25px;
        color:#E94666;
    }
}
@keyframes slide-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* scroll half content for seamless loop */
}

@keyframes mercury-shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@media (max-width: 767px) {
.header-uper{
  background-color: rgba(43, 43, 52, 0.7);
}
}

@media (max-width: 991px) {
.landing-banner .text-field {
    padding: 180px 0.4rem 130px;
}
}

@media (max-width: 1190px) {
  .header-uper .sidebar_right, .header-uper .sidebar {
      width: 70%;
  }
}
@media (max-width: 1000px) {
  .header-uper .sidebar_right, .header-uper .sidebar {
      width: 75%;
  }
}
@media (max-width: 990px) {
  .header-uper .sidebar_right, .header-uper .sidebar {
      width: 388px;
      padding: 100px 0 0;
  }
}
@media (max-width: 639px) {
  .header-uper .sidebar_right, .header-uper .sidebar {
      width: 100%;
  }
}