.testimonial-swiper .swiper-pagination{position:relative;bottom:0;margin-top:50px;text-align:center}.testimonial-swiper .swiper-pagination-bullet{width:20px;height:20px;background-color:#fed7c6;opacity:1;border-radius:50%;position:relative;overflow:hidden}.testimonial-swiper .swiper-pagination-bullet-active{background-color:#f95c19}.testimonial-swiper .swiper-pagination-bullet:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f95c19}.testimonial-swiper .swiper-pagination-bullet-active:before{animation:fillBullet 2.5s linear forwards}@keyframes fillBullet{0%{width:0}to{width:100%}}