body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
}

a {
    color: #a80909;
    text-decoration: none;
}

a:hover {
    color: #a80909;
    text-decoration: none;
}

a:active  {
    color: #a80909;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    border: 1px solid #a80909;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding-top: 10px;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 0px;
}

.section-title h2 {
    font-size: 32px;
    /* font-weight: bold; */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #a80909;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #a80909;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.particular .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.particular .content ul {
    list-style: none;
    padding: 0;
}

.particular .content ul li {
    padding-left: 28px;
    position: relative;
}

.particular .content ul li+li {
    margin-top: 10px;
}

.particular .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #a80909;
    line-height: 1;
}

.particular .content p:last-child {
    margin-bottom: 0;
}

.particular .content .btn-learn-more {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #a80909;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #a80909;
}

.particular .content .btn-learn-more:hover {
    background: #a80909;
    color: #fff;
    text-decoration: none;
}


#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #a80909;
}