/*
Theme Name: Harmony Theme
*/
.footer-form-wrap:after{
content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 63%;
    width: 100px;
    height: 100px;
    background: #287792;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}