.contact-content-wrapper{
	font-family: 'ars-maquette-web', sans-serif;
}
.contact-us-header{
	padding-top: 42.3px;
}
.contact-us-header > .contact-us-page-icon{
	margin: 0 auto;
}
.contact-us-header > h1{
	text-align: center;
	margin: 12px auto;
	color: #404a52;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
}
.contact-us-header > h4{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 43.9px;
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	color: #939ca3;
}
.contact-us-inner-wrapper{
	position: relative;
	margin: 0 auto;	
	background: url('../img/contact-form/background/sliver.png');
	background-repeat: repeat-x;
}
.contact-us-inner-wrapper .inner{
	background: url('../img/contact-form/background/contact-bg.png')no-repeat;
	width: 100%;
	height: 100%;
	background-position: top center;
	position: relative;
	background-size: 1px 650px;
}
.contact-us-inner-wrapper .inner > h1{
	position: absolute;
	text-align: center;
	margin: 18px auto;
	left: 0;
	right: 0;
	font-weight: 300;
	color: red;
	font-size: 26px;
	top: 0;
	display: none;
}
#contact-us-form{
	max-width: 654px;
	margin: 0 auto;
	padding: 57.1px 0 0;
}
.form-cover-load{
	z-index: 30;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 100%;
	background: rgba(0, 0, 0, .75);
	border-radius: 10px;
	box-shadow: 0px 0px 20px black;
	display: none;
}
.form-cover-load.on{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-cover-load .loading{
	z-index: 31;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
}
.form-cover-load .loading svg{
	z-index: 32;
	-webkit-animation: logo 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) infinite;
}
.form-cover-sent{
	z-index: 28;
	width: 100%;
	padding-top: 153px;
	display: none;
}
.form-cover-sent .sent-paper-plane-icon{
	margin: 0 auto;
}
.form-cover-sent > h2{
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	margin: 17.9px auto 0;
	padding-bottom: 117px;
	color: #939ca3;
	font-weight: 300;
}
#contact-us-form input[type='text'],
#contact-us-form input[type='email'],
#contact-us-form .styled{
	width: 320px;
	border-radius: 6px;
	height: 37px;
	line-height: 17.5px;
	border: 1px solid #d3d7db;
	outline:none;
	background-color: white;
	font-size: 15px;
	padding: 0 0 0 11px;
	-webkit-transition: border .7s ease;
	        transition: border .7s ease;
}
#contact-us-form .styled{
	overflow: hidden;
	padding: 0;
	background-color: white;
	background-image: url('../img/contact-form/icons/select-glyph.png');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	position: relative;
	background-position: 95.75% 50%;
	color: #849098;
}
#contact-us-form .styled label{
	display: block;
	font-size: 15px;
	line-height: 35px;
	width: 100%;
	height: 35px;
	position: relative;
	padding-left: 11px;
	margin: 0!important;
	color: #849098;
	font-weight: 300;
}
#contact-us-form .styled select{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
	border:none;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
	border-radius:0;
	-webkit-appearance:none;
	padding: 0px 0 0px 7px;
	font-size: 15px;
	line-height: 100%;
	overflow: visible;
	margin: 0!important;
	-webkit-transition: border .7s ease;
	        transition: border .7s ease;
	background: transparent;
	color: #849098;
	font-weight: 300;
}
#contact-us-form .styled select option{
	margin:0!important;
}
#contact-us-form textarea{
	border-radius: 6px; 
	border: 1px solid #d3d7db;
	width: 100%;
	height: 160px;
	resize:none;
	outline: none;
	background-color: #ffffff;
	padding: 8px 11px;
	margin: 10px 0 -5px;
	font-size: 15px;
	line-height: 21px;
	-webkit-transition: border .7s ease;
	        transition: border .7s ease;
	font-weight: 300;
}
#contact-us-form input:active,
#contact-us-form textarea:active,
#contact-us-form .styled.active,
#contact-us-form .styled.focus,
#contact-us-form input:focus,
#contact-us-form textarea:focus{
	border: 1px solid #81b5d7;
}
#contact-us-form input::-webkit-input-placeholder,
#contact-us-form textarea::-webkit-input-placeholder{
	font-size: 15px;
	line-height: 15px;
	color: #849098!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	font-weight: 300;
}
#contact-us-form input::-moz-placeholder,
#contact-us-form textarea::-moz-placeholder{
	font-size: 15px;
	line-height: 35px;
	color: #849098!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	font-weight: 300;
}
#contact-us-form input:-ms-input-placeholder,
#contact-us-form textarea:-ms-input-placeholder{
	font-size: 15px;
	line-height: 15px;
	color: #849098!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	font-weight: 300;
}
#contact-us-form input::placeholder,
#contact-us-form textarea::placeholder{
	font-size: 15px;
	line-height: 15px;
	color: #849098!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	font-weight: 300;
}
#contact-us-form textarea::-webkit-input-placeholder{
	line-height: 21px;
	font-weight: 300;
}
#contact-us-form textarea::-moz-placeholder{
	line-height: 21px;
	font-weight: 300;
}
#contact-us-form textarea:-ms-input-placeholder{
	line-height: 21px;
	font-weight: 300;
}
#contact-us-form textarea::placeholder{
	line-height: 21px;
	font-weight: 300;
}
#contact-us-form .form-group{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 14px;
	overflow: hidden;
	min-height: 35px;
}
#contact-us-form .form-group :nth-child(1){
	margin-right: 7px;
}
#contact-us-form .form-group :nth-child(2){
	margin-left: 7px;
}
#contact-us-form .form-group-last{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin-top: 20px;
}
#contact-us-form .form-group-last button{
	margin: 0;
	padding: 0;
	width: 142px;
	height: 39px;
	line-height: 39px;
	color: white;
	background-color: #49545c;
	outline:none;
	font-size: 13px;
	letter-spacing: .8px;
	border:none;
	border-radius: 6px;
	font-weight: 900;
	text-transform: uppercase;
}
#contact-us-form .form-group-last button .hide-mobile{
	display: inline;
	font-size: 13px;
	letter-spacing: .8px;
	font-weight: 900;
	text-transform: uppercase;
}
#contact-us-form .form-group-last button:hover{
	background: #3d4854;
}
#contact-us-form .form-group-last .submit-buddy .grey-line{
	display: block;
	background-color: #ced5db;
	border-radius: 100px;
	width: 32px;
	height: 2px;
	opacity: .46;
	filter: alpha(opacity=46);
	margin-bottom: 6.5px; 
}
#contact-us-form .form-group-last .submit-buddy p{
	font-size: 13px;
	line-height: 13px;
	color: #939ca3;
	font-weight: 300;
	margin: 0;
}
#contact-us-form .form-group-last .submit-buddy p a{
	color:#31a2c4;
	position: relative;
}
#contact-us-form .form-group-last .submit-buddy p a svg{
	position: absolute;
	top: 43%;
	margin-left: 3px;
	right: -8px;
}
#contact-us-form .form-group-last .submit-buddy p a:hover,
#contact-us-form .form-group-last .submit-buddy p a:hover #chev1{
	color: #000;
	fill: #000;
}
.contact-lower-area{
	max-width: 654px;
	margin: 0 auto;
	padding-top: 86px;
}
.contact-lower-area .grey-line{
	width: 45px;
	height: 2px;
	background: #ced5db;
	opacity: .46;
	filter: alpha(opacity=46);
	border-radius: 100px;
}
.contact-lower-area > h3{
	font-size: 19px;
	line-height: 21px;
	color: #404a52;
	font-weight: 300;
	margin: 10px 0;
}
.contact-lower-area > p{
	font-size: 15px;
	line-height: 23px;
	color: #939ca3;
	font-weight: 300;
	margin: 0;
}
.contact-lower-area > p > a{
	color: #31a2c4;
	position: relative;
}
.contact-lower-area > p > a svg{
	position: absolute;
	top: 40%;
	margin-left: 3px;
}
.contact-lower-area > p > a:hover,
.contact-lower-area > p > a:hover #chev2{
	color: #000;
	fill: #000;
}
.contact-footer{
	padding-top: 86px;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

/*=================================
=========Tablet @ 768==============
==================================*/
@media(max-width: 788px){
	.contact-us-inner-wrapper{
		padding:0;
		background: transparent!important;
	}
	.contact-us-inner-wrapper .inner{
		background: url('../img/contact-form/background/contact-bg-tablet.png')no-repeat;
		background-position: top center;
	}
	.contact-us-header{
		padding-top: 44.3px;
	}
	#contact-us-form{
		max-width: 594px;
	}
	#contact-us-form input[type='text'],
	#contact-us-form input[type='email'],
	#contact-us-form .styled{
		width: 290px;
	}
	.contact-lower-area{
		max-width: 594px;
	}

}
@media(max-width: 550px){
	.contact-us-inner-wrapper{
		padding: 0;
		background: transparent!important;
	}
	.contact-us-inner-wrapper .inner{
		background: url('../img/contact-form/background/contact-bg-mobile.png')no-repeat;
		background-position: top center;
	}
	.contact-us-header{
		padding-top: 28.1px;
	}
	.contact-us-header > h1{
		margin: 14px auto;
		font-size: 28px;
		line-height: 30px;
		padding: 0 59px;
	}
	.contact-us-header > h4{
		font-size: 15px;
		line-height: 23px;
		padding: 0 43px 42.9px;

	}
	#contact-us-form{
		padding-top: 37.1px;
		width: 100%;
		padding: 37.1px 26px 0;
	}
	#contact-us-form .form-group{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0 0 12px;
	}
	#contact-us-form .form-group :nth-child(1){
		margin: 0 0 12px 0;
	}
	#contact-us-form .form-group :nth-child(2){
		margin: 0;
	}
	#contact-us-form input[type='text'],
	#contact-us-form input[type='email'],
	#contact-us-form .styled{
		width: 100%;
	}
	#contact-us-form .form-group-last .submit-buddy .grey-line{
		display: none;
	}
	#contact-us-form .form-group-last{
		margin-top: 16px;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		    -ms-flex-align:start;
		        align-items:flex-start;
	}
	#contact-us-form .form-group-last .submit-buddy p{
		line-height: 19px;
	}
	#contact-us-form .form-group-last button{
		width: 65px;
		min-width: 65px;
		height: 37px;
		line-height: 37px;
	}
	#contact-us-form .form-group-last button .hide-mobile{
		display: none;
	}
	.contact-lower-area{
		padding-top: 62px;
	}
	.contact-lower-area .grey-line{
		margin: 0 auto;
	}
	.contact-lower-area > h3{
		line-height: 25px;
		margin: 16px 0 8px;
		padding: 0 62px;
		text-align: center;
	}
	.contact-lower-area > p{
		text-align: center;
		padding: 0 48px;
	}
	.contact-footer{
		padding-top: 62px;
	}
	.form-cover-sent{
		padding-top: 180px;
	}
	.form-cover-sent > h2{
		padding-bottom: 149px;
		line-height: 25px;
	}
	.contact-us-inner-wrapper .inner > h1{
		position: absolute;
		text-align: center;
		margin: 13px auto;
		left: 0;
		right: 0;
		font-weight: 300;
		color: red;
		font-size: 19px;
		top: 0;		
	}

}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {

	.contact-us-inner-wrapper{
		background: url('../img/contact-form/background/sliver@2x.png');
		background-size: 1px 650px;
	}
	.contact-us-inner-wrapper .inner{
		background: url('../img/contact-form/background/contact-bg-mobile@2x.png')no-repeat;
		background-position: top center;
		background-size: 375px 751px;
	}
	.contact-us-inner-wrapper .inner{
		background: url('../img/contact-form/background/contact-bg-tablet@2x.png')no-repeat;
		background-position: top center;
		background-size: 768px 650px;
	}
	.contact-us-inner-wrapper .inner{
		background: url('../img/contact-form/background/contact-bg@2x.png')no-repeat;
		background-position: top center;
		background-size: 1204px 650px;
	}
	#contact-us-form .styled{
		background-color: white;
		background-image: url('../img/contact-form/icons/select-glyph@2x.png');
		background-repeat: no-repeat;
		background-size: 6px 12px;
		background-position: 95.75% 50%;
	}
}

@-webkit-keyframes logo {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(-18deg);
	}
	85%, 100% {
		-webkit-transform: rotate(376deg);
	}
}

@keyframes logo {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(-18deg);
	}
	85%, 100% {
		-webkit-transform: rotate(376deg);
	}
}
