/*
Theme Name: PWD Default Theme 2.1 Layout 01
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #737373;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;

}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	padding-bottom: 10px;
}

h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; color: #737373; font-weight: 400;}
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #f0f0f0;
	border: 0;
	height: 1px;
	margin:35px 0px; 
}

/* Text elements */
p {
	margin-bottom: 25px;
}
ul, ol {
	margin: 0 0 1.2em 17px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}
select::-ms-expand {
    display: none;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #002c77;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
	color: #002c77;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.no-padding{padding: 0;}

#back-top{
	background: #002c77;
	padding: 12px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 6px;
	font-family: 'Merriweather', serif;
	text-transform: capitalize;
	bottom: 120px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 100px;
	z-index: 100;
}
#back-top:hover{
	opacity: 0.85;
}
/*
-----------------------------------------------Header Layout--------------------------------------------- */
#page{ background: #f2f2f2;}
.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 40px;
	padding: 20px 0px;
}
.site-header .navbar-brand img{ 
	display: block;
	height: auto;
	width: 100%;
	max-width: 300px;
}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:110px!important;  }
.site-header-image-bg .page-title{
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	width: 1170px;	
}
.site-header-image-bg .page-title h1{
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
}
.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}
.page .entry-header{  }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}
.home .site-header-image-bg{ height:366px!important; }

.navbar-top-header{
	position: relative;
	background: #ebebeb;
	width: 100%;
	height: 35px;
}
.navbar-top-header #text-info{
	color: #999999;
	font-size: 12px;
	line-height: 34px;
	font-family: 'Merriweather', serif;
}
.navbar-top-header .mobile-text{display: none;}
.navbar-top-header .box-search{
	float: right;
}
.navbar-top-header #searchform .field {
	width: 190px;
	background: #ebebeb;
	height: 30px;
	font-size: 12px;
	font-family: 'Merriweather', serif;
	position: relative;
	top: -10px !important;
}
.navbar-top-header #searchform .mobile-field{
	display: none;
}
.navbar-top-header #searchsubmit {
	background: url(images/search-icon.png) center center no-repeat;
	border: none;
	box-shadow: none;
	height: auto;
	width:20px;
}

#simpleimage-4 .more a{
	color: #fff;
}
/* 
------------------------------------------------Header widget -----------------------------------------*/
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20Ppx; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }

/* 
----------------------------------------------- Nav Menu ----------------------------------------------*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 0px;}
.navbar-right{ margin-right: 0;}
.navbar{ margin: 0; }
.navbar-default{ border:none; }
.navbar-default {
	background-color: #fff;
	border:none;
}
.navbar-default .navbar-brand {
	color: #777777  ;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e  ;
	background-color: transparent;
}
.navbar-nav {float: right; margin: 39px 0px;}
.navbar-default .navbar-nav > li:last-child{
	background: #002c77;
	border-radius: 6px;
}
.navbar-default .navbar-nav > li:last-child > a, .navbar-default .navbar-nav > li:last-child:hover > a{color: #fff;}
.navbar-default .navbar-nav > li:last-child:hover{
	opacity: 0.85;
}

.navbar-default .navbar-nav > li > a {
	color: #999;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Merriweather', serif;
	line-height: 26px;
	padding: 5px 15px;
	font-weight: normal;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #002c77;
	background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #002c77;
	background: none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}

.dropdown-menu{
	border: none;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd  ;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ffffff  ;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888  ;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7  ;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555555  ;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	border:none;
}
.dropdown-menu > li > a{
	color: #999;
	font-weight: normal;
	line-height: 24px;
}
.dropdown-menu > li > a:hover{
	color: #002c77 !important;
	background: none;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #999999;}
/*
----------------------------------------------- Content-Sidebar ----------------------------------------*/
.container{ }
.container-warpper{ 
	max-width: 1290px; 
	width: 100%; 
	margin: auto;
	position: relative;
	min-height: 35px;
}
.site-main{ padding:50px 0 100px;  }
.home .site-main{ 
	width:100%; 
	padding:0; 
	margin-top: 170px;
}
.page-template-default .site-main{}
.home .site-container{ box-shadow: none;}
.site-container{
	max-width: 1290px; 
	width: 100%; 
	margin: auto;
	background: #fff;
	padding-top: 50px;
	box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.1);
}
#content {}
.default-content{
	padding-right: 75px;
}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }
.home .front-content{ padding-bottom:50px; }
.home .front-content .entry-header{ margin:0; height:auto;}
.front-content .more{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	background: rgba(0, 44, 119,1.0);
	color: #fff;
	padding: 10px 30px;
	border-radius: 6px;
	font-family: 'Merriweather', serif;
	margin-top: 30px;
	float: left;
}
.front-content h4{padding-bottom: 35px;}
.front-content .more:hover{background: rgba(0, 44, 119,0.9);}
.first-paragraph{font-size: 20px; font-family: 'Merriweather', serif; font-weight: 300;}
/*
----------------------------------------------------- Widget Sidebar ------------------------------------- */
#secondary{margin-bottom: 30px;}
#secondary .widget-title{
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #737373;
	font-family: 'Merriweather', serif;
	border-bottom: none;
	margin-bottom: 20px;
}
#sidebar-menu{
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
#sidebar-menu ul{margin: 0; list-style: none;}
#sidebar-menu li{ 
	background: url(images/newsletter-arrow.png)left center no-repeat; 
	background-size: 7px 12px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#sidebar-menu li.page_item_has_children{
	background: url(images/newsletter-arrow.png)left 5px no-repeat; 
	background-size: 7px 12px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#sidebar-menu li a{
	font-size: 14px;
	color: #737373;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	line-height: 24px;
}
#sidebar-menu li.current_page_item a, #sidebar-menu li:hover a{
	color: #002c77;
}
#sidebar-menu li.current_page_item ul.children li a{
	color: #737373;
}
#sidebar-menu li.current_page_item ul.children li a:hover{
	color: #002c77;
}
#sidebar-menu li.current_page_item ul.children li.current_page_item a{
	color: #002c77;
}

ul.children{margin-left: 15px;}
ul.children li{
	background: url(images/children-list.png)left center no-repeat !important; 
	padding-left: 10px;
	background-size: 5px 5px !important;
}
#sidebar-menu ul.children li a{ font-size: 13px;}

.widget_simpleimage{
	background: rgba(0, 44, 119,1.0);
	border-bottom-right-radius: 55px;
	padding-bottom: 5px;
	opacity: 1.0;
}
.widget_simpleimage:hover{opacity: 0.85;}
.widget_simpleimage p.simple-image{padding-left: 0;margin-bottom: 15px;}
.widget_simpleimage p{
	padding-left: 30px;
	font-size: 24px;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.widget_simpleimage .more{
	font-size: 15px;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin-bottom:10px;
	background: url(images/cta-arrow.png) 150px center no-repeat;

}
/*
----------------------------------------------------- Executive Team Page ------------------------------------------ */
#team-container{
	float: left;
	padding-bottom: 55px;
	position: relative;
}
.team{
	float: left;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}
.team .col-md-3{max-width: 147px; width: 100%; margin-right: 15px;}
.team-summary {
	position: relative;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 20px;
	max-width: 620px;
	min-height: 220px;
}
.team-summary .team-title{
	font-size: 20px;
	color: #737373;
	text-transform: capitalize;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}
.team-summary .position{
	font-size: 12px;
	color: #737373;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
}
.team-summary .download{
	border: 1px solid #dadada;
	border-radius: 6px;
	top: 20px;
	padding: 10px 20px;
	position: absolute;
	right: 30px;	
	font-size: 14px;
	color: #737373;
}
.team-summary .download:hover{
	background: #002c77;
	border: none;
	color: #fff;
}
.team img{}

.team-summary .team-readmore{
  background: url(images/newsletter-arrow.png) left center no-repeat;
  background-size: 7px 12px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #002c77;
}

.team-summary p {
	margin-bottom: 10px!important;
	text-align: justify;
}

.single-team .entry-content a img {padding: 0; border: 1px solid #eeeeee;}
.single-team a.download{
	border: 1px solid #dadada;
	border-radius: 6px;
	top: 30px;
	padding: 10px 20px;
	position: absolute;
	right: 20px;	
	font-size: 14px;
	color: #737373;
}
/*
----------------------------------------------------- News Page --------------------------------------- */
.news-container{}
.news{float: left; position: relative; margin-bottom: 35px;}
.news:last-child{margin-bottom: 63px;}
.news .news-thumb{
	padding-right: 15px;
}
.news-thumb img{
	width: 100%;
	height: 200px;
}
.news .entry-title{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	padding-bottom: 15px;
}
.news .entry-summary{
	font-size: 13px;
	color: #747474;
	line-height: 20px;
	font-family: 'Merriweather Sans', sans-serif;
}
.cat-links a.post-date, .posted-on{display: none;}
.news .footer-info .entry-meta a{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 13px;
	color: #737373;
	line-height: 14px;
}
.news .footer-info .entry-meta .news-more:hover{color: #002c77;}
.news .footer-info .entry-meta{
	float: left;
	position: relative;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
	width: 100%;
	padding: 10px 0px;
	margin-top: 15px;
}
.news-more{ float: right;}
.single-post .entry-title{padding-bottom: 35px;}
.single-post #sidebar-menu li{
	list-style: none;

}
/*
------------------------------------------------- Current News --------------------------------------------- */
#current-news-container{
	background: #f2f2f2;
	position: relative;
	display: block;
	border-radius: 6px;
}
#current-news-container .our-link{
	font-size: 13px;
	color: #002c77;
	font-family: 'Merriweather', serif;
	text-align: right;
	font-weight: normal;
	padding: 20px;
	display: block;
}
#current-news-container .current-title span{
	font-size: 18px;
	background: #002c77;
	color: #fff;
	text-transform: capitalize;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align:left;
	padding: 20px;
	font-family: 'Merriweather', serif;
	float: left;
	width: 100%;
}
.current-news{
	height: auto;
	display: block;	
}
.current-news .label{
	background: url("images/newsletter-arrow.png") no-repeat scroll 15px 20px / 5px 11px rgba(0, 0, 0, 0);
	float: left;
	font-family: "Merriweather",serif;
	font-size: 14px;
	color: #878787;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 15px 2px 30px;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}
.current-content{
	padding: 5px 25px;
	text-align: justify;
	width: auto;
	color: #a2a4a7;
	font-size: 13px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: normal;

}
.current-content p{margin-bottom: 5px;}
.current-content p.title{margin-bottom: 0;text-align: left;}
.current-content:hover p.title{color: #002c77;}
#current-news-container .bx-wrapper{margin-bottom: 0; float: left;}
#current-news-container .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 -570px 0 auto; padding:0px; right: 50%; width: auto; z-index: 55; }
#current-news-container .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:auto; background:none!important; }
#current-news-container .bx-wrapper .bx-viewport #slider-news{
	width: 100%;
	margin: 0;
	position: relative;
}
#current-news-container .bx-wrapper .bx-controls-direction a {
	height: 20px;
	border-radius: 5px;
	margin-top: -40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 20px;
	z-index: 9999;
}
#current-news-container .bx-wrapper .bx-prev {
	background: #fff url("images/arrow-prev.png") center center no-repeat;
	background-size: 5px auto;
	left: 100%;
	margin-left: -70px;

}
#current-news-container .bx-wrapper .bx-next {
	background: #fff url("images/newsletter-arrow.png") center center no-repeat;
	background-size: 5px auto;
	right: 20px;
}
#current-news-container .bx-wrapper a:hover .current-title{
	background: #002c77;
	color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/*
----------------------------------------------------- Careers Page ------------------------------------------ */
.opportunities{
	padding: 0px;
	max-width: 455px;
	width: 100%;
	position: relative;
	padding-right: 70px;
	margin: 30px 0px 40px;
}
.opportunities img{
	max-width: 385px;
	height: auto;
	border-bottom-right-radius: 73px;
}
.opportunities:hover img{opacity: 0.85;}
.opportunities .opportunities-title{
	bottom: 0;
	max-width: 385px;
	padding: 20px;
	position: absolute;
	width: 100%;
	background: rgba(0, 44, 119,0.85);
	border-bottom-right-radius: 80px;
}
.opportunities .opportunities-title h3{
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Merriweather', serif;
	font-weight: 300;
}
.content{
	max-width: 685px;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.discription{
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.discription .title h4{
	color: #737373;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	text-transform: uppercase;
	margin-top: -10px;
	padding-left: 10px;
	width: 100%;	
	padding-bottom: 0;
}
.discription .links{
	padding-left: 17px;
}
.discription .links a{
	color: #737373;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Merriweather Sans', sans-serif;
}
.discription .links a:hover{
	color: #002c77;
}
.arrow-right {
	width: auto; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-left: 7px solid #002c77;

}
/*
----------------------------------------------------- Contact Us Page ------------------------------------------ */

.page-template-contact-us .site-container{background: none; padding-top: 0; box-shadow: none;}
.location-container{
	background: #fff;
	display: block;
	min-height: 340px;
	position: relative;
	margin-bottom: 55px;
}
.location-container .desc-location{
	padding: 90px 30px 30px 40px;
	color: #a2a4a7;
	font-size: 12px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	line-height: 26px;
}
.location-container .desc-location h4{ 
	font-size: 15px;
	color: #002c77;
	font-family: 'Merriweather Sans', sans-serif;
	padding: 20px 15px; 
}
.dropdown-map .locat-content{padding-left: 15px;}
.dropdown-map .locat-content.address p{margin-bottom: 0;}
.dropdown-map{}
.dropdown-map .locat-content.img{
	position: absolute;
	right: 0;
	z-index: 9;
}
.dropdown-map .locat-content.address{
	position: relative;
}
.dropdown-map .locat-google-map {
	height: 340px; position: relative;
}
.dropdown-map .locat-google-map iframe{
	height:340px !important;	
}
.dropdown-box{ 
	width: 100%;
	max-width: 450px ;
	overflow: hidden; 
	border: 1px solid #e9e9e9; 
	cursor: pointer; 
	position: absolute; 
	left: 40px;
	top: 40px;
	margin-bottom: 10px;
}
.dropdown-box:after{ 
	display: block;
	position: absolute;
	height: 100%;
	width: 21px;
	pointer-events:none;
	background: #fff;
	left: 100%;
	content: " ";
	top: 0;
	margin-left: -20px;
	background: url("images/select-arrow.png") right center no-repeat #fff;
}
.dropdown-box select{ background: none; border: none; }
#dropdown-mop-input{ 
	border:none;
	box-shadow: none;
	padding: 0px 10px;
	height: 43px;
	max-width: 450px;
	width: 100%;	
	cursor: pointer;
	text-overflow:" ";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	z-index: 99;
}

#dropdown-mop-input option{ 
	border:none !important ;
	box-shadow: none;
	padding: 10px;
	width: 100%;
	max-width: 100% !important;
	cursor: pointer;
}
.contact-form{
	background: #fff;
	min-height: 300px;
	position: relative;
	display: block;
	width: 100%;
	padding: 55px 63px;
	float: left;
}
.contact-form h2{font-size: 22px;}
.page-template-contact-us #get-stared{display: none;}
/*
------------------------------------------------------- Footer --------------------------------------------- */
.site-footer{
	background: none repeat scroll 0 0 #fff;
	float: left;
	width: 100%;
}
.site-footer .site-container{ padding:0; box-shadow: none;}
.site-footer .widget-title{
	color: #a2a4a7;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	border-bottom: none;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 35px 0;
	position: relative;
	width: 100%;
	background: #fff;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #fff;
	border-top:1px solid #f0f0f0;
	clear: both;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
	
}
.site-footer .quick-link:before{
	background:url(images/quicklink.png)center top no-repeat;
	content: " ";
	position: absolute;
	top: -13px;
	left: 50%;
	display: block;
	width: 29px;
	height: 15px;
	margin-left: -15px;
}
.site-footer .quick-link{
	background: #002c77;
	padding:10px;
	float: left;
	width: 100%;
	position: relative;
}
.site-footer .quick-link p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-family: 'Merriweather', serif;
	margin-bottom: 0;
	padding: 10px 0px 5px;
	opacity: 0.80;
}
.site-footer .quick-link p:hover{opacity: 1.0;}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; padding: 0px 65px; color: #a2a4a7; }
.site-footer .footer-info .site-info p{ margin:0; display: inline-block; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; padding: 0px 30px;color: #a2a4a7;  }

.footer-menu{}
.footer-menu ul{ margin: 0; list-style: none;}
.footer-menu li{ float:left; width: 50%; padding-left:0;}
.footer-menu li a, .widget_iclw li a{ 
	display:block; 
	float:left; 
	padding:3px 10px 3px 0px; 
	color: #a2a4a7;
	font-size: 13px;
	text-transform: capitalize;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
}
.footer-menu li:hover > a,  .widget_iclw li:hover > a{ color: #002c77;}
.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a { }

.footer-social{
	border-left: 1px solid #f0f0f0;
	padding-left: 35px;
	padding-right: 0;
	min-height: 185px;
	position: relative;
}
.socials{ list-style:none; margin: 0; }
.socials li{ float:left; width: 100%; }
.socials li .fa{padding-right: 10px;}
.socials li a{
	background: none;
	border-radius: 15px;
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: 24px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: left;
}
.socials li a:hover{ color: #002c77; }
.socials li.facebook a{;}
.socials li.twitter a{ }
.page-template-careers #get-stared{
	margin-top: 35px;
	padding:40px;
	background: #002c77;
	float: left;
	border-radius: 6px;
	margin-bottom: 63px;
	width: 100%;
}
.page-template-careers #get-stared h2{
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	line-height: 50px;
}
.page-template-careers #get-stared .lead{
	font-size: 16px;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}
#gform_wrapper_3 li{
	position: absolute;
	right: 95px;
}
#gform_wrapper_3 .ginput_container input {
	border: 1px solid #fff;
	color: #fff;
	float: left;
	height: 45px;
	font-size: 12px;
	font-weight: 400;
	background: none;
	padding: 0 10px !important;
	border-radius: 6px;
	width: 245px !important;
}
#gform_wrapper_3 .gform_footer input[type="submit"]{
	background:#fff url(images/newsletter-arrow.png) center center no-repeat;
	border-radius: 6px;
	height: 45px;
	position: absolute;
	right: 15px;
	width: 65px;
	font-size: 0;
	top: 0;
	opacity: 1.0;
}
#gform_wrapper_3 .gform_footer input[type="submit"]:hover{ 
	opacity: 0.9;
}
#gform_wrapper_3 input::-webkit-input-placeholder, #gform_wrapper_3 textarea::-webkit-input-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;
}
#gform_wrapper_3 input:-moz-placeholder, #gform_wrapper_3 textarea:-moz-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;
}
#gform_wrapper_3 input::-moz-placeholder, #gform_wrapper_3 textarea::-moz-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;

}
#gform_wrapper_3 input:-ms-input-placeholder, #gform_wrapper_3 textarea:-ms-input-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;

}

/* GF ID 4*/

#gform_wrapper_4 li{
	position: absolute;
	right: 95px;
}
#gform_wrapper_4 .ginput_container input {
	border: 1px solid #fff;
	color: #fff;
	float: left;
	height: 45px;
	font-size: 12px;
	font-weight: 400;
	background: none;
	padding: 0 10px !important;
	border-radius: 6px;
	width: 245px !important;
}
#gform_wrapper_4 .gform_footer input[type="submit"]{
	background:#fff url(images/newsletter-arrow.png) center center no-repeat;
	border-radius: 6px;
	height: 45px;
	position: absolute;
	right: 15px;
	width: 65px;
	font-size: 0;
	top: 14px;
	opacity: 1.0;
}
#gform_wrapper_4 .gform_footer input[type="submit"]:hover{ 
	opacity: 0.9;
}
#gform_wrapper_4 input::-webkit-input-placeholder, #gform_wrapper_4 textarea::-webkit-input-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;
}
#gform_wrapper_4 input:-moz-placeholder, #gform_wrapper_4 textarea:-moz-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;
}
#gform_wrapper_4 input::-moz-placeholder, #gform_wrapper_4 textarea::-moz-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;

}
#gform_wrapper_4 input:-ms-input-placeholder, #gform_wrapper_4 textarea:-ms-input-placeholder { 
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Merriweather', serif;

}
#gform_wrapper_4 .validation_error{
	display: none;
}
#gform_wrapper_4 li.gfield_error input{
	float: right;
}
#gform_wrapper_4 .validation_message{
	text-align: right;
}
#get-stared{
	padding:40px;
	background: #002c77;
	float: left;
	width: 100%;
}

#get-stared h2{
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	line-height: 50px;
}
#get-stared .lead{
	font-size: 16px;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}
#get-stared .btn-success{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border-radius: 6px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	border: 1px solid #fff;
	box-shadow: none;
	width: 255px;
	margin-top: 15px;
	height: 48px;
	line-height: 30px;
}
#get-stared .btn-success:hover{
	background: #fff;
	color: #002c77;
}
.logo-box-wrapper{
	height: 140px;
	overflow: hidden;
}
.logo-box-wrapper .logo-section{
	display: block;
	padding-bottom: 30px;
}

.logo-section .logo-content{
	color: #a2a4a7;
	font-size: 13px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5;
}
.footer-left .dropdown-box {
	border: none;
	background: #f7f7f7;
	cursor: pointer;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: auto;
	min-width: 225px;
	border-radius: 6px;
	left: 0;
	top: 0;
}
.footer-left .dropdown-box:after {
	background: url("images/dropdown-arrow.png") no-repeat scroll right center;
	content: " ";
	display: block;
	height: 100%;
	right: 25px;
	margin-left: -45px;
	left: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 21px;
}
.footer-left #dropdown-logo-input {
	-moz-appearance: none;
	border: medium none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 38px;
	padding: 0 30px 0px 30px;
	position: relative;
	width: 110%;
	text-align: left;
}
.footer-left #dropdown-logo-input option {
	border: medium none !important;
	box-shadow: none;
	cursor: pointer;
	max-width: 100% !important;
	padding: 10px 10px 10px 30px;
	width: auto;
	text-align: left;
}
.footer-left .companies p{margin-top: 25px;}

/* 
----------------------------------------------PWD Address widget -------------------------------------*/
.widget_iclw{
	border-left: 1px solid #f0f0f0;
	padding-left: 35px;
	min-height: 185px;
	position: relative;
}
.widget_pwd_address_widget{
	border-left: 1px solid #f0f0f0;
	padding-left: 35px;
}
.pwd-address{
	color: #a2a4a7;
	font-size: 13px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
}
.pwd-address .location{ clear: none; }
.pwd-address .address, .pwd-address .fax{margin-bottom: 15px;}
.pwd-address .phone, .pwd-address .acn, .pwd-address .abn{ margin-bottom:0; }
.pwd-address .image-map{ float: right;margin-left: 10px;}
#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}
#footer-sidebar .widget_pwd_address_widget{}
/*
-----------------------------------------------Custom Post type Slidshow ------------------------------------------*/
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:366px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 -570px 0 auto; padding:0px; right: 50%; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:366px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:366px; background-size: cover; }
#custom-slideshows > .slide .banner-text{
	display: table-cell;
	vertical-align: middle;
	height: 366px;
	width: 1170px;
	text-align: center;
}
#custom-slideshows > .slide .banner-text > div {
	background: rgba(256,256,256,0.8);
	display: inline-block;
	padding: 25px;
	color: #002c77;
}
#custom-slideshows > .slide .banner-text h1{
	color: #002c77;
	line-height: 36px;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 300;
	font-family: 'Merriweather', sans-serif;
}
#custom-slideshows > .slide .banner-text p{
	font-size: 19px;
	font-weight: 300;
	line-height: 24px;
	color: #002c77;
	font-family: 'Merriweather Sans', sans-serif;
	text-align: center;
}
#custom-slideshows > .slide .banner-text .find-more{
	width: 260px;
	background: none;
	border-radius: 6px;
	border: 1px solid #002c77;
	padding: 16px 0px 12px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: auto;
	color: #002c77;
	font-family: 'Merriweather', serif;
	background: #002c77;
	color: #fff;
}
#custom-slideshows > .slide .banner-text .find-more:hover{
	background: none;
	color: #002c77;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: none;
	border-radius: 100%;
	border: 2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}

#sliderarea .bx-wrapper .bx-prev{
	background: url(images/slider-prev.png) left center no-repeat;
	left: 20px;
}
#sliderarea .bx-wrapper .bx-next{
	background: url(images/slider-next.png) right center no-repeat;
	right: 20px;
}





/*
----------------------------------------------- Custom Post Type Services ---------------------------------------- */
.service-container, .project-container{
	display: block;
	float: left;
	margin: 50px 0;
	position: relative;
	width: 100%;
}
.service{margin-right: 7.5px; margin-left: 7.5px; background: #fff; max-width: 270px; margin-bottom: 20px; min-height: 265px;}
.project{margin-right: 7.5px; margin-left: 7.5px; background: #fff; max-width: 270px; margin-bottom: 20px; min-height: 270px;}
.service.col-3, .project.col-3 {}
.service .service-summary, .project .project-summary{
	padding: 0px;
	position: relative;
}
.service img, .project img{
	max-width: 270px;
	width: 100%;
	height: 150px;
}
.service .service-summary .service-title{
	display: block;
    height: 80px;
    padding: 15px 10px 0px;
    width: 100%;
    text-align: center;
}
 .project .project-summary .project-title{
	display: block;
    height: 100px;
    padding: 20px 10px 5px;
    width: 100%;
    text-align: center;
}
.service .service-summary .service-title a, .project .project-summary .project-title a{
	font-size: 14px;
	font-family: 'Merriweather', serif;
	color: #737373;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 24px;
}
.service .service-summary .sub-title, .project .project-summary .sub-title{
	font-size: 12px;
	font-family: 'Merriweather Sans', serif;
	color: #737373;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0px 10px 15px;
	text-align: center;
}
.service:hover img, .project:hover img{
	opacity: 0.8;
}
.service-menu{
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	position: relative;
}
.service-menu ul{ 
	max-width: 900px; 
	margin: auto; 
	display: block;
	list-style: none;
	text-align: center;
}
.service-menu li{ display: inline-block; padding:10px;}
.service-menu li.cat-item-none{display: none;}
.service-menu li a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #737373;
}
.service-menu li a:hover, .service-menu li.current-cat a, .service-menu li.active a{
	color: #002c77;
}
.service-menu li.cat-item-all a:focus{color: #002c77;}
/*
---------------------------------------------------- Single Service Page --------------------------------------- */
.single-title{
	font-size: 22px;
	color: #737373;
	font-weight: 400;
	margin-bottom: 35px;
}
#accordion{
	margin: 50px 0;
	position: relative;
}
.ui-accordion-header{
	color: #737373;
	font-family: "Merriweather",serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background: url(images/newsletter-arrow.png)left center no-repeat;
	background-size: 8px 12px;
	padding:5px 0 5px 20px;
	cursor: pointer;
}
.ui-accordion-header-active{
	background: url(images/arrow-bottom.png)left center no-repeat;
	background-size: 12px 8px;
	padding:5px 0 5px 20px;
	margin-bottom: 15px;
	color: #002c77;
}
.ui-accordion-content{
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	display: block;
	height: auto !important;
}
.ui-accordion-content-active{

	position: relative;
	display: block;
}
.ui-accordion-content img{margin: 50px 0px 0px;}
/*
------------------------------------------------ Single Project Page ------------------------------------ */
.summary-testimonial{
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	float: left;
	margin-bottom: 35px;
	margin-top: 35px;
	padding-top: 35px;
}
.summary-testimonial .summary-content{
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.summary-testimonial .title{font-size: 16px;font-family: "Merriweather",serif;font-weight: 400;}
.project-detail .label{
	color: #737373;
	font-weight: 400;
	font-size: 14px;
	font-family: "Merriweather",serif;
	text-transform: capitalize;
	width: 100%;
	float: left;
	text-align: left;
	background: url("images/newsletter-arrow.png") left center no-repeat;
	background-size: 5px 11px;
	padding-left: 15px;
	line-height: 24px;
}
.project-detail .detail{
	margin-left: 18px;
	display: block;
	font-size: 12px;
}
.project-detail .detail a{color: #002c77;}
.project-detail .detail a:hover{text-decoration: underline;}
.load-button{
	background:rgba(0, 44, 119,1.0);
	border-radius: 6px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: "Merriweather",serif;
	text-transform: capitalize;
	text-align: center;
	padding: 12px 35px;
}
.load-button:hover{
	background:rgba(0, 44, 119,0.85);
	color: #fff;
}
/*
--------------------------- Gallery Slide -------------------- */
.gallery{
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 63px;
}
.gallery-title{
	font-size: 18px;
	color: #002c77;
	font-weight: 400;
	font-family: "Merriweather",serif;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.gallery #slider{
	width: auto;
	height: 355px;
	position: relative;
	overflow: hidden;
}
.gallery ul{margin: 0;}
.gallery ul li {margin-right: 0px; display: inline-block;}
.gallery .gallery-item a img{
	height: 150px;
	max-width: 235px;
	width: auto;
	border: none !important;
}
.gallery-caption{
	padding-top: 10px;
}

ul.slides{ margin:0; }
#slider{position: relative;}
.shadow{
	background: url(images/gallery-shadow.png) center center no-repeat;
	border-radius: 8px;
	position: absolute;
	top: 0;
	display: block;
	z-index: 99;
	height: 340px;
	width: 100%;
}
#slider .flex-viewport{
	max-height: 340px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
#slider img{
	border-radius: 8px;
	width: 788px;
	height: auto;
}
#slider .flex-direction-nav{
	position: absolute;
	top: 50%;
	list-style: none;
	display: inline;
	width: 100%;
	margin: -13px 0 0;
	z-index: 999;
}
#slider .flex-direction-nav .flex-prev{
	float: left;
	background: url(images/gallery-prev.png)left top no-repeat;
	background-position: top;
	width: 14px;
	height: 25px;
	overflow: hidden;
	font-size: 0;
	margin-left: 30px;
	position: absolute;
}
#slider .flex-direction-nav .flex-prev:hover{
	background-position: bottom;
}
#slider .flex-direction-nav .flex-next{
	float: right;
	background: url(images/gallery-next.png)right top no-repeat;
	background-position: top;
	width: 14px;
	height: 25px;
	overflow: hidden;
	font-size: 0;
	position: absolute;
	right: 0;
	margin-right: 30px;
}
#slider .flex-direction-nav .flex-next:hover{
	background-position: bottom;
}
#carousel img{
	border-radius: 8px;
	width: 100%;
	max-width: 195px;
	height: 100px;
	opacity: 1;
}
#carousel{
	position: relative;
	margin-top: 10px;
}
#carousel .slides li{
	padding: 0px 10px 0px 0px;
	width: 199px !important;
}
#carousel .slides li.flex-active-slide img, #carousel .slides li:hover img{
	opacity: 1.0;
}
#carousel .flex-direction-nav{display: none;}
.slider-project{
	position: relative;
	min-height: 460px;
	display: block;
	margin: 50px 0px 0px; 
}
/*
------------------------------------------------Custom Post type CTA ---------------------------------------------*/
#cta-container{ margin-bottom:40px; margin-top: -184px; }
#custom-cta{}
#custom-cta .cta{ background: none; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
	margin: auto;
	opacity: 1.0;
}
#custom-cta .cta-title{
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0px;
	text-align: left;
}
#custom-cta .cta-title a{color: #fff;}
#custom-cta .cta-title span{
	font-size:19px;
}
#custom-cta .cta-summary{ 
	background: rgba(0, 44, 119,1.0);
	padding: 10px 11px; 
	text-align: left;
	border-bottom-right-radius: 30px; 
}
#custom-cta .cta-summary .find-more{
	font-size: 15px;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	padding-right: 20px;
	background: url(images/cta-arrow.png) right center no-repeat;
}
#custom-cta .cta:hover .cta-summary{
	background: rgba(0, 44, 119,0.9);
}
#custom-cta .cta:hover img{opacity: 0.8}
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }
#custom-cta .cta-summary .post-readmore{margin-top: 15px;}
/*
------------------------------------------------Custom Post type Logo ---------------------------------------------*/
#logo-container{ padding:35px 0; background: #f4f4f4;}
#logo-container .bx-wrapper{ margin: 0; }
#logo-container .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#logo-container .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 90px;  background:none!important; }
#logo-container .bx-wrapper .bx-controls-direction a{top: 30%;}

#slider-logo > .logo{ text-align: center; position: relative; z-index: 9; }
#slider-logo > .logo .logo-default{
	max-width: 195px;
	width: 100%; 
	height: auto;
	display: block;
	margin: auto;
	position: relative;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#slider-logo > .logo .logo-default img{height: 100%;}
#slider-logo > .logo .logo-active{
	display: block;
    height: auto;
    max-width: 195px;
    left: 50%;
    margin: auto auto auto -98px;
    opacity: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 999;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#slider-logo > .logo:hover .logo-active{
	opacity: 1.0;
}
#slider-logo > .logo:hover .logo-default{
	opacity: 0;
}
#logo-container .bx-wrapper .bx-prev{
	background: url(images/logo-prev.png) left center no-repeat;
	left: 0;
}
#logo-container .bx-wrapper .bx-next{
	background: url(images/logo-next.png) right center no-repeat;
	right: 0;
}
/*
------------------------------------------------Custom Post type History ---------------------------------------------*/
#our-history-container{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #f0f0f0;
}
#our-history-container .bx-wrapper{ margin: 0; }
#our-history-container .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#our-history-container .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 90px;  background:none!important; }

.our-history{ text-align: center; background: #f2f2f2; }
.our-history .thumb{
	position: relative;
	height: 270px;
}
.our-history .thumb .title{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9999;
	height: 270px;
	width: 355px;
	text-align: left;
}
.our-history .thumb .title h3{
	font-size: 22px;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 30px;
	background: rgba(31,65,100,0.85);
	padding: 15px 30px;

	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: none;
}
.our-history .thumb .title h3 a{color: #FFF;}
.our-history img{
	width:100%; 
	height: 100%;
	display: block;
	margin: auto;
	max-height: 270px;
	max-width: 825px;
}
.our-history .our-history-text{
	padding: 30px 70px;
}
.our-history .our-history-text .year{
	font-size: 22px;
	font-weight: bold;
	color: #595959;
	margin-bottom: 15px;
}
.our-history .our-history-text p{
	color: #737373;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	text-align: center;
	line-height: 24px;
	margin-bottom: 0;
}
#our-history-container .bx-wrapper .bx-controls-direction a {
	height: 32px;
	margin-top: -16px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 83%;
	width: 32px;
	z-index: 9999;
}
#our-history-container .bx-wrapper .bx-prev{
	background: url(images/logo-prev.png) left center no-repeat;
	left: 30px;
	background-size:9px 20px !important; 
}
#our-history-container .bx-wrapper .bx-prev:hover{
	background: url(images/arrow-prev.png)left center no-repeat;
}
#our-history-container .bx-wrapper .bx-next{
	background: url(images/logo-next.png) right center no-repeat;
	right: 30px;
	background-size:9px 20px !important; 
}
#our-history-container .bx-wrapper .bx-next:hover{
	background: url(images/newsletter-arrow.png) right center no-repeat;
}
/*
------------------------------------------------Custom Post type History ---------------------------------------------*/
#key-value-container{}
#key-value-container .bx-wrapper{ margin: 0; }
#key-value-container .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#key-value-container .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 90px;  background:none!important; }

.key-value .key-value-text{
	padding: 15px 90px;
	position: relative;
	width: 100%;
	float: left;
}
.key-value-text .thumb{
	background: #002c77;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 100%;
} 
.key-value-text img{
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 100%;
}
.key-value-text .summary .title a{
	color: #002c77;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
#key-value-container .bx-wrapper .bx-prev{
	background: url(images/logo-prev.png) left center no-repeat;
	left: 5px;
	background-size:9px 20px !important; 
}
#key-value-container .bx-wrapper .bx-prev:hover{
	background: url(images/arrow-prev.png)left center no-repeat;
}
#key-value-container .bx-wrapper .bx-next{
	background: url(images/logo-next.png) right center no-repeat;
	right: 5px;
	background-size:9px 20px !important; 
}
#key-value-container .bx-wrapper .bx-next:hover{
	background: url(images/newsletter-arrow.png) right center no-repeat;
}
.featured{
	float: left;
	margin-bottom: 63px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/*
------------------------------------------------Custom Post type Testimonials ---------------------------------------------*/
#testimonials{ padding:0px; background: #f2f2f2; margin-top: -80px;}

#testimonials .site-container{background: none; box-shadow: none; padding: 0;}
#testimonials .bx-wrapper{ margin: 0; padding: 30px 0 50px; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none;  background:none!important;  }
#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 80px;
	position: relative;
	color: #737373;
	font-family: 'Merriweather', serif;
	font-weight: 300;
}
#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}
#slider-testimonials > .testimonial .info{ 
	font-size: 14px;  
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
}
#testimonials .bx-wrapper .bx-prev {
	background: url("images/logo-prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	left: 5px;
}
#testimonials .bx-wrapper .bx-next {
	background: url("images/logo-next.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	right: 5px;
}
/* 
-----------------------------------------------Content Layout--------------------------------------------*/
.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {clear: both;}
.byline , .tags-links{
	border-right: 1px solid #747474;
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
.single .byline,
.group-blog .byline {display: inline;}
.entry-content,
.entry-summary {margin:0;}
.page-links {clear: both; margin: 0 0 1.2em;}
.page-header{ margin-bottom:20px; }
.attachment .entry-meta{ clear:none; float:left; }
#image-navigation{ text-align:right; }

.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }
.clear{ clear:both; }
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {display: none;}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {max-width: 100%; /* Fluid images for posts, comments, and widgets */}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content img{
	padding: 50px 0px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}
.nocomments{ display:none; }

/*
----------------------------------------------- Widgets Layout ---------------------------------------*/
.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {margin: 0;}
.widget ul{ padding:0; margin:0; list-style:none; }
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/*
------------------------------------------------Search widget ----------------------------------------*/
#searchform .field{ width:196px; }
#searchsubmit {
	background: url("images/search-icon.png") no-repeat scroll center center #1E355E;
	border: medium none;
	box-shadow: none;
	height: auto;
	width: 20px;
}

/*
--------------------------------------------Plugin WP Pagenavi ---------------------------------*/
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #333;}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {display: inline;}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
/* 
---------------------------------------Plugin WP PWD Footer --------------------------------------*/
#pwd_footer_v2 li{ margin-left:5px; }

/*
---------------------------------------Gravity Forms Section -------------------------------------*/
.gform_wrapper{max-width: 100% !important;}
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.gform_wrapper span.gform_description{
	font-family: 'Merriweather', serif;
	font-size: 14px;
}
.ginput_container input {
	width: 100% !important;
	border: 1px solid #e9e9e9;
	color: #a2a4a7!important;
	font-size: 12px;
	padding:0px 10px !important;
	font-weight: 400;
}
.ginput_container textarea {
	height: 130px;
	color: #a2a4a7 !important;
	padding: 12px 10px!important;
	width: 100% !important;
	font-weight: 400;
	margin-top: 10px;
}
.gform_footer input[type="submit"]{
	float: right;
	background: rgba(0, 44, 119,1.0);
	border-radius: 6px;
	border: none;
	box-shadow: none;
	height: 40px;
	margin-top: 20px;
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}
.gform_footer input[type="submit"]:hover{
	background: rgba(31,65,100,0.8);
}
.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

#gform_wrapper_1 ul li.gfield.gf_left_half input{
	width: 95% !important;
}
.gform_footer input[type="submit"]{
	margin: 20px 0 0 0 !important;
}


/*
----------------------------------------Gravity Error Section ------------------------------------*/
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }

/* 
--------------------------------------------Custom bootstrap--------------------------------------- */
.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}
.mobile-size{display: none;}
/*
----------------------------- newsletter-section ---------------------------------*/
.newsletter-section{
    float: left;
    margin-top: 15px;
    width: 100%;
}
.newsletter-section .news-summary{
	background: none repeat scroll 0 0 #f2f2f2;
	max-width: 320px;
	margin: auto;
	display: block;
	padding-bottom: 5px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.newsletter-section .widget-title{
	background: none repeat scroll 0 0 #002c77;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    float: left;
    font-family: "Merriweather",serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    border-bottom: none;
    position: relative;
    margin-bottom: 20px;
}

.newsletter-section p {padding: 0 10px;}

.newsletter-section .more {
	background: none repeat scroll 0 0 #002c77;
	color: #fff;
	display: block;
	float: none;
	font-size: 13px;
	margin: 20px auto;
	position: relative;
	right: 0;
	width: 125px;
}

.newsletter-section #gform_wrapper_3{

}
.newsletter-section #gform_wrapper_3 li{
	position: relative;
	right: 0;
	margin: 0 15px !important;
}
.newsletter-section #gform_wrapper_3 .ginput_container input{
	width: 100% !important;
	border:1px solid #002c77;
	color: #002c77 !important;
	margin-bottom: 20px;
}
.newsletter-section #gform_wrapper_3 .ginput_container input::-webkit-input-placeholder{ 
	color: #002c77 !important;
	font-size: 14px !important;

}
.newsletter-section #gform_wrapper_3 .ginput_container input:-moz-placeholder{ 
	color: #002c77 !important;
	font-size: 14px !important;
}
.newsletter-section #gform_wrapper_3 .ginput_container input::-moz-placeholder{ 
	color: #002c77 !important;
	font-size: 14px !important;

}
.newsletter-section #gform_wrapper_3 .ginput_container input:-ms-input-placeholder { 
	color: #002c77 !important;
	font-size: 14px !important;

}
.newsletter-section #gform_wrapper_3 .gform_footer input[type="submit"]{
	background: none repeat scroll 0 0 #002c77;
    color: #fff;
    display: block;
    float: none;
    font-size: 13px;
    margin: 20px auto;
    position: relative;
    right: 0;
    width: auto;
}
.newsletter-section #gform_wrapper_3 .gform_heading{
	padding: 0 10px;

}

/* Search Results  ---------------------*/
.search-results #content {margin-bottom: 100px;}
.search-results .project,
.search-results .service {
	background: none;
	max-width: none; 

}
.search-results .hentry.service {min-height:0;}
.search-no-results article {margin-bottom: 100px;}

/*
------------------------------------------ Responsive Mobile --------------------------------------- */
@media (min-width: 1281px) and (max-width:1366px) {
	.site-container, .container-warpper{max-width: 1214px;}
	/*.site-container, .container-warpper{max-width: 1214px;}
	.container{max-width: 1094px;}
	.navbar-default .navbar-nav > li > a{padding: 5px 13px;}
	.service, .project{max-width: 250px;}
	.content{max-width: 595px;}
	.team-summary{max-width: 560px;}
	#back-top{bottom: 5px;}*/
}
@media (min-width: 1024px) and (max-width:1280px) {
	#page{overflow: hidden;}
	.site-container, .container-warpper{max-width: 1000px;}
	.container{max-width: 940px;}
	.site-header .navbar-brand img{max-width: 175px;}
	.site-header .navbar-brand{padding: 25px 0px;}
	.navbar-default .navbar-nav > li > a{padding: 5px 8px;}
	#slider-logo > .logo img{max-width: 175px;}
	.widget_pwd_address_widget, .widget_iclw{padding-left: 15px}
	.footer-menu{padding: 0;}
	.footer-right{padding-left: 0;}
	.socials li a{font-size: 12px;}
	.footer-left{padding-right: 0;}
	.footer-social{padding-left: 12px;}
	.service, .project{max-width: 212px;}
	.content{max-width: 450px;}
	.team-summary{max-width: 450px;}
	#back-top{bottom: 5px;}
	.load-button{padding: 12px 20px;}
	#current-news-container .current-title{font-size: 16px;}
	.newsletter-section .widget-title, #current-news-container .current-title span{font-size: 16px;}
	.project{
		min-height: 295px;
	}
	.project .project-summary .project-title{
		min-height: 90px;
	}
	.service .service-summary .service-title a, .project .project-summary .project-title a{
		font-size: 12px;
		line-height: 16px;
	}
	.footer-left img{
		width:100%;
	}
}
@media (min-width: 800px) and (max-width:1023px) {
	#page{overflow: hidden;}
	.site-container, .container-warpper{max-width: 798px; width: 100%;position: relative;}
	.container{max-width: 738px; overflow: hidden;width: 100%; position: relative;}
	.navbar-header{width: 100%; display: block; margin: auto !important; float: none; clear: both; }
	.navbar-top-header #text-info{display: none;}
	.navbar-top-header a.mobile-text{
		color: #999;
	    display: block;
	    float: right;
	    margin-right: 10px;
	    margin-top: 5px;
	}
	.navbar-header .navbar-brand{ width: 205px; margin: auto !important; float: none;}
	.navbar-header .navbar-brand img {
		display: block;
		height: auto;
		margin: auto;
		width: 204px;
	}
	.navbar-top-header .col-md-6{width: 50%; float: left;}
	.navbar-top-header .container-warpper{ 
		display: flex;
	 	flex-direction:row;
	 }
	.navbar-top-header .container-warpper div:first-child{order:2;}
	.navbar-top-header .container-warpper div:first-child{order:1;}
	.navbar-top-header .box-search {float: left;}
	#custom-slideshows > .slide .banner-text .find-more{display: none;}
	#custom-slideshows > .slide .banner-text h1{font-size: 28px;}
	.mobile-size{display: none;}
	.navbar-default .navbar-nav > li > a{padding: 5px 12px;}

	#cta-container{margin-top: 0;}
	#custom-cta .cta{margin-bottom: 30px;}
	#custom-cta .cta-summary{margin: auto; max-width: 320px;}
	#custom-cta .cta img{
		display: block;
	    height: auto;
	    margin: auto;
	    max-width: 320px;
	    opacity: 1;
	    width: 100%;
	}
	.front-content .more{
		width: 135px;
		margin: auto auto 30px;
		display: block;
		float: none;

	}
	#current-news-container{max-width: 320px; margin: auto;}
	.logo-section .logo-content{text-align: center;}
	#logo-container .bx-wrapper{width: 320px; margin: auto;}
	#slider-logo > .logo{width: 320px !important;}
	/*
	------------------------------- inner page ------------------- */
	.service, .project, .service.col-3, .project.col-3 {
		background: none repeat scroll 0 0 #fff;
	    display: block;
	    margin: auto auto 20px;
	    max-width: 320px;
	}

	.service img, .project img{
		height: auto;
	    max-width: 320px;
	    width: 100%;
	}
	#get-stared h2, #get-stared .lead{text-align: center;}
	#get-stared .btn-success{
		margin: 30px auto auto;
		display: block;
		float: none !important;
	}
	.opportunities {
	    display: block;
	    margin: auto;
	    padding: 0 70px 0 0;
	    position: relative;
	    width: 455px;
	}
	#gform_wrapper_3 li {
	    position: relative;
	    right: 0px;
	    top: 10px;
	}
	.news .news-thumb{margin-bottom: 20px;}
	#secondary{display: none;}
	/*
	------------------------------- Footer ----------------------- */
	.logo-box-wrapper .logo-thumbnail img{ margin: auto; display: block;}
	.footer-left .dropdown-box{
		margin: auto;
		display: block;
		width: 200px;
		float: none;
	}
	.site-footer .widget-title, .widget_iclw, .footer-social{display: none;}
	.footer-menu {
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.menu-footer-container{
		max-width: 320px;
		margin: auto;
	}
	.footer-menu li{width: 100%;}
	.footer-menu li a{
		text-align: center;
		float: none;
	}
	.footer-right{ float: left; width: 100%; position: relative;}
	.widget_pwd_address_widget{border: none; padding: 0; text-align: center;}
	.pwd-address{width: 320px; margin: auto; border-top: 1px solid #f0f0f0; margin: 30px auto auto; padding-top: 30px;}
	.site-footer .footer-info .site-copyright {float: none; text-align: center;}
	.site-footer .footer-info .site-info {float: none;line-height: 20px;margin-top: 20px;text-align: center; margin-bottom: 40px;}
	.quick-link{display: none;}

	.footer-left .companies{width: 100%; text-align: center;}
	.footer-left .companies img{width: 204px;}
}
@media (min-width: 600px) and (max-width:799px) {

	.site-container, .container-warpper{max-width: 100%; overflow: hidden; width: 100%;position: relative;}
	.container{max-width: 610px; overflow: hidden;width: 100%; position: relative;}
	.site-main {padding: 0 0 100px;}
	#page {
	    background: none repeat scroll 0 0 #f2f2f2;
	    overflow: hidden;
	    min-width: 600px;
	}
	.site-main{padding: 0px 0px 0px;}
	.navbar-header{width: 100%; display: block; margin: auto !important; float: none; clear: both; }
	.navbar-top-header #text-info{display: none;}
	.navbar-top-header a.mobile-text{
		color: #999;
	    display: block;
	    float: right;
	    margin-right: 10px;
	    margin-top: 5px;
	}
	.navbar-header .navbar-brand{ width: 205px; margin: auto !important; float: none;}
	.navbar-header .navbar-brand img {
		display: block;
		height: auto;
		margin: auto;
		width: 204px;
	}
	.navbar-top-header .col-md-6{width: 50%; float: left;}
	.navbar-top-header .container-warpper{ 
		display: flex;
	 	flex-direction:row;
	 }
	.navbar-top-header .container-warpper div:first-child{order:2;}
	.navbar-top-header .container-warpper div:first-child{order:1;}
	.navbar-top-header .box-search {float: left;}
	.navbar-top-header #searchsubmit{position: absolute;left: 0;top: 0;}
	.navbar-top-header #searchform .field {display: none;}
	.navbar-top-header #searchform .mobile-field{
		display: block;
		background: none repeat scroll 0 0 #ebebeb;
	    font-family: "Merriweather",serif;
	    font-size: 12px;
	    height: 30px;
	    position: relative;
	    top: -10px !important;
	    width: 190px;
	}
	#custom-slideshows > .slide .banner-text .find-more{display: none;}
	#custom-slideshows > .slide .banner-text h1{font-size: 18px; line-height: 22px;}
	#custom-slideshows > .slide .banner-text p{font-size: 13px; line-height: 22px;}
	.desktop-size{display: none;}
	.mobile-size{
		background: none repeat scroll 0 0 #ffffff;
		border-radius: 6px;
		display: block;
		margin: 0px auto auto;
		position: relative;
		width: 100%;
		z-index: 999;
		text-align: center;
	}
	#menu-btn{
	  	border: 1px solid #002c77;
	  	border-radius: 6px;
	  	box-shadow: none;
	  	color: #002c77;
	 	 display: block;
	  	float: none;
	  	font-size: 18px;
	  	margin: 0 auto;
	  	text-align: center;
	  	text-transform: uppercase;
	  	top: 0px;
	  	width: 120px;
	  	height: 50px;
	  	z-index: 9999;
	  	font-family: 'Merriweather', serif;
	  	font-weight: 400;
	  	margin-bottom: 20px;
	}

	.navbar-nav .open .dropdown-menu{
		background-color: rgba(231, 231, 231,0.4);
		text-align: center;
	}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent !important ;}
	.navbar-default .navbar-nav > li a {padding: 5px 0;}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active {
	    color: #999 !important;
	    background-color: #002c77 !important;
	}
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a { padding:5px 0; text-align: center; line-height: 26px;}
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
	    background-color: rgb(31, 65, 100);
	    color: rgb(153, 153, 153);    
	}
	.navbar-default .navbar-nav > li:last-child > a, .navbar-default .navbar-nav > li:last-child:hover > a{
		color: #999;
	}
	.service .service-summary .service-title a, .project .project-summary .project-title a{
		font-size: 11px;
		line-height: 100% !important;
	}
	.project{
		min-height: 270px;
	}
	.project .project-summary .project-title{
		min-height: 100px;
	}

	.page-template-sectors .project .project-summary .project-title{
		min-height: 100%;
		height: 100%
	}
	.page-template-sectors .project{
		min-height: 180px;
	}

	.mobile-size  .navbar-nav  {width: 100%; float: none;}
	.navbar-default .navbar-nav > li:last-child{background: none;}

	#back-top{display: none !important;}
	.newsletter-section .news-summary {
	    background: none repeat scroll 0 0 #f2f2f2;
	    display: block;
	    margin: auto;
	    max-width: 270px;
	    padding-bottom: 5px;
	}
	/*
	--------------------------------- CTA ------------------------- */
	.home .front-content{text-align: center;}
	.home .site-main{margin-top: 0;}
	#cta-container{margin-top: 0;}
	#custom-cta .cta{margin-bottom: 30px;width: 50%; float: left;}
	#custom-cta .cta-summary{margin: auto; max-width: 270px;}
	.front-content .more{
		width: 135px;
		margin: auto auto 30px;
		display: block;
		float: none;

	}
	#current-news-container{max-width: 270px; margin: auto; width: 50%; float: left; display: inline-block;}
	.logo-section .logo-content{text-align: center; width: 50%; float: left;display: inline-block;}
	.newsletter-section{width: 50%; float: left; display: inline-block; margin-left: 20px; margin-top: 0;}
	#logo-container .bx-wrapper{width: 70%; margin: auto;}
	#logo-container{
		padding: 35px 0 10px;
	}

	#slider-logo > .logo{width: 270px !important;}
	#slider-logo > .bx-clone{display: none;}
	.news-thumb img{width: auto; margin: 0 auto; display: block;}
	/*
	------------------------------- inner page ------------------- */
	.default-content{padding: 0;}
	#slider-testimonials > .testimonial .text{padding: 0px 30px; font-size: 14px;}
	.service img, .project img{
		max-width: 100%;
		height: auto;
	}
	.service, .project, .service.col-3, .project.col-3 {
		background: none repeat scroll 0 0 #fff;
	    display: block;
	    margin: auto auto 20px;
	    max-width: 100%;
	    width: 33%;
	    float: left;
	    padding: 0 5px;
    	box-sizing: border-box;
	}
	.service{
		height: 200px;
	}
	.service-menu li {
	    display: inline-block;
	    padding: 10px;
	    text-align: center;
	}
	.gallery #slider{display: block;margin: auto; height: auto;}
	#carousel{display: none;}
	#get-stared{padding: 20px;}
	#get-stared h2{font-size: 20px;text-align: center;}
	#get-stared .lead{font-size: 16px;text-align: center;}
	#get-stared .btn-success{
		margin: 30px auto auto;
		display: block;
		float: none !important;
	}
	.opportunities {
	    display: block;
	    margin: auto;
	    padding: 0 70px 0 0;
	    position: relative;
	    width: 455px;
	}
	#gform_wrapper_3 li {
	    position: relative;
	    right: 0px;
	    top: 10px;
	}
	.news .news-thumb{margin-bottom: 20px;}
	#secondary{display: none;}
	.contact-form{padding: 20px;}
	#testimonials{margin-top: 0;}

	.page-id-1051 table tr td{width: 50%;}

	.page-template-careers #get-stared{min-height: 250px;}
	#gform_wrapper_4 li{right: 0; position: relative;}
	#gform_wrapper_4 .ginput_container input{margin: 0 auto; display: block; float: none;}
	#gform_wrapper_4 .gform_footer input[type="submit"]{top: -4px;}
	/*
	------------------------------- Footer ----------------------- */
	.logo-box-wrapper .logo-thumbnail img{ margin: auto; display: block;}
	.footer-left .dropdown-box{
		margin: auto;
		display: block;
		width: 200px;
		float: none;
	}
	.site-footer .widget-title, .widget_iclw, .footer-social{display: none;}
	.footer-menu {
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.menu-footer-container{
		max-width: 270px;
		margin: auto;
	}
	.footer-menu li{width: 100%;}
	.footer-menu li a{
		text-align: center;
		float: none;
	}
	.footer-right{ float: left; width: 100%; position: relative;}
	.footer-left{text-align: center;}
	.widget_pwd_address_widget{border: none; padding: 0; text-align: center;}
	.pwd-address{width: 270px; margin: auto; border-top: 1px solid #f0f0f0; margin: 30px auto auto; padding-top: 30px;}
	.site-footer .footer-info .site-copyright {float: none; text-align: center;}
	.site-footer .footer-info .site-info {float: none;line-height: 20px;margin-top: 20px;text-align: center; margin-bottom: 40px;}
	.quick-link{display: none;}
	.footer-left .companies{width: 100%; text-align: center;}
	.footer-left .companies img{width: 204px;}
}
@media screen and (max-width:767px) {
	.news-thumb img{
		width: auto;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 320px) and (max-width:599px) {
	.gallery .gallery-item{float: none !important; width: 100% !important; display: block; margin: 0 auto;}
	.service img, .project img{margin:0 auto !important;  display: block;}
	#searchform .field{vertical-align: top;}
	.site-container, .container-warpper{max-width: 100%; overflow: hidden; width: 100%;position: relative;}
	.container{max-width: 100%; overflow: hidden;width: 100%; position: relative;}
	#page {
	    background: none repeat scroll 0 0 #f2f2f2;
	    overflow: hidden;
	    min-width: 100%;
	}
	.site-main{padding: 0px 0px 0px;}
	.navbar-header{width: 100%; display: block; margin: auto !important; float: none; clear: both; }
	.navbar-top-header #text-info{display: none;}
	.navbar-top-header a.mobile-text{
		color: #999;
	    display: block;
	    float: right;
	    margin-right: 10px;
	    margin-top: 5px;
	}
	.navbar-header .navbar-brand{ width: 205px; margin: auto !important; float: none;}
	.navbar-header .navbar-brand img {
		display: block;
		height: auto;
		margin: auto;
		width: 204px;
	}
	.navbar-top-header .col-md-6{width: 50%; float: left;}
	.navbar-top-header .container-warpper{ 
		display: flex;
	 	flex-direction:row;
	 }
	.navbar-top-header .container-warpper div:first-child{order:2;}
	.navbar-top-header .container-warpper div:first-child{order:1;}
	.navbar-top-header .box-search {float: left;}
	.navbar-top-header #searchsubmit{position: absolute;left: 0;top: 0;}
	.navbar-top-header #searchform .field{top:3px !important; padding: 0 10px; margin-left: 15px;}
	.navbar-top-header #searchform .mobile-field{
		display: block;
		background: none repeat scroll 0 0 #ebebeb;
	    font-family: "Merriweather",serif;
	    font-size: 12px;
	    height: 30px;
	    position: relative;
	    top: -10px !important;
	    width: 190px;
	}
	#custom-slideshows > .slide .banner-text .find-more{display: none;}
	#custom-slideshows > .slide .banner-text h1{font-size: 18px; line-height: 22px;}
	#custom-slideshows > .slide .banner-text p{font-size: 13px; line-height: 22px;}
	.desktop-size{display: none;}
	.mobile-size{
		background: none repeat scroll 0 0 #ffffff;
		border-radius: 6px;
		display: block;
		margin: 0px auto auto;
		position: relative;
		width: 100%;
		z-index: 999;
		text-align: center;
	}
	#menu-btn{
	  	border: 1px solid #002c77;
	  	border-radius: 6px;
	  	box-shadow: none;
	  	color: #002c77;
	 	 display: block;
	  	float: none;
	  	font-size: 18px;
	  	margin: 0 auto;
	  	text-align: center;
	  	text-transform: uppercase;
	  	top: 0px;
	  	width: 120px;
	  	height: 50px;
	  	z-index: 9999;
	  	font-family: 'Merriweather', serif;
	  	font-weight: 400;
	  	margin-bottom: 20px;
	}

	.navbar-nav .open .dropdown-menu{	
		text-align: center;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent !important ;}
	.navbar-default .navbar-nav > li a {padding: 5px 0;}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active {
	    color: #999 !important;
	    background-color: #002c77 !important;
	}
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a { padding:5px 0; text-align: center; line-height: 26px;}
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
	    background-color: rgb(31, 65, 100);
	    color: rgb(153, 153, 153);    
	}
	.mobile-size  .navbar-nav  {width: 100%; float: none;}
	.navbar-default .navbar-nav > li:last-child{background: none;}

	.navbar-default .navbar-nav > li:last-child > a, .navbar-default .navbar-nav > li:last-child:hover > a{color: #999;}
	#back-top{display: none !important;}
	/*
	--------------------------------- CTA ------------------------- */
	.home .site-main{margin-top: 0;}
	.home .front-content {text-align: center;}
	#cta-container{margin-top: 0;}
	#custom-cta .cta{margin-bottom: 30px;}
	#custom-cta .cta-summary{margin: auto; max-width: 270px;}
	.front-content .more{
		width: 135px;
		margin: auto auto 30px;
		display: block;
		float: none;

	}
	#current-news-container{max-width: 300px; margin: auto;}
	.newsletter-section .news-summary{max-width: 300px;}
	.logo-section .logo-content{text-align: center;}
	#logo-container .bx-wrapper{width: 270px; margin: auto;}
	#slider-logo > .logo{width: 270px !important;}
	.our-history .our-history-text{padding: 30px;}
	#our-history-container .bx-wrapper .bx-viewport{background: #f2f2f2 !important;}
	#our-history-container .bx-wrapper .bx-viewport{min-height: 600px;}
	#our-history-container .bx-wrapper .bx-controls-direction a{top: 70%;}
	#our-history-container .bx-wrapper .bx-prev{left: 10px;}
	#our-history-container .bx-wrapper .bx-next{right: 10px;}
	.page-template-careers #get-stared{min-height: 300px;}
	.page-template-careers #get-stared{padding: 40px 20px;}
	#gform_wrapper_4 .ginput_container input{width: 100% !important;}
	/*
	------------------------------- inner page ------------------- */
	#gallery-1 .gallery-item{float: none !important; width: auto !important; width: 100% !important;}
	.site-header-image-bg .page-title h1{font-size: 20px;}
	.page-id-1051 table tr td{width: 100%; display: block;}
	.default-content{padding: 0 20px;}
	#slider-testimonials > .testimonial .text{padding: 0px 30px; font-size: 14px;}
	.service, .project, .service.col-3, .project.col-3 {
		background: none repeat scroll 0 0 #fff;
	    display: block;
	    margin: auto auto 20px;
	    max-width: 270px;
	    min-height: auto;
	}
	.service-menu li {
	    display: inline-block;
	    padding: 10px;
	    text-align: center;
	    width: 100%;
	}
	.gallery #slider{display: block;margin: auto; height: auto;}
	#slider .flex-direction-nav .flex-prev{margin-left: 10px;}
	#slider .flex-direction-nav .flex-next{margin-right: 10px;}
	#slider img{height: auto; width: 100%; max-width: 100%;}
	#carousel{display: none;}
	#get-stared{padding: 20px;}
	#get-stared h2{font-size: 20px;text-align: center;}
	#get-stared .lead{font-size: 16px;text-align: center;}
	#get-stared .btn-success{
		margin: 30px auto auto;
		display: block;
		float: none !important;
	}
	.opportunities {
	    display: block;
	    margin: auto;
	    padding: 0 70px 0 0;
	    position: relative;
	    width: 455px;
	}
	#gform_wrapper_3 li {
	    position: relative;
	    right: 0px;
	    top: 10px;
	}
	.news .news-thumb{margin-bottom: 20px;}
	#secondary{display: none;}
	.contact-form{padding: 20px;}
	.service .service-summary .service-title, .project .project-summary .project-title{
		text-align: center;
		height: 100%;
		display: block;
	}
	.service .service-summary .sub-title, .project .project-summary .sub-title{
		text-align: center;
		line-height: 24px;
		padding: 10px 0;
	}
	.single-title{text-align: center;}
	.news-thumb img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    height: auto;
	    
	}
	.dropdown-box, #dropdown-mop-input{max-width: 320px;}
	#gform_wrapper_1 ul li.gfield.gf_left_half input{width: 100% !important;}

	#slider-logo > .bx-clone{display: none;}
	.opportunities .opportunities-title, .opportunities img{max-width: 300px;}

	/*
	------------------------------- Footer ----------------------- */
	.logo-box-wrapper .logo-thumbnail img{ margin: auto; display: block;}
	.footer-left .dropdown-box{
		margin: auto;
		display: block;
		width: 200px;
		float: none;
	}
	.site-footer .widget-title, .widget_iclw, .footer-social{display: none;}
	.footer-menu {
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.menu-footer-container{
		max-width: 270px;
		margin: auto;
	}
	.footer-menu li{width: 100%;}
	.footer-menu li a{
		text-align: center;
		float: none;
	}
	.footer-right{ float: left; width: 100%; position: relative;}
	.footer-left{text-align: center;}
	.widget_pwd_address_widget{border: none; padding: 0; text-align: center;}
	.pwd-address{width: 270px; margin: auto; border-top: 1px solid #f0f0f0; margin: 30px auto auto; padding-top: 30px;}
	.site-footer .footer-info .site-copyright {float: none; text-align: center;}
	.site-footer .footer-info .site-info {float: none;line-height: 20px;margin-top: 20px;text-align: center; margin-bottom: 40px;}
	.quick-link{display: none;}
	.footer-left .companies{width: 100%; text-align: center;}
	.footer-left .companies img{width: 204px;}
	.team {border: 1px solid #eeeeee;} 
	.team img {width: auto; padding: 20px; margin: 0 auto;}
	.team-summary {border: none;}
	.team-summary .download {position: relative; bottom: 0; top: 0; right: 0;}
	.team-summary img {width: 100%;}

	.single-team .team  {border: none;}
	.single-team .entry-content a img {width: 100%; margin-bottom:20px;}
	.single-team a.download {position: inherit;}
	.single-team .pager {margin: 50px 0px}
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}.col-xs-15 {
    width: 18%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 18%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 18%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 18%;
        float: left;
    }
}
.bx-wrapper{
	background-color:#F2F2F2;
}