@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: url('../images/bnner-img.jpg') left center no-repeat;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('..fonts/AvenirNextLTPro-Regular.otf') format('embedded-opentype'),  url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),  url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),  url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 182px;
	position: relative;
}
.east-content {
	float: left;
	margin: 90px 0 0 0;
	width: 800px;
}
h1 {
	width: 100%;
	float: left;
}
p {
	color: #fff;
	font-size: 22px;
	text-align: left;
	width: 100%;
	float: left;
}
h2 {
	color: #fff;
	font-size: 51px;
	text-align: left;
	font-family: AvenirNextLTPro-Regular;
	padding-bottom: 12px;
}
h3 {
	color: #000;
	font-size: 30px;
	text-align: left;
	font-family: AvenirNextLTPro-Regular;
	font-weight: bold;
}
.contact-dtl {
	float: left;
	color: #fff;
	font-size: 18px;
	margin: 38px 0px;
	width: 100%;
	text-align: left;
}
.no {
	text-align: right;
	border-left: 1px solid #afafaf;
	padding: 0 0 0 10px;
	margin: 0 0px 0 10px;
}
.call {
	float: left;
}
.btn {
	background: #00a4b5;
	padding: 16px 4%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
	float: left;
}
.btn:hover {
	background: #000;
}
.form-content {
	width: 504px;
	padding: 40px 28px;
	margin: 0 auto;
	position: absolute;
	left: 30%;
	top: 80%;
	background: #fff;
}
form {
	width: 100%;
	margin: 20px 0 0 0;
}
.form-content p {
	color: #595959;
	font-size: 16px;
	margin: 20px 0;
}
input {
	border: 1px solid #cfcfcf;
	width: 92%;
	padding: 16px 4%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #181919;
	margin: 8px 0 0 0;
}
input::placeholder {
 color: #9e9e9e;
}
textarea {
	border: 1px solid #cfcfcf;
	width: 92%;
	padding: 16px 4%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccfcfcf;
	margin: 8px 0 3px 0;
	resize: vertical;
}
textarea::placeholder {
 color: #9e9e9e;
}
button {
	background: #00a4b5;
	border: 0px;
	padding: 16px 8%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: .5s;
	cursor: pointer;
	margin: 18px 0 0 0;
}
button:hover {
	background: #000;
}
.close {
	background: url('../images/cross-icon.png') right top no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
