@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,800&subset=latin-ext');
body {
	font-family: 'Poppins', sans-serif !important;
	background: url("../img/back.jpg") center center no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none !important;
	color: #dacf5e !important;
	font-size: 15px;
}
a:hover, a:focus {
	background: none !important;
}
input, textarea, button, select {
	outline: none !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
}
ul li {
	list-style: none;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
.main-text-bg {
	background: url(../img/main-text-bg.png) left bottom no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.main-text {
	display: table;
	height: 95vh;
	overflow: hidden;
}
.text-content {
	display: table-cell;
	vertical-align: middle;
}
.text {
	color: #000;
	margin-left: 480px;
	margin-top: 80px;
	position: relative;
}
.text img {
	width: 150px;
	position: absolute;
	top: -50px;
	left: -60px;
}
.text h2 {
	font-weight: 300;
	margin: 10px 0;
}
.text h2 span {
	font-weight: 500;
}
.text p {
	margin: 0;
}
.logo {
	color: #000;
	margin-left: 200px;
	margin-top: 100px;
}
.logo img {
	width: 200px;
}
.footer {
	width: 100%;
	position: relative;
}
.footer .f-text {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	left: 0;
	right: 0;
	bottom: 30px;
	background: #fff;
	text-align: center;
}
.footer .f-text p {
	margin: 0 auto;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.footer .p-bottom {
	color: #fff;
	top: 20px;
}

@media (max-width: 1310px) {
}

@media (max-width: 1200px) {
.main-text-bg {
	background: url(../img/main-text-bg.png) right bottom no-repeat;
	background-size: cover;
	background-size: 110% 130%;
	position: relative;
	height: 100%;
	width: 100%;
}
.main-text {
	display: table;
	height: 85vh;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.text {
	color: #000;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: -50px;
}
.text img {
	width: 150px;
	position: relative;
	top: 0;
	left: 0;
}
.logo {
	margin-left: 0;
	margin-top: 10px;
}
.footer .f-text {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	line-height: 20px;
	background: none;
}
.footer .f-text p {
	margin: 0;
	color: #fff;
}
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
.main-text-bg {
	height: auto;
	background: none;
}
.main-text {
	display: table;
	height: 65vh;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.text {
	color: #fff;
	margin: 0 auto;
	padding: 0 20px;
}
.text img {
	width: 150px;
	position: relative;
	top: 0;
	left: 0;
}
.logo {
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.70);
	padding: 10px;
}
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
