/************STYLING BANNER HEADER*******/

.wrapper{
    width: 100%;
    position: absolute;
    background-position: center;
    z-index: 1;
}
section.home{
    background: #f3f3f3 !important;
}


.word-slider{
  margin-bottom: 20px;
  height: 25px;
  width:100%;
}


.word-slider p{
  line-height: 1!important;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  animation: infinite linear;
}

.marquee2 span {


animation: infinite linear;

}

.word-slider p {
    text-shadow: 0 0 3px #000 !important;
    color: #f1f1f1!important;
}

@keyframes scroll_left {
  0% {
    transform: translate(0, 0);

  }
  100% {
    transform: translate(-100%, 0);

  }
}
@keyframes scroll_left2 {
  0% {
    transform: translate(100%, 0);

  }
  100% {
    transform: translate(0, 0);

  }
}
@keyframes scroll_right {
  0% {
    transform: translate(-100%, 0);

  }
  100% {
    transform: translate(0, 0);

  }
}
@keyframes scroll_right2 {
  0% {
    transform: translate(0, 0);

  }
  100% {
    transform: translate(100%, 0);

  }
}
