.loader
{
	width: 100%;
	height: 100vh;
	background: #1d1d1d;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	overflow: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.loader::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.loader {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.containerCustom
{
	width: 1170px;
	margin:  0 auto;
}
.logoCustom
{
	text-align: center;
	margin-top: 20px;
}
.sitesRedirect
{
	margin-top:	80px;
}
.sitesRedirect img
{
	width: 100%;
}
.customBtn
{
	margin-top: 40px;
	text-align: center;
}
.customBtn button
{
	width: 70%;
	margin: 0 auto;
	border: #ffde4d solid 1px;
/*	background: #ffde4d;*/
	color: #ffde4d;
	 background: none;
	transition-duration: .3s;
	padding: 15px 0;
	border-radius: 8px;
	font-weight: 700;
}
.customBtn button:hover
{
	background: #ffde4d;
	
	color: #1d1d1d;
	transition-duration: .3s;
}
.customBtn2 button
{
	 background: #ffde4d !important;
	color: #1d1d1d !important;
	transition-duration: .3s;
}
.customBtn2 button:hover
{
	 background: #ffde4d;
	color: #1d1d1d;
	transition-duration: .3s;
}
.coming
{
	color: #ffde4d;
	margin-top: 20px;
}

@media screen and (max-width:451px)
{
	.logoCustom {
    margin-top: 10px;
    }
	.logoCustom img {
		width: 55%;
	}
	.sitesRedirect {
        margin-top: 20px;
		text-align: center;
    }	
    .sitesRedirect img {
        width: 70%;
    }
}

@media screen and (max-width:1150px)
{
    .containerCustom {
	    width: 100%;
	}
}

@media screen and (max-width:1024px)
{
	 
}

@media screen and (max-width:768px)
{
	.customBtn
	{
		margin: 20px 0;
	}
}

