.gallery-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .gallery-title {
    margin-bottom: 30px;
  }
}
  
.gallery-page .img-wrap {
  position: relative;
  margin-bottom: 30px;
}
.gallery-page .img-wrap figure {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.gallery-page .img-wrap figure img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
}
.gallery-page .img-wrap figure img::before {
  position: absolute;
  content: "";
  display: block;
  padding-top: 56%;
}
.gallery-page .img-wrap figure::before {
  content: "";
  display: block;
  padding-top: 55.2995391705%;
}
.gallery-page .img-wrap figure::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(13, 52, 46, 0.231372549) 45%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-page .img-wrap .play-wrap {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.gallery-page .img-wrap .play-wrap i {
  font-size: 37px;
}
@media (max-width: 767.9px) {
  .gallery-page .img-wrap .play-wrap {
    bottom: 45%;
    left: 45%;
  }
}
.gallery-page .gallery {
  margin-top: 3.125rem;
}
@media (max-width: 767.9px) {
  .gallery-page .gallery {
    margin-top: 1.875rem;
  }
}
.video-testimonial-wrap a p{
  color:#000000;
  transition: all 0.2s ease-in;
  font-size: 18px;
  
}
.video-testimonial-wrap .img-wrap figure{
  margin-bottom: 1rem;
}
@media (max-width:991.98px){
  .gallery-page{
  padding-top: 35.5px ;
  }
  .load-more.gallery-load{
    margin-bottom: 70px;

  }
}
@media (min-width: 1200px) {
  .video-testimonial-wrap  a:hover p{
    color:#BF4E31;
  }
}