
.hh-fade-slider {
  position: relative;
}
.hh-fade-slider:not(.slider-initialized) .slide:first-child {
  visibility: visible;
  position: relative;
}
.hh-fade-slider-track {
  position: relative;
  /*overflow: hidden;*/
}
.hh-fade-slider img {
  max-width: 100%;
}
.hh-fade-slider .hh-slide {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hh-fade-slider .hh-slide--current {
  visibility: visible;
  position: relative;
}
.hh-fade-slider .slider-arrows [data-prev],
.hh-fade-slider .slider-arrows [data-next] {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background-color: #fff;
  padding: 20px;
}
.hh-fade-slider .slider-arrows [data-prev]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.hh-fade-slider .slider-arrows [data-next]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media only screen and (max-width: 1050px){
.hh-fade-slider .slider-arrows [data-prev],
.hh-fade-slider .slider-arrows [data-next] {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
}
.hh-fade-slider .slider-arrows [data-prev]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.hh-fade-slider .slider-arrows [data-next]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
}

.hh-fade-slider .slider-arrows svg {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1050px){
  .hh-fade-slider .slider-arrows svg {
    width: 20px;
    height: 20px;
  }
}

.hh-fade-slider .slider-arrows [data-prev] {
  left: 10px;
}
.hh-fade-slider .slider-arrows [data-next] {
  right: 10px;
}
.hh-fade-slider .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 5;
}
.hh-fade-slider .slider-dots .hh-slide-dot {
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.hh-fade-slider .slider-dots .hh-slide-dot.hh-slide-dot--current {
  opacity: 1;
}
.hh-fade-slider .slider-dots .hh-slide-dot > div {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hh-fade-slider .slider-dots .hh-slide-dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slider-initialized .hh-slide--hidePrevious,
.slider-initialized .hh-slide--hideNext {
  visibility: visible;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.slider-initialized .hh-slide--hidePrevious,
.slider-initialized .hh-slide--hideNext {
  z-index: 2;
}

.slider-initialized .hh-slide--showPrevious,
.slider-initialized .hh-slide--showNext {
  z-index: 1;
}


/***---slider 2 start---***/
.hh-fade-slider2 {
  position: relative;
}
.hh-fade-slider2:not(.slider-initialized) .slide:first-child {
  visibility: visible;
  position: relative;
}
.hh-fade-slider2-track {
  position: relative;
  overflow: hidden;
}
.hh-fade-slider2 img {
  max-width: 100%;
}
.hh-fade-slider2 .hh-slide2 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hh-fade-slider2 .hh-slide--current {
  visibility: visible;
  position: relative;
}
.hh-fade-slider2 .slider-arrows [data-prev],
.hh-fade-slider2 .slider-arrows [data-next] {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background-color: #fff;
  padding: 20px;
}
.hh-fade-slider2 .slider-arrows [data-prev]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.hh-fade-slider2 .slider-arrows [data-next]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media only screen and (max-width: 1050px){
.hh-fade-slider2 .slider-arrows [data-prev],
.hh-fade-slider2 .slider-arrows [data-next] {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
}
.hh-fade-slider2 .slider-arrows [data-prev]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.hh-fade-slider2 .slider-arrows [data-next]:hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
}

.hh-fade-slider2 .slider-arrows svg {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1050px){
  .hh-fade-slider2 .slider-arrows svg {
    width: 20px;
    height: 20px;
  }
}

.hh-fade-slider2 .slider-arrows [data-prev] {
  left: 10px;
}
.hh-fade-slider2 .slider-arrows [data-next] {
  right: 10px;
}
.hh-fade-slider2 .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 5;
}
.hh-fade-slider2 .slider-dots .hh-slide-dot {
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.hh-fade-slider2 .slider-dots .hh-slide-dot.hh-slide-dot--current {
  opacity: 1;
}
.hh-fade-slider2 .slider-dots .hh-slide-dot > div {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hh-fade-slider2 .slider-dots .hh-slide-dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slider2-initialized .hh-slide2--hidePrevious,
.slider2-initialized .hh-slide2--hideNext {
  visibility: visible;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.slider2-initialized .hh-slide2--hidePrevious,
.slider2-initialized .hh-slide2--hideNext {
  z-index: 2;
}

.slider2-initialized .hh-slide2--showPrevious,
.slider2-initialized .hh-slide2--showNext {
  z-index: 1;
}
/***---slider 2 end---***/


/***---slider 3 start---***/
.hh-fade-slider3 {
  position: relative;
  height: 680px;
}
.hh-fade-slider3:not(.slider-initialized) .slide:first-child {
  visibility: visible;
  position: relative;
}
.hh-fade-slider3-track {
  position: relative;
  overflow: hidden;
}
.hh-fade-slider3 img {
  max-width: 100%;
}
.hh-fade-slider3 .hh-slide2 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hh-fade-slider3 .hh-slide--current {
  visibility: visible;
  position: relative;
}
.hh-fade-slider3 .slider-arrows [data-prev],
.hh-fade-slider3 .slider-arrows [data-next] {
  position: absolute;
  z-index: 4;
  top: 45%;
  transform: translateY(-90%);
  cursor: pointer;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 450px){
  .hh-fade-slider3 .slider-arrows [data-prev],
  .hh-fade-slider3 .slider-arrows [data-next] {
    position: absolute;
    z-index: 4;
    top: 22%;
    transform: translateY(-90%);
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
  }
}

.hh-fade-slider3 .slider-arrows [data-prev]:hover {
  position: absolute;
  z-index: 4;
  top: 45%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media only screen and (max-width: 450px){
  .hh-fade-slider3 .slider-arrows [data-prev]:hover {
    position: absolute;
    z-index: 4;
    top: 22%;
    transform: translateY(-90%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
  }
}

.hh-fade-slider3 .slider-arrows [data-next]:hover {
  position: absolute;
  z-index: 4;
  top: 45%;
  transform: translateY(-90%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media only screen and (max-width: 450px){
  .hh-fade-slider3 .slider-arrows [data-next]:hover {
    position: absolute;
    z-index: 4;
    top: 22%;
    transform: translateY(-90%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
  }
}

.hh-fade-slider3 .slider-arrows svg {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1050px){
  .hh-fade-slider3 .slider-arrows svg {
    width: 20px;
    height: 20px;
  }
}

.hh-fade-slider3 .slider-arrows [data-prev] {
  left: 10px;
}
.hh-fade-slider3 .slider-arrows [data-next] {
  right: 10px;
}
.hh-fade-slider3 .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  z-index: 5;
}
@media only screen and (max-width: 450px){
  .hh-fade-slider3 .slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 445px;
    z-index: 5;
  }
}
@media only screen and (max-width: 360px){
  .hh-fade-slider3 .slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 480px;
    z-index: 5;
  }
}

.hh-fade-slider3 .slider-dots .hh-slide-dot {
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.hh-fade-slider3 .slider-dots .hh-slide-dot.hh-slide-dot--current {
  opacity: 1;
}
.hh-fade-slider3 .slider-dots .hh-slide-dot > div {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hh-fade-slider3 .slider-dots .hh-slide-dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slider3-initialized .hh-slide3--hidePrevious,
.slider3-initialized .hh-slide3--hideNext {
  visibility: visible;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.slider3-initialized .hh-slide3--hidePrevious,
.slider3-initialized .hh-slide3--hideNext {
  z-index: 2;
}

.slider3-initialized .hh-slide3--showPrevious,
.slider3-initialized .hh-slide3--showNext {
  z-index: 1;
}
/***---slider 3 end---***/

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}