
header{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #b6b6b6;
}

.company-contact{
	padding: 80px 0;
}

.company-contact h2{
	color: #222;
	margin-bottom: 40px;
	font-size: 3.129em;
}

.company-contact h2 + p{
	text-transform: uppercase;
	font-size: 0.938em;
	color: #666;
	line-height: 1.7;
	margin-bottom: 40px;
}

.company-contact form{
	padding: 50px 0;
}

.company-contact form input,
.company-contact form textarea{
	width: 100%;
	font-family: 'Merriweather', serif;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #8f8f8f;
	outline: none;
    box-sizing : border-box;
}

.company-contact form button{
	font-family: 'Pressura', Arial, sans-serif;
	padding: 10px 40px;
	outline: none;
	cursor: pointer;
	margin-top: 30px;
}

.company-contact form .content{
	padding: 5px;
}

.footer-left-content{
	color: #010101;
}

@media only screen and (max-width: 767px){
	.company-contact{ padding: 50px 0 80px; }
	.company-bottom-section ul li img{ width: 100%; }
	.company-contact form div{
		margin: 0;
	}

	.col { margin: 0; }

	.company-contact form{
		padding-top: 0;
	}
}

@media only screen and (max-width: 425px){
	
	.company-bottom-section ul{ padding-top: 0; }
	.company-bottom-section ul li{ width: 50%; }
}

