.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #255576;
	z-index:70;
	text-align: center;
}
.preloader-wrap .outer {
	padding: 0px;
	box-sizing: border-box;
    display: table;
  width: 100%;
  height: 100%;
}

.preloader-wrap .inner {
	vertical-align: middle;
	box-sizing: border-box;
    display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.percentage-wrapper {
	position: relative;
	background: #255576;
	min-width: 6vw;
	padding: 0 50px;
	display: table;
	margin: 0 auto;
	z-index: 10;
}
.percentage {
	opacity: 1;
	font-size: 90px;
	line-height: 110px;
	font-weight: 500;
	
	color: #fff;
	display: table;
	margin: 0 auto;
}
.trackbar {
	width: calc(100% - 96px);
	height: 1px;
	margin-top: 0px;
	position: absolute;
	top: 50vh;
	left: 48px;
	right: auto;
	opacity: 1;
	background: rgba(255,255,255,0.1);
	z-index: 1;
}
.loadbar {
	width: 0%;
	height: 1px;
	background: rgba(255,255,255,1);
	position: relative;
	margin: 0 auto;
	display: table;
	top: 0px;
	left: auto;
	right: auto;
	overflow: hidden;
}
.hold-progress-bar {
	width: 0%;
	height: 1px;
	background: rgba(0,0,0,1);
	position: relative;
	margin: 0 auto;
	display: table;
	top: 0px;
	left: auto;
	right: auto;
	overflow: hidden;
}

.hold-progress-bar {
    width: 0%;
    height: 1px;
    background: rgb(255, 255, 255); 
    position: relative;
    margin:0 auto;
    display:table;
    top: 0px;
    left: auto;
    right:auto;
    overflow: hidden;
}	

@media screen and (max-width: 1536px) {
    .percentage {
      
        font-size: 60px;
       
    }
}
@media screen and (max-width: 1280px) {
    .trackbar {
        width: calc(100% - 48px);
        left:24px;
    }
}