.pre-loader {
	background-color: #231F20;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
}
.loader {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}