/* header - top bar */
.header-time ul{
    display: flex;
    gap: 16px;
}
.mobile-header-btn .elementor-button-wrapper a {
    width: 100%;
}

/* mobile menu */

.off-canvas-menu-cls ul li.dropdown-open i
 {
    transform: rotate(180deg);
    left: -5px;
}


/* footer */

.footer-list-cls ul li.menu-item a:hover {
    color: #00A5B8 !important;
}

.footer-list-cls ul li.menu-item a.active {
    color: #00A5B8 !important;
}


