* {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
}
@media screen and (max-width: 990px) {
	p {
		padding: 0 20px;
}
	h3 {
	padding: 0 20px;
}
    p {
		padding: 0 20px;
}
.hide-small {
     display: block;   
}
}
@media screen and (min-width: 990px) {

.hide-small {
     display: none;   
}
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}	
body {
	font-size:100%;
	font-family:"BankGothic Md BT"!important;
}
.home #header{ background:none;}
.logo-container{position: relative; display: table; height: 100%; width: 100%;}

.device-android .mobileBanner {
    background-position: center 0px;
}
#header {
	position:fixed;
	height:93px;
	width:100%;
	z-index:99;
	background:rgba(255, 255, 255, 1) url("../images/header-shadow.jpg") repeat-x bottom ;
}
#header  .container{ overflow:visible;}
.logo-home {
	background: url("../images/logo-topXcopy2.png") no-repeat top left;
	position: absolute;
	left: 0px;
	top: 20px;
	background-size: 300px 46px;
	display: inline-block;
	height: 46px;
	width: 300px;
}
.remove-billets ul li{
	list-style: none;
}
.linkedin-icon {
	background:url("../images/link.png") no-repeat top left;
}
.slidingHeader ul {
	font-family:"BankGothic Md BT";
}
.slidingHeader ul li {
	list-style:none;
}
.slidingHeader ul li a {
	color: #3F7E7F;
	font-size: 1.1em;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
/*hamburger-icon*/
#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
	position:absolute;
	top:17px;
	right:22px;
	display:none;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #000000;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle.active span {
	background: #000;
}
#nav-toggle.active span:before {
	background: #000;
}
#nav-toggle.active span:after {
	background: #000;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	-webkit-transition:  all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition:  all 500ms ease-in-out;
	transition:  all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top:1px !important;
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	margin-top:1px !important;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*---Main Container---*/

.mobileBanner {
	display:none;
}
.mainContainer::before, .mobileBanner::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mainContainer, .mobileBanner {
	float: left;
	height: 100%;
	width: 100%;
	margin-top:93px;
	font-size:1em;
	background: fixed url("../images/bg.jpg") no-repeat center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:-3;
	position:fixed;
}

.square-box {
	background: none repeat scroll 0 0 transparent;
	border-image: none;
	float: left;
	overflow: hidden;
	position: relative;
	width: 20%;
}
.square-box:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.square-content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #fff #fff -moz-use-text-color;
	border-image: none;
	border-right: 1px solid #3f7e7f;
	border-style: none solid solid none;
	border-width: medium 1px 1px medium;
	bottom: 0;
	color: #3f7e7f;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.white-square {
	display: table;
	width: 100%;
	height: 100%;
}
.white-square span {
	color: #FFFFFF;
	display: table-cell;
	font-family:"BankGothic Md BT";
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.white-square {
	background-color: rgba(63,126,127,0.60);
}
.fade {
	display: none;
	width:100%;
	height:100%;
}
.centerImg img {
	margin:0 auto;
	display:block;
}
.img-logo{
	 max-width:auto; height:100% !important;
	
	 }
logo-img-float{
         background: fixed url("../images/logo.jpg"); 
}
.img-center {
	display:table-cell;
	vertical-align:middle;
}
.centerImg.white-square {
	background:none;
}
section#home {
	padding:0px;
	z-index:1;
}
section {
	padding:93px 0 0px;
	background:#ffffff;
}


.container {
	padding:0px 18px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.img-responsive {
	width:100%;
	display:block;
}
/*Header*/
#errordiv {
	color:red;
	display:none;
}
.slidingHeader ul li.home-nav, .mobile-nav {
	display:none;
}
.desktop-nav {
	display:block;
}
a, a:hover, a:focus, .slidingHeader ul li a:hover, .slidingHeader ul li.active a {
	outline: none;
	color: #3F7E7F;
}
h1, h3, h4 {
	font-family:"BankGothic Md BT";
}
h1 {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:27px;
	text-align:center;
        padding: 0 20px !important;
}
section#core-services h2 {
	font-family:"BankGothic Md BT";
	margin-bottom: 3px;
}

.small-bg-color {
         background-color: #3f7e7f;
    opacity: .7;
    color: #fff;
}
h2, h3, h1 {
	font-family:"BankGothic Md BT";
	font-weight:bold;
}
h1, h4 {
	color:#e08114;
}
h2 {
	color:#3f7e7f;
}
h2, h3 {
	margin-bottom:15px;
	font-size:14px;
margin: 30px 20px 10px !important;

}

h3 {
	color:#acacac;
	margin-bottom:0px;
}
h4 {
	font-size:1.5em;
	line-height:24px;
	margin-bottom:6px;
}
p{font-size:14px; margin: 0px 20px 10px !important;	line-height:22px;}
.border-box p {
	line-height:16px;
}
.small-home-list li{
        padding: 20px 0px;
        text-align: center;
list-style: none;
}
.list-item {
	margin-top:8px;
}
.list-item li {
	font-size:0.875em;
	list-style:decimal;
	margin-left:15px;
	padding-left:5px;
	line-height:18px;
	margin-bottom:5px;
}
section {
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

/* new css rules */
.bottom-area{ position:fixed; bottom:0px; width:100%;}
.bottom-bg{ background:url("../images/bg-home.jpg") repeat-x top left; height:74px; width:100%; display:table;}
.bottom-bg h1{ font-size:32px; color: #fff; display:table-cell; vertical-align:middle; }
.bottom-bg h1 a{ text-decoration:none; color:#fff;}
#about h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 24px; text-align:left;color: #fff;
}


#about .about-listing span {
	line-height: 34px; font-size: 34px; color: #d66d12; font-weight:bold; clear:both;
}

#about  h3 {
	color: #3f7e7f;
	font-size: 30px;
    line-height: 30px;
	margin-bottom:27px;
}

#about  h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
#about {

	padding-bottom: 66px;
}
#about .dark-bg {
	background:#444444 url("../images/about/diagonal-lines.png") repeat-x bottom;
	padding-top: 30px;
	width: 100%;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 73px;

}
#about .dark-bg ul li {
	background: rgba(0, 0, 0, 0) url("../images/about/seprater.png") no-repeat scroll left center;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    list-style: outside none none;
    padding-left: 50px;
	padding-right: 21px;
}
#about .dark-bg ul li:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 7px;

}

#about .dark-bg + div {
	padding-top: 62px;
}
#about p.head {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 34px;
}
#about .pic-container {
	width: 100%;
	border-top: 1px solid #a3a3a3;
	clear: both;
}
#about .pic-box {
	width: 45.4%;
	float: left;
	display: table;
	height: 100%;
}
#about .pic, #about .pic-title {
	float: left;
	display: table;height:100%;
}
#about .pic{width: 200px;}
 #about .pic-title {
width: 215px;
}
#about .pic {
	height: 202px;
}
#about .pic-title span {
	display: block;
	font-weight: normal;
}
#about .content-box {
	width: 54.6%;
	float: left;
}
#about .content-box p {
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 28px;
}
a.read-more, a.map {
	display: none;
}
.about-us-css {
	padding: 40px 0px;
	background-color: #3f7e7f;
}
.about-us-container {
	background-color: #3f7e7f;
}

/*common*/
#wrapper-banner{ background:#ebebeb; border-bottom:8px solid #000000; height:167px; margin-bottom:48px;display:table; width:100%;}
#wrapper-banner h1{ font-size:40px; text-align:center; vertical-align:middle; display:table-cell;}
footer {
	background: #3f7e7f;
	color: #fff;
	padding: 14px 0;
	border-bottom: 1px #fff solid;
}
.col6 {
	width: 50%;
	float: left;
}

footer .col6{ float:right;} 
footer .col6 a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height:21px;
}
footer p {
	text-align: right;
	font-size: 12px;
}
/*------careers----*/
section#careers #wrapper-banner{
	margin-bottom: 62px;
}
section#contact #wrapper-banner {margin-bottom:0px;}
section#careers h2, section#contact h2 {
	font-size: 40px;
	line-height: 1.14em;
	margin-bottom: 37px;
}
.join-modus h1 {
	color: #3f7e7f;
	font-size: 32px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
	padding:0 18px;
	line-height:38px;
}
section#careers h4 {
	color: #3f7e7f;
	line-height: 26px;
}
section#careers .join-modus {
	height: 318px;
	width: 100%;
	background: url("../images/careers/careers-bg.jpg") repeat;
	margin-top: 95px;
	display: table;
}
section#careers ul li {
	background: #eeeeee;
	font-size: 14px;
	list-style: none;
	list-style: none;
	padding: 13px 0 15px 35px;
	margin-bottom: 23px;
}
section#careers ul li:last-child {
	margin-bottom: 45px;
}
a.modus-jobs {
	text-decoration: none;
	color: #d66d12;
}
section#careers ul li:hover{ background-color:#e08114; color:#fff;}
/*---Contact us---*/


section#contact h3 {
	font-size: 24px;
	color:#3f7e7f;
	margin:55px 0 25px;
}

 .contact-form label{
	font-size:14px;
	line-height:27px;
	font-family:"BankGothic Md BT";
}
.contact-form {
	width:100%;
	float:left;
	text-align:center;
	margin:0px 0 64px
}
#contact .contact-form p {
	margin-bottom:15px;
}
.contact-form label {
	color:#3f7e7f;
	width:100%;
	clear:both;
	float:left;
	font-weight:bold;
	text-align:left;
}
.style-input, textarea {
	background-color: #f0f0f0;
	font-size:1.500em;
	color: #3f7e7f;
	padding: 8px;
	width:100%;
	box-sizing: border-box;
	border:1px solid #e2e2e2;
}
.contact-form input[type=submit] {
	font-weight:bold;
	font-style: normal;
	background:#f5a523;
	font-size:14px;
	cursor:pointer;
	color:#3f7e7f;
	min-width:217px;
	text-align:center;
	border-radius: 4px;
	margin: 27px 0 0;
	height:45px;
	line-height:43px;
}

.error {
	border:1px solid red;
}
label.error {
	display: none !important;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
}


.locationBg {
	width: 100%;
	background: #dff1f3;
	float: left;
	overflow: hidden;
	padding-bottom:33px;
    margin-bottom:62px;

}
.locationBg .col12{
	width:100%;
	float:left;
	clear:both;
	}
.locationBg .col4 {
	width: 36.40%;
	float: left;
}

.locationBg .locTitleBg {
	background: #717171;
	width: 33.53%;
	height: 216px;
	display: table;
	margin-top: 0;
	color: #fff;
	float:left;
}
.locTitleBg + #map{
	float:left;
	margin-left:1px; width:580px; height:216px;
}
.locationBg .locTitleBg p {
	color: #fff;
	padding-left:40px;
	font-size: 18px;
	line-height:29px;
	display: table-cell;
	vertical-align: middle;
	padding-right:40px;
}

.locationBg p {
	font-size:14px;
	line-height: 23px;
	padding-left: 6px;
	line-height:24px;
	margin-bottom:24px;
}
#contact .locationBg h3 + .col12{
	margin-bottom:31px;
}
/*---sitemap---*/
#sitemap ul{ width:100%; display:block; padding: 0px 0 92px;}
#sitemap ul li{ list-style:none; padding:10px; margin-bottom:10px;}
#sitemap ul li a{ text-decoration:none; font-size:20px; font-family:"BankGothic Md BT"; text-transform:capitalize;}

/*---Core Services---*/
.grid-item { width: 32.33333%; background:url("../images/core-services/tile-background-texture.png")  repeat top left;  box-shadow: 4px 1px 3.84px 0.16px rgba(179, 179, 179, 0.8); margin-bottom:20px; display:none;}
.grid-item  h5{  font-family:"BankGothic Md BT"; font-size:38px; line-height:40px; color:#000000;}
.grid-item  h5 span{color:#d76e13; background:url("../images/core-services/slash.png") no-repeat top right;  clear:both; padding-right:17px; line-height:52px; font-size:40px; padding-left:1px;}
#core-services .grid-item p{ font-size:16px; line-height:28px; margin-top:20px; margin-bottom:0px;}
.grid-item  article{ padding:23px 20px 20px; float:left;}
.grid-item ul{ margin-top:20px; float:left;}
.grid-item ul li{ font-size:16px; line-height:22px; font-family:"BankGothic Md BT"; margin-bottom:13px; background:url("../images/core-services/+-icon.png") no-repeat 0px 7px; list-style:none; padding-left:14px;}
.mobile-show{ display:none !important;}
/*---News*/
a .grid-news{ color:#000;} 
.grid-news { width: 282px; background:#f7f7f7;  box-shadow: 4px 1px 3.84px 0.16px rgba(179, 179, 179, 0.8); margin-bottom:20px; display:none;}
.grid-news  article{ padding:18px 26px 24px; float:left;}
.grid-news .date{ font-weight:bold; padding-bottom:13px; margin-bottom:13px; border-bottom:1px solid #000; font-size:16px; display:block;}
.grid-news h5{ font-weight:normal; font-size:14px; line-height:18px; margin-bottom:4px;}
.grid-news .news-article{ margin-top:8px; color:#d66d12; font-size:12px; float:left; text-decoration:none;}
.news-img{ position:relative;}
.counter{ background:url("../images/news/slideshow-count.png") no-repeat bottom right; position:absolute; width:37px; height:37px; right:0px; bottom:4px; display:table;}
.counter em{ display:table-cell; vertical-align:middle; font-size:14px; font-weight:bold; color:#fff; text-align:center; 
font-style: normal;}
.news-grid{ margin-bottom:101px;}

.service-center{  width:100%; height:auto; display:block; margin-top: 23px; position:relative;
			background: transparent url("../images/core-services/service-westcoast.jpg") no-repeat center center;
			background-size: cover;
	}		
			
			.black-bg{ position:absolute; top:50%; width:100%; -webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);  background: rgba(0, 0, 0,0.70);}
			.service-center .black-bg .container{  height:76px; display:table;}
	.black-bg h3{ display:table-cell; vertical-align:middle; font-size: 24px; color: #d56c11;}
			.black-bg h3 span{ color:#fff;}
.inline-popup{ max-width:700px; padding:50px 35px; margin:0 auto; background:#fff;   
-webkit-box-shadow:  0 0 8px rgba(0, 0, 0, .6);
-moz-box-shadow:  0 0 8px rgba(0, 0, 0, .6);
box-shadow:  0 0 8px rgba(0, 0, 0, .6);
 position:relative;}
.sliderContainer,
  .sliderInLightbox {
    width: 100%; 
    height: 400px; 
    max-width: 700px; 
    margin: 0 auto;

  }
  @media screen and (max-width: 760px) {
    .sliderContainer,
    .sliderInLightbox {
      height: 300px;
    }
  }
.mfp-bg{ background:#fff;}
.mfp-close {    color: #d66d12 !important; opacity:1; font-size:30px;}
.mfp-close:hover{ background:none;}
.mfp-close:active{ top:0 !important;}
#slider-prev, #slider-next{ bottom: 18px; position: absolute; color:#d66d12; font-size:14px; background:none; 
text-transform: capitalize; padding:0; font-weight:normal; cursor:pointer;}
#slider-prev{left: 68px;}
#slider-next{right:68px;}
.rsSlideCount{ bottom: -32px; color: #000; left: 50%; max-width: 60px; position: absolute; font-size:12px; 
font-weight:bold;}

 @media (min-width: 1001px) {
/*.centerImg img {
width:60%;
}*/
}


 @media (min-width: 992px) {
	.desktopDis .box-info-content{display:none; overflow:hidden;} 
	.desktopDis{clear:both; display:block;}
	 
.container {
width:978px;
}


/*---Contact Form--*/


.navbar, .social-icons {
float:left;
}
/* .centerImg img {
height:70% !important;
}*/
 .slidingHeader {
display:block !important;
}
 .slidingHeader ul.social-icons li {
margin:0px 0px 0 40px;
}
.slidingHeader ul.social-icons li a {
 background-size:29px 29px;
 margin-top:33px;
 float:left;
 display:inline-block;
width:29px;
height:29px;
margin-left:3px;
}
 .slidingHeader ul li {
 list-style-type:none;
 float:left;
 text-align:center;
 color:#3f7e7f;
margin:37px 13px 0;
 display:inline-block;
}
.slidingHeader {
float:right;
}
#about .read-more-content{ display:block !important;}

}

 @media (min-width: 650px) and (max-width: 991px) {
.container {
 width: 600px;
}
}
 @media (min-width: 767px) and (max-width: 800px) {
.slidingHeader ul.social-icons li {
 margin: 0 72px 0 25px;
}
}
 @media (min-width: 991px) and (max-width: 1041px) {.container {
    width: 946px;
}
.logo-home{ left:18px;}}
 @media (max-width: 991px) {
	 footer .col6, footer p {    width: 100%;	text-align:center;}
	 section {    padding-top: 63px;}	 	
#about .dark-bg ul li:nth-of-type(n){ background:rgba(0, 0, 0, 0) url("../images/about/seprater.png") no-repeat;     display: block;    padding-left: 7px; margin-bottom: 20px; background-position:239px center;}
#about .dark-bg ul li:nth-of-type(2){background-position:193px center;}
#about .dark-bg ul li:nth-of-type(3){background-position:313px center;}
.read-more-content{display:none;}
.left-30{ margin-left:0;}
#about .pic-box, #about .content-box{ width:100%; }
a.read-more{ display:block; text-decoration:none; font-weight:normal; font-size:13px; color:#de863c;}
#about p.head{ font-size:18px; line-height:27px; margin-bottom:30px;}
#about .content-box p{font-size:16px; line-height:25px; margin-top:13px; margin-bottom:36px; }
#about .content-box p.last{margin-bottom:21px; }
.mobileBanner {
    background-position: center 53px;
}
.locationBg .col4{ width:49.5%;}
.locationBg .locTitleBg, .locTitleBg + #map{ width:100%; margin-left:0;}
.locations {margin-top:52px;}
.contact-form {margin-bottom:20px;}

.service-center .black-bg .container {    height: 55px;}
  /* 5 columns for larger screens */
  .grid-item { width: 100%; }
  .mobile-hidden{ display:none !important;}
  .mobile-show{ display:block !important;}
.mainContainer, .desktop-nav {
display:none;
}

 .mobile-nav {
display:block;
} .logo-home {

left:22px;
top:17px;
}


.slidingHeader {
 background-color:#e0e0e0;
 display: none;

 position: absolute;
 width: 100%;
 z-index: -1;
 top:63px;
}
 .slidingHeader ul {
width:100%;
background-color:#e0e0e0;
}
 .slidingHeader ul li {
display:block;
padding:25px 50px;
border-bottom:#848484 solid 1px;
}
 .slidingHeader ul li a {
font-size:24px;
}
 .slidingHeader ul.social-icons li a {

width:29px;
height:29px;
display:inline-block;
}
.slidingHeader ul.social-icons li {
border:none;
width:29px;
margin:0 auto;
}
 #nav-toggle {
display:block;
}
 #header {
height:63px;
}
 .centerImg.white-square.mobile-logo {
display:table-cell;
vertical-align:middle;
}
 .mobileBanner {
margin-top:63px;
display:table;
}
}
 @media (max-width: 768px) {

 

.container {
 padding:0px 18px;
}




/*.bottom-bg{ display:none;}*/


#wrapper-banner {margin-bottom: 30px !important;}
#wrapper-banner{ height:140px;}
#about .about-listing span{ font-size:26px;}

#about .dark-bg ul li:nth-of-type(n){background-position:213px center;}
#about .dark-bg ul li:nth-of-type(2){background-position:173px center;}
#about .dark-bg ul li:nth-of-type(3){background-position:277px center;}
#about .dark-bg ul li, .join-modus h1 ,section#careers h2, section#contact h2, #about h3, .black-bg h3 { font-size:20px; line-height: 1.3em; margin-bottom: 20px;}
#about .content-box p{ font-size:14px;}
#about { padding-bottom: 0;}
#about h6, section#careers h4{ font-size:16px;}
.locationBg p{ margin:24px 0 0; padding:0;}
section#careers .join-modus{ margin-top:45px;}

section#careers .join-modus{ height:200px;}

.service-center .container {  height: 35px;}

.locationBg .col4{ width:48.5%;}
.locationBg .col4.last{ margin-right:2%;}
.locationBg .locTitleBg{ height:auto; 

 -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox ≤ 28 */
          box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */

}
.locationBg .locTitleBg p{ padding:40px;}
}
@media screen and (max-width: 632px) {
	.grid-item { width:100%;} 
	
  /* 5 columns for larger screens */
.grid-news, .grid-item{ margin:0 auto 20px; overflow:hidden; position:relative!important; left:auto !important; top:auto !important; } footer{ padding:5px 0;}
}
@media screen and (max-width: 467px) {
	#about .pic{ width:50%;  height:auto;}
 #about .pic img{ width:100%;}
 	#about .pic-title{ width:50%; height:100%;}
	#about h6{ font-size:14px;}
	.locationBg .col4{ width:100%;}
	section#careers ul li{ padding-left:20px;}
	#about .dark-bg ul li:nth-of-type(n) {
    background-position: 172px center;
	font-size: 16px;
}
#about .dark-bg ul li:nth-of-type(2) {
    background-position: 140px center;
}
#about .dark-bg ul li:nth-of-type(3) {
    background-position: 224px center;
}
 .black-bg h3{ font-size:16px;}
}
@media screen and (max-width: 347px) {.locationBg .locTitleBg p{ font-size:16px;}  }
@media all and (max-device-width : 667px) and (orientation:landscape) { .img-logo{ max-width:20%;}  footer{ padding:5px 0;}
.slidingHeader{overflow-y: scroll; height:100%; min-height:297px;}

}
 #map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
@media (max-width: 767px)
{
.bottom-bg {
    height: 50px;
}
.bottom-bg h1 {
    font-size: 25px;
}
}

.clearfix:after, .clearfix:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

 .updatedSection .dark-bg {background:#444444;padding: 55px 0 52px; width:100%; margin-top:50px;}
 .updatedSection h1{font-size:30px; line-height:32px; text-align:left; color:#d66d12;  margin-bottom:3px;}
 .updatedSection .dark-bg p {font-size:18px; line-height:30px; color:#ffffff; padding-top:0;}
 .updatedSection article{padding-top:29px; padding-bottom:24px;}
 .updatedSection  h2{ font-size:18px; line-height:21px; text-align:left; margin-bottom:0 !important;}
 .updatedSection  p{line-height:21px; padding-top: 15px; font-size:18px; } 
 .greyBg{ background:#f0f0f0;}
 .left-right{ padding:0 20px;}
 
 
 