.contact-content {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.contact-left .left-content {
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.contact1 p {
	width: 100%;
	overflow: hidden;
}
.contact1 span,.contact1 em,.contact1 a {
	float: left;
	color: #FFFFFF;
	display: block;
	position: relative;
}
.contact1 a:after {
	left: 0px;
	width: 0px;
	height: 1px;
	bottom: 1px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.contact1 a:hover:after {
	width: 100%;
}
.contact2,.contact2-form {
	width: 100%;
	overflow: hidden;
}
.contact2-form {
	text-align: center;
}
.contact2 h3 {
	font-weight: bold;
}
.contact2-form input,.contact2-form textarea {
	width: 100%;
	border: none;
	display: block;
	color: #2438e5;
	text-align: left;
	overflow: hidden;
	border-radius: 5px;
}
.contact2-form button {
	border: none;
	color: #FFFFFF;
	margin: 0 20px;
	padding: 5px 30px;
	border-radius: 5px;
	background: #9297ac;
	border: 2px solid #9297ac;
	transition: all 0.3s ease-in-out;
}
.contact2-form button.submit {
	color: #2438e5;
	background: #dEdEdE;
	border-color: #dEdEdE;
}
.contact2-form button:hover {
	background: #bcbcbc;
	border-color: #bcbcbc;
}
.contact2-form button.submit:hover {
	background: #FFFFFF;
	border-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.contact-content {
		overflow: hidden;
		background: #2438e5;
	}
	.contact-right,.contact-right .right-content {
		width: 100%;
		overflow: hidden;
	}
	.contact-map {
		width: 100%;
		height: 600px;
		overflow: hidden;
	}
	.contact-left {
		width: 100%;
		overflow: hidden;
		padding: 210px 0 70px;
	}
	.contact-left .left-content {
		width: 650px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact-left h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.contact1 {
		font-size: 24px;
		margin: 35px 0 55px;
		padding: 30px 0 40px;
	    border-top-width: 2px;
	    border-bottom-width: 2px;
	}
	.contact1 p {
		padding: 2px 0;
		line-height: 28px;
	}
	.contact1 em,.contact1 a {
		max-width: calc(100% - 80px);
	}
	.contact2 h3 {
		font-size: 36px;
		margin: 0 0 30px;
		line-height: 40px;
	}
	.contact2-form input {
		float: left;
		height: 50px;
		font-size: 21px;
		padding: 0 20px;
		margin: 0 0 30px;
		border-radius: 10px;
		width: calc(50% - 25px);
	}
	.contact2-form input:nth-of-type(2n) {
		float: right;
	}
	.contact2-form textarea {
		height: 110px;
		font-size: 21px;
		margin: 0 0 30px;
		line-height: 30px;
		padding: 10px 20px;
		border-radius: 10px;
	}
	.contact2-form button {
		margin: 0 22px;
		font-size: 21px;
		padding: 10px 40px;
		border-radius: 10px;
	}
}
@media only screen and (max-width: 750px) {
	.contact-map {
		height: 300px;
	}
	.contact-left {
		padding: 120px 0 40px;
	}
	.contact-left .left-content {
		width: 340px;
	}
	.contact-left h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.contact1 {
		font-size: 14px;
		margin: 20px 0 30px;
		padding: 15px 0 20px;
	    border-top-width: 1px;
	    border-bottom-width: 1px;
	}
	.contact1 p {
		line-height: 20px;
	}
	.contact1 em,.contact1 a {
		max-width: calc(100% - 50px);
	}
	.contact2 h3 {
		font-size: 24px;
		margin: 0 0 20px;
		line-height: 30px;
	}
	.contact2-form input {
		height: 36px;
		font-size: 13px;
		padding: 0 15px;
		margin: 0 0 15px;
		border-radius: 5px;
		width: calc(50% - 8px);
	}
	.contact2-form textarea {
		height: 96px;
		font-size: 13px;
		margin: 0 0 20px;
		line-height: 20px;
		padding: 8px 15px;
		border-radius: 5px;
	}
	.contact2-form button {
		margin: 0 5px;
		font-size: 14px;
		padding: 5px 20px;
		border-radius: 5px;
	}
}
@media only screen and (min-width: 992px) {
	.logo img:nth-of-type(1) {
		opacity: 0;
	}
	.logo img:nth-of-type(2) {
		opacity: 1;
	}
	.contact-content>div {
		width: 50%;
		min-height: 100vh;
	}
	.contact-right {
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		position: absolute;
	}
	.contact-right .right-content {
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: sticky;
	}
	.contact-map {
		overflow: hidden;
		margin: 65px 0 0;
		height: calc(100% - 65px);
	}
	.contact-left {
		position: relative;
	}
	.contact-left:before {
		top: 0px;
		left: 0px;
		content: '';
		width: 100%;
		display: block;
		overflow: hidden;
		position: absolute;
		background: #2438e5;
		height: calc(100% - 65px);
	}
	.contact-left .left-content {
		left: 100%;
		width: 440px;
		padding: 130px 0;
		margin-left: -485px;
	}
	.contact-left h2 {
		font-size: 36px;
		line-height: 45px;
	}
	.contact1 {
		padding: 20px 0;
		font-size: 16px;
		margin: 20px 0 30px;
	}
	.contact1 p {
		padding: 3px 0;
		line-height: 20px;
	}
	.contact1 em,.contact1 a {
		max-width: calc(100% - 55px);
	}
	.contact2 h3 {
		font-size: 20px;
		margin: 0 0 20px;
		line-height: 25px;
	}
	.contact2-form input {
		float: left;
		height: 36px;
		padding: 0 15px;
		margin: 0 0 20px;
		width: calc(50% - 15px);
	}
	.contact2-form input:nth-of-type(2n) {
		float: right;
	}
	.contact2-form textarea {
		height: 90px;
		margin: 0 0 20px;
		line-height: 20px;
		padding: 8px 15px;
	}
	.contact2-form button {
		margin: 0 12px;
		padding: 5px 20px;
		border-radius: 5px;
		border: 2px solid #9297ac;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-map {
		margin: 75px 0 0;
		height: calc(100% - 75px);
	}
	.contact-left:before {
		height: calc(100% - 75px);
	}
	.contact-left .left-content {
		width: 500px;
		padding: 150px 0;
		margin-left: -550px;
	}
	.contact2-form input {
		width: calc(50% - 20px);
	}
	.contact2-form button {
		margin: 0 15px;
		padding: 5px 25px;
	}
}
@media only screen and (min-width: 1400px) {
	.contact-map {
		margin: 85px 0 0;
		height: calc(100% - 85px);
	}
	.contact-left:before {
		height: calc(100% - 85px);
	}
	.contact-left .left-content {
		width: 580px;
		padding: 170px 0;
		margin-left: -650px;
	}
	.contact-left h2 {
		font-size: 40px;
		line-height: 55px;
	}
	.contact1 {
		padding: 25px 0;
		font-size: 18px;
		margin: 30px 0 40px;
	}
	.contact1 p {
		line-height: 24px;
	}
	.contact1 em,.contact1 a {
		max-width: calc(100% - 60px);
	}
	.contact2 h3 {
		font-size: 24px;
		margin: 0 0 25px;
		line-height: 30px;
	}
	.contact2-form input {
		margin: 0 0 25px;
		width: calc(50% - 25px);
	}
	.contact2-form textarea {
		margin: 0 0 25px;
	}
	.contact2-form button {
		margin: 0 20px;
		padding: 5px 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.contact-map {
		margin: 100px 0 0;
		height: calc(100% - 100px);
	}
	.contact-left:before {
		height: calc(100% - 100px);
	}
	.contact-left .left-content {
		width: 610px;
		padding: 200px 0;
		margin-left: -787px;
	}
}