/*
 Theme Name:   stepeducationservice.com
 Theme URI:    https://stepeducationservice.com
 Description:  Its a GeneratePress child theme for stepeducationservice.com website
 Author:       stepeducationservice.com
 Author URI:   https://stepeducationservice.com/
 Template:     generatepress
 Version:      1
*/

#preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }