.client-dot .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vw;
  background: rgba(11, 7, 5, 0.1);
  transition: all ease 0.5s;
}

.client-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background: #eabc4c !important;
  border-radius: 100vw;
}

.team-dot .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vw;
  background: rgba(11, 7, 5, 0.1);
  transition: all ease 0.5s;
}

.team-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background: #eabc4c !important;
  border-radius: 100vw;
}

.hero-main_heading,
.hero-main_subheading,
.button-hero {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.blog_content_btn_wrap:hover .blog_content_btn_icon {
  transform: translateX(10px);
}
