.elementor-kit-13 {
    --e-global-color-primary: #20957C;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #20957C;
    --e-global-color-c39b271: #FFFFFF;
    --e-global-typography-primary-font-family: "Barlow-Bold";
    --e-global-typography-primary-font-weight: 800;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

{
}
.uael-menu-item,
.uael-sub-menu-item,
.nav-link {
    position: relative;
    text-decoration: none;
}

    .uael-menu-item::after,
    .uael-sub-menu-item::after,
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0;
        height: 2px; /* Increased thickness */
        background-color: red; /* Preferred color */
        transition: width 0.3s ease-in-out;
        border-radius: 2px red; /* Optional: adds smooth edges */
    }

    .uael-menu-item:hover::after,
    .uael-sub-menu-item:hover::after,
    .nav-link:hover::after {
        width: 100%;
    }


h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }
}
