.swiper-container {
    position: absolute;
    z-index: 50;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.swiper-container .mouse {
    width: 20px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
 
    position: absolute;
    left: 15px;
 
}
.mouse a {
    display: block;
    height: 45px;
    text-decoration: none;
}
.swiper-container .mouse-wrapper {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 67px;
    width: 50px;
    height: 50px;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

 .mouse-scroll {
    position: absolute;
    display: block;
    top: 29%;
    left: 65%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: mouse-scrol-ann 2.5s linear infinite;
  -moz-animation: mouse-scrol-ann 2.5s linear infinite;
  animation: mouse-scrol-ann  2.5s linear infinite;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes mouse-scrol-ann {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }

}
@keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.TextMouse{
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: -11px;
    bottom: -36px;
}

.TextMouse:after{
    position: absolute;
    height: 50px;
    content: "";
    background: #fff;
    width: 1px;
    left: 18px;
    bottom: -55px;

}

