<style type="text/css">

.gwd-div-preloader {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

.gwd-img-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.gwd-img-logo {
    position: absolute;
    width: 300px;
    height: 300px;
	margin-top: -300px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
	
}

.gwd-label-percantage {
    position: absolute;
    height: 20px;
    left: 0px;
    width: 100%;
    /* top: 82%; 
	margin-top: 40px;*/
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: rgb(0, 60, 105);
	
}

.gwd-div-percantage {
    position: absolute;
    /*width: 300px;
    height: 42px;*/
	margin-top: 40px;
	/* margin: auto; */
	top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.gwd-div-prorgess-gw {
    position: absolute;
    width: 300px;
    height: 42px;
	margin-top: 40%;
	margin-right: auto;
	margin-left: auto;
   top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.gwd-img-prorgess-gw {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.gwd-div-progress-col {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    overflow: hidden;
    width: 0%;
}
.gwd-img-preloader-col {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 42px;
}

</style>