.header-img {
    height: 77px;
}
.g20-img {
    height: 60px;
}
.bg-theme {
    background-color: #c02329;
}

.text-theme {
    color: #c02329;
}

.bg-black {
    background: #000;
}

.text-small {
    font-size: 11px;
    line-height: 1.5;
}
.text-medium {
    font-size: 13px;
    line-height: 1.5;
}

#navbarNav .nav-link {
    color: #fff;
    font-size: .8125rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

#navbarNav .nav-link.active {
    background-color: #87191d;
}

.list-no-style {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-list img {
    height: 50px;
    margin: 5px;
}

.bg-footer {
    background-color: #f3f3f3;
    border-top: 1px solid #d3d3d3;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, .7);
}

.rounded-bg {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.rounded-bg img {
    max-height: 30px;
}

.img-grayscale {
    filter: grayscale(1);
}

.img-mixblend-multiply {
    mix-blend-mode: multiply;
}

.text-justify {
    text-align: justify;
}
.custom-list {
    list-style: square;
}
.img-grayscale {
    filter: grayscale(1);
}

.img-mixblend-multiply {
    mix-blend-mode: multiply;
}

.text-justify {
    text-align: justify;
}
.heading::after{
    content: ' ';
    height: 2px;
    margin: 3px auto;
    display: block;
    width: 120px;
    max-width: 100%;
    background-color: #c02329;
}