.bg-color-second {
    background-color: var(--cnvs-themecolor-second) !important;
}

.preloader {
    background-color: transparent !important;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.css3-spinner {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}
.text-justify {
    text-align:justify !important;
}