h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: .02em;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 30px;
	color: #5a5a5a;
}

p {
	font-size: 17px;
	margin: 0;
	letter-spacing: .01em;
	line-height: 1.42;
}

ul,li,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

input {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

input:hover,
input:active,
input:focus {
	outline: none;
	box-shadow: none;
}

.contact-section-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: black;
}

.contact-section1 {
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.contact-section1 > div {
	width: 50%;
}

.contact-section1 h2 {
	margin-bottom: 40px;
	/* color: #5a5a5a; */
}

.contact-section1-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.contact-section1-left-content {
	width: 100%;
	max-width: 600px;
	color: black;
}

.contact-section2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-section2 .contact-section-wrapper {
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
}

.contact-section2 h3 {
	font-family: 'sofia_prolight';
	letter-spacing: .01em;
	color: black;
}

/*.contact-section2-left,
.contact-section2-right {
	width: 50%;
	padding: 50px;
}*/

.contact-section2-left {
	box-shadow: -1px 2px 12px rgba(26,26,26,.3);
	width: 56%;
	padding: 50px;
}

.contact-section2-right {
	background: #2d3242;
	width: 44%;
	padding: 50px;
	background: black;
}

.contact-input-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-input-block {
	width: 45%;
	margin: 20px 0;
}

.contact-input-block input {
	color: rgba(26,26,26, .4);
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(26,26,26, .4);
	padding: 10px 5px;
}

.text-area-block,
.submit-block {
	width: 100%;
}

.text-area-block p {
	font-size: 16px;
	margin-bottom: 20px;
	color: rgba(26,26,26, .7);
}

.text-area-block textarea {
	width: 100%;
	min-height: 120px;
	resize: none;
    color: rgba(26,26,26, .5);
/*	border: none;*/
}

.submit-block {
	text-align: right;
	margin-bottom: 0;
}

.submit-block button {
	margin: 0;
	padding: 0;
	border: none;
	width: 50px;
	height: 50px;
	background: url(../images/contact/contact-section2-submit.png) no-repeat center;
	background-size: cover;
	text-indent: -99999em;
}

.contact-section2-right {
	color: #fff;
}

.contact-section2-right h3 {
	color: #fff;
}

.contact-section2-right li {
	position: relative;
	padding-left: 55px;
	min-height: 35px;
	margin: 70px 0;
}
.contact-section2-right li.contact-section2-mobile {
	margin: 70px 0 0px 0;
}
.contact-section2-right li.contact-section2-email {
	margin: 30px 0 70px 0;
}

.contact-section2-right li:last-child {
	margin-bottom: 0;
	padding-left: 10px;
}

.contact-section2-right li > img {
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section2-right li a {
	color: #fff;
}

.contact-section2-social a + a {
	margin-left: 25px;
}

.contact-section3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-section3 h2 {
	text-align: center;
	/* color: #5a5a5a; */
	margin-bottom: 80px;
}

.contact-section3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-section3 li {
	width: calc(33.333% - 70px); /* margin value from the each side */
	border: 1px solid rgba(26,26,26,.3);
	margin: 15px 35px;
	position: relative;
	overflow: hidden;
}

.contact-section3 li a {
	display: block;
	width: 100%;
	padding: 12px 10px;
	font-size: 16px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.contact-section3 li a:nth-child(2) {
    /* display: none; */
    text-transform: lowercase;
    background: black;
    color: white;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 100%;
}
.contact-section3 li a:nth-child(1) {
    position: relative;
    left: 0%;
}
.contact-section3 li:hover a:nth-child(1) {

left: -70%;
}
.contact-section3 li:hover a:nth-child(2) {
    /* display: block; */
    left: 0;
}

/**********************
	MEDIA QUERIES
*****************************/


@media only screen and (max-width:1200px) {

	.contact-section-wrapper {
		width: 94%;
	}

	.contact-section1-left-content {
		width: 94%;
	}

}
/* 1200 End */

@media only screen and (max-width:1024px) {

	h2 {
		font-size: 38px;
	}

	p {
		font-size: 16px;
	}

	.contact-section-wrapper {
		width: 98%;
	}

	.contact-section1 h2 {
		margin-bottom: 20px;
	}

	.contact-section2 h3 {
		font-size: 26px;
	}

	.contact-section2-left,
	.contact-section2-right {
		padding: 40px 30px;
	}

	.contact-section3 h2 {
		margin-bottom: 50px;
	}

	.contact-section3 li {
		width: calc(33.333% - 40px);
		margin: 15px 20px;
	}

	.contact-section3 li a {
		font-size: 14px;
	}
}
/* 1024 End */


@media only screen and (max-width:800px) {

	.contact-section2-right {
		padding: 40px 20px;
	}

	.contact-section3 li {
		width: calc(33.333% - 10px);
		margin: 15px 5px;
	}

	.contact-section3 li a {
		font-size: 14px;
	}

}
/* 800 End */

@media only screen and (max-width:767px) {

	h2 {
		font-size: 30px;
	}

	.contact-section-wrapper {
		width: 94%;
	}

	.contact-section1 > div {
		width: 100%;
		text-align: center;
	}

	.contact-section1-left-content {
		width: 100%;
		max-width: 100%;
		padding-top: 120px;
		padding-bottom: 30px;
	}

	.contact-section2 h3 {
		font-size: 20px;
	}

	.contact-section2-left h3,
	.contact-section2-left form {
		width: 320px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-input-block {
		width: 100%;
	}

	.text-area-block textarea {
		min-height: 80px;
	}

	.contact-input-block input {
		font-size: 15px;
	}

	.contact-section2-left,
	.contact-section2-right {
		width: 100%;
	}

	.contact-section2-right h3,
	.contact-section2-right ul {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-section2-right li {
		margin: 30px 0;
	}

	.contact-section3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contact-section3 h2 {
		margin-bottom: 30px;
	}

	.contact-section3 li {
		width: 100%;
		margin: 10px 0;
	}

}
/* 767 End */

@media only screen and (max-width:360px) {

	.contact-section2-left,
	.contact-section2-right {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact-section2-left h3,
	.contact-section2-left form,
	.contact-section2-right h3,
	.contact-section2-right ul {
		width: 100%;
	}

	p br {
		display: none;
	}
    .text-area-block textarea {
    border: 1px solid rgba(26,26,26, .4);
        border-top: 0;
}
}
