/* Name Box Banner */
.name-banner{
    display: inline-block;
    position: relative;
    border: none;
    color: #ffffff;
    font-size: 6rem !important;
    margin: 20px 30px;
}
.name-banner::before, .name-banner::after{
    content:"";
    width: 0px;
    height: 6px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ffffff;
    animation-fill-mode: forwards; 
}
span{
    display: block;
    padding: 25px 80px;
}
span::before, span::after{
    content:"";
    width:6px;
    height:0px;
    position: absolute;
    transition: all 0.2s linear;
    background: white;
    animation-fill-mode: forwards; 
}
.name-banner span::before,
.name-banner span::after {
    animation-name: left-right;
    animation-delay: 0s;
    animation-duration: .2s;
}
.name-banner::after,
.name-banner::before {
    animation-name: top-bottom;
    animation-delay: .2s;
    animation-duration: 1s;
}
.name-banner::before{
    right: 0;
    top: 0;
}
.name-banner::after{
    left: 0;
    bottom: 0;
}
.name-banner span::before{
    left: 0;
    top: 0;
}
.name-banner span::after{
    right: 0;
    bottom: 0;
}
@keyframes top-bottom {
    0% {width: 0px;}
    100%  {width: 90%}
}
@keyframes left-right {
    0% {height: 0px;}
    100%  {height: 100%}
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.footer ul {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding: 0px 0px 15px 0px;

}
.footer ul * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.7em 1.5em;
  padding: 0;
}
.footer a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.footer a:before,
.footer a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #2980b9;
  width: 0;
}
.footer a:before {
  top: 0;
  right: 0;
}
.footer a:after {
  bottom: 0;
  left: 0;
}
.footer a:hover,
.footer .current a {
  color: #ffffff;
}
.footer a:hover:before,
.footer .current a:before,
.footer a:hover:after,
.footer .current a:after {
  width: 100%;
}

/* Smoke Style */
@-moz-keyframes glow {
    from { box-shadow: 0 0 35px #2980b9; }
    to   { box-shadow: 0 0 60px green; }
}
@-webkit-keyframes glow {
    from { -webkit-box-shadow: 0 0 35px #2980b9; }
    to   { -webkit-box-shadow: 0 0 60px green; }
}
.strow {
  position: absolute;
  top: 65%;
  left: 49%;
  transform-style: preserve-3d;
  transform: rotateX(74deg) rotate(40deg) skew(-30deg);
  z-index:10;
}
.strow2 {
    position: absolute;
    top: 60%;
    left: 70%;
    transform-style: preserve-3d;
    transform: rotateX(74deg) rotate(40deg) skew(-30deg);
    z-index:10;
  }

.strow .smoke {
    width: 1px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 30px 30px 30px #fff, 30px 30px 30px #2980b9, 30px 30px 30px #2980b9;
    position: absolute;
    animation: smoke 2.5s ease-in-out infinite;
}
.strow2 .smoke {
    width: 1px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 30px 30px 30px #fff, 30px 30px 30px #2980b9, 30px 30px 30px #2980b9;
    position: absolute;
    animation: smoke 2.5s ease-in-out infinite;
}

.smoke-child:nth-child(1) {
  animation-delay: -0.1s;
  margin-top: -10px;
  margin-left: 5px;
}

.smoke-child:nth-child(2) {
  animation-delay: -0.2s;
  margin-top: -20px;
  margin-left: 10px;
}

.smoke-child:nth-child(3) {
  animation-delay: -0.3s;
  margin-top: -30px;
  margin-left: 15px;
}

.smoke-child:nth-child(4) {
  animation-delay: -0.4s;
  margin-top: -40px;
  margin-left: 20px;
}

.smoke-child:nth-child(5) {
  animation-delay: -0.5s;
  margin-top: -50px;
  margin-left: 25px;
}

.smoke-child:nth-child(6) {
  animation-delay: -0.6s;
  margin-top: -60px;
  margin-left: 30px;
}

.smoke-child:nth-child(7) {
  animation-delay: -0.7s;
  margin-top: -70px;
  margin-left: 35px;
}

.smoke-child:nth-child(8) {
  animation-delay: -0.8s;
  margin-top: -80px;
  margin-left: 40px;
}

.smoke-child:nth-child(9) {
  animation-delay: -0.9s;
  margin-top: -90px;
  margin-left: 45px;
}

.smoke-child:nth-child(10) {
  animation-delay: -1s;
  margin-top: -100px;
  margin-left: 50px;
}

.smoke-child:nth-child(11) {
  animation-delay: -1.1s;
  margin-top: -110px;
  margin-left: 55px;
}

.smoke-child:nth-child(12) {
  animation-delay: -1.2s;
  margin-top: -120px;
  margin-left: 60px;
}

.smoke-child:nth-child(13) {
  animation-delay: -1.3s;
  margin-top: -130px;
  margin-left: 65px;
}

.smoke-child:nth-child(14) {
  animation-delay: -1.4s;
  margin-top: -140px;
  margin-left: 70px;
}

.smoke-child:nth-child(15) {
  animation-delay: -1.5s;
  margin-top: -150px;
  margin-left: 75px;
}

.smoke-child:nth-child(16) {
  animation-delay: -1.6s;
  margin-top: -160px;
  margin-left: 80px;
}

.smoke-child:nth-child(17) {
  animation-delay: -1.7s;
  margin-top: -170px;
  margin-left: 85px;
}

.smoke-child:nth-child(18) {
  animation-delay: -1.8s;
  margin-top: -180px;
  margin-left: 90px;
}

.smoke-child:nth-child(19) {
  animation-delay: -1.9s;
  margin-top: -190px;
  margin-left: 95px;
}

.smoke-child:nth-child(20) {
  animation-delay: -2s;
  margin-top: -200px;
  margin-left: 100px;
}

.smoke-child:nth-child(21) {
  animation-delay: -2.1s;
  margin-top: -210px;
  margin-left: 105px;
}

.smoke-child:nth-child(22) {
  animation-delay: -2.2s;
  margin-top: -220px;
  margin-left: 110px;
}

.smoke-child:nth-child(23) {
  animation-delay: -2.3s;
  margin-top: -230px;
  margin-left: 115px;
}

.smoke-child:nth-child(24) {
  animation-delay: -2.4s;
  margin-top: -240px;
  margin-left: 120px;
}

.smoke-child:nth-child(25) {
  animation-delay: -2.5s;
  margin-top: -250px;
  margin-left: 125px;
}

.smoke-child:nth-child(26) {
  animation-delay: -2.6s;
  margin-top: -260px;
  margin-left: 130px;
}

.smoke-child:nth-child(27) {
  animation-delay: -2.7s;
  margin-top: -270px;
  margin-left: 135px;
}

.smoke-child:nth-child(28) {
  animation-delay: -2.8s;
  margin-top: -280px;
  margin-left: 140px;
}

.smoke-child:nth-child(29) {
  animation-delay: -2.9s;
  margin-top: -290px;
  margin-left: 145px;
}

.smoke-child:nth-child(30) {
  animation-delay: -3s;
  margin-top: -300px;
  margin-left: 150px;
}

@keyframes smoke {
  50% {
    transform: translateY(15px) translateX(-30px) translateZ(-30px) rotateX(15deg) rotate(15deg);
    box-shadow: 30px 30px 30px #2980b9, 30px 30px 30px #fff, 30px 30px 30px #2980b9;
  }
}
@keyframes smoke2 {
    50% {
      transform: translateY(15px) translateX(-30px) translateZ(-30px) rotateX(15deg) rotate(15deg);
      box-shadow: 30px 30px 30px #2980b9, 30px 30px 30px #fff, 30px 30px 30px #2980b9;
    }
  }
