

/* Background overlay */
.bg-overlay {
    position: relative;
}

    .bg-overlay .row {
        position: relative;
        z-index: 199;
    }

    .bg-overlay:after {
        background-color: #00247e;
		opacity:60%;
        z-index: 0;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .bg-overlay.overlay-color:after {
        background-color: rgba(15, 39, 101, 0.85);
    }

    .bg-overlay.overlay-color-2:after {
        background-color: rgba(25, 24, 38, 0.55);
    }

    .bg-overlay.overlay-color-3:after {
        background-color: rgba(0, 0, 0, 0.55);
    }


 

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1999;
    top: 0;
    left: 0;
}










/* particles
================================================== */
.ts-particles {
    color: #ffffff;
    background-color: #1c1c24;
    /*background-image: url("../images/parallax/parallax1.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 53px 0;
}

    .ts-particles a {
        position: relative;
        z-index: 1999999;
    }

#graph {
    width: 100%;
    margin: 0 auto;
}


