.full-page-loader-1 {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.full-page-loader-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -35px;
	text-align: center;
}

.dynamic-footer-section a {
	color: white !important;
}