#banner-slider .slide-image {
  margin: auto;
  width: 100%;
  height: 100%;
  animation: imagescale 10s ease-in-out infinite alternate;
  -webkit-animation: imagescale 10s ease-in-out infinite alternate;
  -moz-animation: imagescale 10s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 10s ease-in-out infinite alternate;
}

@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

.bs-slider {
  overflow: hidden;
  position: relative;
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.bs-slider > .carousel-inner > .item > a > img,
.bs-slider > .carousel-inner > .item > img {
  margin: auto;
  width: 100%;
}

.carousel-fade {
  opacity: 1;
}

.carousel-fade .carousel-item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 100px;
  z-index: 100;
  color: #fff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 100px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: 0 0;
  text-align: center;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 0;
}

.control-round .carousel-control.right {
  right: 0;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  border: 0 transparent;
  background: rgba(0, 0, 0, 0.4);
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

.indicators-line > .carousel-indicators {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
  border: 1px solid #9e9e9e;
  padding: 0;
  width: 15px;
  height: 15px;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.slide-text {
  top: 23%;
  margin: auto;
  position: absolute;
  text-align: left;
}

.slide-text > h2 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  font-weight: 600;
  color: #ec215b;
}

.slide-text > p {
  margin: 5px 0;
  width: 400px;
  opacity: 0.8;
  font-size: 110%;
  z-index: 9999;
}

.banner-2 .slide-text {
  top: 30%;
}

.banner-3 .slide-text {
  top: 35%;
}

@media only screen and (max-width: 1199.98px) {
  .slide-text {
    top: 25%;
  }
}

@media only screen and (max-width: 991.98px) {
  .slide-text {
    top: 20%;
  }

  .slide-text > p {
    font-size: 100%;
  }

  .slide-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .banner-2 .slide-text,
  .banner-3 .slide-text {
    top: 27%;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slide-text {
    top: 25%;
    text-align: center;
  }

  .slide-text h2 {
    margin-bottom: 10px;
    line-height: 35px;
  }

  .slide-text > p {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .slide-text .btn {
    margin-top: 10px;
  }

  .control-round .carousel-control {
    display: none;
  }

  .banner-2 .slide-text {
    top: 22%;
  }
}

@media only screen and (max-width: 575.98px) {
  .slide-text {
    display: none;
  }
}

@media (max-width: 480px) {
  .bs-slider .button,
  .indicators-line > .carousel-indicators {
    display: none;
  }
}
