.contact-content {
	width: 100%;
	overflow: hidden;
	padding: 110px 0 60px;
}
.contact-left {
	float: left;
	width: 38.88%;
	overflow: hidden;
	padding: 20px 40px 0 0;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
}
.contact-title {
	width: 100%;
	color: #666666;
	overflow: hidden;
	line-height: 1.8;
	padding: 0 0 30px;
	border-bottom: 1px dashed #cccccc;
}
.contact-title h3 {
	color: #000000;
	margin: 0 0 10px;
}
.contact-left ul {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.contact-left ul li {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	padding: 8px 0 8px 53px;
}
.contact-left .contact-icon {
	top: 50%;
	left: 0px;
	width: 35px;
	height: 35px;
	color: #FFFFFF;
	font-size: 20px;
	overflow: hidden;
	line-height: 33px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	background: #000000;
	transform: translateY(-50%);
}
.contact-left ul li p {
	color: #666666;
	line-height: 1.8;
}
.contact-left ul li p a {
	color: #666666;
}
.contact-left ul li p a:hover {
	color: #d70110;
	text-decoration: underline !important;
}
.contact-right {
	float: right;
	width: 61.12%;
	overflow: hidden;
	padding: 50px 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.12);
}
.contact-right h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	padding: 10px 20px;
    background: #000000;
}
.contact-form {
	width: 100%;
	overflow: hidden;
	padding: 30px 20px 0;
}
.contact-form input {
	width: 100%;
	padding: 0.5em;
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}
.contact-form textarea {
	width: 100%;
	height: 100px;
	padding: 0.5em;
	display: block;
	overflow: hidden;
	margin: 0 0 25px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}
.contact-form button {
    width: 100%;
	display: block;
    color: #ffffff;
    line-height: 2;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    background: #333333;
    vertical-align: middle;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.contact-form button:hover {
	background: #d70110;
}
@media only screen and (max-width: 991px) {
	.contact-content {
		padding: 100px 0;
	}
	.contact-left {
		padding: 0;
		width: 100%;
	}
	.contact-right {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.contact-content {
		padding: 50px 0;
	}
	.contact-title {
		line-height: 1.5;
	}
	.contact-title h3 {
		margin: 0 0 5px;
		line-height: 1.5;
	}
	.contact-left {
		margin: 0 0 20px;
	}
	.contact-left ul li {
		margin: 0 0 15px;
		padding: 5px 0 5px 43px;
	}
	.contact-left .contact-icon {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.contact-left ul li p {
		line-height: 1.5;
	}
	.contact-right {
		padding: 0;
	}
	.contact-right h4 {
		line-height: 1.2;
	}
	.contact-form {
		padding: 20px;
	}
	.contact-form input {
		margin: 0 0 15px;
	}
	.contact-form textarea {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content {
		padding: 70px 0 40px;
	}
	.contact-left {
		width: 45%;
	}
	.contact-right {
		width: 55%;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-content {
		padding: 90px 0 50px;
	}
	.contact-left {
		width: 38.88%;
	}
	.contact-right {
		width: 61.12%;
	}
}
@media only screen and (min-width: 1500px) {
	.contact-content {
		padding: 110px 0 60px;
	}
	.contact-content .container {
		width: 1360px;
	}
}