
	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: #fff;
		z-index : 800;
		text-align:center;
	}
	
	.light-content.preloader-wrap {
		background: #0f1010;
	}
	
	.percentage {
		z-index: 100;
		color: #000;
		opacity:1;
		font-weight: 700;
		font-size:120px;
		line-height:200px;
		color:rgba(0,0,0,0);
		-webkit-text-stroke: 2px rgba(0,0,0,1);
	}
	
	.light-content .percentage {
		color:rgba(255,255,255,0);
		-webkit-text-stroke: 2px rgba(255,255,255,1);
	}
	