body {
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
}

#minimize {
	font-size: 18px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 100px;
	letter-spacing: 0.5;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}

.header .compname {
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 3px;
	position: absolute;
	padding: 40px 0 40px calc(15% - 100px);
}

.header .subname {
	font-size: 16px;
	position: absolute;
	padding: 80px 0 0 calc(15% - 100px);
}

.header .logo {
	position: absolute;
	left: 0;
	width: 220px;
	height: 120px;
}

.header nav {
	float: right;
	background: #fff;
}

.header nav ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.header nav ul li {
	list-style: none;
	position: relative;
}

.header nav ul li ul {
	position: absolute;
	left: 0;
	display: none;
	margin-top: -15px;
}

.header nav ul li:hover ul {
	display: block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
	
.header nav ul li ul li {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: block;
	width: 300px;
}

.header nav ul li a {
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333;
	padding: 20px 25px 0 25px;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

.header nav ul li ul li a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	padding: 0 25px;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

.header nav ul li a:hover,
.header nav ul li a.active,
.header nav ul li ul li a.active {
	color: #08088A;
}

.header nav ul li ul li a:hover {
	background: #FAFAFA;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #08088A;
}

.menu-toggle {
	float: right;
	line-height: 138px;
	font-size: 24px;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 1240px) {
	.header {
		padding: 0 20px;
	}

	.header .compname {
		display: none;
	}

	.header .subname {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.header nav {
		background: #fff;
		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		top: 120px;
		left: -100%;
		transition: 0.5s;
	}

	.header nav.active {
		left: 0;
	}

	.header nav ul {
		display: block;
		text-align: center;
	}

	.header nav ul li a {
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding: 0;
	}

	.header nav ul li:hover ul,
	.header nav ul li.active ul {
		position: relative;
	}

	.header nav ul li ul {
		margin-top: 0px;
	}

	.header nav ul li ul li {
		background: #fff;
		display: block;
		width: 100%;
		border-bottom: none;
	}

	.header nav ul li ul li a {
		height: 80px;
		line-height: 80px;
	}

	.title-image {
		height: 100% !important;
	}

	.title-image-2 {
		height: 100% !important;
	}

	.column {
		width: 80% !important;
	}

	#minimize {
		font-size: 14px;
	}

	.split50 {
		float: none !important;
		width: 100% !important;
	}

	h4 {
		font-size: 30px !important;
	}

	.column {
		height: 300px !important;
	}

	input[type=text], select, textarea {
		width: 100% !important;
	}
}

.title-image {
	top: 130px;
	width: 100%;
	height: 70%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/bg_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.title-image-2 {
	top: 130px;
	width: 100%;
	height: 70%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/bg_2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.title-text {
	text-align: left;
	position: absolute;
	top: 12%;
	left: 15%;
	right: 15%;
	color: white;
}

.content {
	min-height: 500px;
	margin: 150px 10% 10px 10%;
	padding: 30px 5% 30px 5%;
}

h1 {
	letter-spacing: 1.5px;
	color: #DF0101;
}

h2 {
	font-family: 'PT Serif', serif;
	letter-spacing: 1.5px;
	color: #DF0101;
}

h2::first-letter {
	font-size: 180%;
	padding-right: 1px;
}

h4 {
	font-size: 52px;
}

table, th, td {
	border-collapse: collapse;
}

tr {
	border-radius: 5px;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	margin: 15px;
	display: flex;
}

th {
	background-color: #08088A;
	font-weight: normal;
	color: #ffffff;
}

th, td {
	padding: 15px;
}

td {
	text-align: left;
}

.split50 {
	float: left;
	width: 50%;
}

.split30 {
	float: left;
	width: 33%;
}

.split70 {
	float: left;
	width: 70%;
}

.feature {
	box-sizing: border-box;
	border-radius: 5px;
	float: left;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	width: 100%;
	padding: 25px;
	margin: 15px;
}

li {
	padding: 5px;
}

.column {
	box-sizing: border-box;
	float: left;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	width: 31%;
	padding: 50px;
	margin: 10px;
	height: 250px;
	text-align: center;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

input[type=text], select, textarea {
	width: 80%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 16px;
	resize: vertical;
	font-family: 'Open Sans';
}

input[type=submit] {
	font-family: 'Open Sans';
	background-color: #08088A;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	letter-spacing: 0.5px;
}

input[type=submit]:hover {
	background-color: #0404B4;
}

.footer {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 30px 0 15px 15%;
	left: 0;
	bottom: 0;
}