.overlay-gradient {
    background: radial-gradient(circle at center,
            rgba(7, 146, 230, 0.85),
            rgba(11, 17, 55, 0.85));
    background-size: 220% 220%;
    animation: circularMove 15s linear infinite;
}

@keyframes circularMove {
    0% {
        background-position: 50% 0%;
    }

    25% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 50% 100%;
    }

    75% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 50% 0%;
    }
}



.pricing-s1 .inner {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8849e3+0,4991e3+100&0.7+0,0.7+100 */

    background: -moz-linear-gradient(30deg, rgba(60, 34, 123, 0.7) 0%, rgba(234, 5, 98, 0.7) 30%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(30deg, rgba(60, 34, 123, 0.7) 0%, rgba(234, 5, 98, 0.7) 30%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(30deg, rgba(60, 34, 123, 0.7) 0%, rgba(234, 5, 98, 0.7) 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808849e3', endColorstr='#804991e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}



.filter {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8849e3+0,4991e3+100&0.5+0,0.5+100 */

    background: -moz-linear-gradient(45deg, rgba(60, 34, 123, 0.5) 0%, rgba(234, 5, 98, 0.5) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(45deg, rgba(60, 34, 123, 0.5) 0%, rgba(234, 5, 98, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(45deg, rgba(60, 34, 123, 0.5) 0%, rgba(234, 5, 98, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808849e3', endColorstr='#804991e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}