body {
	font-family: 'Advent Pro', sans-serif;
	font-size: 16px;
}

.social-bar-wrap {
	background-color: rgba(0, 39, 58, 0.50);
	height: 60px;
	padding-top: 12px;
	z-index: 1;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.social-bar-wrap a {
 color: #fff;
}

.top-social {
	text-align: right;
}

.top-social li a:hover {
	opacity: 0.5;
}

.chinesewriting {
	width: auto;
	height: 24px;
}
.logo img {
	width: 100%;
	padding-top: 10px;
}

.nav-bar-wrap {
	background-color: #00273a;
	height: 72px;
	z-index: 2;
	position: relative;
	color: #fff;
}

.home-slider-wrap {
	margin-top: -134px;
	z-index: 0;
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
}



.home-slider-wrap:after {
/*	content: '';
	display: block;
	height: 30px;
	background-color: rgba(0, 39, 58, 0.50);
	position: relative;
	top: -60px;
	margin-bottom: -60px;*/
}

.home-slider li {
	position: relative;
}

.slide-caption {
	background-color: rgba(0, 39, 58, 0.90);
	position: absolute;
	bottom: 50px;
	left: 10%;
	width: 400px;
	
}

.slide-caption-header {
	background: #f8ad16;
	padding: 5px;
}


.slide-caption-text {
	padding: 5px;
	color: #fff;
	font-size: 20px;
}

.slide-caption-header h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 38px;
	font-weight: bold;
}

.internal-slider-wrap {
	margin-top: -134px;
	z-index: 0;
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
}

.internal-hero {
	width: 100%;
}
.internal-hero img {
	width: 100%;
}

.internal-big-heading {
	background-color: rgba(0, 39, 58, 0.50);
	height: 80px;
	margin-top: -80px;
	z-index: 100;
	position: relative;
}

.internal-big-heading h1 {
	padding: 0;
	margin: 0;
	font-size: 80px;
	line-height: 80px;
	color: #fff;
}

.dark-wrap {
	background-color: #00273a;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.sub-slider-wrap {
	background-color: #00273a;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -30px;
	text-align: center;
}

.sub-slider-wrap h1 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.business-education-wrap {
	padding-top: 40px;
	padding-bottom: 80px;
}

.business-box {
	text-align: center;
	font-size: 20px;
}

.business-box h3 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	background: #f8ad16;
	display: block;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 0;
}

.business-box img {
	width: 100%;
	margin-bottom: 20px;
}

.blue-wrap {
	background-color: #00273a;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -30px;
	text-align: center;
	color: #fff;
}

.blue-wrap h4 {
	font-size: 24px;
	color: #fff;
	padding: 0 60px;
}
.blue-wrap-reverse  {
	background-color: #fff;
}
.blue-wrap-reverse h4 {
	color: #00273a;
}

.focus-wrap {
	background-color: #f8ad16;
	background-image: url(images/skyscrapers.jpg);
	background-repeat: no-repeat;
	background-position: calc(50% + 460px) 100%;
	padding: 30px 0 60px 0;
	
}

.focus-wrap h3, .aboutus-wrap h3 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.focus-wrap p, .aboutus-wrap p {
	font-size: 18px;
	color: #00273a;
}

.focus-wrap ul, .aboutus-wrap ul {
	font-size: 18px;
	color: #00273a;
}

.aboutus-wrap {
	background-color: #f8ad16;
	background-image: url(images/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: calc(50% - 460px) 0%;
	padding: 30px 0 60px 0;
	
}

.aboutus-buttons .btn-dark {
	width: 100%;
	margin-top: 15px;
}

.ourwork-wrap {
	background-image: url(images/ourwork.jpg);
}

/*TEAM PAGES*/

.team-sector {
	display: inline-block;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	float: right;
	margin-right: -45px;
	margin-top: -10px;
}

.team-page .dark-wrap h2 {
	font-size: 22px;
}

.team-page .blue-wrap {
	margin-top: 0;
}

.team-page .blue-wrap h2 {
	font-size: 38px;
}

.team-page .blue-wrap h2 {
	font-size: 38px;
	text-align: left;
}

	.profile-img img {
	width: 100%;
	}
	
	.profile-left-wrap .profile-img {
		padding-right: 0;
		padding-left: 0;
	}
	
	.profile-right-wrap .profile-img {
		padding-left: 0;
		padding-right: 0;
	}
	.profile-txt {
		background-color: #f8ad16;
	}
	
	.profile-txt h3 {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.profile-txt-inner {
		padding: 30px;
	}
	
	.white-quote-wrap {
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		color: #00273a;
	}
	
	.white-quote-wrap h4 {
		font-size: 24px;
		color: #00273a;
		padding: 0 60px;
	}
	
	.blue-quote-wrap {
		background-color: #00273a;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		color: #00273a;
	}
	
	.blue-quote-wrap h4 {
		font-size: 24px;
		color: #fff;
		padding: 0 60px;
	}

/*ENDORDSEMENTS*/
.endorsements .profile-img img {
	position: absolute;
	bottom: 0;
}

.profile-txt-inner-quote {
	font-size: 20px;
}

/*CASE STUDIES*/

.yellow-head {
	color: #f8ad16;
	font-size: 28px;
	font-weight: bold;
}
.case-study-wrap {
	background: #f8ad16;
}

.case-study-img img {
	width: 100%!important;
/*	margin-left: -100px;*/
}

.case-study-txt h3, .case-study-txt h2, .case-study-txt h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
}

.case-study-txt {
/*	padding-right: 30px;*/
/*	max-width: 585px;*/
	font-size: 18px;
}

.case-study-txt-inner {
		max-width: 585px;
		float: left;
		padding-right: 30px;
		padding-top: 30px;
}

.case-study-wrap-right .case-study-txt-inner {
		float: right;
		padding-right: 0;
		padding-left: 30px;
}

/*contact*/

.contact-wrap {
	padding-top: 50px;
	padding-bottom: 30px;
}

.google-maps {
     position: relative;
     padding-bottom: 35%;
     height: 0;
     overflow: hidden;
 }
 .google-maps iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
 }
 
 .contact-address p {
 	font-size: 18px;
 }
 
 /* forms*/
 
 .contactform input, .contactform textarea {
 	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif
 }
 .cms_textarea {
   display: block;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555555;
   background-color: #ffffff;
   background-image: none;
   border: 1px solid #cccccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
 
 textarea.cms_textarea {
   height: auto;
 }
 
 .cms_submit {
 	background: #f8ad16;
 	color: #111;
 	border-radius: 0px;
/* 	border: 1px solid #999;*/
 	border: none;
 	padding: 6px 10px;
 	text-transform: uppercase;
 	font-weight: bold;
 }
 .cms_submit:hover {
 		background: #33a6cc;
 		color: #fff;
/* 	border: 1px solid #333;*/
}
 .error_message {
 color: red;
 border-radius: 6px;
 border: 1px solid red;
 padding: 10px;
 }
 
 
/*BUTTONS*/

.btn {
    padding: 6px 24px;
	font-size: 22px;
    border: 0 none;
    font-weight: 700;
/*    letter-spacing: 1px;*/
    text-transform: uppercase;
	border-radius: 0;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #f8ad16;
    color: #00273a;
	transition: all 0.5s;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.btn-dark {
    background: #00273a;
    color: #f8ad16;
	transition: all 0.5s;
}

.btn-dark:hover, .btn-dark:focus, .btn-primary:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
    background: #fff;
}

/*SLIDER*/

.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fbad18;
  cursor: default;
}

.unslider img {
/*	max-width: 100%;*/
width: 100%;
}

.home-slider-wrap nav.unslider-nav {
/*	margin-top: -20px;
	position: relative;*/
	height: 30px;
	background-color: #00273a;
}
/*END SLIDER*/



/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .stickypad {
  padding-top: 72px;
}

/*NAVIGATION */
/*NAVIGATION */
/*NAVIGATION */

/*subnav*/

/*end subnav*/



 header nav {
	color: #fff;
	height: 37px;
	float: right;
/*	margin-top: 48px;*/
}
header nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}
#main-menu {
	/*	margin-top: 25px;*/
}
#main-menu > li {
	display: block;
	border-bottom: 1px dotted #f1f1f1;
	position: relative;
}
#main-menu > li:last-child {
	border-bottom: none;
}
#main-menu > li > a, #main-menu > li.sectionheader > span {
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0 5px 0 5px;
	margin: 0 5px;
	border-top: 4px solid #00273a;
}

#main-menu > li > a:hover {
	border-top: 4px solid #f8ad16;
	color: #f8ad16!important;
}


#main-menu > li.current > a, #main-menu > li.current.sectionheader > span, #main-menu > li:hover > a, #main-menu > li.sectionheader:hover > span {
	color: #f8ad16;
	border-top: 4px solid #f8ad16;
}
#main-menu > li > ul, #main-menu > li > ul > li > ul {
	position: absolute;
	left: -999em;
}
#main-menu > li:hover > ul, #main-menu > li.active > ul, #main-menu > li > ul > li:hover > ul, #main-menu > li > ul > li.active > ul {
	position: relative;
	left: 0;
}
#main-menu > li > ul > li > a, #main-menu > li > ul > li.sectionheader > span, #main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	display: block;
	padding: 4px 0;
}
#main-menu > li > ul > li:hover > a, #main-menu > li > ul > li.sectionheader:hover > span, #main-menu > li > ul > li > ul > li:hover > a, #main-menu > li > ul > li > ul > li.sectionheader:hover > span {
	color: #f8ad16;

	
}
#main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
	padding-left: 15px;
	font-size: 1em;
	text-transform: none;
}
#main-menu > li > a i, #main-menu > li > ul > li > a i, #main-menu > li.sectionheader > span i, #main-menu > li > ul > li.sectionheader > span i {
	/* float: right;*/
	float: left;
	position: relative;
	padding-top: 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
#main-menu > li:hover > a i, #main-menu > li.active > a i, #main-menu > li > ul > li:hover > a i, #main-menu > li > ul > li.active > a i, #main-menu > li.sectionheader:hover > span i, #main-menu > li.active.sectionheader > span i, #main-menu > li > ul > li.sectionheader:hover > span i, #main-menu > li > ul > li.active.sectionheader > span i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.cf:before, .cf:after {
	content:" ";
	display: table;
}
.cf:after {
	clear: both;
}
header nav.main-navigation {
	z-index: 990;
	/*   height: 55px;*/
	line-height: 37px;
	/*margin-top: 20px;*/
}
#main-menu {
	/* float: right;*/
	float: left;
	margin-top: 0;
}
#main-menu > li {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	border: none;
	position: relative;
}
#main-menu > li i {
	display: none;
}
.touch-device #main-menu > li i {
	display: inline-block;
	float: none;
}
.touch-device #main-menu > li li i {
	float: left;
	display: inline-block;
	margin-right: 8px;
	padding-top: 2px;
	text-align: left;
}
.touch-device #main-menu > li:first-child li i {
	float: left;
	/* float: right;*/
}
#main-menu > li:first-child, #main-menu > li.first {
	margin-left: 0;
}
#main-menu > li:last-child, #main-menu > li.last {
	margin-right: 0;
}
#main-menu > li > a, #main-menu > li.sectionheader span {
/*	padding: 0 6px 0 10px;
	line-height: 37px;
	font-size: 1em;*/
}
/*#main-menu > li:first-of-type > a {
	padding: 0 6px 0 0px;
}*/
#main-menu > li.parent:hover > a, #main-menu > li.sectionheader.parent:hover > span, #main-menu > li.parent.active > a, #main-menu > li.parent.active > span {
	color: #fff;
	/*background-color: #555;*/
	border-top: 4px solid #f8ad16;
}
#main-menu > li ul li.parent:after {
	content:'';
	color: #fff;
}
#main-menu > li > ul, #main-menu > li > ul > li > ul {
	display: block;
	/*width: 130px;*/
}
#main-menu > li:hover > ul, #main-menu > li.active > ul, #main-menu > li > ul > li:hover > ul, #main-menu > li > ul > li.active > ul {
	height: auto;
	position: absolute;
	z-index: 9999;
	top: 37px;
	left: 0;
	left: auto;
	display: block;
	border-radius: 3px;
	
}
#main-menu > li:first-child:hover > ul, #main-menu > li:first-child.active > ul {
	left: auto;
	right: 0;
}
#main-menu > li > ul > li {
	position: relative;
	line-height: 1;
	margin: 0;
	padding-right: 10px;
}
#main-menu > li:first-child > ul > li {
	padding-right: 10px;
	padding-left: 0;
}
#main-menu > li > ul > li > a, #main-menu > li > ul > li.sectionheader > span, #main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
	color: #fff;
	display: block;
	text-transform: none;
	line-height: 1.2;
	border-bottom: 1px solid #666666;
	background-color: #335262;
	padding: 8px 8px;
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}
#main-menu > li > ul > li.current > a, #main-menu > li > ul > li.current.sectionheader > span, #main-menu > li > ul > li > ul > li.current > a, #main-menu > li > ul > ul > li > li.current.sectionheader > span {
	color: #f39c2c;
}
#main-menu > li > ul > li:hover > ul, #main-menu > li > ul > li.active > ul {
	width: 250px;
	height: auto;
	top: 0;
	left: auto;
	right: -250px;
}
#main-menu > li:first-child > ul > li:hover > ul, #main-menu > li:first-child > ul > li.active > ul {
	right: auto;
	left: -250px;
}
.lt-ie9 #main-menu > li > ul > li:hover > ul, .lt-ie9 #main-menu > li > ul > li.active > ul {
	right: -247px;
}
#main-menu > li > ul > li:hover > ul:after, #main-menu > li > ul > li.active > ul:after {
	content:' ';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 6px 7px 0px;
	border-color: transparent #555 transparent transparent;
	border-color: transparent rgba(85, 85, 85, .95) transparent transparent;
	position: absolute;
	left: -6px;
	top: 12px;
}
.lt-ie9 #main-menu > li:first-child > ul > li:hover > ul, .lt-ie9 #main-menu > li:first-child > ul > li.active > ul {
	right: auto;
	left: -247px;
}
#main-menu > li:first-child > ul > li:hover > ul:after, #main-menu > li:first-child > ul > li.active > ul:after {
	right: -10px;
	left: auto;
}
#main-menu li ul li a:hover, #main-menu li ul li span.sectionheader:hover {
	/*box-shadow: 0 0 5px rgba(85, 85, 85, .9);*/
	z-index: 2px;
}
#main-menu > ul > li:last-child > a, #main-menu > ul > li.sectionheader:last-child > span, #main-menu > ul > li > ul > li:last-child > a, #main-menu > ul > li > ul > li.sectionheader:last-child > span {
	border-bottom: none;
}

/*#main-menu > li:last-child a {
	padding-right: 0;
}*/
/*!
	 * SlickNav Responsive Mobile Menu v1.0.7
	 * (c) 2016 Josh Cope
	 * licensed under MIT
	 */
 .slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #fff;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1;
	font-size: 16px;
	box-sizing: border-box;
	background-image: url('images/nblogodark.svg');
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: right 10px top 15px;
	padding: 15px 5px 10px 5px;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #333;
	font-weight: bold;
	/*	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4);*/
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content:"";
	position: absolute;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
/*	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #333;
	
}
.slicknav_menu:before {
	content:" ";
	display: table;
}
.slicknav_menu:after {
	content:" ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #212121;
	border-bottom: 1px solid #eee;
}

.slicknav_nav a a {
	border-bottom: none;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu * {
	box-sizing: border-box;
}


.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}


.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
slicknav_menu .cf:before, .cf:after {
	display: none;
	content: none;
	clear: none;
}
.slicknav_menu {
	display:none;
}

@media only screen and (max-width : 768px) {
	.slicknav_menu {
		display:block;
	}
	
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    
    #main-menu > li > a, #main-menu > li.sectionheader span {
    	padding: 0 5px 0 5px;
    	font-size: 13px;
    }
	


    #main-menu > li {
    	margin: 0 0px;
    }
    
    #main-menu > li > ul > li > a, #main-menu > li > ul > li.sectionheader > span, #main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
    	padding: 8px 6px;

    }
 

    }
/*END NAVIGATION */



/*MEDIA QUEIRIES*/
/*MEDIA QUEIRIES*/
/*MEDIA QUEIRIES*/

  /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    
	
	
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    

	
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    
    .home-slider-wrap {
    	margin-top: 0;
    }
	
		.focus-wrap, .aboutus-wrap, .ourwork-wrap {
			background-image: none;
	/*		text-align: center;*/
			
		}
		
		.stickypad {
			display: none;
		}
		
		.sticky {
			display: none;
		}
  
  	.endorsements .profile-img img {
  		position: relative;
  	}
  	
  
  	.internal-slider-wrap {
  		margin-top: 0;
  	}
  	
  	.team-page .dark-wrap h2 {
  		font-size: 18px;
  	}
  	
 .social-bar-wrap {
 	display: none;
 }
  	
	}
	


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	
	.stickypad {
		display: none;
	}
    
	.social-bar-wrap {
		font-size: 14px;
		line-height: 32px;
	}
	
	.social-bar-wrap {
		display: none;
	}
	
	.top-social-links {
		visibility: hidden;
	}
	
	.slide-caption {
		background-color: rgba(0, 39, 58, 0.90);
		position: absolute;
		bottom: 20px;
		left: 15px;
		width: calc(100% - 30px);
		
		
	}
	
	.slide-caption-header {
		background: #f8ad16;
		padding: 5px;
	}
	
	
	.slide-caption-text {
		padding: 5px;
		color: #fff;
		font-size: 14px;
	}
	
	.slide-caption-header h1 {
		font-size: 18px;
	}
	
	.home-slider-wrap:after {
/*		content: '';
		display: block;
		height: 30px;
		background-color: rgba(0, 39, 58, 0.50);
		position: relative;
		top: 0px;
		margin-bottom: -60px;*/
	}
	
	.internal-big-heading h1 {
		font-size: 38px;
	}
	
	.internal-big-heading {
			margin-top: 0;
			height: 55px;
		}
		
		.internal-big-heading h1  {
				line-height: 50px;
			}
	
	.blue-wrap h4, .blue-wrap-reverse h4 {
		font-size: 20px;
		padding: 0;
	}
	
	.case-study-txt-inner {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	


    }