.contact-content {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.contact-left {
	float: left;
	padding: 0 10px;
	width: 58.33333%;
	overflow: hidden;
}
.contact-top {
	color: #000000;
	font-size: 18px;
	max-width: 520px;
	margin: 0 0 45px;
	overflow: hidden;
}
.contact-top h3 {
	font-size: 36px;
	margin: 0 0 25px;
	line-height: 1.2;
    font-weight: bold;
}
.contact-form {
	width: 100%;
	color: #000000;
	overflow: hidden;
}
.form-input {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
.form-input h5 {
	font-size: 16px;
	padding: 0 30px;
	margin: 0 0 10px;
	line-height: 1.5;
	font-weight: bold;
}
.form-input input {
	width: 100%;
    height: 50px;
    color: #000000;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 4px;
    border: 2px solid #dadada;
}
.form-input textarea {
	width: 100%;
    height: 180px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 30px;
    border-radius: 4px;
    border: 2px solid #dadada;
}
.contact-form button {
    line-height: 1;
    color: #222d35;
    cursor: pointer;
    font-size: 14px;
    margin: 40px 0 0;
    transition: 0.4s;
    min-width: 200px;
    font-weight: bold;
    text-align: center;
	position: relative;
    padding: 13px 30px;
    border-radius: 26px;
    background: transparent;
    text-transform: uppercase;
    border: 2px solid #dadada;
}
.contact-form button em {
	color: #ea5b24;
	width: 19.25px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}
.contact-form button span {
	vertical-align: middle;
}
.contact-form button:hover {
    color: #ffffff;
    background: #ea5b24;
    border-color: #ea5b24;
}
.contact-form button:hover em {
	color: #ffffff;
}
.contact-right {
	float: left;
	width: 41.66%;
	padding: 0 10px;
	overflow: hidden;
}
.contact-right ul {
	float: right;
	max-width: 350px;
	overflow: hidden;
}
.contact-right ul li {
	width: 100%;
	float: right;
	padding: 32px;
	color: #222d35;
	margin: 0 0 20px;
	overflow: hidden;
	background: #ededed;
}
.contact-right h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
.contact-right h4 {
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.15;
	font-weight: bold;
	text-transform: uppercase;
}
.contact-right h4:nth-of-type(2) {
	margin: 30px 0 15px;
}
.contact-p {
	width: 100%;
	color: #000000;
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.5;
	font-weight: 500;
	overflow: hidden;
}
.contact-p:last-of-type {
	margin: 0;
}
.contact-icon {
	float: left;
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: 1px 12px 1px 0;
}
.contact-icon img {
	width: 100%;
	display: block;
}
.contact-p span {
	float: left;
	display: block;
	overflow: hidden;
	width: calc(100% - 38px);
}
@media only screen and (max-width: 991px) {
	.contact-left {
	    padding: 0;
	    width: 100%;
	    float: none;
	    margin: 0 0 100px;
	}
	.contact-top {
		max-width: 100%;
		font-size: 24px;
		margin: 0 0 80px;
	}
	.contact-top h3 {
	    font-size: 48px;
	    margin: 0 0 40px;
	}
	.form-input {
	    margin: 0 0 40px;
	}
	.form-input h5 {
	    font-size: 24px;
	    padding: 0 40px;
	    margin: 0 0 20px;
	}
	.form-input input {
	    height: 90px;
	    font-size: 24px;
	    padding: 0 40px;
	    border-width: 4px;
	    border-radius: 8px;
	}
	.form-input textarea {
	    height: 350px;
	    font-size: 24px;
	    line-height: 40px;
	    border-width: 4px;
	    border-radius: 8px;
	    padding: 20px 40px;
	}
	.contact-form p {
		font-size: 24px;
	}
	.contact-form button {
		width: 100%;
	    display: block;
	    font-size: 28px;
	    margin: 60px 0 0;
	    border-width: 4px;
	    padding: 25px 50px;
    	border-radius: 49px;
	}
	.contact-form button em {
		width: 34px;
		font-size: 36px;
	}
	.contact-right {
	    padding: 0;
	    width: 100%;
	    float: none;
	}
	.contact-right ul {
	    float: none;
		max-width: 100%;
	}
	.contact-right ul li {
	    padding: 60px;
	    margin: 0 0 40px;
	}
	.contact-right h3 {
	    font-size: 36px;
	    margin: 0 0 40px;
	}
	.contact-right h4 {
		margin: 30px 0;
		font-size: 24px;
	}
	.contact-right h4:nth-of-type(2) {
		margin: 50px 0 30px;
	}
	.contact-p {
	    font-size: 24px;
	    margin: 0 0 40px;
	}
	.contact-icon {
	    width: 32px;
	    height: 32px;
	}
	.contact-p span {
	    width: calc(100% - 46px);
	}
}
@media only screen and (max-width: 750px) {
	.contact-content {
	    padding: 50px 0;
	}
	.contact-top {
	    font-size: 16px;
	    margin: 0 0 30px;
	}
	.contact-top h3 {
	    font-size: 28px;
	    margin: 0 0 15px;
	}
	.contact-left {
	    margin: 0 0 50px;
	}
	.form-input {
		margin: 0 0 10px;
	}
	.form-input h5 {
	    font-size: 14px;
	    padding: 0 15px;
	    margin: 0 0 5px;
	}
	.form-input input {
	    height: 40px;
	    font-size: 14px;
	    padding: 0 15px;
	    border-width: 2px;
	    border-radius: 4px;
	}
	.form-input textarea {
	    height: 130px;
	    font-size: 14px;
	    line-height: 25px;
	    padding: 8px 15px;
	    border-width: 2px;
	    border-radius: 4px;
	}
	.contact-form p {
		font-size: 14px;
	}
	.contact-form button {
	    font-size: 14px;
	    margin: 30px 0 0;
	    border-width: 2px;
	    padding: 13px 30px;
	    border-radius: 26px;
	}
	.contact-form button em {
		width: 19.25px;
		font-size: 24px;
		margin-right: 10px;
	}
	.contact-right ul li {
		padding: 25px;
		margin: 0 0 20px;
	}
	.contact-right h3 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	.contact-right h4 {
		margin: 10px 0;
		font-size: 16px;
	}
	.contact-right h4:nth-of-type(2) {
		margin: 20px 0 10px;
	}
	.contact-p {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.contact-icon {
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
	}
	.contact-p span {
		width: calc(100% - 30px);
	}
}
@media only screen and (min-width: 992px) {
	.contact-right li:nth-of-type(2) h3 {
		margin: 0 0 25px;
	}
}