/* Easy Loader Styles */
#page-loader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
}
.loader-logo {
    z-index: 10000;
}
.loader-exit-dot {
    position: absolute;
border-radius:30px;
    z-index: 10001;
}
.loader-text {
    z-index: 10000;
    font-size: 1.2em;
	min-height: 40px;
}
.loader-logo {
    transition: all 0.3s ease-in-out;
    will-change: transform, opacity, top, left, width, height;
}
.logo-main-div {
    position: relative;
}
.loader-exit-dot {
    right: 5px;
    bottom: 5px;
}