The image above the footer is not displaying properly.
Screenshot:
Image appears below the footer
https://i.stack.imgur.com/RvSqI.png
Source Code
.footer-area {
background-position: center;
position: relative;
z-index: 5; }
.footer-area::before {
position: absolute;
content: '';
bottom: 0;
left: 0;
height: 50pc;
width: 100%;
background-image: url(../images/footer-bg.svg);
background-position: center;
overflow: hidden;