/* -------------------------------------------- */
/*  Site Footer  */
/* -------------------------------------------- */

.site-footer{
    border-top: 0.5px solid rgba(0, 0, 0, 0.5);

    font-family: var(--font-family-primary);
}
.site-footer .top-section{
    background-color: #FDFDFD;
    color: #0B0B16;

    font-weight: 400;
    font-size: 13px;

    padding: 30px 0;

}
.site-footer .bottom-section{
    background-color: #201F24;
    color: #828CA0;

    font-weight: 400;
    font-size: 13px;

    padding: 15px 0;
}
.site-footer .bottom-section a{
  color: #828CA0;
}
.site-footer a:hover{
  color: var(--primary-color);
}
.site-footer .top-section h6{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;

    color: #828CA0;
}
.site-footer .top-section a{
    color: #0B0B16;

    /* opacity: 0.8; */
}
.site-footer a:hover{
    color: var(--primary-color);
}
