@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	background-color: #2b2f2f;
	min-height: 100%;
	height: 100%;
}

.seobanner {
position:absolute;
left:0;top:-27px;
transition:.6s;
-webkit-transition: .6s;
z-index:999;
height:30px;
width:100%;
line-height:30px;
margin:0;
padding:0;
background:#333333;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color:#fff;
font-size:14px;
text-align:center;
}
.seobanner:hover {
top:0;
transition:.6s;
-webkit-transition: .6s;
}

body {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
	max-width: 100%;
}

p {
	color:#595855;
	font-size:16px;
	font-weight: 300;
	line-height: 30px;
}

p strong {
	font-weight: 800;
}

.main ul li {
	color:#595855;
	font-size:16px;
	line-height: 30px;
	font-weight: 300;
}

.main {
	width: 70%;
}



a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clearfix:after {
    content: '';
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #006fbb;
	font-size: 100px;
	margin: 0px;
	font-weight: 400;
	padding: 10px;
	display: inline-block;
	float: left;
}

.title {
	overflow: hidden;
	background-color: #fff;
}

.imgholder {
	display: inline-block;
}

.title p {
	display: block;
	color: #494c4c;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 10px;
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 40px;
	line-height: 20px;
}

.title img {
	width: 250px;
	padding: 5px;
}

.contactinfo {
	width: 40%;
	overflow: hidden;
	float: right;
	padding: 30px;
}

.contactinfo i {
	color: #006fbb;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

.contactinfo i span {
	font-family: 'Roboto', sans-serif;
	color: #2b2f2f;
	font-size: 22px;
	font-weight: 500;
	padding-left: 10px;
}

.contactinfo i:last-child span {
	font-size: 14px;
	font-weight: 400;
}

.wrapper {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eeeeee;
	min-height: 100%;
	position: relative;
}

nav {
	background-color: #006fbb;
	height: 82px;
}

nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

nav ul li {
	list-style: none;
	color: #eeeeee;
	float: left;
	position: relative;
	-webkit-transition: all .99s ease;
	   -moz-transition: all .99s ease;
	    -ms-transition: all .99s ease;
	     -o-transition: all .99s ease;
	        transition: all .99s ease;
}

nav ul li ul {
	position: absolute;
	left: 0px;
	background-color: rgba(47,47,47,.8);
	z-index: 10;
	display: none;
	width: 300px;
}

nav ul li ul li {
	display: block;
	float: none;
	font-size: 13px;
}

nav ul li ul li a {
	padding: 15px;
}

nav ul li:hover, .active {
	background-color: #2b2b2b;
}

nav ul li a {
	display: block;
	padding: 30px;
}

nav ul li a:hover {
	text-decoration: none;
}

header {
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #006fbb;
}

header img {
	display: block;
	max-width: 100%;
}

.content {
	padding: 10px;
}

.slider {
	position: relative;
}

.slick-prev, .slick-next {
	position: absolute;
	border: none;
	font-size: 0px;
	background-color: #eeeeee;
	padding: 15px;
	top: 40%;
	cursor: pointer;
	border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
	background-color: #2b2f2f;
}

.slick-prev:hover::after, .slick-next:hover::after {
	color: #fff;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-prev::after {
	position: relative;
	z-index: 3;
	content: '\f060';
	color: #000;
	font-size: 20px;
	font-family: FontAwesome;
}

.slick-next::after {
	position: relative;
	z-index: 3;
	content: '\f061';
	color: #000;
	font-size: 20px;
	font-family: FontAwesome;
}

h1 {
	margin: 0px;
	padding: 15px;
	background-color: #dadada;
	color: #2b2f2f;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

h3 {
	margin: 0px;
	padding: 15px;
	background-color: #dadada;
	color: #2b2f2f;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

section h3:nth-of-type(even), .content section:nth-child(3) h3, .accreds h3 {
	background-color: #2b2f2f;
	color: #eeeeee;
	font-size: 16px;
}

.content section {
	float: left;
	padding: 10px;
}

.half {
	width: 50%;
}

.quart {
	width: 25%;
}

.third {
	width: 33.3%;
}

.content {
	overflow: hidden;
}

.content p {
	text-align: justify;
}

.services {
	float: right;
	width: 30%;
}

.slider {
	width: 70%;
	float: left;
}

.services ul {
	padding: 10px;
	margin: 0px 0px;
	background-color: #006fbb;
}

.services ul li {
	list-style: none;
	text-align: center;
	color: #e6e6e6;
	padding: 10px;
	font-size: 14px;
}

.social {
	margin-bottom: 30px;
}

.social i.fa {
	color: #2b2b2b;
	font-size: 55px;
	margin-top: 20px;
}

.social i span {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	display: inline-block;
	padding-left: 20px;
	color: #2b2f2f;
	position: relative;
	top: -12px;
	font-weight: 400;
}

.featurebar {
	position: relative;
	background: url(../images/featurebg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 50px;
}

.featurebar::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	top: 0px;
	left: 0px;
}

.featurebar p {
	
	text-align: center;
	position: relative;
	z-index: 3;
	font-size: 26px;
	color: #2b2f2f;
	font-weight: 500;
	line-height: 35px;
}

.button {
	position: relative;
	z-index: 3;
	display: block;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	background-color: #006fbb;
	color: #c9cbcb;
	border: solid 1px #c9cbcb;
	margin-top: 40px;
	cursor: pointer;
	font-weight: 700;
}

.button a {
	display: block;
	padding: 15px;
}

.button a:hover {
	text-decoration: none;
}

.button:hover {
	background-color: #2b2f2f;
}

.accreds {
	display: block;
	padding: 20px;
}

.accreds h3 {
	width: 50%;
}

.accreds img {
	padding: 10px;
	height: 80px;
	margin-right: 20px;
}

blockquote {
	padding: 20px;
	background-color: #dadada;
	border-top: solid 3px #2b2b2b;
}

blockquote p {
	font-size: 15px;
}

blockquote p b {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
}

form {
	display: block;
	width: 100%;
}

form input, form textarea {
	width: 100%;
	padding: 10px;
	background-color: #e3e3e3;
	border: none;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.submit {
	background-color: #2b2b2b;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition: all .55s ease;
	   -moz-transition: all .55s ease;
	    -ms-transition: all .55s ease;
	     -o-transition: all .55s ease;
	        transition: all .55s ease;
}

.submit:hover {
	background-color: #2b2f2f;
}

footer {
	background-color: #006fbb;
	padding: 30px 0;
}

footer p {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 20px;
}

i.fa-bars {
	cursor: pointer;
	display: none;
}

.sidebar {
	width: 30%;
}
























/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1630px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.wrapper {
	width: 80%;
}
}


/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1485px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.wrapper {
	width: 90%;
}
header .services {
	display: none;
}
.slider {
	width: 100%;
}
}




/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1310px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.main {
	float: none;
	width: 100%;
}
.services {
	width: 100%;
}
.sidebar {
	width: 100%;
}
}








/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1135px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.contactinfo {
	width: 50%;
}
}









/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 965px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.contactinfo {
	width: 100%;
}
.contactinfo i {
	text-align: center;
}
h2 {
	text-align: center;
	display: block;
	float: none;
}
.title p {
	text-align: center;
	float: none;
	margin: 0px;
	width: 100%;
	display: block;
	padding-top: 0px;
}
}









/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 830px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

nav ul {
	display: none;
}
.services, .sidebar {
	width: 100%;
	float: none;
}
.social i {
	margin-right: 30px;
}
i.fa-bars {
	display: block;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-color: #006fbb;
	padding: 15px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
nav {
	height: auto;
}
nav ul {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50%;
	background-color: #006fbb;
	height: 100vh;
	z-index: 10;
}
nav ul li {
	display: block;
	width: 100%;
	float: none;
}
nav ul li a {
	padding: 20px;
}
nav ul li ul {
	position: relative;
	width: 100%;
	height: auto;
	display: none;
}
}









/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 550px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

nav ul {
	width: 70%;
}
}