@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #424E58;
	background-color:#1b2936;
	height: 100%;
	user-select:none;
}
html {
	height: 100%;
}
* {
	outline: none;
}
.fl {
	float:left;
}
p {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #3D454F;
}
a:visited {
	color:inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.MainContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-image: url(../images/Bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.MainContainer .Logo {
	position: absolute;
	width: 140px;
	height: auto;
	z-index: 998;
	right: 30px;
	bottom: 20px;
}
.MainContainer .Logo img {
	display: block;
	width: 100%;
	height: auto;
	
}
.MainContainer .Text {
	width: 100%;
	height: auto;
	padding-top: 480px;
	text-align: center;
	margin: auto;
	color: rgba(255,255,255,1.00);
	font-weight: 600;
}
.MainContainer .Text span {
	color: rgba(204,204,204,1.00);
}
.MainContainer .Text span.Company {
	color: rgba(225,225,225,1.00);
	font-size: 18px;
}
.MainContainer .Text table {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}





@media screen and (max-width:1440px) {

	
	.MainContainer .Text {
	padding-top: 380px;
}
	
}

@media screen and (max-width:1280px) {
	
	.MainContainer .Logo {
	width: 120px;
}

}


@media screen and (max-width:1152px) {
	
	.MainContainer .Logo {
	width: 110px;
}


}

@media screen and (max-width:1024px) {
	
	.MainContainer .Logo {
	width: 100px;
}

}

@media screen and (max-width:968px) {
	
	.MainContainer .Logo {
	width: 90px;
}

}


@media screen and (max-width:768px) {

	body {
	font-size: 13px;
}
	.MainContainer {
	background-image: url(../images/Bg-Mobile.jpg);
}
	.MainContainer .Text {
	padding-top: 320px;
}
	
}



@media screen and (max-width:640px) {
	
	.MainContainer .Logo {
	width: 80px;
}
	
}

@media screen and (max-width:440px) {
	
	.MainContainer {
	background-image: url(../images/Bg-Mobile-S.jpg);
}
	.MainContainer .Text {
	padding-top: 320px;
}
	.MainContainer .Logo {
	width: 70px;
}

}


@media screen and (max-width:380px) {
	
	.MainContainer .Logo {
	width: 50px;
		bottom: 10px;
}
	
	.MainContainer .Text span.Company {
	font-size: 14px;
}
	body {
	font-size: 12px;
}

}