/*----------------------------------------*/
/*  7.18 gallery
/*----------------------------------------*/
.tp-gallery-item {
  position: relative;
}
.tp-gallery-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(7, 21, 22, 0.2);
  top: 0;
  left: 0;
}
.tp-gallery-item img {
  border-radius: 16px;
}
.tp-gallery-space {
  height: 950px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gallery-space {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gallery-space {
    height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gallery-space {
    height: 450px;
  }
}
@media (max-width: 574.98px) {
  .tp-gallery-space {
    height: 250px;
  }
}
.tp-gallery-wrap {
  animation: TestimonialScroll 20s linear infinite;
  animation-duration: 20s;
}
.tp-gallery-wrap-2 {
  animation: TestimonialScroll2 20s linear infinite;
  animation-duration: 32s;
}
