.tp-marquee .Marquee {
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  overflow: hidden;
}
.tp-marquee .Marquee-tag {
  animation: text_move_left 5s linear infinite;
}
@keyframes text_move_left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-marquee .Marquee-tag {
  width: 1350px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.tp-marquee .Marquee-tag h3 {
  font-size: 60px;
  font-weight: 600;
  color: #CDCDCD;
}/*# sourceMappingURL=marquee.css.map */