.site-footer .widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--primary-font);
    font-weight: 700;
}

.site-footer .widget_nav_menu ul  {
    padding-left: 0;
}

.site-footer .widget_nav_menu ul li {
    list-style: none;
}
.site-footer .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 10px;
}

.site-footer .widget_nav_menu ul li a {
    font-weight: 700;
    color: rgb(var(--primary-color));
}

.footer-top .col-md-4 .menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-top .col-md-4 .menu > li {
    width: 50%;
}

.footer-top .widget:not(:last-child) {
    margin-bottom: 40px;
}

.footer-top .widget,
.footer-top .widget a {
    color: #fff;
}

.footer-top .widget a:not(.btn):hover {
    color: rgb(var(--primary-color));
}

.footer-bottom {
    border-top: 1px solid rgba(47,87,110, .15);
    padding: 25px 0;
}

.c20-footer-nav-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.c20-footer-nav-wrap ul li {
    list-style: none;
    margin-right: 15px;
}

.c20-footer-nav-wrap ul li a {
    font-size: 16px;
    text-decoration: underline; 
}

.copyright {
    font-size: 15px;
    line-height: 1.5;
}

.copyright p {
    margin-bottom: 0;
}

.copyright,
.copyright a {
    color: rgb(var(--secondary-color));
}


@media screen and (max-width: 1199px) {

    .site-footer .widget:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) {

}

