footer .footer-social-inner-wrap svg path {
    fill: #fff;
}

footer .site-footer-section-2 #block-8 strong {
    color: rgb(98, 85, 72);
    font-size: 18px;
    line-height: 24px;
}

footer #nav_menu-5 h2 {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 22px;
    color: #625548;
}

footer #nav_menu-5 .menu-footer-menu-container ul li a {
    padding-bottom: 0.5rem;
    color: #625548bf;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

footer #nav_menu-5 .menu-footer-menu-container ul li a:hover {
    text-decoration: underline;
}

footer .ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 25px;
    height: 25px;
    transition: margin 700ms;
}

footer .ast-footer-social-1-wrap .ast-builder-social-element svg:hover {
    margin-top: -15px;
    transition: margin 700ms;
}

footer .ast-footer-social-1-wrap {
    display: flex;
}

footer .liststyle-hide li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
}

footer .site-below-footer-wrap {
    border-top: 1px solid #fff !important;
    padding: 10px 0;
}

footer .site-primary-footer-inner-wrap {
    justify-items: center !important;
}


#ast-scroll-top {
    background-color: #326b96;
    font-size: 15px;
    right: 15px;
    bottom: 75px;
}

footer .ast-footer-copyright {
    color: #fff;
}


.footer-widget-area .uagb-heading-text {
    font-family: 'Montserrat' !important;
}

.footer-widget-area .widget-title {font-family: 'Montserrat' !important;font-size: 22px !important; font-weight: 600; color: #fff;text-transform: capitalize;}
.menu-footer-main-menu-container ul li a {
    color: #fff;
}

@media(max-width:920px) {

    footer .site-footer-primary-section-3 {
        width: 100%;
    }

    footer .site-primary-footer-inner-wrap {
        justify-items: flex-start !important;
        gap: 10px !important;
    }

    footer .liststyle-hide li {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    footer .site-primary-footer-inner-wrap > div {
        width: 100%;
    }

    footer #block-7 {
        text-align: center;
    }

    footer .site-footer-section-1 {
        margin-bottom: 0 !important;
    }

    footer .liststyle-hide li {
        font-size: 14px;
        line-height: 24px;
    }

    footer #nav_menu-5 h2 {
        font-size: 18px;
    }
    
    footer #nav_menu-5 .menu-footer-menu-container ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    .site-footer-section-2 #block-12 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    .site-footer .site-footer-primary-section-3 h2.widget-title {
        line-height: 31.7px !important;
        font-size: 18px !important;
    }
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{
        grid-template-columns: 1fr;
    }
    footer #block-7 {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row .site-footer-primary-section-2, .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row .site-footer-primary-section-3 {
        width: 49%;
    }
}
