/**
*
* -----------------------------------------------------------------------------
*
* Template : Foqas Academy | Responsive Education Template
* Author : Foqas
* Author URI : http://www.foqas.org/
* Programmer : Shihab Uddin
* -----------------------------------------------------------------------------
*
**/
/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    text-align: center;
}

.loader-gif {
    width: 20%;
    position: relative;
    top: 30%;
}*/

.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    text-align: center;
}

.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
   text-align: center;
   width: 20%;
  
    top: 50%;
    /*width: 150px;
    height: 100px;*/
}
.book {
     -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

