﻿.home-5-bg {
    background: #1E90FF;
    position: relative;
    background-size: cover;
    height: 90vh;
    background-position: center center;
}

.section {
    position: relative;
}

.home-5-content {
    z-index: 1;
    position: relative;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-5-content {
    z-index: 1;
    position: relative;
}
.home-5-bg #particles-js {
    z-index: 1 !important;
    position: absolute;
    width: 100%;
    height: 100%;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    z-index:-1;
    background-color: #01275c;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
