* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a {
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
	-webkit-text-stroke-width: 0.1px;
	overflow-x: hidden;
}
.bgOuter{
	background:url(../images/bg.jpg) no-repeat;
	width:89%;
	padding:50px 0;
	display: table;
    margin: 0 auto;
	background-size: cover;
}
.form1{
	background:#ffffff;
	width:70%;
	margin:0 auto 0;
	padding:40px;
	border-radius:8px;
}
.form1 ul{
	list-style:none;
}
.form1 ul li{
	display:block;
}
.form1 ul li input{
	width:100%;
	border:1px solid #e3e3e3;
	padding:10px;
	font-size:14px;
	color:#555555;
	font-weight:400;
}
.form1 ul li textarea{
	width:100%;
	border:1px solid #e3e3e3;
	height:150px;
	padding:10px;
	font-size:14px;
	color:#555555;
	font-weight:400;
}	
.form1 h1{
	font-size:35px;
	color:#555555;
	font-weight:700;
}
.form1 h6{
	font-size:16px;
	color:#555555;
	font-weight:400;
	padding:10px 0 30px;
	border-bottom:1px solid #e3e3e3;
}
.form1 h2{
	font-size:16px;
	color:#555555;
	font-weight:600;
	padding:20px 0 10px;
}
.input1{
	display:inline-block;
	width:48.5%;
	margin:0 14px 0 0;
}
.input1:last-child{
	margin:0 0px 0 0;
}
.form1 ul li a{
	background:#000000;
	padding:10px 60px;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	display:inline-block;
	margin:20px 0 0 0;
	border:1px solid #000000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
}
.form1 ul li a:hover{
	border:1px solid #000000;
	background:none;
	color:#000000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
}