body, html {
	margin:0;
	padding:0;
}
* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1{
    font-size: 48px;
    line-height: 60px;
}
h2{
    font-size: 24px;
    line-height: 30px;
}
h3{
    font-size: 24px;
    line-height: 30px;
}
h4{
    font-size: 18px;
    line-height: 30px;
}
h5{
    font-size: 16px;
    line-height: 21px;
}
h6{
    color: #009fdb;
    font-size: 14px;
    line-height: 18px;
}

.wrap {
	width: 100%;
}





.contact_row label {
	width: 100%;
	/* height: 32px; */
}
.contact_row input {
	font-family: 'Nunito', sans-serif;
    width: 100%;
	padding: 0 10px;
	height: 50px;
    line-height: 50px;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row select {
    width: 100%;
    height: 50px;
    line-height: 50px;
	font-size: 16px;

	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row textarea {
	font-family: 'Nunito', sans-serif;
	width: 100%;
	height: 150px;
    line-height: 32px;
	font-size: 16px;
	/* border: 1px solid #c3c3c3; */
	padding: 5px 30px;
	margin-bottom: 20px;
}
#submit {
    margin-left: 0;
    width: 165px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #f8ab2e;
    color: #FFFFFF;
    padding: 10px;
	cursor: pointer;
}
