.preloader1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50vw;
    height: 50vh;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 99999999999999;
}

.preloader_inner1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Invention-Regular';
    font-weight: 300;
    color: #00857C;
}




.page1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4em;
    line-height: 1em;
    text-align: center;
    font-size: 1em;
    font-family: 'Invention-Regular';
    font-weight: 300;
    color: #00857C;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.show1 {
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.5s ease;
}
