.hero-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 16, 82, 0);
    content: "";
    z-index: -1;
}

.about-footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 33px;
}

.footer-address ul li span {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 35px;
}

.footer-address p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.copyright {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}

.footer-blog .single-blog .rt-side .blog-time span {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-left: 27px;
}

.footer-blog .single-blog .rt-side .read-more span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 25px;
}