html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Work Sans', sans-serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:link, a:hover {color:#91c9e4;}
a:visited {color:#333;}
a:hover{
 text-decoration:none;
}
a[href^="tel"]{
    color: #0b3f55;
    text-decoration:none;
}

.more a{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #0b3f55;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px auto;
}
.more a:hover{
	background: #0287ca;
	color:#fff;
}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}


h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight: 400;
}	
p{
	margin:0;
	font-size: 16px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
p.span {color: #0a3f55;}
.center {text-align: center;}

img {
		max-width: 100%;
		height: auto; }

.cc-banner.cc-bottom {position: relative; position: fixed; bottom:0; left: 0; right: 0; z-index: 999; }
.cc-window.cc-banner {width: 100%; padding: 20px; }
.cc-color-override-1569149306 .cc-btn {padding:10px 20px;}
.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
	width: 100px;
	float:right;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	width: 0%;
	min-width: 36px;max-width: 300px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	font-family: inherit;
	font-size: 16px;
	color: #0b3f55;
	
}

.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.sb-search-input:-moz-placeholder {
	color: #ccc;
}

.sb-search-input::-moz-placeholder {
	color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #0385d1;
	z-index: 90;
	font-size: 18px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	margin-left: 20px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #0b3f55;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- header --*/

/*-- Top-Bar --*/
.contacttop {
	float:right;
    padding: 10px 0px;
	margin-right: 30px;
	    font-size: 20px;
		color:#0a3f55;
		text-align:right;
		font-family: 'Oswald', sans-serif;
}
.contacttop a {
    padding: 0px 10px;
	color:#0a3f55;
}
.logo-container {padding:10px 0;}
.logo-container img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
     transition:all 0.5s ease-in-out ;
     width:auto; height:auto;
	 margin:0;}
/*.logo-container.shrink img { width:200px; height:auto; margin:10px 0 0 10px;}*/
.logo-container h2 {
	color:#0a3f55;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
	margin-left: 0px;
}

/*-- //Top-Bar --*/
/*-- Slider --*/
#slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	text-align: center;
	
}
.banner-info{
	background: url(../images/banner1.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;
}

.slider-img {display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; }
.slider-img img {display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; }
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 50px;
	max-width: 540px;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	
}
.callbacks_tabs a {
	visibility: hidden;
}
/*.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #b56d10;
}*/
.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 350px;
	background-color: rgba(11,63,85,0.5)
}
.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top:150px;
	background-color: rgba(11,63,85,0.5)
}
.slider-info-main h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 60px 50px;
   
}
.slider-main img {
	width: 100px;
	margin: 0 auto;
	min-height: 600px;
}
.slider-info-main img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
	text-align: left;
	margin: 20px 50px;
   
}
.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #d3d8d8;
	text-align: left;
    margin:20px 50px;
    line-height: 35px;
}


.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/
.navbar { position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}
.navbar-header {
    width:100%;
    text-align: center;
	margin: 0 auto;
	   
    }
/*.nav-wrap {
    width: 100%;
	margin: 0 auto;
	padding: 0px;
}*/
.text-center { 
	width: 100%;
    text-align: center;
	margin: 0 auto;
	
    }
.navbar-toggle .icon-bar {
	    background-color:#0086cb;
	color: #fff !important;
}

/*.nav-wrap {
    width: calc( 100% - 600px );
	padding: 5px;
	margin: auto;
	margin-top:-50px;
    margin-right: 0px;
}*/

.nav-wrap {
    width:1200px;
	padding: 5px;
	margin: auto;
	margin-top:-10px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}

ul.nav li a:link, ul.nav li a:visited {color:#0a3f55;}
ul.nav li a:hover {
    background-color: transparent;
    color: #0086cb;
}
/*ul.nav li a:after {
  content: '';
  border-bottom:2px solid transparent;
  margin: 10px auto;
  display: block;
  width:70%; 
  height:1px;
}
ul.nav li a:hover:after {
  content: '';
  border-bottom:2px solid #0086cb;
  margin: 10px auto;
  display: block;
  width:70%; 
  height:1px;
}
ul.nav li.active a {
	background-color: transparent;
    color:#0a3f55;
}*/
.navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
	padding: 7px 20px;
}
.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}
.container-fluid {
    padding: 0 50px;
}
nav.navbar {
	background: transparent;
    margin: 0;
	border-radius: 0;
}

nav.navbar.navbar-default.navbar-fixed-top {
    border: none;
    padding:0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    background:none;
	padding:10px;
}
nav.navbar {
    background: rgba(255,255,255,0.8); 
}
nav.navbar.scrolled {
    background: rgba(255,255,255,0.8); 
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}

.navbar-nav > li {
    margin: 0 .3em !important;
}
.navbar-default {
    background: none;
    border-color: transparent !important;
    margin: 0;
}
.navbar ul.dropdown-menu {
    padding: 0;
}
.dropdown-menu {color:#fff; background-color: #3f5b5f;  }
.dropdown-menu .dropdown .dropdown-menu {
        margin:0;
		display: block;
	z-index:1001!important;
        
    }
	
.navbar .dropdown-menu > li > a { 
	display: block;
    padding: 15px 15px !important; 
	text-transform: uppercase;
	z-index: 9999!important;
}
.navbar .dropdown-menu > li.active > a ,.header .navbar-default .navbar-nav > .open > a, .header  .navbar-default .navbar-nav > .open > a:hover, .header  .navbar-default .navbar-nav > .open > a:focus,.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #0a3f55;
    background-color: #fff;
	
}
.navbar-nav .open .dropdown-menu {
		background:rgba(255, 255, 255, 0.85);
	z-index: 9999!important;
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #0a3f55;
		text-transform: uppercase;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background:rgba(255, 255, 255, 0.8);
		display: none;
	}
.dropdown-menu > li > a {text-transform: uppercase;}
/*-- //nav --*/

/*-- //Banner-Slider --*/
/*--main text--*/
.about {
	background: #dbe0e4;
	margin: 20px;
    padding: 30px 20px;
	
}
.about h2{
    font-size: 36px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0b3f55;
    text-align: center;
    margin-bottom:20px;
   }
.about h3 {text-align: center; color: #0b3f55; margin-bottom: 20px;}
.about h3:after {
  content: '';
  border-bottom:2px solid #0b3f55;
  margin: 10px auto;
  display: block;
  width:20%; 
  height:1px;
}
.about .col-md-6 p {text-align: center;}
.about h4 {font-weight: 900; margin-bottom: 20px;}

.about p {font-size: 16px; margin-bottom: 20px;}

.about ul {margin-bottom: 30px;}
/*--services-section--*/
 .services {
    background: #f4f4f4;
	 margin: 20px;
    padding: 30px 20px;
}
.services h2{
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #0b3f55;
    text-align: center;
    margin-bottom: 50px;
   
}
.services h3 {color: #0b3f55;
    text-align: center;
	margin-bottom: 20px;
}
.services p {
    text-align: center;
	margin-bottom: 20px;
}
.services img {margin-bottom: 20px;}

.team {
	background: #91c9e4;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: center;
}
.team h2{
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #0b3f55;
    text-align: center;
    margin-bottom: 50px;
   }

.team img {margin: 0; text-align: center; display: inline-block;}


/* FIFTH EFFECTS */
.fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 50%;
	margin:0 auto;
	text-align:center;
	display:block;
	width:100%;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:40px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}
/* CSS3 STYLE GENERIC */
.view {
    width: 270px;
    height: 270px;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    margin: 0 auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 270px;
    height: 270px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0px;
   	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.view img {
   display: block;
   position: relative;
   margin:0 auto;
   width:auto;
   text-align:center;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.view.fifth-effect {
  padding-left: 0;
}
.team-grid {
    margin:0 auto;
	text-align:center;
	margin-bottom:50px;
}
.team h4 {
    color:#02343d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0;
}
.team p.large {
    color: #fff;
    font-size: 16px;
	line-height: 26px;
    margin: 0 auto 50px auto;
    text-align: center;
	
}
.team p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
	min-height: 100px;
}
ul.top-icons.team-icon li {
    display: inline-block;
    margin-right: 10px;
	list-style:none;
}
ul.top-icons.team-icon {
    text-align: center;
    margin-top: 10px;
}
.team-icon li em {
	display: block;
    color: #fff;
    padding-top: 8px;
}

.team-icon li  {
    display: inline-block;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    background: rgba(26, 94, 113, 0.83);
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-icon li:hover {
    background:#E6870A;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/* Container needed to position the overlay. Adjust the width as needed */
.overlaycontainer {
  position: relative;
  width: 100%;
  margin-bottom:50px;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
 
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 52, 61, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.overlaycontainer:hover .overlay {
  height: 100%;
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color:#fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
}
.text p {font-size: 14px; line-height: 16px;}
.text a:link, .text a:hover, .text a:visited {color:#fff; -webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;} 
/*--//team--*/


.grid {
    padding: 0px 97px;
	width: 100%;
	margin-bottom: 50px;
}
.grid h4 {
    text-transform: uppercase;
	color: #0a3f55;
    font-size: 24px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.grid p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height:20px;
}

.ltblue {
	background: #91c9e4;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
}
.ltblue h3{
    font-size: 24px;
	color: #0b3f55;
    text-align: center;
    margin-bottom: 50px;
   }
.ltblue p {margin-bottom: 20px;}
.ltblue h4 { font-size:20px; text-align: center;}
.ltblue ul {margin-bottom: 50px;}

.dkblue {
	background: #0a3f55;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
	color: #fff;
}
.dkblue h3{
    font-size: 24px;
	color: #fff;
    text-align: center;
    margin-bottom: 50px;
   }
.dkblue h4 {text-align: center;}
.dkblue p {color: #fff; margin-bottom: 20px;}
.dkblue a:link, .dkblue a:hover, .dkblue a:visited {color: #fff;}
.dkblue ul {margin-bottom: 50px;}
.dkblue .col-md-6 h4 {text-align: left; font-weight: 900; margin-bottom: 15px;}

.grey {background: #f4f4f4;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
}
.grey h3{
    font-size: 24px;
	color: #0b3f55;
    text-align: center;
    margin-bottom: 50px;
   }


/*--client logos--*/
.logos {
    background: #fff;
    text-align: center;
}
.logos h2{
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #0b3f55;
    text-align: center;
	margin-bottom: 20px;
   
}
.logos p {margin-bottom: 50px;}




/*.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}*/

.casestudies {display: block; width: 100%; text-align: center;}

.clientbox {background: #0a3f55;
	margin: 1%;
    padding: 30px 20px;
	display: inline-block;	
	text-align: left;
	color: #fff;
	width: 31%;
}

.accreditation {background: #fff;}
.accreditation img {display: block; text-align: center; margin: 10px auto;}
.accreditation h3 {font-size: 18px !important; 
	font-weight: 900;
	color: #0b3f55;
    text-align: center;
    margin-bottom: 50px;}
.accreditation p {
    font-size: 16px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
.accreditation a:link, .accreditation a:visited {color:#0a3f55; }
.accreditation a:hover {color:#91c9e4;}

/*--blog --*/

.blog {
	margin: 0;
    padding: 0;
	
}
.blog-overview {
	background: #dbe0e4;
	margin: 20px 0;
    padding: 30px 20px;
	
}
.blog h2, .blog h3, .blog-overview h2 {font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0b3f55; text-align: left; margin-bottom: 20px;}
.about h2.blog {text-align: left; font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0b3f55;
    margin-bottom:20px;
   }
.sidemenu {background: #91c9e4; padding:30px 20px; margin: 20px 0;}
.sidemenu h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #0b3f55;
	text-align: left;
	margin-bottom: 20px;
}
.sidemenu ul {margin-left: 20px; margin-bottom: 30px;}
a.readmore{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #0b3f55;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px 0;
}
a:hover.readmore {
	background: #0287ca;
	color:#fff;
}
.post {background: #dbe0e4; margin: 20px 0; padding: 30px 20px;}
.post h2 a:link, .sidemenu ul a:link {color:#0b3f55; }
.post h2 a:hover, .sidemenu ul a:hover {color:#0287ca; }


/*-- map section --*/
.map { width:100%; height:450px; margin-bottom: 40px; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*--contact--*/
.contact {
	background: #0b3f55;
    margin: 20px;
    padding: 30px 20px;
	display: block;
	text-align: center;
}
.contact h2{
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
   }
.contact p {text-align: center; color: #fff;}
.contact a:link, .contact a:visited {color: #fff;}
.contact a:hover {color: #0086cb;}

/*form*/

	form {
		width:100%;
		margin: 20px auto;
		display: block;
		text-align: center;
		background-color:#0a3f55;
		color:#fff;
	}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #0a3f55;
		padding: 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom:20px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 16px;
		color: #444; }


	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #0099cb; 
		border: 1px solid #fff;
	  border-top: 1px solid #fff;
	  border-left: 1px solid #fff;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: inline-block;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Oswald', sans-serif;
      text-transform: uppercase;}

	
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #0a3f55; /* Old browsers */
		border: 1px solid #fff;
	  border-top: 1px solid #fff;
	  border-left: 1px solid #fff; }

	
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/*--//contact--*/
/*--footer--*/
.footer {
    background: #fff;
    color: #0b3f55;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer p {font-size: 14px;}
.footer img {margin-bottom: 20px;}


label {
    width: 100%;
        
}


/*--//footer--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1440px){
	/*.navbar { position: relative;
    width: 100%;
    z-index: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}*/
	.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
	padding-top:30px;
	background-color: rgba(11,63,85,0.5)
}
	.slider-info-main h3 {margin-top: 200px;}
	.banner-info {
	min-height:300px;
}
	.callbacks_nav {
		height: 44px;
		width: 44px;
		background-size: 88%;
	}
	.callbacks_nav.next{
		height: 44px;
		width: 44px;
		background-size: 88%;
	}
	
	.callbacks_tabs {
		left: 9%;
	}
	.team p {
    color: #fff;
    font-size: 11.5px;
    margin: 0 auto 5px auto;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
	
}
@media(max-width:1366px){
	
	.navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	padding: 7px 10px;
}
	.navbar-nav > li {
    margin: 0!important;
}
	.text-center { 
	width: 100%;
    text-align: right;
	margin: 0;
	
    }
	.team h4 {
    font-size: 16px;
    min-height: 40px;
}
	.team p {
    color: #fff;
    font-size: 10.5px;
	line-height: 11px;
    margin: 0 auto 5px auto;
    font-weight: 400;
    text-align: center;
	width: 95%;
	min-height: 90px;
}
	
	
}


@media(max-width:1280px){
	.banner-info {
	min-height:400px;
}
	.form {width: 80%;}
	.callbacks_tabs {
		left: 8%;
	}
	
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 200px;
	background-color: rgba(11,63,85,0.5)
}
	
}



@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

}
/* 14% = 100% (full-width row) divided by 7 */

.nine-cols .col-md-1,
.nine-cols .col-sm-1,
  .nine-cols .col-lg-1 {
    width: 11.11111111111111%;
    *width: 11.11111111111111%;
  }

}
/* 11% = 100% (full-width row) divided by 9 */

img{
  max-width: 100%;
}

@media(max-width:1199px){
.team p {
    color: #fff;
    font-size: 14px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
	min-height: 70px;
}
}

@media(max-width:1024px){
	.sb-search {
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	width: 0%;
	min-width: 36px;max-width: 300px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
		clear: both;
}
	.contacttop {
	float:none;
    padding: 10px 0px;
	    font-size: 18px;
		color:#0a3f55;
		text-align:right;
		font-family: 'Oswald', sans-serif;
}
	.nav-wrap {
    width:100%;
	padding: 5px;
	margin: auto;
	margin-top:0px;
	margin-left:auto; 
	margin-right: auto;
	text-align: center;
}
	.navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
	padding: 7px 7px;
}
	.navbar-nav > li {
    margin: 0!important;
}
	.navbar-default .navbar-brand {
		font-size: 39px;
	}
	.callbacks_nav {
		left: 17px;
	}
	.callbacks_nav.next {
		right: 17px;
	}
	
	.slider-info h3 {
		font-size: 35px;
	}
	
	
	.callbacks_tabs {
		left: 7.5%;
	}
	.callbacks_tabs a:after {
		width: 10px;
		height: 10px;
	}
	.team p {
    color: #fff;
    font-size: 14px;
    margin: 0 auto 10px auto;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
		
}
@media(max-width:991px){
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
	background-color: rgba(11,63,85,0.5)
}
	.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top:60px;
	background-color: rgba(11,63,85,0.5)
}
.slider-info-main h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 60px 50px;
   
}
	
	.slider-info p {font-size: 16px; line-height: 18px; }
	.banner-info, .banner-info1, .banner-info3, .banner-info4, .banner-info5, .banner-info-proposals, .banner-info-custom, .banner-info-feedback {
	min-height:300px;
}
	.navbar { position: relative;
    width: 100%;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
	z-index:9999;
}
	.navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
	padding: 7px 7px !important;
}	
	.navbar-default .navbar-brand {
		font-size: 38px;
	}
		
	.callbacks_tabs {
		left: 11%;
	}
	.footer p {text-align: center;}
	.clientbox {background: #0a3f55;
	margin: 20px 0;
    padding: 30px 20px;
	display: inline-block;	
	text-align: left;
	color: #fff;
	width: 100%;
}
	.nine-cols .col-md-1,
.nine-cols .col-sm-1,
  .nine-cols .col-lg-1 {
    width: 33.33333333333333%;
    *width: 33.33333333333333%;
  }

}
		
	
}
@media(max-width:900px){
	
	.callbacks_tabs {
		left: 8%;
	}	
	
}
@media(max-width:800px){
	.callbacks_nav {
		height: 31px;
		width: 31px;
		left: 13px;
	}
	.callbacks_nav.next {
		right: 13px;
		height: 31px;
		width: 31px;
	}
	
	.slider-info p {
		font-size: 14px;
		margin-top:5px;
	}
	
	.callbacks_tabs {
		left: 5%;
	}
	
		
}
@media(max-width:768px){
	.col-xs-6 {width: 100%;}
	.logo-container {padding:10px 0; margin: 0 auto; text-align: center;}
.logo-container img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
     transition:all 0.5s ease-in-out ;
     width:auto; height:auto;
	 margin:0 auto;}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
	background-color: rgba(11,63,85,0.5)
}
	.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top:30px;
	background-color: rgba(11,63,85,0.5)
}
.slider-info-main h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 60px 50px;
   
}
	.navbar { position: relative;
    width: 100%;
    z-index: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}
	.dropdown-menu .dropdown .dropdown-menu {
        margin:0;
		display: block; 
		text-transform: uppercase;
        
    }
	
nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
	list-style:none;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #0a3f55;
}
	
	.navbar-collapse.in {
		overflow-y: hidden;
	}
	.contacttop {
	    float:none;
        padding: 0;
		margin: 50px auto 10px auto;
	    font-size: 14px;
		color:#0a3f55;
		text-align:center;
		font-family: 'Oswald', sans-serif;
}
	.cc-banner.cc-bottom { display: none !important;}
	.nav-wrap {
    width:100%;
	padding: 5px;
	margin: auto;
	margin-top:0px;
    margin-right: 0px;
	text-align:center;
}
	.text-center { 
	width: 100%;
    text-align: center;
	margin: 0;
    }
	
	.slider-info h4 {
		font-size: 31px;
		margin-top: 5px;
	}
	.slider-info h3 {
		font-size: 28px;
	}
	
	.footer {
		padding-top: 18px;
	}
	.footer img {display: block; margin: 10px auto; text-align: center;}
}
@media(max-width:767px){
	
	.navbar-collapse.in {
		overflow-y: hidden;
	}
	.navbar-default .navbar-brand {
		margin-top: 10px;
	}
	.navbar-header {
		margin-top: 0px;
	}
		
	.navbar-default .navbar-toggle {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #0a3f55;
		color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	 .navbar-toggle {
		position: relative;
		margin: 0 auto;
		 text-align: center;
		padding: 9px 10px;
	    background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.nav ul li {display: block;}
	.navbar-nav>li>a {font-size: 16px;}
	.navbar .dropdown-menu > li > a { display: block; width: 100%; text-align: center; }
	
	.callbacks_tabs {
		left: 6%;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info p {
		font-size: 14px;
		margin-top: 0px;
	}
	.team img {max-width: 200px; height: auto;}
		
}
@media(max-width:736px){
	.callbacks_tabs {
		left: 6%;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info p {
		font-size: 14px;
		margin-top: 0px;
	}
		
}
@media(max-width:667px){
	.callbacks img {
		min-height: 301px;
	}
	.navbar-default .navbar-brand {
		margin-left:10px;
	}
	.callbacks_tabs {
		left: 6.5%;
	}
		
}
@media(max-width:640px){
		
}
@media(max-width:600px){
	
	.slider-info h3 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	.slider-info h4 {
		font-size: 27px;
		letter-spacing: 2px;
	}
	.callbacks_tabs {
		left: 7%;
	}
	.callbacks_nav.next {
		right: 10px;
	}
	.callbacks_nav {
		left: 10px;
	}
	
		
}
@media(max-width:568px){
	
	.callbacks_tabs {
		left: 6%;
	}
	
	.footer p {font-size: 14px;}
	
}
@media(max-width:480px){
	
	.slider-info h3 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.slider-info p {
		line-height: 19px;
	}
	
	.callbacks_tabs li {
		margin: 0 2px;
	}
	.callbacks_tabs {
		left: 8.5%;
	}
	
	.callbacks img {
		min-height: 255px;
	}
		.nine-cols .col-md-1,
.nine-cols .col-sm-1,
  .nine-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }

    
}
@media(max-width:414px){
	.callbacks_nav {
		left: 4px;
	}
	.callbacks_nav.next {
		right: 4px;
	}
	.slider-info h4 {
		font-size: 19px;
	}
	.slider-info h3 {
		font-size: 18px;
	}
	.callbacks img {
		min-height: 232px;
	}
}
@media(max-width:384px){
	
	
	.callbacks img {
		min-height: 226px;
	}
	.callbacks_tabs {
		left: 9.5%;
	}
	.slider-info h4 {
		font-size: 17px;
	}
	 .slider-info h3 {
		font-size: 15px;
	}
	.slider-info p {
		font-size: 13px;
		margin-top: 0px;
	}
	.callbacks_tabs {
		top: 74.5%;
	}
}
@media(max-width:375px){
		
}
@media(max-width:320px){
	.navbar-toggle {
		margin-top: 7px;
		margin-right: 7px;
		margin-bottom: 6px;
	}
	.callbacks_nav {
		height: 25px;
		width: 25px;
	}
	.callbacks img {
		min-height: 201px;
	}
	.callbacks_nav.next {
		height: 25px;
		width: 25px;
	}
	
	.slider-info h4 {
		font-size: 15px;
	}
	.slider-info h3 {
		font-size: 14px;
	}
	
	.callbacks_nav {
		top: 55%;
	}
	.callbacks_nav.next {
		right: 1px;
	}
	.callbacks_tabs {
		left: 7%;
	}
	
}
/*--//responsive--*/