#sp-top-bar a {
    color: #fff !important;
}
#sp-top-bar {
    background: linear-gradient(120deg, #d30f19, #ff2934, #d30f19) !important; /*linear-gradient(120deg, #0771DF, #128bfc, #18bef1) !important;*/
    color: #fff !important;
}
#sp-header, #sp-header .logo {
    height: 85px !important;
}
#sp-footer, #sp-bottom {
border-top: 2px solid #D5131B;
    background-color: #F2F2F2;
    padding: 20px 0;
}
#sp-footer a {
    color: #d30f19 !important;
}
.logo-image {
    height: 55px !important;
}
.sppb-articles-ticker-heading {
    background: #d30f19 !important;
    justify-content: right !important;
}
.sppb-articles-ticker {
    background: linear-gradient(120deg, #fff, #fff, #d30f19) !important; /*linear-gradient(120deg, #18bef1, #0771DF, #128bfc) !important;*/
}
.sppb-articles-ticker-text a {
    color: #0f8bd3 !important;
}
.sppb-articles-ticker-text a:hover {
    color: green !important;
}
.sppb-articles-ticker-heading svg path {
    fill: #d30f19 !important;
}
.sp-megamenu-parent {
    margin-top: 11px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: blue;
    font-size: 15px;
    text-shadow: 2px 2px 5px #00f6ff !important;
    text-transform: uppercase;
    font-family: Cagliostro, Trebuchet MS;
}
#tracking-card, #transit-card {
    border-color: #d30f19 !important;
}
.title {
    max-width: fit-content;
    padding: 4px 8px;
    margin-top: -35px;
    background: #d30f19;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
}
.text-theme {
    color: #D30f19 !important;
}
.bg-theme {
    background-color: #D30f19 !important;
}