/**
* Theme Name: Apper Child
* Description: This is a child theme of Apper.
* Author: AcmeeDesign Softwares and Solutions
* Template: apper
* Version: 1.0.0
*/

/**
* You can add your custom styles here
*/

#preloader-wrap {
    background-color: #fff;    
    height: 100vh;             
    width: 100vw;             
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    display: flex;            
    flex-direction: column;    
    align-items: center;       
    justify-content: center;   
   
 }
 
 #preloader-wrap img {
    width: 100px;             
    height: auto;
 }