footer b,
footer strong {
    color: #4bf593;
    text-shadow: 1px 1px 0 #515151;
    font-weight: 500;
}

footer {
    background-size: cover;
    position: relative;
    border-bottom: #dee2e6 solid 1px;
    background: rgba(50, 50, 50, 1) url('../../images/fbg.jpg') no-repeat center center;
    min-height: 350px;
    color: #f1f1f1;
    text-shadow: 1px 1px 1px #000;
    z-index: 1;
}
.footer-bg-block1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 39, 48, .55) url('../../images/fbg.jpg') no-repeat top center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 2;
}

footer p {
    color: #fafafa !important;
}

.footer-ng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.5;
    z-index: 2;
}
.footer-container {
    z-index: 5;
}
.fcompany {
    background-color: #f8f9fa;
    padding: 30px 0;
    text-align: center;
}