.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.slide-content{
	max-width: 700px;
	width: 100%;
  color: #fff;
}
.slide-content h1 {
  font-size: 56px;
  color: #fff;
  text-shadow: 2px 2px #000;
}
.hero-slider{
  position: relative;
}
.hero-slider .swiper{
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero-slide{
  position: relative;
  height: 100%;
}
.hero-slide-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  z-index: 2;
}
.sliderbg {
	position: absolute;
  	left: 0;
  	right: 0;
  	top: 160px;
  	z-index: 6;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next,
.hero-slider .swiper-pagination{
  z-index: 7;
}
.sliderbtm {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 200;
}
.sliderbtm img {
	width: 100%;
	height: auto;
}
