.pageLoader{
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    width: 100%;
}

.pageLoader.bg{
    left: 0;
    background: #fff;
}

.pageLoader.left{
    left: 0;
}

.pageLoader.right{
    right: 0;
}

.progressBar {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -125px;
    width: 260px;
    height: 80px;
    margin-bottom: 5px;
}

.progresslogo{
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    box-shadow: 7px 7px 11px -1px #2d2d28;
    border-radius: 50%;
    transform: rotate(25deg);
}

.progresslogo .backgroundlogo img{
    transform: rotate(-25deg);
}

.progresslogo .loaderdiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.progresslogo .loaderdiv .foreground img{
    transform: rotate(-25deg);
}

.progresslogo .foreground {
    width: 200px;
    height: 200px;
}

.progressBar .backgroundloader{
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('./../imgs/backgroundloader.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.progressBar .background,
.progressBar .foreground {
    width: 250px;
    height: 75px;
    margin: 0 5px;
    font-family: handsomebold;
    font-size: 50px;
    text-align: center;
}

.progressBar .loaderdiv {
    position: absolute;
    top: 2px;
    left: 0;
    width: 0%;
    overflow: hidden;
}

.progressBar .foreground {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px){

    .progresslogo{
        margin-top: -70px;
        margin-left: -70px;
        width: 140px;
        height: 140px;
    }

    .progresslogo .foreground {
        width: 140px;
        height: 140px;
    }
}