@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Raleway);
/*************************
*******Typography******
**************************/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #6f6f6f;
	margin:0;
	padding:0;
}

p {
  	line-height:24px;	
}

strong {
	line-height:24px;	
}

/*
.btn {
  	border-radius: 0;
  	font-size: 12px;
  	padding: 9px 9px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:#16a14a 2px solid
}

.btn:hover{
color:#fff;
background:#16a14a;
border:#105b8e 2px solid
}
*/


/*a {
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}*/

a:focus, 
a:hover {
   text-decoration: none;
   outline: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans' , sans-serif;
   font-weight: 300;
   text-transform: uppercase;
}

h2 {
   font-size: 36px
}

/*************************
*******Navigation******
**************************/
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 192px;
}

.navbar-toggle {
   margin-top: 12px
}

.navbar-toggle .icon-bar {
   background-color: #5a5a5a;
}

.navbar-toggle, 
.navbar-toggle:focus {
   border:2px solid #259dd1;
   outline: none;
}

.navbar-nav.navbar-right:last-child{margin-right:20px}

.navbar-default .navbar-static-top{
position:absolute;	
}

/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding:8px 25px 8px 25px;
  background:#1d99d5;
  color:#fff;
  border-top: 3px solid #1768b3
}

.header-top a{
color:#fff	
}

.header-top i.fa{
color:#fff	
}

.social-icons i.fa-facebook{
font-size:18px	
}

.social-icons i.fa-linkedin{
font-size:18px	
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.navbar-brand {
  /* background-color: #fff;*/
  height:57px;
  position: relative;
  width:175px;
  margin-left:55px;
}

.navbar-brand img {
  position: absolute;
  top:12px;
  height:57px
  }

.navbar-right {
 /*  background-color: #1B7B98;*/
  padding:20px 15px 20px 0;
  opacity: .9
}

.navbar-right li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #5a5a5a;
  font-family:'Roboto', sans-serif;
  margin-right:15px;
  border-bottom:2px solid #fff
}

.navbar-right li ul li a {
  padding: 5px 15px;
  font-size: 16px;
  color: #5a5a5a;
  font-family:'Roboto', sans-serif;
  margin-right:0px;
  border-radius:0 !important;
  top:5px;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
   color:#fff;
   border-bottom:2px solid #1768b3;
   background:#1d99d5;
   border-radius:28px
   }

.selected{
background-color:#fff;
   color:#5a5a5a	
}

.fixed-menu {
  position:relative;
  border-color:#e7e7e7
}

.fixed-menu .header-top {
  display: block;
  overflow: hidden;
  padding: 0px;
  height:auto;
}

.fixed-menu .navbar-right {
  padding: 0 0px 0 0;
}


.fixed-menu .navbar-right li a {
  font-size: 13px;
  text-shadow:inherit;
  }

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display:block;
}

.header-left {float:left}

.header-right {float:right}

.white {
	background-color:#fff;
}
/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 56%;
	z-index: 5;
	display: inline-block;
	border-radius:28px
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 5px;
}

#main-slide .carousel-control i{
	background: rgba(36,157,210,.6);
	color: #fff;
	font-size: 32px;
	padding: 10px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

/*

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top: 100px;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	font-family:'Roboto', sans-serif;
	 text-shadow: 2px 2px 2px #3a3a3a
	 }
	*/ 
	 
	 #main-slide .slider-content h3{
	font-size:34px;
	font-weight:400;
	margin-top: 50px;
	text-transform:none;
    text-align:left;
    color: #fff;
	font-family:'Roboto', sans-serif;
	 text-shadow: 2px 2px 2px #3a3a3a;
	 width:27%;
	 margin-left:100px;
	 line-height:1.6em;
	 opacity:0.6
	 
	  }

.slider.btn{
	padding: 5px 8px;
	margin-top: 40px;
	font-size: 14px;
	border-radius: 10px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  color:#fff;
  background:#249dd2;
  opacity:0.7;
  border:1px solid #fff;
  font-family: "Open Sans", sans-serif;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}


/*************************
*******Intro CSS******
**************************/

#intro {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}

#intro h2 {
    color:#1768b3;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:left;
  font-weight:300;
  margin-top:15px;
    }


#intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

.globe{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:180px
}

.globe1{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:150px
}

.globe2{
	margin: auto;
    display: block;
    margin-bottom:20px;
	max-width:180px
}

#hpd{
 border-radius: 50%;
  max-width:270px !important;
  border-right:6px solid #0098db !important;
border-bottom:6px solid #0098db !important;
float: left;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}

/*************************
*******Values CSS******
**************************/

#values {
	padding-bottom:50px;
	padding-top:30px;
	background:#f6f6f6
}

#values h2 {
    color:#1768b3;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#values p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:right;
  font-weight:300;
  margin-top:15px;
  margin-left:5rem;
   }
  
  #values i.fa {
  color:#1d99d5
  }


#values a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#val{
 border-radius: 50%;
  max-width:270px !important;
 border-left:6px solid #1768b3;
 border-top:6px solid #1768b3;
float:right;
  margin-left:50px; 
 -webkit-shape-outside:circle();
  shape-outside:circle();
  z-index:5
}

#values .btn{
	padding: 6px 7px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
   font-family: "Open Sans", sans-serif;
  margin-top:10px;
  background:#259dd1;
   border-right:4px solid #1768b3;
 border-bottom:4px solid #1768b3;
  }

#values .btn:hover{
 background:#1768b3;
   border-right:4px solid #259dd1;
 border-bottom:4px solid #259dd1;
 padding: 6px 7px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
   font-family: "Open Sans", sans-serif;
}


/*====================================================
page-header
======================================================*/
.page-head{
    background:url(../images/about-hpd-consultants.jpg) 
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.career-head{
    background:url(../images/careers-hpd-consultants.jpg) 
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}


.page-head-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head-content .page-title {
    margin: 0px;
    padding: 0px 16px 20px 46px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
}

/*
 .page-head-content .page-title{
    margin: 0px;
    padding: 0px 16px 20px 56px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#002278
}
*/

.page-head1{
    background: url(../images/sectors-hpd-consultants.jpg)
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head1-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head1 .page-title{
    margin: 0px;
    padding: 0px 16px 20px 36px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

.page-head2{
    background: url(../images/contact-us.jpg)
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head2-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head2 .page-title{
    margin: 0px;
    padding: 0px 16px 20px 36px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}


.page-head3{
    background: url(../images/hpd-consultants-services.jpg)
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head3-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head3 .page-title{
    margin: 0px;
    padding: 0px 16px 20px 36px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

.page-head4{
    background: url(../images/projects.jpg)
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head4-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head4 .page-title{
    margin: 0px;
    padding: 0px 16px 20px 36px;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

.page-title {
    top:190px;
	position:absolute;
	color:#fff
}

/*************************
*******services CSS******
**************************/

#services {
	padding-bottom:50px;
	padding-top:30px;
    background-color:#fff;
	position:relative
}

#services h2 {
    color:#1768b3;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#services p {
font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #929292;
  line-height:1.9em;
  font-weight:500;
  position:absolute;
  top:100px;
  left:33px
}

#services .btn{
	padding: 6px 7px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
   font-family: "Open Sans", sans-serif;
  margin-top:70px;
  background:#259dd1;
   border-right:4px solid #1768b3;
 border-bottom:4px solid #1768b3;
  }

#services .btn:hover{
 background:#1768b3;
   border-right:4px solid #259dd1;
 border-bottom:4px solid #259dd1;
 padding: 6px 7px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
   font-family: "Open Sans", sans-serif;
}

.services .serv-text {
  margin-top:20px
}

.services .serv-text span.name {
  color: white;
  font-size:16px;
  padding:12px 2px 12px 10px;
   margin-left:-8px;
  background:#1d99d5;
  position:absolute;
  top:170px;
  font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	width:103%;
	text-align:center;
	z-index:8;
	}

.services .serv-text span.name:before {
  position: absolute;
  top:-9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #1d99d5 transparent;
}

.services .serv-text1 {
  margin-top:20px
}

.services .serv-text1 span.name1 {
  color: white;
  font-size:16px;
  padding:12px 2px 12px 10px;
   margin-left:-8px;
  background:#1d99d5;
  position:absolute;
  top:170px;
  font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	width:103%;
	text-align:center;
	z-index:8;
	left:0px
	}

.services .serv-text1 span.name1:before {
  position: absolute;
  top:-9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #1d99d5 transparent;
}

.image {
  display: block;
  width: 100%;
   }


.icon {
  color:#fff !important;
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
    display: block;
    font-size:24px;
    position:absolute;
	z-index:7;
	 background:#1768b3;
	 width:60px;
	 height:60px;
	 line-height:2.5em;
	 border-radius:50px
}

.fa-link:hover{
color:#fff;
opacity:1
}

#transportation{
margin-top:20px 
}



 /*************************
*******Section Title CSS******
**************************/


.section-title.st-center {
  text-align: center;
}

 /*************************
*******Clients CSS******
**************************/

#clients {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px
}


#clients h2 {
    color:#1768b3;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#clients img{
	margin: auto;
    display: block;
    max-width:180px
}

#clients p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}

#clients .btn{
 font-family: 'Raleway', sans-serif;
  font-size:12px;
  background:#259dd1;
  color:#fff;
  border:2px solid #fff;
  border-radius:8px;
  margin-top:20px;
  opacity:0.6;
  padding: 4px 8px;
}

#clients .btn:hover{
background:#259dd1;
color:#fff	
}


/*************************
*******Testimonials CSS******
**************************/

#testimonials {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px
}


#testimonials  h2 {
    color:#1768b3;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#testimonials img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:180px
}

#testimonials  p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}



 /*************************
*******Team CSS******
**************************/

#team {
	font-family: 'Open Sans', sans-serif;
	color:#929292;
	background:#f7f7f7;
}


#team h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#team h3 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:17px;
	font-weight:600;
	text-transform:inherit;
	padding-bottom:10px;
	border-right:1px solid #f7f7f7 !important;
	border-bottom:1px solid #f7f7f7 !important;
	border-radius:16px;
	padding-left:20px;
	padding-top:10px
	}

#team i.fa{
position:absolute;
background:#259dd1;
color:#fff;
padding:10px;
font-size:16px;
border-radius:18px;
top:170px;
z-index:1;
border-left:2px solid #fff !important;
border-bottom:2px solid #fff !important;
}

#team p{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#fff;
    text-align:left;
    font-weight: 300;
	line-height:1.7em;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px
	}

#tm{
 border-radius: 50%;
  max-width:143px !important;
  border-left:4px solid #1768b3 !important;
border-top:4px solid #1768b3 !important;
float:left;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


/*************************
*******sectors CSS******
**************************/

#sectors {
	font-family: 'Open Sans', sans-serif;
	color:#929292;
	background:#fff;
	padding-top:20px;
	padding-bottom:40px
}


#sectors h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#sectors h3 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:17px;
	font-weight:600;
	text-transform:inherit;
	padding-bottom:10px;
	border-right:1px solid #f7f7f7 !important;
	border-bottom:1px solid #f7f7f7 !important;
	border-radius:16px;
	padding-left:20px;
	padding-top:10px
	}

#sectors i.fa{
position:absolute;
background:#259dd1;
color:#fff;
padding:10px;
font-size:16px;
border-radius:18px;
top:170px;
z-index:1;
border-left:2px solid #fff !important;
border-bottom:2px solid #fff !important;
}

#sectors p{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#fff;
    text-align:justify;
    font-weight: 300;
	line-height:1.9em;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px
	}
	
	#sectors a{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#fff;
	text-decoration:underline;
		}
	
.icons{
max-width:45px;
padding-top:20px;
display:inline-block;
}


.water {
    padding:10px 10px;
    margin: 20px 0 0 0; 
	background: linear-gradient(rgba(37,157,209,.7), rgba(0,0,0,.7)), url('../images/water-wastewater-industry.jpg') no-repeat center center;
	background-size: cover;
	height:320px;
	text-align:center;
	outline: 1px solid white;
  outline-offset: -8px;
  }


.water h4 {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
       font-weight: 500;
	text-transform:uppercase;
}

.water img{
text-align:center
}

.water .line{
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}

.oil {
    padding:10px 10px;
    margin: 20px 0 0 0; 
	background: linear-gradient(rgba(37,157,209,.7), rgba(0,0,0,.7)), url('../images/oil-and-gas-industry.jpg') no-repeat center center;
	background-size: cover;
	height:320px;
	text-align:center;
	outline: 1px solid white;
  outline-offset: -8px;
  }


.oil h4 {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
       font-weight: 500;
	text-transform:uppercase;
}

.oil img{
text-align:center
}

.oil .line{
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}

.energy {
    padding: 10px 10px;
    margin: 10px 0 0 0; 
	background: linear-gradient(rgba(37,157,209,.7), rgba(0,0,0,.7)), url('../images/energy-renewable-energy.jpg') no-repeat center center;
	background-size: cover;
	height:320px;
	text-align:center;
	outline: 1px solid white;
  outline-offset: -8px;
}


.energy h4 {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
       font-weight: 500;
	text-transform:uppercase;
}

.energy .line{
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}

.transportation {
    padding: 10px 10px;
    margin: 10px 0 0 0; 
	background: linear-gradient(rgba(37,157,209,.7), rgba(0,0,0,.7)), url('../images/transportation-industry.jpg') no-repeat center center;
	background-size: cover;
	height:320px;
	text-align:center;
	outline: 1px solid white;
  outline-offset: -8px;
}


.transportation h4 {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
       font-weight: 500;
	text-transform:uppercase;
}

.transportation .line{
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}




/* Services
--------------------------------*/
#serv {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 40px 0;
  position: relative;
}

#serv::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#serv .container {
  position: relative;
  z-index: 10;
}

#serv  h2 {
    color:#1768b3;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}


#serv .serv-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
 }

#serv .serv-col .img {
  position: relative;
}

#serv .serv-col .img img {
  border-radius: 4px 4px 0 0;
}

#serv .serv-col .icon {
  
  padding:12px 15px;
  text-align: center;
  position: absolute;
  background-color:#fff;
  border-radius: 50%;
  text-align: center;
   border-right:4px solid #1d99d5 !important;
	border-bottom:4px solid #1d99d5 !important;
  top:50%;
  margin-top:100px;
  transition: 0.3s;
}

#serv .serv-col .icon img{
width:64px;
  height:64px;
max-height:30px
}

#serv .serv-col h2 {
  color:#5a5a5a;
  text-align: center;
   font-size:20px;
  padding: 0;
  margin: 40px 0 12px 0;
  font-family: 'Raleway', sans-serif;
   font-weight:600;
}

#serv .serv-col .line {
    border-top: 1px solid #1d99d5;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}

#serv .serv-col p {
font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  font-weight:300
}




/* Projects
--------------------------------*/
#projects {
  padding: 20px 0 40px 0;
  position: relative;
  background:#fff
}

#projects  h2 {
    color: #1768b3;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
    text-transform: inherit;
}

 #projects .row.proj {
     box-shadow: 0px 2px 42px rgba(0, 0, 0, 0.08);
	     }
		 	
#projects .icon {
  padding:12px 15px;
  text-align: center;
  position: absolute;
  background-color:#fff;
  border-radius: 50%;
  text-align: center;
   border-right:4px solid #1d99d5 !important;
	border-bottom:4px solid #1d99d5 !important;
  top:50%;
   transition: 0.3s;
  left:0px
}

#projects .icon img{
width:64px;
  height:64px;
max-height:30px
}

#projects  h3 {
  color:#5a5a5a;
  text-align: center;
   font-size:20px;
  padding: 0;
   font-family: 'Raleway', sans-serif;
   font-weight:600;
   text-transform:inherit
}

#projects .line {
    border-top: 1px solid #1d99d5;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 10px auto 0;
    width: 10%;
    position: relative;
}

#projects  p {
font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
  margin-bottom: 0;
   font-weight:300;
   text-align:justify;
   padding:10px 10px 0px
}

#sulphur{
min-height:302px
}

/*************************
******Carousel CSS****
**************************/
.list_carousel1.responsive {
width: auto;
margin-left:0;
margin-top:40px;
}

.list_carousel1 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel1 li {
width:268px;
padding:0 50px;
height: 120px;
display: block;
float: left;
text-transform:uppercase;
border-right:1px dotted #fff;
font-family: 'Raleway', sans-serif;
}


.list_carousel1 li img{
	max-height:70px;
	border-radius:20px
}
.list_carousel1 h4{
font-size:20px;
}

.list_carousel1 .pager a {
width: 15px;
height: 15px;
margin: 2px;
overflow: hidden;
text-indent: -100%;
border-radius:28px;
border:3px solid #259dd1;
display:none
}

.list_carousel1 .pager a.selected {
background:#fff
}
  
.parallax-back {
  background: url(../images/testimonials.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.black_transp {
  background: rgba(0,0,0,0.7);
}
   
.wrap-normal {
  padding: 40px 0 0px 0;
}

.wrap-normal1 {
  padding: 0px 0px 60px 0px;
}

.wrap-normal2 {
  padding: 40px 0px 40px 0px;
}





/*************************
******Carousel CSS****
**************************/

.list_carousel2.responsive {
width: auto;
margin-left:0;
padding-bottom:40px
}

.list_carousel2 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel2 li {
padding-top:20px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
font-size:18px
}


.list_carousel2 .pager a {
margin:2px;
overflow: hidden;
text-indent: -999px;
border-radius:28px;
background:none;
color:#428bca important;
display:inline-block;
border:2px solid #428bca;
width:12px;
height:12px
}

.list_carousel2 .pager a:hover{
color:#428bca
}


.list_carousel2 .pager a.selected {
border:2px solid #fff
}
  
  
 
  
.parallax-back1 {
  background: url(../images/team-hpd-consultants.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.black_transp1 {
  background: rgba(0,0,0,0.8);
}


.parallax-back2 {
  background: url(../images/back-branding-and-events.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.parallax-back3 {
  background: url(../images/back-analytics-solution.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}



.send{
 color: #105b8e;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}

#enquiry{
 color: #16a14a;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
   

/*************************
******About Us 2 CSS****
**************************/

.about-us2 {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}

.about-us2 h2 {
    color:#1768b3;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


.about-us2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:left;
  font-weight:300;
  margin-top:25px;
    }
	
	.about-us2 a{
	color:#259dd1
	}


/*************************
******Contact CSS****
**************************/

.contact {
	background:#fff
}

.contact h2 {
    color:#fff;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


.contact p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #929292;
  line-height:1.5em;
  text-align:center;
  font-weight:300;
  margin-top:25px;
    }
  
  #abt-circ{
 border-radius: 50%;
  max-width:240px !important;
  border-right:6px solid #0098db !important;
border-bottom:6px solid #0098db !important;
float: left;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


.contact .btn{
	padding: 6px 12px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#fff;
   font-family: "Open Sans", sans-serif;
  margin-top:0px;
  background:none;
   border:2px solid #fff;
  }

.contact .btn:hover{
 background:#fff;
  border:2px solid #fff;
  padding: 6px 12px;
	font-size:13px;
	border-radius:28px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#1768b3;
   font-family: "Open Sans", sans-serif;
}

.contact i.fa{
color:#259dd1	
}

.contact img{
  margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:180px
}

.contact h3 {
    color: #259dd1;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

.cont-icon{
max-width:40px !important
}

.cont-box {
    padding:40px 60px;
	background: linear-gradient(rgba(37,157,209,.7), rgba(0,0,0,.7)), url('../images/contact-hpd-consultants.jpg') no-repeat center center;
	background-size: cover;
	height:100%;
	width:100%;
	text-align:center;
}


.cont-box i.fa{
	height: 46px;
    width: 46px;
    border-radius: 50%;
    display: table-cell;
	color:#fff;
	font-size:24px;
	padding-top:10px;
}


.cont-box-text {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight: 500;
}

.cont-box-text a {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight: 500;
}

/*************************
******Footer CSS****
**************************/

#footer {
  background:#373839;
   color: #fff;
  font-size: 14px;
  padding: 10px 0 5px 0;
}


/*************************
******Scrollup CSS****
**************************/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom:50px;
    right:4%;
    background-color:#1768b3;
	display:none;
	border-radius:28px
}

.scrollup i {
  display: block;
  width: 36px;
  font-size: 16px;
  height:6px;
  line-height:36px;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-left:5px
}


/*************************
******Carousel CSS****
**************************/

.carousel-control{
    opacity: .8;
	text-shadow:none	
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 30px;  
  width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 40px; 
   width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}


/*************************
*******Nav Tabs CSS**********
**************************/


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1;
	color:#259dd1;
	margin-bottom:10px;
    font-family:'Roboto', sans-serif;
	font-size:16px
}

.nav-tabs>li>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	color:#259dd1
}

.nav-tabs {
    border-bottom:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
 {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1;
	color:#259dd1;
	margin-bottom:10px
}


/*************************
*******Misc CSS**********
**************************/
.grey{
color:#5a5a5a	
}

.grey1{
color:#5a5a5a	;
font-weight:400
}


.grey2{
color:#5a5a5a;
font-weight:600
}

.white2{
color:#fff;
font-weight:400
}

jumbotron-fluid p {
text-align:center	
}

.thankyou {
font-size:18px;
color:#0f5b8d;
font-weight:bold;
text-align:center;
margin-top:20px
}

.thumbnail {
    display: block;
    padding: 1px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff; 
    border: 2px solid #17a14b;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color:#105b8e
}	

.zoom-gallery img:hover{
opacity:0.5;
}

.zoom-gallery a span { 
display:none; 
background-image: url(../images/zoom.png); 
background-repeat:no-repeat; 
width:22px; height:28px; 
position:absolute; 
left:48%; 
top:40%;
z-index:999}

.zoom-gallery a:hover span { display:block;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background:none !important;
    border:1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}	  

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
.btn-primary{
font-family: "Oswald";
  letter-spacing:0.1em;
  background:#259dd1;
  color:#fff;
  border-radius:5px;
  font-weight:600
}

.btn-primary:hover{
background:#259dd1	
}

.pad-top-5 {
padding-top:5px	
}

.pad-top-10 {
padding-top:10px	
}

.mar-top-10 {
margin-top:10px	
}

.mar-top-20 {
margin-top:20px	
}

.mar-top-25 {
margin-top:25px	
}

.mar-top-30 {
margin-top:30px	
}


.mar-bot-20 {
margin-bottom:20px	
}

.mar-bot-30 {
margin-bottom:30px	
}

.mar-bot-40 {
margin-bottom:40px	
}

.mar-bot-90 {
margin-bottom:90px	
}

 blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #16a14a;
	text-align:left
}

.blue{
    color:#259dd1
}

.blue1{
	background:#259dd1;
	padding:10px;
	opacity:0.7;
	font-size:24px;
	line-height:2.8em
}

.blue2{
	background:#259dd1;
	padding-left:10px;
	opacity:0.7;
	line-height:2.7em;
	padding-top:10px;
	padding-bottom:10px
}


.med {
	font-weight:600;	
	font-size:15px;	
}

.text-align-center {
	text-align:center	
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent !important;
	width:auto !important
}

.nopadding { padding: 0}
.nomargin{margin:0}
.notoppadding{padding-top:0px}
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2-5s { animation-delay: 2s; -webkit-animation-delay: 2.5s; }
.delay-3s { animation-delay: 2s; -webkit-animation-delay: 3s; }
.delay-3-5s { animation-delay: 2s; -webkit-animation-delay: 3.5s; }