.banner-style1 .tp-banner-slide-item {
  position: relative;
  display: block;
}
.banner-style1 .tp-banner-slide-item .tp-banner-slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, #000 100%);
  transition: all 0.001s linear 0s;
}
.banner-style1 .tp-banner-slide-item .tp-banner-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 2;
}
.banner-style1 .tp-banner-slide-item .tp-banner-title {
  transition: all 0.03s linear 0s;
}
.banner-style1 .tp-banner-slide-item .tp-banner-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.03s linear 0s;
}

.banner-style2 .tp-banner-slide-item .tp-banner-slide-item-img {
  position: relative;
  z-index: 1;
}
.banner-style2 .tp-banner-slide-item .tp-banner-slide-abs-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ac643b;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.001s linear 0s;
}
.banner-style2 .tp-banner-slide-item .tp-banner-slide-content {
  padding: 40px;
}
.banner-style2 .tp-banner-slide-item .tp-banner-subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.banner-style2 .tp-banner-slide-item .tp-banner-title {
  color: #fff;
  font-size: 56px;
  margin-bottom: 15px;
}
.banner-style2 .tp-banner-slide-item .tp-banner-desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.banner-style2 .tp-banner-slide-item .tp-banner-btn a {
  margin-top: 20px;
  color: #00100b;
  font-size: 16px;
  display: inline-block;
  padding: 15px 25px;
  background: #ffc107;
}
.banner-style2 .tp-banner-slide-item .tp-banner-btn a:hover {
  background: #fff;
  color: #00100b;
}
.banner-style2 .grid-item.swiper-slide.swiper-slide-active .tp-banner-slide-abs-content {
  opacity: 1;
  visibility: visible;
}

.tp-banner-slide-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
}/*# sourceMappingURL=banner.css.map */