.h-100vh {
    height: 100vh;
}

.w-100 {
    width: 100%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.fullscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.c-white {
    color: white;
}

.fullscreen-rel {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.fs-20 {
    font-size: 20px;
}

.fw-500 {
    font-weight: 500;
}



.bg_white {
	background: white;
}

@media (min-width: 992px) {
    .nobr-dskt {
        white-space: nowrap;
    }
}