/* .menubar, .body {
    width: 100%;
    text-transform: none;
}

.bg-dark {
    background: #1b3d6e !important;
}
 */
 .home-bg {
    background-image: url("../images/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

#services_sec {
    position: relative;
    background-color: #1b3d6e;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

input, textarea { border-color: #97A9BD !important; border-radius: 0px !important;}