/*--- preloader ---*/
.preloader {
	 position: fixed;
	 top: 0;
	 right: 0;
	 width: 100vw !important;
	 height: 100vh !important;
	 background-color: #fff;
	 z-index: 9999;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 
}
.preloader img {
	 width: 150px;
}