/** ------------------------------- *
** #region Default Slick Slider
** -------------------------------- */
* {
  min-height: 0;
  min-width: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/** Controls */
.slide-arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prev-arrow {
  left: -30px;
}
.next-arrow {
  right: -30px;
}
.slide-arrow::before {
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
  transition: all 0.25s ease;
  /*  background: background: var(--icon-sprite);
  background-size: 900px;
  width: 16px;
  height: 26px;  */
}
.prev-arrow::before {
  content: '\f060';
  /* content:''; */
  /* background-position: -797px -2px; */
}
.next-arrow::before {
  content: '\f061';
  /* content:''; */
  /* background-position: -825px -2px; */
}
.prev-arrow:hover::before {
  /* transform: translateX(-5px); */
}
.next-arrow:hover::before {
  /* transform: translateX(5px); */
}

/** Disabled slide controls when not infinite */
/* .slide-arrow.prev-arrow.slick-disabled::before {
  background-position: -740px -2px;
}
.slide-arrow.next-arrow.slick-disabled::before {
  background-position: -768px -2px;
} */

/** pager */
ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 50%;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 0;
}
ul.slick-dots li::before {
  background: transparent;
  border: 2px solid #9f9f9f;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: transparent;
  margin-left: unset;
}
ul.slick-dots li {
  font-size: 55px;
  margin: 0;
}
ul.slick-dots li.slick-active::before {
  background: var(--accent);
  border: 2px solid var(--accent);
}
ul.slick-dots button {
  display: none;
}

/** #endregion Default Slick Slider */

/** --------------------------- *
** #region Industries Slick Slider
** --------------------------- */
#home-serve .industries-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0;
  box-sizing: border-box;
}
#home-serve .prev-arrow,
#home-serve .prev-arrow::before {
  display: none;
}
#home-serve .next-arrow {
  /* right: -50px; */
  right: -28px;
}
#home-serve .next-arrow::before {
  content: '';
  background: var(--icon-sprite);
  background-size: 900px;
  background-position: -112px -270px;
  width: 28px;
  height: 28px;
  transition: 0.2s ease;
}
#home-serve .next-arrow:hover::before {
  transform: translateX(5px);
}

@media screen and (max-width: 1800px) {
  #home-serve .industries-list {
    max-width: 900px;
  }
}

@media screen and (max-width: 1630px) {
  #home-serve .industries-list {
    max-width: 850px;
  }
}

@media screen and (max-width: 1500px) {
  #home-serve .industries-list {
    max-width: 800px;
  }
}

@media screen and (max-width: 1450px) {
  #home-serve .industries-list {
    max-width: 700px;
  }
}

@media screen and (max-width: 1400px) {
  #home-serve .industries-list {
    max-width: 650px;
  }
}

@media screen and (max-width: 1250px) {
  #home-serve .industries-list {
    max-width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  #home-serve .industries-list {
    max-width: 550px;
  }
}

@media screen and (max-width: 1100px) {
  #home-serve .industries-list {
    max-width: 450px;
  }
}

@media screen and (max-width: 1050px) {
  #home-serve .industries-list {
    max-width: 600px;
  }
}

/* @media screen and (max-width: 950px) {
  #home-serve .industries-list {
    max-width: 600px;
  }
} */

@media screen and (max-width: 850px) {
  #home-serve .industries-list {
    max-width: 500px;
  }
}

@media screen and (max-width: 800px) {
  #home-serve .industries-list {
    max-width: 450px;
  }
}

@media screen and (max-width: 750px) {
  #home-serve .industries-list {
    max-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  #home-serve .industries-list {
    max-width: 250px;
  }
}

/** #endregion Industries Slick Slider */
