body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin:0;
  background-color: #f4f4f4;
}
/*--------top header----------*/
.container {
	width: 90%;
	margin: auto;
	overflow: hidden;
}
header {
	background: #01233f;
	color: #ffffff;
	padding-top: 0px;
	max-height: 110px;
	border-top: #3a3a3a 4px solid;
	border-bottom: #3a3a3a 3px solid;
}
.mds {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.call {
	float: right;
	font-size: 16px;
	font-weight: lighter;
	margin-top: -15px;
}
.mds a {
	color: white;
}
.mds a:hover {
	color: blue;	
}
/*----------main banner-----------*/
.banner img {
	width: 100%;
	max-height: 200px;
}
.logo {
	float: left;
	transform:scale(1.5); 
	margin-top: -200px;
	margin-left: 37px;
}
.tagline {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: -190px;
	color: white;
	margin-left: 10px;
}
.taginsert {
	font-size: 16px;
	text-align: center;
	color: white;
	margin-left: 30px;
}
/*--------------nav----------------*/
.containernav {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
#nav {
	position: relative;
	margin-top: 22px;
	float: right;
	margin-right: 20px;
}
#nav li {
	display: inline-block;
}
#nav li a {
	padding: 5px;
	font-size: 16px;
	color: #1761a0;
	text-decoration: none;
}
.active {
	background-color: #3a3a3a;
}
/*-----------main content------------*/
.content {
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 90px;
	margin-right: 90px;
}
.free {
	color: red;
	font-weight: bold;
	font-size: 20px;
}
.systems {
	font-size: 20px;
}
.media {
	font-size: 20px;
}
.copyright {
	list-style-type: none;
	font-size: 10px;
	text-align: center;
}
.instruct1 {
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
}
.instruct {
	text-decoration: underline;
	font-size: 20px;
}
.policies {
	text-decoration: underline;
	font-size: 20px;
}
.faq1 {
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
}
.faq {
	text-decoration: underline;
	font-size: 20px;
}
/*---------------footer--------------*/
.containerfoot {
	width: 90%;
	margin: auto;
	overflow: hidden;
}
footer {
	background: #01233f;
	color: #ffffff;
	padding-bottom: 30px;
	max-height: 170px;
	font-size: 16px;
}
#address {
	float: right;
	font-size: 16px;
}
#address a {
	color: white;
}
#address a:hover {
	color: blue;	
}
#navfoot li a {
	text-decoration: none;
	color: #ffffff;
	list-style-type: none;
	font-size: 16px;
}
#navfoot ul {
	list-style-type: none;
}
#navfoot a:hover {
	color: blue;
}

/*---------Contact Form------------*/
body {
	background-color: #f4f4f4;
}
.main {
	width: 260px;
	margin: 70px auto;
	border: 1px solid #01233f;
	border-radius: 10px;
	background-color: #fffaf0;
	border-left: 5px solid #01233f;
	border-right: 5px solid #01233f;
	border-bottom: 5px solid #01233f;
	box-shadow: 0px 0px 0px 10px #1761a0;
}
.info {
	width: 100%;
	padding: 0px;
	background-color: #01233f;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #1761a0;
}
.form-box {
	padding: 10px;
}
label {
	color: navy;
	font-size: 14px;
}
.inp, .msg-box {
	width: 80%;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px solid #1761a0;
	border-radius: 5px;
	font-weight: bold;
	border-right: 15px solid #1761a0;
	border-left: 15px solid #1761a0;
	color: navy;
}
.inp:focus, .msg-box:focus {
	outline: none;	
	border: 2px solid navy;
	border-right: 20px solid navy;
	border-left: 20px solid navy;
}
.msg-box {
	resize: none;
	height: 120px;
}
.sub-btn {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(#1761a0, #01233f); 
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 5px;
}
.sub-btn:focus {
	outline: none;
}
.sub-btn:hover {
	background: linear-gradient(#01233f, #1761a0); 
	transition: all ease-out 0.2s;
	opacity: 0.9;
	filter: alpha(opacity=10);
}

