.our-sevices .swiper-pagination-bullet {
  background-color: rgba(30, 46, 86, 0.6);
  width: 40px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
}

.our-sevices .swiper-slide{
  background-color: #e6e7e8;
  transition: all 300ms ease-in-out;
}

.our-sevices .swiper-pagination-bullet-active {
  background-color: #af2724;
}
.our-sevices .swiper-slide-active{
  background-color:#11113d;
  
}
.our-sevices .swiper-slide-active h4{
  color: #af2724;
  
}
.our-sevices .swiper-slide-active p{
  color: white;
  
}

.happy-client-slider .swiper-pagination-bullet {
  background-color: grey;
  width: 40px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
}

.happy-client-slider .swiper-pagination-bullet-active {
  background-color: #af2724;
}