.white {
	color:white!important;
}
.white-bg {
	background-color:white!important;
}
.uppercase {
	text-transform: uppercase;
}
.semibold {
	font-weight: 600;
}
.bold,
.strong {
	font-weight: 700;
}
.normal {
	font-weight: 400;
}
.thin,
.light {
	font-weight: 300;
}
.nowrap {
	white-space: nowrap;
}
.cleaner {
	clear: both;
	height: 0px !important;
}
.reset-after::after {
	display: none!important;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height:100%;
}
.d-flex {
	display:flex;
}
.d-block {
	display:block;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.justify-content-xs-center {
	justify-content: center;
}
}