/*home-star*/
.home-slides .swiper-slide-contents {
    width: 1400px;
    margin: auto;
}
.home-slides .elementor-slide-heading {
    text-shadow: 0px 0px 6px rgba(0, 40, 127, 0.5);
    margin-bottom: 60px !important;
}
.home-cs .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 36px;
    height: 10px;
    border-radius: 5px;
    background: #dddddd;
    opacity: 1;
}
.home-cs .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--e-global-color-primary);
}
/*home-end*/