/* Loader */
.loaderIndex {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    overflow: hidden;
    z-index: 1010;
    line-height: 0;
}

.loaderInner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

.logoRocast {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loaderFirst , .loaderSecond , .loaderThird , .loaderFourth , .loaderFifth {
    width: 20%;
    height: 100vh;
    position: absolute;
    background: #ffffff;
    background-color: #ffffff;
    top: 0;
}

.loaderFirst {
    left: 0;
}

.loaderSecond {
    left: 20%;
}

.loaderThird {
    left: 40%;
}

.loaderFourth {
    right: 20%;
}

.loaderFifth {
    right: 0;
}

.loaderBar {
    width: 100%;
    height: 0;
    background: #ffffff;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 2;
}
