.headtag{
	padding:50px 0;
	background:linear-gradient(0deg,rgb(0, 51, 102, 0.6), rgb(0, 51, 102, 0.6)), url(../images/mainbannerback.jpg);
	color:#fff;
}
.headtag h1{
	color:#fff;
	margin:0;
	font-size:36px;
}
.headsubtitle{
	background-color:#011e40;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	position:relative;
	z-index:1;
	margin-top:15px;
	font-weight:600;
}
.headsubtitle li{
	display:inline-block;
	padding-right:5px;
}
.headsubtitle li a{
	color:#ffa500;
}
.double-line-bottom{
	margin-bottom:20px;
	margin-top:8px;
	padding-bottom:5px;
	position:relative;
}
.double-line-bottom::after{
	border-radius:8px;
	bottom:0;
	content:"";
	height:2px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	width:150px;
	background:#ffa500;
}
.double-line-bottom::before{
	border-radius:8px;
	content:"";
	height:6px;
	bottom:-2px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	width:60px;
	background:#ffa500;
}
.contactcontent{
	background-color:#f8f8f8;
	padding-top:80px;
	padding-bottom:50px;
}
.contactinner{
	border:1px solid #ebedf2;
	min-height:180px;
	background-color:#fff;
	padding:20px 20px;
	margin-bottom:20px;
}
.contactinner h3{
	margin:0;
	font-size:28px;
	color:#003366;
}
.contacticon{
	margin-bottom:20px;
	font-size:60px;
	color:#011e40;
}
.contacttxt h5{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
}
.contacttxt p{
	color:#6f6f6f;
	font-size:16px;
	margin:0;
}
#frmcontact{
	margin:40px 0 20px 0;
}
#frmcontact label{
	font-weight:600;
}
#frmcontact input[type=text]{
	height:45px;
}
#frmcontact .form-control{
	padding:10px 20px;
	border-radius:0;
	border-color:#e1e6eb;
	box-shadow:none;
	font-weight:400;
}
.btn-submit{
	background-color:#ffa500;
	color:#003366;
	font-weight:600;
	border-radius:0;
	font-size:18px;
}
.mapinner{
	border:1px solid #ebedf2;
}