footer:before{
    content: " ";
    display: block;
    height:40px;
    background: #e2001a;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
    position: absolute;
    top:0;
    width: 100%;
}

footer *{
    font-size: 18px;
}

footer{
    position: relative;
    overflow: hidden;
}

footer .h4{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

footer .h5{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

footer a{
    color:#000;
}

footer .triangle{
    position: absolute;
    right:0;
    top:50px;
    width: 0;
    border-left: 500px solid transparent;
    border-bottom: 500px solid #e2001a;
    z-index: 15;
    pointer-events: none;
}


footer .triangle--border{
    position: absolute;
    right:0;
    top:46px;
    width: 0;
    border-left: 500px solid transparent;
    border-bottom: 500px solid #000;
    z-index: 14;
    pointer-events: none;
}


.footer__social a{
    display: contents;
    line-height:35px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer__social a i {
    transition: all 0.3s ease;
    color:#000;
    font-size: 35px;
}

.footer__social a i:hover {
    transition: all 0.3s ease;
    color:#e2001a;
}

footer .footer__social a:hover:after {
    display: none;
}

@media (max-width: 767.98px) {

}