/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: white;
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
  color: #687187;
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #ff5e14;
}

.hero-slider .slide-subtitle span {
  background-color: #e8e8e8;
  display: inline-block;
  font-size: 10px;
  font-size: 0.66667rem;
  font-weight: 600;
  color: #687187;
  padding: 8px 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero-slider .slide-subtitle span {
    padding: 5px 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .hero-slider .slide-subtitle {
    text-align: center;
  }
}

.hero-slider .slide-title {
  max-width: 600px;
}

@media (max-width: 991px) {
  .hero-slider .slide-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-title h2 {
  font-size: 80px;
  font-size: 5.33333rem;
  color: #fff;
  margin: 0.57em 0;
}

.hero-slider .slide-title h2 span {
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-slider .slide-text {
  max-width: 560px;
}

@media (max-width: 991px) {
  .hero-slider .slide-text {
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-slider .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-slider .slide-btns > a:first-child {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .hero-slider .slide-btns {
    margin: 0 auto;
    text-align: center;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

/*-------------------------------------
	#hero-style-1
-------------------------------------*/
.hero-style-1,
.hero-style-2,
.hero-style-3 {
  height: 890px;
}

@media (max-width: 991px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-1 .slide-inner .container,
  .hero-style-2 .slide-inner .container,
  .hero-style-3 .slide-inner .container {
    padding-top: 20px;
  }
}

/*-------------------------------------
	#hero-style-2
-------------------------------------*/
.hero-style-2,
.hero-style-3 {
  height: calc(100vh - 139px);
  min-height: 600px;
}

@media (max-width: 991px) {
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
    min-height: 500px;
  }
}

.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
  margin: -0.2em 0 0.3em;
}

@media (max-width: 767px) {
  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    margin: -0.2em 0 0.57em;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-inner .container,
  .hero-style-3 .slide-inner .container {
    padding-top: 0;
  }
}

/*-------------------------------------
	#hero-style-3
-------------------------------------*/
.hero-style-3 {
  height: 700px;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text,
.hero-style-3 .slide-btns {
  margin: 0 auto;
  text-align: center;
}
