.boxed-btn {
    background: #fc3f00 !important;
    color: #fff !important;
    border-color: #fc3f00 !important;
}

.boxed-btn:hover {
    background: #e6373d !important;
    border-color: #e6373d !important;
    color: #fff !important;
}

a,
a:visited {
    color: #635c5c;
}

a:hover,
a:focus {
    color: #fc3f00;
}
