/* T1 Contact Area General Setup */

.contact-area.t1 {
}

.contact-area.t1 .main {
}

.contact-area.t1 .main .flex {
}

.contact-area.t1 .main .flex > * {
}

/* End T1 Contact Area General Setup */

/* T1 Contact Area Content Box */

.contact-area.t1 .content {
}

.contact-area.t1 .content header {
}

.contact-area.t1 .content header h1 {
	color: #F48402 !important;
	max-width: 16em;
}

.contact-area.t1 .content header > :nth-child(2):not(a) {
}

.contact-area.t1 .content .contact-style {
}

/* End T1 Contact Area Content Box */

/* T1 Contact Area Form */

.contact-area.t1 .contact-form {
	padding: 2.5em 4%;
}

.contact-area.t1 .contact-form header {
}

.contact-area.t1 .contact-form header h5 {
}

.contact-area.t1 .contact-form fieldset {
}

.contact-area.t1 .contact-form fieldset ul {
}

.contact-area.t1 .contact-form fieldset ul li {
}

.contact-area.t1 .contact-form fieldset ul li .input-text {
}

.contact-area.t1 .contact-form fieldset ul li .input-text input, .contact-area.t1 .contact-form fieldset ul li .input-text select, .contact-area.t1 .contact-form fieldset ul li .input-text textarea {
}

.contact-area.t1 .contact-form fieldset ul li .input-text input {
}

.contact-area.t1 .contact-form fieldset ul li .input-text select {
}

.contact-area.t1 .contact-form fieldset ul li .input-text textarea {
}

.contact-area.t1 .contact-form .btn {
	display: block;
	width: 100%;
	margin-top: 1em;
}

/* End T1 Contact Area Form */

/* Slide & Fade Styles */

[data-onvisible='slide-n-fade'].contact-area.t1 article {
	opacity: 0;
	transform: translateX(-7em);
}

.slide-n-fade[data-onvisible='slide-n-fade'].contact-area.t1 article {
	opacity: 1;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
	transform: translateX(0);
}

[data-onvisible='slide-n-fade'].contact-area.t1 .contact-form {
	opacity: 0;
	transform: translateY(7em);
}

.slide-n-fade[data-onvisible='slide-n-fade'].contact-area.t1 .contact-form {
	opacity: 1;
	transition: opacity .75s ease .5s, transform .75s ease .5s;
	transform: translateY(0);
}

/* End Slide & Fade Styles */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	body {
	}
}

/* End 1500px Responsive */

/* 1200px Responsive */

@media screen and (max-width:1200px) {
	body {
	}
}

/* End 1200px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	body {
	}

	.contact-area.t1 .contact-form {
		padding: 2em 4%;
	}

	.contact-area.t1 .contact-form header {
		padding-bottom: 1em;
	}

	.contact-area.t1 .contact-form header h5 {
		font-size: 2em;
	}

	.contact-area.t1 .contact-form fieldset ul li .input-text input, .contact-area.t1 .contact-form fieldset ul li .input-text select, .contact-area.t1 .contact-form fieldset ul li .input-text textarea {
		font-size: 1em;
	}

	.contact-area.t1 .contact-form .btn {
		margin-top: 0;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	body {
	}

	.contact-area.t1 {
		background-image: none !Important;
	}

	.contact-area.t1 .main .flex {
		display: block;
	}

	.contact-area.t1 .main .flex > * {
		width: 100%;
	}

	.contact-area.t1 .contact-form {
		margin-top: 2em;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	body {
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	body {
	}
}

/* End 550px Responsive */

/* 475px Responsive */

@media screen and (max-width:475px) {
	body {
	}
}

/* End 475px Responsive */

/* 400px Responsive */

@media screen and (max-width:400px) {
	body {
	}
}

/* End 400px Responsive */

/* 350px Responsive */

@media screen and (max-width:350px) {
	body {
	}
}

/* End 350px Responsive */
