* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Helvetica Neue, sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
.medsos {
	padding: 5px 0;
	background-color: #708090;
}
.medsos ul li {
	display: inline-block;
	color: #c6d3ff;
	margin-right: 10px;
	float: right;
}
.container {
	font-family: Helvetica;
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
}
.container:after {
	display: block;
	content:'';
	clear: both;
}
header {
	font-family: Helvetica Neue;
	background-color: #F8F8FF;
	margin: auto 0;
	}
header h1 {
	float: left;
	padding: 15px 0;
	color: #C70039;
	margin: 10px 0;
}
header ul {
	float: right;
	margin: 10px;
}
header ul li {
	display: inline-block;
}
header ul li a {
	font-family: font-family: "Helvetica Neue"; font-size: 18px; font-style: italic; font-variant: normal; font-weight: 700; line-height: 26.4px;
	padding: 20px 10px;
	display: inline-block;
	margin: 10px;
}
header ul li a:hover {
	border-radius: 50px;
	background-color: #C0C0C0;
	color: #fff;
	padding: 10px 10px;
}
.label {
	font-family: font-family: "Helvetica Neue"; font-size: 20px; font-style: italic; font-variant: normal; font-weight: 700; line-height: 26.4px;
	background-color: #708090;
	color: #fff;
	border-spacing: 1px;
	padding: 2px 0;
	margin: 10px 0;
}
.active {
	border-radius: 50px;
	background-color: 	#6495ED;
	color: #fff;
	box-sizing: content-box;
}
.banner {
	height: 60vh;
	background-image: url('../img/collab.jpg');
	background-size:cover;
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
}
.banner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(24, 49, 137, .6) ;
}
.banner h2 {
	font-family: Helvetica Neue;
	color: #fff;
	z-index: 1;
}
h3 {
	font-family: font-family: "Helvetica Neue"; font-size: 20px; font-variant: normal; font-weight: 700; line-height: 26.4px;
	text-align: center;
	padding: 10px auto;
	color: #200983;
	margin: 30px;
}
.about {
	padding-bottom:auto;
}
p {
	font-family: Helvetica Neue;
	line-height: 20px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
.service .box .col-4 {
	width: 21%;
	height: 150px;
	padding: 5px 20px;
	display: inline-table;
	float: left;
}
.service .box .col-4  h4 {
		text-align: center;
	}
.image .box .col-4 {
	width: 21%;
	height: 150px;
	padding: 20px 20px;
	margin-bottom: 30px;
	display: inline-table;
	float: left;
}
footer {
	font-family: Helvetica;
	padding: 10px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.contact .box .col-4 {
	width: 23%;
	display: block;
	padding: 20px 5px;
	text-align: justify;
	font-size: 14px;
	float: left;
	border-width: 20%;
}
.contact .box .col-4 p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 14px;
}
.col-7 {
	width: 30%;
	height: 100px;
	margin: 10px;
	text-align: center;
	float: left;
	box-sizing: content-box;
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
		font-size: 100%;
	}
	header h1 {
		text-align: center;
	}
	header ul li a {
		width: 100%;
		font-size: 100%;
		margin: auto 0;
		float: none;
	}
	.service .box .col-4 {
		 width: 100%;
		 height: 100%;
		padding: 5px;
	}
	.image .box .col-4 {
		width: 100%;
		height: 100%;
		padding: 5px;
	}
	.contact .box .col-4 {
		font-size: 100%;
		width: 100%;
		float: none;
	}
	.col-7 {
		width: 100%;
	}
}