body
{
	margin: 0;
	font-family: 'Arial', sans-serif;
	color: #58595B;
	font-size: 18px;
}

a 
{
	color: #0E3D6F;
	text-decoration: none;
	transition: 0.4s;
}

a:hover
{
	color: #98A7AD;
}

h1
{
	color: #fff;
	letter-spacing: 3px;
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 50px;
	font-weight: 700;
}

h3 
{
	color: #13416A;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 20px;
}

p 
{
	line-height: 28px;

}

.site-content
{
	width: 100%;
	height: 100vh;
	background-color: white;
	position: relative;
}

.container
{
	width: 1440px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

.text-container
{
	margin: 0 40px;
}

header
{
	padding: 20px 0;
	z-index: 10;
	width: 100%;
	background-color: white;
}

.logo 
{
	width: 150px;
}

.left 
{
	float: left;
}

.right
{
	float: right;
}


.contact-boxes
{
	padding-bottom: 100px;
	padding-top: 100px;
}

.contact-box 
{
	width: 33%;
	border-right: 1px solid #A6BBC2;
}

.contact-box .info 
{
	padding-left: 15%;
}

.contact-box:last-child
{
	border-right: 0;
}



.content .container
{
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.content .overlay
{
	width: 100%;
	background-color: #000;
	position: absolute;
	height: 100%;

}

.content .overlay .box 
{
	transform: skewX(-20deg);
    margin-left: -45%;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #A6BBC2;
}


.content .overlay .box2
{
	transform: skewX(-20deg);
    margin-right: -17%;
    position: absolute;
    height: 100%;
    width: 40%;
    right: 0;
    background-color: #A6BBC2;
}

.content .overlay .box2 .box3 
{
	width: 90%;
	position: absolute;
	height: 100%;
	background-color: #0E3D6F;
	right: -2%;
}

.content .text-container
{
	position: relative;
}

.content .text 
{
	width: 40%;
	padding: 100px 0;
	z-index: 99;
}



.content .text span
{
	font-weight: 700;
	color: #94A88D;
}

.statement
{
	float: left;
}

.synergy
{
	float: right;
}

footer
{
	padding: 20px 0;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
}

footer .text-container
{
	width: 100%;
}

@media (max-width: 1600px){

	.container
	{
		width: 95%;
	}

}


@media (max-width: 1200px){

	.content .text
	{
		width: 50%;
	}

	.content .text p 
	{
		font-size: 20px;
		line-height: 36px;
	}

	p,a  
	{
		font-size: 16px;
		line-height: 24px;
	}

}

@media (max-width: 991px){
	
	.contact-box h3 
	{
		font-size: 16px;
	}

	.contact-box p, .contact-box a, p, a
	{
		font-size: 13px;
		line-height: 20px;
	}



} 

@media (max-width: 767px){

	.contact-box
	{
		width: 49%;
		border-right: 0;
	}

	.contact-box:first-child
	{
		border-right: 1px solid #A6BBC2;
	}

	.content .text 
	{
		padding: 30px 0;
		width: 75%;
	}

	.content .container
	{
		padding: 20px 0;
	}

	.content .overlay .box 
	{
		margin-left: -27%;
		width: 106%;
	}

	.content .overlay .box2 
	{
		display: none;
	}

	h1 
	{
		font-size: 28px;
		line-height: 36px;
	}

	.content .text p 
	{
		line-height: 24px;
		font-size: 16px;
	}

}


@media (max-width: 641px){

	footer .statement, footer .synergy
	{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 10px;
	}

}

@media (max-width: 460px){

	.contact-box h3 
	{
		font-size: 14px;
	}

	.contact-box p 
	{
		font-size: 12px;
		line-height: 18px;
	}

	.contact-box:first-child
	{
		border-right: none;
	}
	.contact-box 
	{
		width: 100%;
		border-right: none;
		margin-left: 40px;
		margin-bottom: 15px;
	}

	.contact-box .info 
	{
		padding-left: 0;
	}


}

@media (max-width: 360px){

	.content .container
	{
		padding: 20px 0;
	}
}