

.container1 {
  top: 45%;
  width: 100%;
  margin: 0 auto 0;
  position: absolute;
}

.container1>p.slogan {
  width: 0;
  margin: 0 auto;
  padding: 2px 0 0;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 18px #important;
  font-weight: 300;
  border-right: 6px solid #27ae60;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-animation-name: blink-start, typing, blink-end !important;
  -moz-animation-name: blink-start, typing, blink-end !important;
  animation-name: blink-start, typing, blink-end !important;
  -webkit-animation-duration: 1s, 1s, 1s !important;
  -moz-animation-duration: 1s, 1s, 1s !important;
  animation-duration: 1s, 1s, 1s !important;
  -webkit-animation-timing-function: linear, steps(13, end), linear !important;
  -moz-animation-timing-function: linear, steps(13, end), linear !important;
  animation-timing-function: linear, steps(13, end), linear !important;
  -webkit-animation-iteration-count: 1, 1, infinite !important;
  -moz-animation-iteration-count: 1, 1, infinite !important;
  animation-iteration-count: 1, 1, infinite !important;
  -webkit-animation-delay: 0s, 1s, 2s !important;
  -moz-animation-delay: 0s, 1s, 2s !important;
  animation-delay: 0s, 1s, 2s !important;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
.slogan span {
  display: block;
  width: 100%;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink-start {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
@-moz-keyframes blink-start {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
@keyframes blink-start {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink-end {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
@-moz-keyframes blink-end {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
@keyframes blink-end {
  from, to {
    border-color: #27ae60;
  }
  50% {
    border-color: transparent;
  }
}
