﻿@media (max-width: 767px) {
    #sp-header {
        top: 0px;
    }
}
@media (max-width: 991px) {
    #sp-header.full-header-center #offcanvas-toggler {
        top: 20px !important;
    }
}   
#sp-footer #sp-footer1 .sp-copyright, #sp-footer #sp-footer1 .sp-copyright a {
    font-family: 'Nunito';
}
html.error-page .error-code:before {
    content: none !important;
}
html.error-page .error-code {
    font-weight: 800 !important;
    font-family: 'Nunito' !important;
    color: #000 !important;
    letter-spacing: -5px !important;
}
html.error-page .error-message {
    color: #000;
}
body .btn.btn-error {
    color: #000 !important;
    border-color: #000 !important;
    background-color: #fff !important;
    border-radius: 60px !important;
}
 
