.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.services-products {
  background-color: #000000;
  min-height: 665px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

.services-products [data-aos^=fade][data-aos^=fade] {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

.services-products .title {
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 2;
  max-width: 100%;
}

.services-products .btn-arrow-white:after {
  content: "";
  width: 500px;
  top: -830px;
  height: 1000px;
  left: -200px;
  position: absolute;
  z-index: 1;
}

.services-products .services-products-slider {
  height: 100%;
  overflow: hidden;
}

.services-products .hover-img {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.services-products .hover-img:hover .single-item:before {
  opacity: 1;
}

.services-products .hover-img:hover .single-item .common-content {
  max-height: 300px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.services-products .single-item {
  padding: 20px 80px 50px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: auto;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  overflow: hidden;
}

.services-products .single-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.services-products .single-item .common-content {
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  max-height: 0px;
  position: relative;
}

.services-products .container {
  z-index: 1;
  position: relative;
  max-width: 100%;
  padding: 0;
}

.services-products .img-hover-animate {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.services-products .img-hover-animate:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
}

.services-products .img-hover-animate .single-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-products .img-hover-animate .single-img.active, .services-products .img-hover-animate .single-img:first-child {
  opacity: 1;
}

.services-products h2,
.services-products p,
.services-products .small,
.services-products h3,
.services-products h4,
.services-products .h4,
.services-products h5,
.services-products .h5,
.services-products .meta {
  color: #ffffff;
}

@media (min-width: 768px) {
  .services-products .single-item {
    background: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services-products {
    min-height: 620px;
  }
  .services-products .single-item {
    padding: 20px 15px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-products {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .services-products {
    min-height: 520px;
  }
  .services-products .title {
    left: 15px;
    top: 30px;
  }
  .services-products .single-item {
    padding: 20px 15px 50px;
    background: 50% 50%/cover no-repeat;
  }
  .services-products .single-item:before {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .services-products .img-hover-animate {
    display: none;
  }
}
/*# sourceMappingURL=services-products.css.map */