body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	background: url('../img/header.jpg') no-repeat top left;
	background-color: #fff;
}

html body {
	margin: 0;
	padding: 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 625px) {
	.truss {
		max-width: 100%;
	    height: auto;
	}
}

.header-section {
	background: #fff;
}

.wrapper-lg {
	max-width: 920px;
	margin: auto;
}

.container-section {
	background: #fff;
}

.wrapper {
	max-width: 755px;
	margin: auto;
}

.content {
	margin-top: -80px !important;
	padding: 25px 50px;
	max-width: 640px;
	margin: auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.content2 {
	padding: 25px 50px;
	max-width: 640px;
	margin: auto;
	background-color: #fff;
	position: relative;
}

.content2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	height: 25px;
	width: 3px;
	background: #000;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	color: #353582;
}

h1::before {
	content: '';
	position: absolute;
	top: 55px;
	left: 25px;
	height: 55px;
	width: 3px;
	background: #000;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	position: relative;
}

h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	height: 55px;
	width: 3px;
	background: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

@media all and (max-width: 730px) { 
	.websites .left,
	.websites .right {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
}

.c2a {
	margin-top: 50px;
	padding: 25px 50px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #353582;
	overflow: auto;
	clear: both;
}

.c2a a {
	color: #fff;
	text-decoration: none;
}

.c2a img {
	vertical-align: middle;
}

@media all and (max-width: 625px) { 
	.c2a .right,
	.c2a .left {
		float: none;
	}
}

.footer-section {
	font-size: 16px;
	line-height: 37px;
	color: #fff;
	background-color: #353582;
}

.footer-section .wrapper-lg {
	padding: 40px 20px;
}

.footer-section a {
	color: #fff;
	text-decoration: none;
}

.footer-section img {
	vertical-align: middle;
}

.footer-section .left {
	margin-right: 80px;
}