.banner-style-default .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin: 0 !important;
}
.banner-style-default .owl-dots .owl-dot {
  padding: 0;
  margin: 0 8px;
  outline: none;
  border: 0px solid #fff;
  background: none;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.banner-style-default .owl-dots .owl-dot span {
  border-radius: 100% !important;
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  transition: 0.3s ease-in-out;
}
.banner-style-default .owl-dots .owl-dot.active {
  padding: 4px;
  border: 2px solid #DA291C;
}
.banner-style-default .owl-dots .owl-dot.active span {
  background: #DA291C !important;
}
.banner-style-default .owl-dots .owl-dot:hover span {
  background: #DA291C !important;
}
.banner-style-default .item a {
  position: relative;
}
.banner-style-default .item a img {
  height: 620px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-style-default .item a .item-content {
  position: absolute;
  left: 50%;
  z-index: 2344;
  height: auto;
  bottom: 160px;
  margin: auto;
  transform: translateX(-50%);
  color: #fff;
}
.banner-style-default .item a .item-content p:last-child {
  margin-bottom: 0;
}
.banner-style-default .item a .item-main-content {
  width: 700px;
  font-weight: 500;
  font-size: 18px;
}
.banner-style-default .item a .item-title {
  margin-bottom: 20px;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 48px;
  line-height: 71px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.banner-style-default .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-style-default .item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (max-width: 960px) {
  .banner-style-default .item a {
    display: block;
  }
  .banner-style-default .item a img {
    height: 400px;
  }
  .banner-style-default .item a .item-main-content {
    font-size: 14px;
    width: 100%;
  }
  .banner-style-default .item a .item-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: normal;
  }
}/*# sourceMappingURL=slide.css.map */