.site-footer {
    color: #fff;
}

.site-footer .widget-title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.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-size: 16px;
    color: rgba(var(--text-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: rgb(var(--text-dark));
}

.footer-top .widget a:hover {
    color: rgb(var(--primary-color));
}

.footer-bottom {
    border-top: 1px solid rgba(47,87,110, .15);
    padding: 25px 0;
}

.site-footer .c20_social {
    justify-content: center;
}

.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) {

}

