@charset "utf-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");
body {
	padding-top: 20px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,181,181,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,181,181,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,181,181,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(181,181,181,1.00) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	height: 1080px;
	margin-left: auto;
	margin top: auto;
	margin-right: auto;
	margin-bottom: auto;

}
.container {
	width: 85%;
	padding-top: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 1px #878787;
	box-shadow: 0px 0px 10px 1px #878787;
	max-width: 900px;
	border-top: solid;
	border-top-width: 8px;
	border-top-color: #84b9da;
	border-bottom: solid;
	border-bottom-width: 8px;
	border-bottom-color: #84b9da;
	border-radius: 15px;
	border-left: solid;
	border-left-width: 1.5px;
	border-left-color: #84b9da;
	border-right: solid;
	border-right-width: 1.5px;
	border-right-color: #84b9da;
}
.container div img {
	width: 35%;
	height: 0%;
	max-width: 900px;
	padding-bottom: 5px;
	margin: 0;
}


.container-fluid .container div {
	border-bottom-color: #1A2B81;
	border-bottom-style: none;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.container-fluid .container h1 {
	color: #1A2B81;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 0px;
	font-weight: lighter;
	text-shadow: 3px 3px 5px #f2f2f2;

}
.container-fluid .container p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: justify;
}
.container-fluid .img-responsive {
	width: 19%;
}
.container-fluid .container .text-right.text-capitalize {
	width: 214px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: right;
	-webkit-box-shadow: 0 0px 0px #000000;
	box-shadow: 0 0px 0px #000000;
}

.header {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	box-shadow: 0 0px 0px #000000;
}
.footer {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: auto;
	text-shadow: 2px 2px 4px #bfbfbf;
}
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #84b9da;
	width: 100%;
	position: relative;
	height: 95%;
}
ul.topnav li {
	float: center;
	display: inline-block;
	text-align: center;
	margin: 0;
	vertical-align: center;
}

ul.topnav li a {
	float: center;
	display: inline-block;
	color: #1A2B81;
	text-align: center;
	padding: 14px 30px;
	text-decoration: none;
	transition: 0.4s;
	font-size: 17px;
	vertical-align: center;
}
ul.topnav li a:hover {
	background-color: #f2f2f2;
	color: #0672b9;
}
.invisitext whitebar {
color: white;

}
.footer.fluid {
	width: 85%;
	padding-top: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 1px #878787;
	box-shadow: 0px 0px 10px 1px #878787;
	max-width: 900px;
	position: relative;
	top: -10px;
}

.contactdetails {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 5px;


}
#maillink {
	color: #1a2b81;
}
#maillink hover {
	color: #1A2B81;
}

#footer {
	font-weight: normal;
	color: #000000;
}
