/*================= Infinite Loop For Object Image =======================*/
.img-infinite-loop img {
    -webkit-animation: 5s rotate linear infinite;
    animation: 10s rotate linear infinite;
}

/*================= Infinite Loop For Object Image =======================*/
.list-item-rotate .elementor-icon-list-items {
    display: flex;
    transform: rotate(-90deg);
    column-gap: 15px;
}

/* ============= Process Box =================== */
.process_box:hover .elementor-widget-container .elementor-heading-title {
    color: #fff !important;
}
.process_box:hover .elementor-widget-container p.elementor-heading-title {
    color: #919eab !important;
}