body {
    font-family: Poppins, sans-serif;
}

.active-nav {
    color: #c4161c !important;
    font-weight: 600;
    border-bottom: 3px solid #c4161c;
}

.title-line {
    width: 70px;
    height: 4px;
    background: #c4161c;
    margin: 20px 0;
}

.services {
    background: #f8e7e9;
}

.bg-maron {
    background: #c4161c;
    color: white;
}

.footer {
    background: #111;
    color: white;
}

#tes {
    color: #c4161c;
}

#bg-visi {
    background-color: #800000;
    color: white;
}

.footer a.text-secondary:hover {
    color: #fff !important;
    transition: 0.3s ease;
}

.footer .hover-danger:hover {
    color: #AF101A !important;
    transition: 0.3s ease;
}