/* Add here all your css styles (customizations) */

.c-black {
    color: #000;
}

.bg-image-v1 {
    background: rgba(0, 0, 0, 0) url("../../imgs/bg11.jpg") repeat fixed 0 0;
    height: auto;
    padding: 50px 0;
    position: relative;
    width: 100%;
}
.vibfixed {
    position: fixed;
    background: #6779c2;
    padding: 5px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 20px;
    border-radius: 10px !important;
    z-index: 200;
}