.home-gallery-slider .item picture img {
  transition: 0.3s ease;
}

.home-gallery-slider .item:hover picture img {
  transform: translateY(0px) scaleX(1.06) scaleY(1.1);
}

.home-gallery-slider .owl-stage {
  padding: 50px 0;
}

.home-gallery-slider .owl-nav button.owl-next .arrow-next svg {
  transform: rotate(180deg);
}

.home-gallery-slider .owl-nav button svg path {
  transition: 0.3s ease;
}

.home-gallery-slider .owl-nav button {
  margin: 0 !important;
  background: #B9B2B5 !important;
  height: 60px;
  width: 60px;
  border-radius: 100% !important;
  transition: 0.3s ease;
}

.home-gallery-slider .owl-nav button:hover {
  background: #638dab !important;
}
.home-gallery-slider * {
  touch-action: manipulation;
}
.home-gallery-slider .owl-nav button:hover svg path {
  fill: #fff !important;
}

.home-gallery-slider .owl-nav {
  max-width: 1390px;
  margin: auto !important;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.home-gallery-slider.services-gallery-slider a[data-lightbox] img {
  height: 452px;
  width: 452px;
  object-fit: cover;
  object-position: center;
}
.services-gallery-slider .owl-stage {
    padding: 0;
}
.services-gallery-slider {
    margin-top: -22px;
}

@media only screen and (max-width: 1199px) {
  .home-gallery-slider.services-gallery-slider {
    padding-bottom: 48px;
    padding-top: 10px;
    margin: 0;
  }
  .home-gallery-slider.services-gallery-slider a[data-lightbox] img {
    height: 382px;
  }
}

@media only screen and (max-width: 767px) {
  .home-gallery-slider .owl-stage {
    padding: 50px 0 100px;
  }
  .home-gallery-slider .owl-nav {
    top: unset;
    bottom: 30px;
    justify-content: space-around;
  }
  .home-gallery-slider .item:hover picture img {
    transform: unset;
  }
}
@media only screen and (max-width: 649px) {
  .home-gallery-slider.services-gallery-slider a[data-lightbox] img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .home-gallery-slider .owl-nav button {
    height: 50px;
    width: 50px;
  }

  .home-gallery-slider .owl-nav button svg{
    width: 25px;
  }
}
@media only screen and (max-width: 413px) {
  .home-gallery-slider.services-gallery-slider a[data-lightbox] img {
      height: 350px;
  }
}