@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  background: #fff;
}


swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  color: #4F9AA1 !important;
}

.services {
  filter: grayscale(1);
}

.owl-stage-outer {
  padding: 10px;
}

.carousel_next-prev-home {
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.owl-carousel a:hover img {
  filter: none;
}

.owl-carousel-blog a:hover img {
  filter: none;
}
