@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
/*font-family: 'Noticia Text', serif;font-family: 'Lato', sans-serif;*/


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, textarea, select, button {
	outline: 0;
}
::-moz-selection {
text-shadow: none;
background: #bed0db;
color:#000;
}
::selection {
	text-shadow: none;
	background: #bed0db;
	color: #000;
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
img {
	max-width: 100%;
}
body {
	webkit-tap-highlight-color: #fed136;
}
input, textarea, select {
	outline: none;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
input {
}
label {
	font-weight: normal;
	font-size: 14px;
	color: #343434; text-align:left!important;
}
html {
	position: relative;

}

body {
	margin: 0px;
	font-size: 14px;
	background: #fff;
	font-family: 'Arimo', sans-serif;

	padding: 0%;
}
#masthead{float:left; width:100%; padding: 0px; margin: 0px; }
.wrap-sticky nav.navbar.bootsnav{background: #1a1a1a!important; border-bottom: 1px solid #EE5A24!important}
.wrap-sticky nav.navbar.bootsnav.sticked{background: #1a1a1a!important; border-bottom: 1px solid #EE5A24!important}
nav.navbar.bootsnav{background: none!important; border:none!important;}
nav.navbar.bootsnav ul.nav > li > a{font-size: 16px; text-transform: uppercase; font-weight: normal;color:#fff;}
nav.navbar .navbar-brand img.logo {width: 170px;}
.navbar-nav {margin: 0px -15px 45px -15px !important;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li.active a{color:#EE5A24!important;}


#main{float:left; width:100%; padding: 0; margin: 0;}
#home-image{float:left; width:100%; padding: 0; margin: 0; position: relative; height: 550px;background: url("../images/hero-home-wide-drk.jpg") center top no-repeat; background-attachment: fixed; background-size:cover;}
.center-text{position:relative;width:100%; height: 550px; }
.center-text .headings{position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:100%; text-align:center;}
.center-text .headings h1{color:#fff; font-size: 40px; text-transform: uppercase; font-weight: 500; margin-bottom: 30px;}

#devoted{float:left; width:100%; padding:80px 0;padding-top:0;}
#devoted .devotedTop{
    background: #e8e8e8;
margin-bottom: 60px;
padding:40px 0;
}
#devoted h2{margin:0 0 20px 0; color:#8295a6; font-size:32px;}
#devoted p{ color:#000; font-size:16px; }
#devoted a{margin:15px 0 0px 0; color:#000; font-size:16px; line-height:30px; font-weight:600; text-transform:uppercase; display:block;}
#devoted a:hover{color:#ed5a23;}
#contact-bottom{float:left; width:100%; padding:80px 0; background:url("../images/contact-bg.jpg") left top repeat; text-align:center;}
#contact-bottom h2{margin:0 0 20px 0; color:#000; font-size:32px;}
#contact-bottom p{margin:0 0 30px 0; color:#000; font-size:16px; line-height:30px;}
#contact-bottom a{font-size:16px; line-height:50px; padding:0 40px; background:#ed5a23; border-radius:40px; box-shadow:0 10px 15px rgba(0,0,0,0.25);display:inline-block; color:#fff; font-weight:600; position:relative;overflow:hidden}
#contact-bottom a span{position:relative; z-index:1002;}
#contact-bottom a:hover{background:#000; color:#fff;}
#contact-bottom a:after {content: " ";position: absolute;display: block;width: 50%;height: 100%;top: 0;left: -25px;z-index: 1001;background: rgba(0,0,0,0.2);transform-origin: bottom left;-ms-transform: skew(-30deg, 0deg);-webkit-transform: skew(-30deg, 0deg);transform: skew(-30deg, 0deg); }
#contact-bottom a:hover:after {content: " ";position: absolute;display: block;width: 50%;height: 100%;top: 0;left: -25px;z-index: 1001;background: rgba(255,255,255,0.2);transform-origin: bottom left;-ms-transform: skew(-30deg, 0deg);-webkit-transform: skew(-30deg, 0deg);transform: skew(-30deg, 0deg); }
#page-footer{float:left; width:100%; padding: 0; line-height: 50px; background: #000;color:#4d4d4d; position:relative; z-index: 1002;}
#page-footer a{color:#4d4d4d;}
#page-footer a:hover{color:#fff;}
#about-image{float:left; width:100%; padding: 0; margin: 0; position: relative; height: 550px;background:  url("../images/building-bg.jpg") center top no-repeat; background-attachment: fixed; background-size:cover;}
.btn-contact{font-size:16px; line-height:50px; padding:0 40px; background:#ed5a23; border-radius:40px; box-shadow:0 10px 15px rgba(0,0,0,0.25);display:inline-block; color:#fff; font-weight:600; position:relative;overflow:hidden}
.btn-contact span{position:relative; z-index:1002;}
.btn-contact:hover{background:#000; color:#fff;}
.btn-contact:after {content: " ";position: absolute;display: block;width: 50%;height: 100%;top: -1px;left: -25px;z-index: 1001;background: rgba(0,0,0,0.2);transform-origin: bottom left;-ms-transform: skew(-30deg, 0deg);-webkit-transform: skew(-30deg, 0deg);transform: skew(-30deg, 0deg); }
.btn-contact:hover:after {content: " ";position: absolute;display: block;width: 108%;height: 100%;top: -1px;left: -25px;z-index: 1001;background: rgba(255,255,255,0.2);transform-origin: bottom left;-ms-transform: skew(-30deg, 0deg);-webkit-transform: skew(-30deg, 0deg);transform: skew(-30deg, 0deg); transition: all .02s; }
#about-section{float:left; width:100%; padding: 80px 0 50px 0;padding-top: 0;}
#about-section h2{ text-align:center; color: #2f7bb8;margin-bottom: 40px;}
#about-section .topPara{background: #e8e8e8; margin-bottom:40px;}
#about-section .topPara h5{ line-height: 30px; font-size: 16px; color:#000; text-align:center; padding: 40px 0;text-transform: uppercase;}
.about-box{float:left; width:100%; margin:0 0 30px 0; position:relative; }
.about-box .content{float:left; width:100%; margin:0 0 0px 0; position:relative; }
.about-box .content h3{color:#8295a6; margin:15px 0; font-weight: 600; }
.about-box .content h4{color:#8295a6; margin:15px 0; font-weight: 600; font-size: 18px; position:relative; padding-bottom: 20px;}
.about-box .content h4:after{position:absolute; left:46%; bottom:0; width: 30px; height: 2px; content: ""; background:#ed5a23;}
.about-box .content p{margin:0 0 0px 0; color:#000; font-size:16px; line-height:30px; }
.about-box .content ul{margin:0 0 0 15px; list-style: disc;padding:0px;}
.about-box .content li{margin:0 0 0px 0; color:#000; font-size:16px; line-height:30px; }



.about-box .images{float:left; width:100%; height:230px; position:relative; overflow: hidden;}
.about-box .images img{position: absolute; left:0; top:0; width:100%; height: 100%; object-fit: cover;-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;}
.about-box .images:hover img{transform: scale(1.5);-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;}

.about-box:after{position:absolute; left:0;top:-10px; content:""; width:98%; height:10px; background: #e8e8e8;}
.about-box:before{position:absolute; left:-10px;top:-10px; content:""; width:10px; height:230px; background: #e8e8e8;}

#featured{float:left; width:100%; padding:80px 0 50px 0; background:url("../images/contact-bg.jpg") left top repeat; text-align: center;}
#featured h2{margin:0 0 20px 0; color:#000; font-size:32px;}
#featured p{margin:0 0 30px 0; color:#000; font-size:14px; line-height:30px;}
.no-bg{background:none!important;}
.small-img{width:200px; height: 200px; object-fit: cover; margin-bottom: 40px;}
.img-one{float:left; width:100%; padding: 0px; margin: 0 0 30px 0; overflow: hidden; height: 275px; border: 2px solid #333;}
.img-one img {width: 100%;height: 100%;object-fit: cover;}
.imghvr-hinge-up p{color:#fff!important;}
.imghvr-hinge-up {
    height: 230px;
    overflow: hidden;
    width: 100%; margin-bottom: 30px;
}
.imghvr-hinge-up img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#services-bg{float:left; width:100%; padding: 0; margin: 0; background: url("../images/services-bg.jpg") center top no-repeat; background-attachment: fixed;background-size: cover; height: 550px;}
#careers-bg{float:left; width:100%; padding: 0; margin: 0; background: url(../images/careers.jpg) center top no-repeat;  position:relative; background-attachment: fixed;background-size: cover; height: 550px;}
#project-section{float:left; width:100%; padding:80px 0 80px 0;}
#project-section .row{margin:0 ;}
#project-section .col-lg-4{padding: 0px;}
#project-section h2{color: #2f7bb8;margin-bottom: 40px;}
#jobs-avail{float:left; width:100%; padding: 60px 0 30px 0;}
#jobs-avail h2{color:#2f7bb8; margin-bottom: 40px;}
#jobs-avail h4{margin-bottom:20px;color:#8295a6; font-weight: 700;}
#jobs-avail h5{margin-bottom:20px;color:#888888; font-weight: 700;}
#jobs-avail  p{color:#878787; font-size: 15px; line-height: 26px;margin:0; margin-bottom: 0;}
#jobs-avail  p a{color:#2f7bb8; display: block; margin: 10px 0 0 0;}
#jobs-avail  p a:hover{color:#EE5A24; }
#jobs-avail .col-lg-6 {margin-bottom: 30px;}
#contact-bg{float:left; width:100%; padding: 0; margin: 0; background: url(../images/bg-contact.jpg) center top no-repeat;background-attachment: fixed;background-size: cover; height: 550px;}
#contact-form{float:left; width:100%; padding: 60px 0;}
#contact-form .form-control{height:45px;border:2px solid #dde4ea;}
#contact-form .form-group{margin-bottom:30px;}
#contact-form textarea.form-control{height:200px;}



/* hover effects */
.snip1577 {

  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000; height: 280px;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top; width:100%; height: 100%; object-fit: cover;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.new-heading{float:left; width:100%; padding: 40px 0; background: #e9e9e9;}
.new-heading h2{color:#8396a7; margin-bottom: 20px; text-transform: uppercase;}
.new-heading p{color:#000; margin: 0px; text-transform: uppercase;}
.new-heading p a{color:#000; }
.new-heading p a:hover{color:#EE5A24; }


/*Ipad Portrait*/	
@media (min-width: 768px) and (max-width: 980px) {
nav.navbar .navbar-brand img.logo {width: auto !important;height: 50px;}
nav.navbar.bootsnav .navbar-toggle{background:none; color:#fff;}
	nav.navbar.bootsnav .navbar-nav > li > a{border-top:none;}
	nav.navbar .navbar-brand img.logo {width: auto !important;height: 50px;}
	
	nav.navbar.bootsnav .navbar-toggle {margin-top: 25px;margin-bottom: 25px;}
}

/* Iphone 5 landscape */
@media(max-width:767px) {
	#page-footer{ line-height: normal; font-size: 11px; padding: 10px 0;}
	#page-footer .pull-left{width:100%; text-align: center;}
	#page-footer .pull-right{width:100%; text-align: center; margin-top:10px;}
	nav.navbar.bootsnav .navbar-toggle{background:none; color:#fff;}
	nav.navbar.bootsnav .navbar-nav > li > a{border-top:none;}
	nav.navbar .navbar-brand img.logo {width: auto !important;height: 50px;}
	#inner-pages .navbar-brand  img{width:50px!important;}
	nav.navbar.bootsnav .navbar-toggle {margin-top: 25px;margin-bottom: 25px;}
	#devoted .col-xs-12{margin-bottom:30px;}
	#devoted .col-xs-12:last-child{margin-bottom:0px;}
	#jobs-avail  .col-xs-12{margin-bottom:30px;}
	#jobs-avail  .col-xs-12:last-child{margin-bottom:0px;}
}