* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.reset {
	font-family: 'Lato', sans-serif, Serif, Arial;
	width: 100%;
	height: 100%;
	max-width: 300px;
	text-align: center;
	margin: auto;
	padding: 0 15px;
	display: none;
}
.main {
	flex-grow: 1;
	padding-bottom: 150px;
}
#header {
	width: 100%;
	height: 80px;
	background: #ffe9ec;
}
.logo {
	float: left;
	width: 180px;
	height: 75px;
	margin-left: 100px;
}
#header ul {
	list-style: none;
	float: right;
	margin-right: 40px;
}
#header ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 20px;
}
#header ul li a {
	color: #c4a77b;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
#header a:hover,
#header a.active {
	border-bottom: 2px solid #f4a4a4;
}
#header a:hover {
	transition: 0.3s;
}
#header:after {
	content: '';
	display: block;
	clear: both;
}
.hamburger-icon {
	width: 35px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 20px;
	padding: 12px 9px;
	cursor: pointer;
	display: none;
}
.topLine,
.middleLine,
.bottomLine {
	width: 24px;
	height: 3px;
	background: black;
	margin: 4px;
	transition: .4s;
}
.change .topLine {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .middleLine {
	opacity: 0;
}
.change .bottomLine {
	transform: rotate(45deg) translate(-5px, -5px);
}
.form-section {
	background: url(pg2.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #485e74;
	line-height: 1.6;
	padding: 1em;
}
.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}
ul {
	list-style: none;
	padding: 0;
}
.brand {
	text-align: center;
	font-family: 'El Messiri', sans-serif, Serif, Arial;
	color: #c4a77b;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #ffe9ec;
	box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	padding: .5em;
	font-size: 2em;
}
.wrapper {
	box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}
.wrapper > * {
	padding: 1em;
}
.company-info {
	background: #ffe9ec;
}
.company-info h3,
.contact h3 {
	color: #f4a4a4;
	font-family: 'El Messiri', sans-serif, Serif, Arial;
}
.company-info ul {
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.company-info h3,
.company-info ul {
	text-align: center;
	margin: 0 0 1rem 0;
}
.contact {
	background: #fff;
}
.box {
	position: relative;
	padding: 20px 0;
	display: flex;
}
.box .icon {
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 22px;
	background: #f4a4a4;
	margin-right: 10px;
}
.box .icon .text {
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	flex-direction: column;
	font-weight: 300;
}
/***********/

.contact form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	display: block;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.contact form label {
	display: block;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.contact form p {
	display: block;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.contact form input:hover,
.contact form textarea:hover {
	border: 2px solid #f4a4a4;
	outline: 0;
}
.contact form button,
.contact form input,
.contact form textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #c9e6ff;
	font-family: 'Lato', sans-serif, Serif, Arial;
}
.contact form button {
	background: #ffe9ec;
	border: 1px solid #f4a4a4;
	text-transform: uppercase;
}
.contact form button:hover,
.contact form button:focus {
	background: #f4a4a4;
	color: #fff;
	outline: 0;
}
#footer {
	width: 100%;
	background: #ffe9ec;
	text-align: center;
	padding: 20px;
	color: #c4a77b;
	font-family: 'Lato', sans-serif, Serif, Arial;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.social {
	width: 100%;
	height: auto;
	margin: 10px;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	word-spacing: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.socialMedia a {
	display: inline-flex;
	text-decoration: none;
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #f4a4a4;
	padding-top: 15px;
	transition: 0.6s;
}
.socialMedia a:hover {
	transform: translate(0, -5px);
	color: black;
}
.footerInfo {
	width: 100%;
	background: none;
	font-size: 1em;
	border: none;
	outline: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, Serif, Arial;
	color: #c4a77b;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s;
	position: relative;
	display: none;
}
.footerInfo:hover {
	transform: translate(0, -5px);
	color: black;
}
.footerH4 {
	width: 100%;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, Serif, Arial;
	color: #c4a77b;
	font-weight: bold;
	cursor: pointer;
	transition: 0.6s;
}
#footerH4:hover,
.footerH4:hover {
	transform: translate(0, -5px);
	transition: 0.6s;
	color: black;
}
.pLinks {
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
	font-size: 1em;
	color: #f4a4a4;
	transition: 0.6s;
	padding-top: 15px;
	display: none;
}
.pLinks:hover {
	transform: translate(0, -5px);
	color: black;
}
.infoLinks {
	display: none;
}
.one {
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
	font-size: 1em;
	color: #f4a4a4;
	transition: 0.6s;
	padding-top: 15px;
}
.one:hover {
	transform: translate(0, -5px);
	color: black;
}
.footerComment {
	background: #f4a4a4;
	font-family: 'Lato', sans-serif, Serif, Arial;
	padding: 5px;
}
.footerComment p {
	text-align: center;
	padding-bottom: 5px;
	word-spacing: 2px;
	font-size: 1em;
	color: #fff;
}

/*** Media Queries **/

@media (max-width: 1380px) {
	.logo {
		width: 150px;
		margin-left: 10px;
	}
}
@media (max-width: 1220px) {
	#header ul li {
		margin: 0 10px;
	}
}
@media (max-width: 1060px) {
	#header ul {
		margin-right: 20px;
	}
	#header ul li a {
		font-size: 0.9em;
	}
}
@media (max-width: 1000px) {
	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #ffe9ec;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
		overflow-y: auto;
		z-index: 1;
	}
	.change ul {
		left: 0;
	}
	#header ul li {
		display: block;
		line-height: 4;
	}
	#header ul li a {
		font-size: 17px;
	}
	#header a:hover,
	#header a.active {
		border-bottom: 2px solid #f4a4a4;
	}
	.hamburger-icon {
		display: block;
	}
}
@media(min-width:700px){

.wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.wrapper > * {
	padding: 2em;
}
.company-info h3,
.company-info ul,
.brand {
	text-align: left;
}
}
/***************/
 
@media(max-width: 1160px) {
	.one {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.one {
		display: block;
	}
}
@media(max-width: 701px) {
	.footerH4,
	.one {
		display: none;
	}
	/**plus**/
	.footerInfo {
		display: block;
	}
	.pLinks {
		display: block;
	}
	.pLinks {
		padding-left: 15px;
	}
	.footerInfo:after {
		content: "\02795";
		font-size: .5em;
		float: right;
		background-color: #f4a4a4;
		padding: 3px;
		border-radius: 50%;
		margin-left: 22px;
		position: absolute;
		margin-top: 4px;
	}
	.twist:after {
		content: '\2796';
	}
}
@media(max-width: 635px) {
	#footer {
		flex-direction: column;
	}
	.footerInfoCase {
		padding: 30px;
	}
	.social {
		width: 100%;
	}
	.footerH4,
	.one {
		display: none;
	}
	/**plus**/
	.footerInfo {
		display: block;
	}
	.pLinks {
		display: block;
	}
	.pLinks {
		padding-left: 15px;
	}
	.footerInfo:after {
		content: "\02795";
		font-size: .5em;
		float: right;
		background-color: #f4a4a4;
		padding: 3px;
		border-radius: 50%;
		margin-left: 22px;
		position: absolute;
		margin-top: 4px;
	}
	.twist:after {
		content: '\2796';
	}
}
@media(max-width: 270px) {
	#bg-image, #header, .main, #footer, .footerComment {
		display: none;
	}
	.reset {
		display: block;
	}
}

.error {
  text-align: center;
  font-weight: bold;
	background-color: red;
  color: white;
}
.success {
  text-align: center;
	font-weight: bold;
	background-color: green;
  color: white;
  
}