/*
Theme Name: Sterling
*/
/**** Foundation.css ****/
 *, :before, :after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box } a {text-decoration: none }img {max-width: 100%; height:auto; }h1, h2, h3, h4, h5, h6 {margin: 0 0 15px;font-weight: 700;line-height: 1 }p {margin: 0 0 22px }ul {padding: 0;margin: 0;list-style: none }input[type="text"], input[type="email"], select {float: left;width: 100%;height: 47px;color: #000;font-size: 14px;margin: 0 0 15px;background: #fff;padding: 6px 10px;border-radius: 6px;border: 1px solid #fff;}textarea {float: left;width: 100%;resize: none;height: 144px;color: #424242;font-size: 14px;margin: 0 0 15px;background: #fff;padding: 6px 10px;border-radius: 8px;border: 1px solid #fff;}input[type="submit"] {margin: 0;color: #fff;width: 100%;float: left;height: 46px;cursor: pointer;font-size: 22px;border-radius: 8px;background: #181818;text-transform: uppercase;border: 1px solid #181818;}input[type="submit"]:hover {}.row {clear: both;width: 1150px;margin: 0 auto;max-width: 100% }.row:before, .row:after {content: "";display: table }.row:after {clear: both }.row .row {width: auto;max-width: none;min-width: 0;margin: 0 -15px }.row.collapse .column, .row.collapse .columns {padding: 0 }.row .row {width: auto;max-width: none;min-width: 0;margin: 0 -15px }.row .row.collapse {margin: 0 }.column, .columns {float: left;min-height: 1px;padding: 0 15px;position: relative }.column.centered, .columns.centered {float: none;margin: 0 auto }[class*="column"] + [class*="column"]:last-child {float: left }[class*="column"] + [class*="column"].end {float: left }.one, .row .one {width: 8.33333% }.two, .row .two {width: 16.66667% }.three, .row .three {width: 25% }.four, .row .four {width: 33.33333% }.five, .row .five {width: 41.66667% }.six, .row .six {width: 50% }.seven, .row .seven {width: 58.33333% }.eight, .row .eight {width: 66.66667% }.nine, .row .nine {width: 75% }.ten, .row .ten {width: 83.33333% }.eleven, .row .eleven {width: 91.66667% }.twelve, .row .twelve {width: 100% }@media only screen and (max-width: 767px) {.row {width: auto;min-width: 0;margin-left: 0;margin-right: 0;clear: both }.column, .columns {width: auto!important;float: none }.column:last-child, .columns:last-child {float: none }[class*="column"] + [class*="column"]:last-child {float: none }.column:before, .columns:before, .column:after, .columns:after {content: "";display: table }.column:after, .columns:after {clear: both }}
.clr { clear:both; float:left; width:100%; display:block; }
 /**** Main.css ****/
 a.btn_br {
	display:inline-block;
    color: #0094C4;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px 6px;
    text-transform: uppercase;
    border: 1px solid #0094C4;
	margin:20px 20px 0;
}
a.btn_br:hover {color: #202020; border: 1px solid #202020;}

body {
	margin: 0;
	float: left;
	width: 100%;
	color: #202020;
	font-size: 14px;
	line-height: 1.8;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}
.header {
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
    z-index: 999;
	background: #00313B;
}
.fixedDiv { padding-top:70px; float: left;
    width: 100%; }
.top-left {
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	background: #00313B;
    position: relative;
    z-index: 1;
}
.logo {
	float: left;
	margin-right: 40px;
	margin-bottom: 12px;
	margin-top:-2px;
}
.logo img {
	float: left;
	height: 27px;
}
.main-menu {
	float: left;
	/*margin-bottom: 22px;*/
}
.main-menu ul {	
	float: left; 
}
.main-menu li {
	float: left;
	font-weight: 700;
	padding-right: 30px;
	text-transform: uppercase;
	padding-bottom: 22px;
}
.main-menu li:last-child {
	padding-right: 10px;
}
.main-menu li a {
	float: left;
	color: #fff;
	line-height: 25px;
}
.main-menu li > a:hover, .main-menu li.current-menu-item > a {
	color: #2cb3eb;
}
/*sub menu css start*/
.main-menu ul ul { 
display:none; 
position:absolute; 
width:210px; 
top:100%; 
left:0; 
z-index:1; 
padding:0; 
background:#fff;  
box-shadow: 0px 3px 22px rgba(110, 109, 93, 0.28);
}
.main-menu li:hover > ul { display: block; }
.main-menu ul li { position:relative;}
.main-menu ul li ul { left:0%; margin-left:0px;}
.main-menu ul li ul ul { left:100%; margin-left:0px; top: 0; }
.main-menu li li {
    width: 100%;
    padding: 0 !important;
	/*border-bottom: 1px solid #eee;*/
}
.main-menu li li a {
    text-shadow: none;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0;
    color: #021229;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 15px ;
    background: #f0f0f0;
}
.main-menu li li a:hover, .main-menu ul li li.current a {
    background: #003D4F !important;
    border-bottom: 0 !important;
    color: #fff !important;
}
/*megamenu css*/
/*.main-menu li.mega-menu ul { width:100%; left:0 !important; text-align:center; }
.main-menu li.mega-menu li.mega-menu-l2 {
    float: left;
    width: 22%;
    padding: 20px 15px;
	display: inline-block;
    float: none;
	position: relative;
}
.main-menu li.mega-menu li.mega-menu-l2 a {
background: #00313B;
width: 100%;
padding: 10px 15px;
text-align: left;
}
.main-menu li.mega-menu li.mega-menu-l2 ul {
   padding: 0 15px;
   background:none;
   box-shadow:none;
}
.main-menu li.mega-menu li.mega-menu-l2 ul li {
   width: 100%;
    padding: 0;
	text-transform:capitalize;
}
.main-menu li.mega-menu li.mega-menu-l2 ul li a {
    text-shadow: none;
    clear: both;
    width: 100%;
    margin: 0;
    color: #021229;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 15px;
    background: none;
	text-align:left;
}*/

/*sub menu css end*/
.top-right {
	top: 0;
	right: 0;
	height: 100%;
	position: absolute;
	background: #00313B;
    z-index: 1;
}
.top-right li {
	float: left;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}
.top-right li a {
	color: #fff;
	height: 100%;
	display: block;
	padding: 0 40px;
	position: relative;
}
.top-right li a span {
    top: 50%;
    display: table;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.top-right li.invelogin a {
	background: #003D4F;
}
.top-right li a:hover, .top-right li.current-menu-item a {
	background: #2cb3eb;
}
.home-banner {
	float: left;
	width: 100%;
	background: #013c4e url(images/home-banner.jpg) no-repeat center top;
	background-size: cover;
}
.home-banner-overlay {
	float: left;
	width: 100%;
	color: #fff;
	padding: 200px 0;
	text-align: center;
	background: rgba(1, 58, 75, 0.7);
}
.home-logo {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	height: 50px !important;
}
.home-banner-overlay span {
	clear: both;
	display: block;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 40px;
	font-family: 'EB Garamond', serif;
}
.home-banner-overlay p {
	font-size: 16px;
}
a.viewmore {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
a.viewmore:hover {
	color: #2cb3eb;
	text-decoration: none;
}
.home-balck-wrapper {
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
	background: #2f3a3e;
}
.home-drop-arrow {
    left: 50%;
	top: -22px;
    width: 44px;
	color: #fff;
    height: 44px;
	cursor: pointer;
    line-height: 44px;
    text-align: center;
    position: absolute;
    margin-left: -22px;
	background: #0094c4;
}
.home-balck-wrapper::after {
	top: 0;
	right: 0;
	width: 40%;
	content: '';
	height: 100%;
	position: absolute;
	/*background: #283234;*/
}
.home-balck-wrapper .columns, .about-bottom .columns {
	z-index: 11;
}
.home-balck-wrapper span {
	float: left;
	color: #fff;
	margin: 8px 0;
	font-size: 12px;
	font-weight: 600;
	padding-left: 40px;
	position: relative;
	text-transform: uppercase;
}
.home-balck-wrapper span::before {
	left: 0;
	top: 50%;
	content: '';
	width: 26px;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	background: #4c829e;
}
a.download-btn {
	float: right;
	color: #0094C4;
	font-weight: 700;
	padding: 8px 20px 6px;
	text-transform: uppercase;
	border: 1px solid #0094C4;
	text-align:center;
}
.footer a.download-btn {
	font-size: 12px;
	min-width:150px;
}
a.download-btn:hover {
	color: #fff;
	border: 1px solid #fff;
}
.specified-wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #283234;
}
.specified {
	float: left;
	width: 100%;
	background: url(images/specified-air.jpg) no-repeat center top;
	background-size: cover;
}
.specified2 {
	background: url(images/specified2.jpg) no-repeat center top;
	background-size: cover;	
}
.highline {
	background: url(images/highline.jpg) no-repeat center top;
	background-size: cover;
}
.specified-overlay {
	float: left;
	width: 100%;
	color: #fff;
	padding: 460px 40px 70px;
	background: rgba(1, 58, 75, 0.7);
}
.specified-overlay h3 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 25px;
	position: relative;
	font-family: 'EB Garamond', serif;
}
.specified-overlay h3::before {
	top: 0;
	left: 0;
	content: '';
	width: 48px;
	height: 1px;
	position: absolute;
	background: #4c829e;
}
a.viewpartner {
	color: #fff;
	font-weight: 700;
	position: relative;
	padding-right: 30px;
	text-transform: uppercase;
}
a.viewpartner:hover {
	color: #03aae1;
}
a.viewpartner::after {
	right: 0;
	top: 50%;
	color: #03aae1;
	font-size: 18px;
    content: "\f178";
	margin-top: -8px;
	line-height: 16px;
	position: absolute;
	font-weight: normal;
    font-family: FontAwesome;    
}
.footer {
	float: left;
	width: 100%;
	color: #fff;
	padding-top: 100px;
	background: #151a1d;
	padding-bottom: 60px;
}
.ft-logo {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
p.ft-content {
	padding-right: 5%;
	margin-bottom: 40px;
}
.ft-contact-details {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
h3.ft-heading {
	font-size: 14px;
	position: relative;
	margin-bottom: 30px;
}
h3.ft-heading::after {
	left: 0;
	bottom: 1px;
	content: '';
	height: 2px;
	width: 100%;
	background: #345365;
	position: absolute;
}
h3.ft-heading span {
	z-index: 1;
	color: #AFB4B9;
	font-size: 10px;
	font-weight: 700;
	position: relative;
    background: #151a1d;
	padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.ft-contact-details ul {
	float: left;
	width: 100%;
	margin-bottom: 30px;	
}
.ft-contact-details li {
	float: left;
	width: 100%;
	padding-left: 75px;
	position: relative;
	margin-bottom: 10px;
}
.ft-contact-details li span {
	left: 0;
	color: #AFB4B9;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
}
.ft-contact-details li a {
	color: #fff;
}
.ft-contact-details li a:hover {
	color: #2cb3eb;
	text-decoration: underline;
}
.ft-btns {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom:20px;
}
.ft-btns::before {
	left: 0;
	top: 50%;
	content: '';
	height: 2px;
	width: 100%;
	margin-top: -1px;
	position: absolute;
	background: #37444c;
}
.ft-btns > div {
	z-index: 1;
	float: left;
	position: relative;
	padding-right: 20px;
	background: #151a1d;
}
a.download-btn .fa {
	margin-left: 10px;
}
.ft-btns > span {
	z-index: 1;
	float: left;
	margin-top: 2px;
	position: relative;
	padding-right: 20px;
	background: #151a1d;
}
.ft-btns > span a {
	float: left;
	color: #0093c3;
	font-size: 36px;
	line-height: 36px;
}
.ft-btns > span a:hover {
	color: #fff;
}
p.copyrights {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	margin: 50px 0 0;
	font-family: 'Lato', sans-serif;
}
a.privacy {
	color: #fff;
	font-weight: 700;
	position: relative;
	padding-right: 10px;
	text-transform: uppercase;
}
a.privacy:hover {
	color: #03aae1;
}
.about-banner {
	float: left;
	width: 100%;
	color: #021229;
	padding-top: 80px;
	background: #eeeff1;
	padding-bottom: 50px;
}
h1.banner-heading {
	font-size: 60px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 40px;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-family: 'EB Garamond', serif;
}
h1.banner-heading::before {
    top: 0;
    left: 0;
    content: '';
    width: 48px;
    height: 1px;
    position: absolute;
    background: #7497ad;
}
.banner-left {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.banner-left p {
	font-size: 16px;
	line-height: 2em;
}
.about-page-content {
	float: left;
	width: 100%;
	padding-top: 80px;
}
.management {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.management h3 {
	color: #2192BF;
	font-size: 36px;
	font-weight: 600;
}
.management span {
	float: left;
	width: 100%;
	color: #5d859f;
	font-size: 16px;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
	border-left: 2px solid #2191c1;
}
.value-wrapper {
	float: left;
	width: 100%;
	padding-top: 60px;
	border-top: 2px solid #f0f0f0;
}
.core-value {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.core-value h3 {
	float: left;
	width: 42%;
	color: #013C4D;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.core-value span {
	float: left;
	width: 58%;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
}
h2.lever-heading {
	color: #013C4D;
	font-size: 52px;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
}
.lever-methods {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.lever-methods ul {
	float: left;
	width: 100%;
	margin-left: 3px;
}
.lever-methods li {
	width: 33.333%;
	padding: 0 15px;
	margin-left: -3px;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: bottom;
}
.lever-methods li img {
	display: block;
	margin: 0 auto 20px;
}
.lever-methods li span {
	display: block;
	color: #5D859F;
	font-size: 18px;
	text-transform: uppercase;
}
.consistently {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.consistently h4 {
	float: left;
	width: 33%;
	color: #1e4d5f;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.consistently ul {
	float: right;
	width: 62%;
}
.consistently li {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding-left: 18px;
	position: relative;
	margin-bottom: 12px;
}
.consistently li::before {
	left: 0;
	top: 6px;
	color: #03aae1;
	font-size: 14px;
    content: "\f067";
	line-height: 14px;
	position: absolute;
	font-weight: normal;
    font-family: FontAwesome;    
}
.about-bottom {
	float: left;
	width: 100%;
	padding-top: 35px;
	position: relative;
	background: #313b3d;
}
.about-bottom::before, .about-bottom::after {
	top: 0;
	left: 0;
	width: 32%;	
	content: '';
	height: 100%;
	position: absolute;
	background: #293133;
}
.about-bottom::after {
	right: 0;
	left: inherit;
}
a.factsheet-btn {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}
a.factsheet-btn:hover {
	color: #1eafe8;
}
a.factsheet-btn .fa {
	color: #1eafe8;
	margin-right: 10px;
}
a.factsheet-btn2 {
	float: right;
}
a.factsheet-btn2 .fa {
	margin-right: 0;
	margin-left: 10px;
}
hr {
	border:1px solid #efefef;
}
.about-bottom hr {
	border: 1px solid #242c2f;
}
.home-footer-top {
	float: left;
	width: 100%;
	padding-top: 20px;
	position: relative;
	background: #2f3a3e;
}
.home-footer-top::before {
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	content: '';
	position: absolute;
	background: #283234;
}
.home-footer-top .columns {
	z-index: 11;
}
.home-footer-left {
	float: right;
	margin-bottom: 20px;
}
.home-footer-left ul {
	float: left;
}
.home-footer-left li {
	float: left;
	padding: 0 7px;
}
.home-footer-left li a {
	color: #01abe8;
}
.home-footer-left li a:hover {
	color: #fff;
}
.home-footer-left span {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	margin-left: 25px;
	display:inline-block;
}
.home-footer-bar {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
	margin-bottom: 28px;
}
.home-footer-bar::after {
	left: 0;
	top: 50%;
	content: '';
	height: 2px;
	width: 100%;
	margin-top: -1px;
	position: absolute;
	background: #3e4c55;
}
.home-footer-bar span {
	float: left;
	width: 45%;
	height: 5px;
	z-index: 11;
	position: relative;
	background: #01abe8;
}
.value-wrapper2 {
	border: 0;
	padding-top: 0;
}
.consistently2 h4 {
	width: 18%;
}
/*.consistently2 ul {
	float: left;
	width: 40%;
	padding-left: 20px;
}*/
.consistently3 {
	float: left;
	width: 40%;
	padding-left: 20px;
	margin-bottom:20px;
}
.consistently3 ul {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.consistently h5 {
	color: #5a869f;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}
.consistently h5 span, .consistently h5 strong {
    z-index: 1;
    position: relative;
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.consistently h5::after {
    left: 0;
    bottom: 8px;
    content: '';
    height: 2px;
    width: 100%;
    background: #5a869f;
    position: absolute;
}
.page-banner {
	float: left;
	width: 100%;
	color: #fff;
	position: relative;
	background: #003d4f;
	padding-bottom: 40px;
}
.page-banner .home-drop-arrow {
	top: inherit;
	bottom: 22px;
}
.page-banner .six {
	width: 47%;
}
.page-banner p {
	font-size: 16px;
	line-height: 2em;
}
.carrer-banner {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 80px;
	min-height: 400px;
	/*background: url(images/careers-banner.jpg) no-repeat right top;
	background-size: 54% auto;*/
	background-image:url(images/careers-banner.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: 65% auto;
}
.partnership-banner {
	background: url(images/partner-banner.jpg) no-repeat right top;
	background-size: 65% auto;
}
.single-partner-banner {
	/*background: url(images/single-partnership-banner.jpg) no-repeat right top;
	background-size: 65% auto;*/
	background-image:url(images/single-partnership-banner.jpg);
}
.portfolio-banner  {
	background: url(images/portfolio-benner.jpg) no-repeat right top;
	background-size: 65% auto;
}
.portfolio-page {
	float: left;
	width: 100%;
	padding-top: 90px;
	background: #eeeff1;
	padding-bottom: 100px;
}
.portfolio-top {
	float: left;
	width: 100%;
	min-height: 41px;
	position: relative;
	padding-left: 210px;
	margin-bottom: 58px;
}
.pFilter { position:absolute; width:190px; left: 2px; top: 0; }
.portfolio-top h5 {
	color: #fff;
	width: 100%;
	padding: 15px;
	font-size: 12px;
	font-weight: 400;
	background: #4f87a2;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:0;
}
.portfolio-top ul {
	float: left;
	width: 100%;
	padding-right: 70px;
	border-bottom: 1px solid #b8c1c6;
}
.portfolio-top li {
	float: left;
	font-size: 12px;
	font-weight: 600;
	padding-left: 10px;
	text-transform: uppercase;
}
.portfolio-top li:first-child {
	padding-left: 0 !important;
}
.portfolio-top li a {
	float: left;
	color: #3b4346;
	padding-bottom: 18px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.portfolio-top li.current a, .portfolio-top li a.currentcat, .portfolio-top li a:hover {
	color: #25a3cb;
	border-bottom: 2px solid #25a3cb;
}
.portfolio-main {
	float: left;
	width: 100%;
}
.portfolio1-wrapper {
	float: left;
	padding: 15px;
	width: 33.333%;
	background: #fff;
	border: 2px solid #edeef0;
}
.past-portfolio { display:none; }
.portfolio1-inner {
	float: left;
	width: 100%;
	/*overflow: hidden;*/
	padding: 0px;
	position: relative;
	min-height:340px;
}
.portfolio1-inner img {
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 80%;
    left: 50%;
}
.portfolio1-inner img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.portfolio1-mask {
	top: 0;
	/*left: -100%;*/ left: 0;
	width: 100%;
	color: #fff;
	min-height: 100%;
	height:auto;
	padding: 15px 12px 35px;
	position: absolute;
   background-color: rgba(77, 82, 86, 0.9);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   /*overflow:auto;*/
   z-index:9;
}
.portfolio1-wrapper:hover .portfolio1-mask {
   left: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.portfolio1-mask h4 {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.portfolio1-mask h4::after {
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 48px;
	position:absolute;
	background: #4e84a0;
}
.portfolio1-mask h3 {
	font-size: 30px;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
}
.portfolio1-mask p {
	font-size: 12px;
	margin-bottom: 15px;
}
.portfolio1-mask a.info {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	    position: absolute;
    bottom: 15px;
    left: auto;
	cursor:pointer;
}
.portfolio1-mask a.info:hover {
	color: #1eafe8;
}
.portfolio1-mask a.info .fa {
	color: #1eafe8;
	margin-left: 10px;
}
.portfolio2-wrapper {
	float: left;
	color: #002236;
	width: 33.333%;
	background: #fff;
	padding: 30px 30px 10px;
	border: 2px solid #edeef0;
	min-height:330px;
}
.portfolio2-wrapper h4 {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
}
.portfolio2-wrapper h4::after {
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 48px;
	position:absolute;
	background: #4e84a0;
}
.portfolio2-wrapper h3 {
	font-size: 32px;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
}
.portfolio1-mask p {
	font-size: 12px;
}
.news-wrapper {
	float: left;
	width: 100%;
}
.news-content {
	width: 67%;
	float: right;
	padding: 40px;
	background: #fff;
	min-height: 150px;
	margin-top: -150px;
}
.news-top {
	padding-left: 0;
	margin-bottom: 48px;
}
.news-content h6 {
	color: #B0B4B8;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.news-content h6 span {
	padding: 0 20px 10px 0;
    display: inline-block;
}
.news-content h2 {
	color: #001125;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 40px;
	font-family: 'EB Garamond', serif;
}
.news-content img {
	display: block;
	margin: 0 auto 40px;
}
.team-page {
	float: left;
	width: 100%;
	background: #293133;
}
.team-left {
	float: left;
	width: 75%;
}
.team-wrapper {
	float: left;
	width: 20%;
	overflow: hidden;
	position: relative;
	border: 2px solid #293133;
	border-top:0;
	border-bottom:4px solid #293133;;
}
.team-wrapper img {
	float: left;
	width: 100%;
}
.team-wrapper .portfolio1-mask {
	padding: 25px 25px;
}
.team-wrapper .portfolio1-mask h4 {
	color: #72a8c0;
}
.team-wrapper .portfolio1-mask h4::after { 
	display: none;
}
.team-wrapper .portfolio1-mask h3 {
	margin-bottom: 10px;
}
.team-wrapper:hover .portfolio1-mask {
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.team-right {
	float: right;
	width: 25%;
	position: relative;
	padding: 50px 30px 210px;
}
.team-right h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	padding-top: 20px;
	position: relative;
	margin-bottom: 40px;
	font-family: 'EB Garamond', serif;
}
.team-right h2::before {
	left: 0;
	top: 0;
	height: 1px;
	width: 48px;
	content: '';
	position: absolute;
	background: #21aee4;
}
.team-right h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.team-right ul {
	float: left;
	width: 100%;
}
.team-right ul ul {
	padding-left: 25px;
}
.team-right li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.team-right li a {
	float: left;
	color: #A7B1B8;
	padding-left: 25px;
	position: relative;
	text-transform: uppercase;
}
/*.team-right li li a {
	padding-left: 0;
}*/
.team-right li a:hover, .team-right li.current a, .team-right li a.currentcat {
	color: #2192BF;
}
.team-right li.current a::before, .team-right li a.currentcat::before, .team-right li a:hover::before {
	left: 0;
	color: #21aee4;
	content: "\f178";
	position: absolute;
    font-family: FontAwesome;
}
.team-right li.current li a::before, .team-right li li a:hover::before { 
	display: none !important;
}
.team-right li li a {
	color: #aeb7bc !important;
}
.team-right li li a:hover {
	color: #21aee4 !important;
}
.team-right-bottom {
	left: 0; 
	bottom: 0;
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
	position: absolute;
	background: #313b3d;
}
.team-right-bottom ul {
	float: left;
	width: 100%;
	text-align: center;
}
.team-right-bottom li {
	float: none;
	width: auto;
	color: #aeb7bc;
	font-weight: 600;
	line-height: 20px;
	padding-left: 15px;
	position: relative;
	padding-right: 30px;
	display: inline-block;
}
.team-right-bottom li:first-child {
	padding-left: 0;
}
.team-right-bottom li:last-child {
	padding-right: 0;
}
.team-right-bottom li::before {
	top: 8px;
	right: 0;
	content: '';
	height: 1px;
	width: 12px;
	position: absolute;
	background: #26799b;
}
.team-right-bottom li:last-child::before {
	display: none;
}
.single-right {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.single-right h6 {
	color: #313A3D;
	font-size: 16px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.single-right h6::before {
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 100px;
	position: absolute;
	background: #b2bbc2;
}
.single-right p {
	font-size: 14.5px;
	margin-bottom: 35px;
}
.single-right img {
	display: block;
	margin: 0 auto 35px;
}
p.small-text {
	font-size: 12px;
}
.page-left {
	float: left;
	width: 100%;
	color: #fff;
	background: #313b3d;
	margin-bottom: 40px;
}
.page-left h6 {
	font-size: 16px;
	position: relative;
	padding: 20px 28px;
	background: #293133;
	text-transform: uppercase;
}
.page-left h6::before {
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 104px;
	position: absolute;
	background: #22272b;
}
.page-left h6::after {
	top: 50%;
	right: 0px;
	margin: 0 7%;
	content: '';
	height: 2px;
	/*width: 50%;*/
	width: 16%;
	position: absolute;
	background: #31393c;
}
.page-left h6 span {
	z-index: 1;
	position: relative;
}
.page-left > div {
	float: left;
	width: 100%;
	padding: 28px;
}
.page-left h5 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.carrers-right p, .page-left p {
	margin-bottom: 35px;
}
.page-left p {
	font-size: 15px;
	font-weight: 500;
}
.page-left ul, ul.interested {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.page-left li, ul.interested li {
	float: left;
	width: 100%;
	padding-left: 10px;
	position: relative;
	margin-bottom: 5px;
}
.page-left li::before, ul.interested li::before {
	left: 0;
	top: 8px;
	font-size: 5px;
    content: "\f111";
	position: absolute;
    font-family: FontAwesome;
}
.page-left li a {
	color: #fff;
}
.page-left li a:hover {
	color: #0896c4;
}
.carrers-right {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.carrers-right h6 {
	color: #000;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.carrers-right h6::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    background: #b2bbc2;
}
ul.interested li a {
	color: #0296c6;
	margin-left: 15px;
	text-decoration: underline;
}
.searchdiv {
	float: left;
	width: 100%;
	position: relative;
	background: #f2f2f2;
	margin-bottom: 25px;
	padding-right: 102px;
	text-transform: uppercase;
}
.searchdiv input[type="text"] {
	border: 0;
	margin: 0;
	height: 45px;
	padding: 6px 20px;
	border-radius: 0;
	background: #f2f2f2;
}
.searchdiv input[type="submit"] {
	right: 0;
	border: 0;
	color: #fff;
	height: 100%;
	width: 100px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0;
	position: absolute;
	background: #0094c4;
}
.processbarron {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.processbarron span {
	float: left;
	width: 100%;
	color: #57646d;
	margin-bottom: 10px;
}
.processbarron strong {
	float: left;
	width: 100%;
	color: #003D4F;
	font-weight: 600;
	margin-bottom: 10px;
}
.processbarron p {
	margin-bottom: 15px;
}
.processbarron ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.processbarron li {
	float: left;
	padding: 5px 15px;
	margin-right: 10px;
	background: #eff0f2;
	margin-bottom: 10px;
}
.processbarron a {
	color: #0193c4;
	text-decoration: underline;
}
.company-search {
	float: left;
	width: 100%;
}
.company-search > div {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}
.company-search > div:last-child {
	float: right;
}
.company-search label {
	float: left;
	width: 100%;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.company-search input[type="text"] {
	border-radius: 0;
	padding: 6px 20px;
	border: 1px solid #c7cccf;
}
.search-results {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.search-results::after {
	left:0;
	top: 50%;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	background: #d8dde1;
}
.search-results strong {
	float: left;
	z-index: 1;
	color: #A4B1B9;
	font-size: 12px;
	background: #fff;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	text-transform: uppercase;
}
.search-results ul {
	float: right;
	z-index: 1;
	font-size: 12px;
	background: #fff;
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
}
.search-results li {
	float: left;
	color: #A4B1B9;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 14px;
	padding-right: 28px;
}
.search-results li:first-child {
	padding-left: 0;
}
.search-results li:last-child {
	padding-right: 0;
}
.search-results li::after {
	top: 50%;
	right: 0;
	height: 2px;
	content:'';
	width: 14px;
	margin-top: -1px;
	background: #51b5d7;
	position: absolute;
}
.search-results li:last-child::after {
	display: none;
}
.connect-form {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 96px;
	background: #eff0f2;
	border: 1px solid #000;
}
.connect-form input[type="email"] {
    border: 0;
    margin: 0;
    height: 45px;
	font-size: 12px;
    padding: 6px 20px;
    border-radius: 0;
    background: #f2f2f2;
}
.connect-form input[type="submit"] {
    right: 0;
    border: 0;
    height: 100%;
    width: 100px;
    color: #fff;
	font-size: 12px;
	font-weight: 600;
    border-radius: 0;
    position: absolute;
    background: #0094c4;
}
span.recruiting {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
span.recruiting a {
	color: #0094c4;
	margin-left: 22px;
	text-decoration: underline;
}
.outerdiv {
	float: left;
	width: 100%;
}
.outerdiv-left {
	float: left;
	width: 66.66%;
}
.outerdiv-right {
	float: left;
	width: 33.33%
}
.outerdiv-left .american-bath, .outerdiv-right .american-bath {
	width: 100%;
}
.american-bath {
	float: left;
	width: 33.333%;
	position: relative;
	border: 2px solid #fff;
	/*background: url(images/american-bath.jpg) no-repeat center top;
	background-size: cover;*/
	/*background-image: url(images/american-bath.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.american-bath img {
	float: left;
	width: 100%;
}
.construction-supply {
	background: url(images/construction.jpg) no-repeat center top;
	background-size: cover;
}
.specified-solution {
	/*background: url(images/specified-air.jpg) no-repeat center top;
	background-size: cover;*/
	background-image: url(images/specified-air.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.highline-aftermarket {
	background: url(images/highline.jpg) no-repeat center top;
	background-size: cover;
}
.dexko {
	background: url(images/dexko.jpg) no-repeat center top;
	background-size: cover;
}
.crane-service {
	background: url(images/crane.jpg) no-repeat center top;
	background-size: cover;
}
.liqui-box {
	background: url(images/liquibox.jpg) no-repeat center top;
	background-size: cover;
}
.seon {
	background: url(images/seon.jpg) no-repeat center top;
	background-size: cover;
}
.safe-fleet {
	background: url(images/safe-fleet.jpg) no-repeat center top;
	background-size: cover;
}
.american-bath-overlay {
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	color: #fff;
	height: 100%;
	position: absolute;
	padding: 18px 25px;
	background: rgba(1, 58, 75, 0.7);
}
.american-bath-overlay h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	/*min-height: 45px;*/
	font-family: 'EB Garamond', serif;
}
.american-bath-overlay p { margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px; }
.american-bath-overlay span {
	display: block;
	position: relative;
	padding-bottom:5px;
	margin-bottom: 10px;
	position: relative;
}
.american-bath-overlay span::after {
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 48px;
	position: absolute;
	background: #5086a2;
}
/*.american-bath-overlay p {
	margin-bottom: 50px;
}*/
.partnerships-page {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.mobileshow {
	display: none;
	position: relative;
	margin-top: 20px !important;
}
.portcount {
	right: 0;
	position: absolute;
}
.portcount span {
	color: #3b4346;
	font-size: 12px;
	padding-left: 8px;
	position: relative;
	padding-right: 20px;
	font-family: 'Myriad Pro';
}
.portcount span:last-child {
	padding-right: 0;
}
.portcount span::after {
	right: 0;
	top: 50%;
	height: 2px;
	content: '';
	width: 12px;
	margin-top: -1px;
	position: absolute;
	background: #4e84a0;
}
.portcount span:last-child::after {
	display: none;
}
span.prcount {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.slider-counter {
	left: 0%;
	color: #fff;
	z-index: 1;
	bottom: 26px;
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	width: 40%;
    text-align: right;
    padding-right: 50px;
}
@media only screen and (max-width: 1239px) {
	.specified-overlay { padding: 400px 20px 30px;  }
	.portcount { top: -30px; }
	.portfolio-top ul { padding-right: 0; }
	.team-wrapper .portfolio1-mask { padding: 15px; border: 5px solid rgba(255, 255, 255, 0.8); }
	.team-wrapper .portfolio1-mask h3 { margin-bottom: 35px; }
	.team-right { width: 30%; }
	.team-left { width: 70%; }
	.team-wrapper { width: 25%; }
}
@media only screen and (max-width: 1149px) {
	.top-left { padding-left: 15px; }
	.specified-overlay { padding: 300px 15px 30px }
	.specified-overlay h3 { font-size: 30px; }
	h1.banner-heading { font-size: 48px; }
	.banner-left p, .page-banner p { font-size: 14px; }
	.top-right li a { padding: 0 32px; }
	.consistently h4 { width: 36% }
	.consistently2 h4 { width: 18%; }
	.team-wrapper .portfolio1-mask { border: 0; }
	.portfolio1-wrapper { width: 50%; }
	.portfolio-top li { padding-left: 10px; font-size: 10.5px; }
	.home-banner-overlay p br { display: none; }
	.management span, .consistently h5, .consistently li { font-size: 14px; }
	.management h3 { font-size: 24px; }
	.page-left p { font-size: 13px; }
	.page-left h5 { font-size: 16px; }
	.news-content h2 { font-size: 28px; }
	.american-bath-overlay { padding: 28px 15px; }
	.portfolio2-wrapper h3 { font-size: 26px; }
	.team-left { width: 73%; }
	.team-right { width: 27%; padding: 50px 15px 100px; }
}
@media only screen and (max-width: 1023px) {
	body { font-size: 12px; }
	.fixedDiv { padding-top:0; }
	.main-menu, .top-right { display: none; }
	.top-left { padding-top: 0; }
	.logo { margin-top: 25px; }
	.home-banner-overlay { padding: 150px 0; }
	.home-banner-overlay span, .team-right h2 { font-size: 48px; }
	.home-banner-overlay p, .lever-methods li span { font-size: 14px; }
	.specified-overlay h3 { font-size: 26px; }
	a.viewpartner { font-size: 12px; }
	.specified-overlay { padding: 250px 15px 30px }
	.footer { padding-top: 60px; }
	p.ft-content { padding-right: 0; }
	/*.ft-contact-details li br { display: none; }*/
	h1.banner-heading { font-size: 40px; }
	.ft-btns::before { display: none; }
	.ft-btns > div { padding-right: 0; }
	.carrer-banner { background: none !important; padding-top: 60px; }
	.page-banner .six { width: 100%; }
	.mobileshow { display: block; }
	h1.banner-heading br { display: none; }
	/**/
	.news-content h2 { font-size: 24px; }
	.american-bath, .outerdiv-right .american-bath { width: 50%; }
	.outerdiv-right, .outerdiv-left { width: 100%; }
	.outerdiv-left .american-bath-overlay { min-height: auto }
	/*.ft-contact-details li { padding-left: 60px; }*/
	.consistently h4 { font-size: 15px; }
	.management span, .team-right h6{ font-size: 12px; }
	.core-value h3 { font-size: 18px; }
	.core-value span { font-size: 14px; }
	.portfolio1-inner { padding: 80px 20px; }
	.portfolio1-mask a.info, .portfolio1-mask h4 { font-size: 12px; }
	.portfolio1-mask h3 { font-size: 26px; } 
	.portfolio2-wrapper { width: 50%; }
	
}
@media only screen and (max-width: 850px) {
	.team-wrapper { width: 33.3333%; }
}
@media only screen and (max-width: 767px) {
	
	.team-left { width: 100%; }
	.team-right { width: 100%; padding: 50px 30px 100px; }
	.top-left { padding-top: 0; }
	.logo { margin-top: 25px; }
	.main-menu, .top-right { display: none; }
	.home-banner-overlay { padding: 100px 0; }
	.about-page-content { padding-top: 60px; }
	.home-banner-overlay span { font-size: 26px; line-height: 1.2; margin-bottom: 25px; }
	.home-logo { margin-bottom: 25px; }
	.home-balck-wrapper { text-align: center; padding-top: 32px; }
	/*.home-balck-wrapper span { width: 100%; padding-left: 0; }*/
	.home-balck-wrapper span::before, .home-balck-wrapper::after { display: none; }
	.home-balck-wrapper a.download-btn { float: none; display: inline-block; margin-top: 4px; }
	.specified { width: 100%; }
	.specified-overlay h3 br, .management span br { display: none; }
	.ft-btns > span { float: left; }
	p.copyrights { margin: 0; }
	.about-banner { padding-bottom: 30px; }
	h1.banner-heading { font-size: 32px; padding-top: 40px; }
	.banner-left { margin-top: 15px; }
	.banner-left p { font-size: 14px; }
	.value-wrapper { padding-top: 50px; }
	.management { margin-bottom: 50px; }
	.core-value { margin-bottom: 15px; }
	.core-value h3, .core-value span { width: 100%; }
	h2.lever-heading { font-size: 26px; line-height: 1.2; }
	.lever-methods ul { margin-left: 0; }
	/*.lever-methods li { width: 100%; float: left; margin-left: 0; margin-bottom: 30px; }*/
	.home-banner-overlay p, .lever-methods li span {
		font-size: 10px;
	}
	.consistently h4, .consistently ul, .consistently3 { width: 100%; padding-left:0; }
	.consistently li { font-size: 14px; }
	.about-bottom::before, .about-bottom::after { display: none; }
	.about-bottom .three { float: left !important; width: 50% !important; }
	.about-bottom .six, .home-footer-top::before { display: none; }
	.home-footer-left { text-align: center; width: 100%; }
	.home-footer-left ul, .home-footer-left li { float: none; display: inline-block; }
	.home-footer-bar { margin-top: 0; }
	.consistently2 consistently3 { padding-left: 0; margin-bottom: 35px; }
	a.factsheet-btn { font-size: 10px; }
	.page-banner p { font-size: 14px; }
	.portfolio-top { padding-left: 0; }
	.portfolio-top h5 { width: 100%; position: unset; margin-bottom: 20px; }
	.portfolio-top li { padding: 0 10px; margin-bottom: 10px; }
	.portfolio-top li a { border-bottom:0 !important; padding-bottom: 0; }
	.portfolio-page { padding-top: 60px; }
	.portfolio1-wrapper { width: 100%; padding: 10px; }
	.portfolio2-wrapper { width: 100%; }
	.team-wrapper .portfolio1-mask { border: 10px solid rgba(255, 255, 255, 0.8); }
	.news-content { width: 100%; padding: 60px 15px; margin-top: 0; }
	.news-content h2 { font-size: 18px; }
	.american-bath { width: 100% !important; }
	a.factsheet-btn .fa { margin-right: 2px; }
	a.factsheet-btn2 .fa { margin-left: 2px; margin-right: 0; }
	.single-right p { font-size: 14px; }
}
@media only screen and (max-width: 580px) {
	.owl-nav { width:100%; }
	.owl-dots { display:none !important; }
	.team-wrapper { /*width:50%;*/ border: 1px solid #293133; }
	.portfolio1-mask a.info, .portfolio1-mask h4 {
		font-size: 8px; margin: 0;
	}
	.portfolio1-mask h3 {
		font-size: 14px;
	}
}
/*================================================== */
/* mobile menu - start
================================================== */
#fixed-top {
    top: 30px;
    z-index: 99999;
    right: 15px;
    display: none;
    cursor: pointer;
    position: absolute;
    /*background: #fff;
    padding: 12px 10px 8px;
    border-radius: 5px;
    border: 2px solid #fff;*/
}
.navicon-line {
    width: 24px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #fff;
}
.dismiss { float:right; }
h2.sidebar-title { margin-top:9px !important; }
.sidebar-menu-wrapper {
  display: block; 
}
.sidebar-menu-wrapper ul { margin-left:0 !important; }
.sidebar-menu-wrapper .sidebar-menu {
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 9999999999;
    padding: 20px;
    position: fixed;
    width: 320px;
    max-width: 100%;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
    /* menu items - start */
    /* menu items - end */
    /* menu items >> sub menu - start */
    /* menu items >> sub menu - end */
    /* contact-info - start */
    /* contact-info - end */
    /* social-links - start */
    /* social-links - end */
    /* social-links - start */
    /* social-links - end */ }
    .sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
      overflow: visible !important; }
    .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
      width: 40px;
      height: 40px;
      font-size: 14px;
      cursor: pointer;
      line-height: 42px;
      text-align: center;
      color: #ffffff;
      border-radius: 3px;
      display: inline-block;
      background-color: #001238; }
    .sidebar-menu-wrapper .sidebar-menu .sidebar-title {
      font-size: 21px;
      text-transform: capitalize; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list {
      margin: 0px -20px 0 0; padding:30px 0 0; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e0deff; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 30px;
          color: #7c8a97;
          text-transform: capitalize; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list > li:hover > a {
          color: #000;
          background-color: #f8fbff; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > .active > a, .sidebar-menu-wrapper .sidebar-menu .menu-list > .current-menu-item > a {
        color: #000;
        background-color: #f8fbff; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children {
      position: relative; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children:before {
        top: 9px;
        right: 25px;
		padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        content: '\f067';
        position: absolute;
		z-index:999;
        color: #7c8a97;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-family: 'FontAwesome'; }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children.open:before {
      content: '\f068';
      -webkit-transform: rotate(-540deg);
      -ms-transform: rotate(-540deg);
      transform: rotate(-540deg); }
    .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu {
      background-color: #f8fbff; list-style:none; display:none; }
	  .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children.open > .sub-menu { display:block }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li {
        position: relative; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li > a {
          width: 100%;
          display: block;
          font-size: 14px;
          padding: 15px 0px;
          padding-left: 50px;
          color: #7c8a97; }
		  .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .menu-item-has-children .sub-menu > li > a { padding-left: 70px; }
        .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > li:hover > a {
          color: #000; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > .active:before {
        background-color: #001238; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-item-has-children .sub-menu > .active > a {
        color: #fff; }
    .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li {
      font-size: 14px;
      margin-bottom: 0px; }
      .sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li:last-child {
        margin-bottom: 0px; }
    .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li {
      width: 40px;
      height: 40px;
      margin-right: 5px; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li:last-child {
        margin-right: 0px !important; }
      .sidebar-menu-wrapper .sidebar-menu .social-links > ul > li > a {
        font-size: 14px;
        line-height: 40px; }
    .sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
      width: 100%;
      display: block;
      border-radius: 0px; }
  .sidebar-menu-wrapper .sidebar-menu.active {
    right: 0px;
    -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
    box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35); }
  .sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block; }
.sidebar-menu::-webkit-scrollbar {
  width: 0px; }
  
@media only screen and (max-width: 1023px) {
	#fixed-top { display: block; }
}
/* mobile menu - end
================================================== */

#isotopouter, #isotopouter2 {
	float:left;
	width:100%;
}
ul.isotoplists li ul {
	display:none;
}
ul.isotoplists li a.currentcat + ul {
	display:block;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #eee;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1px;
    line-height: 26px;
}
.page-template-tpl-portfolio .isotopblock {
	float:left;
	width:100%;
}

.mfp-inline-holder .mfp-content {
	padding: 30px 10px 25px 10px;
	max-width: 960px;
}
p.email-team {
	margin:18px 0 0 0;
}

.mfp-content h2 {
    color: #013C4D;
    font-size: 35px;
    font-weight: 400;
    font-family: 'EB Garamond', serif;
}
.mfp-content h3 {
    color: #1e4d5f;
    font-size: 16px;
    font-weight: 600;
}
.mfp-content a { color: #0094C4; }

/*********/

.blue-overlay {
	top:0;
	right: 0;
	width:65%; 
	height:100%;
	position:absolute;
	background:rgba(0,0,0, 0.5); }
@media only screen and (max-width: 1023px) {
	.blue-overlay { display: none}
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:35px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.blog-pagenation {
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*page navigation style start*/
.wp-pagenavi {
    font-size: 16px;
	float:left;
	width:100%;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend {
    color:#fff;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.current, .wp-pagenavi span.extend {
   width:38px;
	height:38px;
	font-size:16px;
	font-weight:700;
	border-radius:50%;
	text-align:center;
	color:#fff;
	border:0;
	background-color: #4f87a2;
	margin-right:3px;
	line-height:38px;
	display: inline-block;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { /*line-height: 35px;*/}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #00313B;
}
.wp-pagenavi span.pages {
	display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
/*page navigation style end*/

/*contact form 7 style */
.signup-panel {
	float: left;
    width: 100%;
	border-radius: 5px;
  border: 10px solid #E3E3E3;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fcfcfc;
}
.signup-panel p { margin:0 0 10px 0;}
.signup-panel p.welcome {
	font-size: 24px;
    text-align: center;
    margin-left: 0;
    line-height: 26px;
    padding: 15px 0 5px;
    margin: 0 0 25px 0;
}

.signup-panel p, .signup-panel ul li, .signup-panel a { font-size:15px;}
.signup-panel div.wpcf7 {
	margin: 0;
    background: #f6f6f6;
    padding: 30px 15px;
    border: 1px solid #cfcfcf;
	float: left;
    width: 100%;
}
div.wpcf7 h2.field_title {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: normal;
	border-bottom: 1px solid #CCC;
	padding: 0 0 8px 0;
}
.form-field {
	margin-bottom: 25px;
    width: 100%;
	padding: 0 10px;
    float: left;
}
.form-field.half {
    width: 50%;
}
.form-field input[type=text], .form-field input[type=email], .form-field input[type=tel], .form-field select, .form-field textarea {
	background: #ebebeb !important;
    margin: 0 ;
	float: left;
    width: 100%;
    height: 42px;
    color: #434343;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 14px;
    border: 1px solid #d9d9d9;
	
}
.form-field textarea { height:150px;}
.form-field input[type=file] {
	background: transparent !important;
}
.form-field label {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: normal ;
	display: inline-block;
    line-height: 1.3;
    clear: both;
	margin: 0 0 10px 0;
	
}
span.wpcf7-list-item {
	display: block !important;
	margin: 0 0 8px 0 !important;
	position: relative;
}
.wpcf7-list-item-label {
	display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
	margin: 2px 0 0 4px;
	line-height: 1.5;
    font-size: .875em;
	max-width: 85%;
}
span.wpcf7-list-item input[type=radio], span.wpcf7-list-item input[type=checkbox] {
	margin-left: 1px;
	width: 18px ;
    height: 18px;
    margin-top: 1px;
	display: inline-block;
    vertical-align: middle;
}

span.wpcf7-not-valid-tip { display:none !important;}
.wpcf7 input.wpcf7-not-valid {
	border: 1px solid #790000;	
}
div.wpcf7-response-output {
	float: left;
    width: 100%;
    text-align: center;
	padding: 5px;
	border: 2px solid #f7e700;
	margin: 25px 0 0 00 !important;
}
.form-field.mb-0 { margin:0;}
.form-field label span {
    color: #790000;
    margin-left: 4px;
}

.signup-panel.pad-bor-0 {
	border: 0;
    padding: 0;
}
.signup-panel.pad-bor-0 div.wpcf7 { margin: 0; }
.signup-panel input[type="submit"] {
	max-width: 200px;
	line-height: 44px;
}
a.apply-btn {
    color: #0193c4;
    text-decoration: underline;
}
p.welcome small {
	clear: both;
    display: block;
    margin-top: 8px;
    font-size: 18px;
}
ul.list {
	padding-left: 20px;
    margin-bottom: 30px;
}
ul.list li { list-style-type:disc; margin-bottom: 5px;}
hr.mb35 { margin-bottom:35px;}
.news-content-left {
	width: 33%;
    float: left;
    padding: 20px 0 0 0;
}
.news-content-left ul {
	float: left;
	width: 100%;
}
.news-content-left ul ul {
	padding-left: 50px;
}
.news-content-left li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.news-content-left li a {
	float: left;
	color: #3b4346;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
}
.news-content-left li li a {
	padding-left: 0;
}
.news-content-left li a:hover, .news-content-left li.current a, .news-content-left li a.currentcat {
	color: #25a3cb;
}
.news-content-left li.current a::before, .news-content-left li a.currentcat::before, .news-content-left li a:hover::before {
	left: 0;
	color: #25a3cb;
	content: "\f178";
	position: absolute;
    font-family: FontAwesome;
}
.news-content-left li.current li a::before, .news-content-left li li a:hover::before { 
	display: none !important;
}
.news-content-left li li a {
	color: #3b4346 !important;
}
.news-content-left li li a:hover {
	color: #25a3cb !important;
}
.partnership-box {
	background: #eee;
    padding: 35px 35px 0px;
    border: 1px solid #ccc;
    margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
.news-content-left {
    width: 100%;
}
}

.testimonial-quote {
	margin-bottom: 35px;
}
.testimonial-quote blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: gray;
	font-family: 'EB Garamond', serif;
    font-style: italic;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #75808a; 
    line-height: 28px;
	margin: 20px 0;
	font-size: 24px;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
	font-family: Georgia, serif;
	line-height: 1.4;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em; 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: 14px;
    line-height: 22px; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}

.testimonial-quote.no-avatar .quote-container {
    padding-left: 20px; 
}
.testimonial-quote.center .quote-container { 
	max-width: 800px;
    margin: 0 auto;
}