.slider-wrapper::after {
  content: "";
  display: table;
  clear: both
}

.slider-wrapper .slider-container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.slider-wrapper .slider-container:after {
  clear: both;
  content: " ";
  display: table
}

.hero-wrap-title .hc_btn.color-bg {
  transition: all .6s ease-in-out
}

.hc_btn.color-bg span {
  font-family: 'Poppins';
  color: black;
}

.slider-wrapper .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.slider-wrapper .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slider-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.slider-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

.slider-wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.slider-wrapper .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.slider-wrapper .fl-wrap {
  float: left;
  width: 100%;
  position: relative
}

.slider-wrapper .full-height {
  height: 100%
}

.slider-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: 2
}

.no-padding {
  padding: 0 !important
}

.hero-scroll-down-notifer {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 10px
}

.hero-scroll-down-notifer i {
  position: absolute;
  bottom: -40px;
  left: 6px;
  width: 100%;
  color: #fff;
  font-weight: 100
}

.scroll-down-wrap {
  float: left;
  position: relative
}

.mousey {
  float: left;
  width: 20px;
  height: 30px;
  border-radius: 6px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: relative;
  z-index: 10
}

.mousey:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 8px;
  left: 50%;
  background: rgba(255, 255, 255, 0.4)
}

.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite
}

.hero-wrap {
  height: 650px
}

.hero-wrap-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero-wrap-container .overlay {
  opacity: .4
}

.hero-wrap-container .hero-scroll-down-notifer {
  right: auto;
  bottom: -100px;
  left: 0
}

.hero-wrap-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10
}

.hero-wrap-title_item h2 {
  font-size: 34px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 60px
}

.hero-wrap-title_item h4 {
  font-size: 11px;
  text-align: left;
  float: left;
  max-width: 550px;
  padding-top: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.75
}

.hero-wrap-title_item h3 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: 'Poppins'
}

.hero-wrap-title_item h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 40px;
  height: 4px;
  z-index: 2
}

.hero-wrap-title_item h3:after {
  content: '';
  position: absolute;
  left: 40px;
  height: 1px;
  width: 80px;
  top: -27px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5)
}

.fs-slider-item {
  overflow: hidden
}

.slider-progress-bar {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 20
}

.play-pause_slider {
  position: absolute;
  right: 60px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 28px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-size: 10px;
  border-radius: 2px;
  text-align: center
}

.hsc_pp.auto_actslider i:before {
  content: "\f04c"
}

.circ {
  transform: scale(1.0) rotate(-90deg);
  transition: transform .3s ease;
  z-index: 3;
  position: relative
}

.circ circle {
  stroke-dasharray: 440px
}

.circ1 {
  stroke-dashoffset: 440px
}

.slider-progress-bar.act-slider .circ1 {
  stroke-dashoffset: 220px;
  transition: linear 6s stroke-dashoffset
}

.hero-slider-pagination {
  position: absolute;
  bottom: 40px;
  right: 120px;
  z-index: 20
}

.hwt_dec {
  position: absolute;
  left: -30px;
  width: 50%;
  top: -12px;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1
}

.hwt_dec:before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 80px;
  height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.hc_btn {
  float: left;
  padding: 15px 35px;
  color: #292929;
  font-size: 11px;
  font-weight: 600;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: #afab9c 0 3px 8px
}

.hc_btn:hover {
  background: #292929
}

.hero-slider-cont {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  cursor: pointer;
  text-align: center;
  transition: all .5s ease-in-out
}

.hero-slider-cont:hover {
  background: #f7b90f;
  transition: all .5s ease-in-out
}

.hero-slider-cont:hover i {
  color: black
}

.hero-slider-cont-next {
  right: 60px
}

.hero-slider-cont-prev {
  left: 60px
}

.hero-slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #999;
  margin: 0 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  border-radius: 100%;
  transition: all 300ms ease-out
}

.hero-slider-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 12px !important
}

.hero-slider-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: all 300ms ease-out;
  transform: scale(0)
}

.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1.0)
}

.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.darkbg_2 {
  background: #222
}

@media only screen and (max-width:1470px) {
  .hero-wrap .hero-slider-cont-prev, .hero-wrap .hero-slider-cont-next {
    left: auto;
    right: 40px;
    top: 100%;
    margin-top: -60px
  }

  .play-pause_slider {
    right: 82px;
    bottom: 20px
  }

  .hero-wrap .hero-slider-cont-prev {
    right: 124px
  }

  .hsp_mob {
    right: 184px;
    bottom: 32px
  }
}

@media only screen and (max-width:756px) {
  .hero-wrap-title_item h2 {
    font-size: 30px;
    line-height: 45px
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .slider-wrapper .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center
  }
}

.slider-wrapper .color-bg, .slider-wrapper .hero-slider-pagination .swiper-pagination-bullet, .slider-wrapper .hero-wrap-title_item h3:before {
  background: #f7b90f
}

.hero-scroll-down-notifer i, .hero-wrap-title_item h3, .hero-slider-cont, .hero-wrap-title_item h2 span, .play-pause_slider, .hc_btn:hover {
  color: #f7b90f
}

@keyframes scroll {
  0% {
    opacity: 0
  }

  10% {
    transform: translateY(0);
    opacity: 1
  }

  100% {
    transform: translateY(50px);
    opacity: 0
  }
}

.slider-wrapper* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.slider-wrapper :focus {
  outline: 0
}

.slider-wrapper .container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.slider-wrapper .container:before, .slider-wrapper .container:after {
  content: " ";
  display: table
}

.slider-wrapper .container:after {
  clear: both
}

@media (max-width:992px) {
  .hwt_dec {
    width: 100%;
  }
}
