.footer-cover-slashed{
    background: #4d32bb;
    /*background-color: #53ff0770;*/
    /*background-image: url('../images/home-down-bg.jpg');*/
    clip-path: polygon(0 0%, 0% 110%, 100% 100%, 100% 10%);
    -webkit-clip-path: polygon(0 0%, 0% 110%, 100% 100%, 100% 10%);
    padding-top: 50px;
    margin-top: -80px;
    background-size: contain;
    /*min-height: 1000px;*/
    color: #fff;

}
.footer-cover-slashed a, .header-bg a{
    color: #fff;
}
.footer-cover-slashed-below{
    /*background: #4d32bb;*/
    background-color: #53ff0770;
    /*background-image: url('../images/home-down-bg.jpg');*/
    background-size: contain;
    height: 500px;
}
.header-bg{
    background: #4d32bb;
    /*background-color: #ffda07ec;*/
    border-bottom: 2px solid #333;
} 
a{
    text-decoration: dashed !important;
    font-weight: 500;
}