/*============================================================================================
   Start Hero CSS
==============================================================================================*/
.hero.style-6 {
  padding-top: 24px;
}
.hero.style-6 .pg-inner .swiper-pagination {
  bottom: 0;
}
.hero.style-6 .swiper-container {
  padding-bottom: 40px;
}
.hero.style-6  .swiper-slide img {
	border-radius: 24px;
}

@media (max-width: 767px) {
  .hero.style-6 .intro-section .pg-inner .swiper-pagination {
    bottom: 0;
  }
  .hero.style-6 .pg-inner .swiper-pagination {
    bottom: 0;
    margin: 0;
    line-height: 0;
  }

  .hero.style-6 .swiper-container {
    padding-bottom: 20px;
  }

}
/*============================================================================================
   End Hero CSS
==============================================================================================*/
