/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
	padding-bottom:100px;
    font-family: 'Lato',sans-serif;
    color: #000;
    background-color: #fff; /* Change body bg color */
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height:100%;
   position:relative;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.navbar-logo {
	width: 400px;
	height: 80px;
	margin: 15px -86px 5px;	
}
@media (max-width: 767px) {
	.navbar-logo {
		width: 280px;
		height: 80px;
		margin: auto auto auto -22.5px;	
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-logo {
		width: 280px;
		height: 80px;
		margin: auto;	
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-logo {
		width: 290px;
		height: 80px;
		margin: auto auto auto -22.5px;
	}
}

.nav.navbar-nav {
	/* Navigation bar color */
	margin: 50px 100px 0px;
    background-color: rgba(247,247,247,1);
}
@media (max-width: 767px) {
	.nav.navbar-nav {
		margin: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav.navbar-nav {
		margin: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.nav.navbar-nav {
		margin: auto;
	}
}
@media (min-width: 1200px) and (max-width: 1919px) {
	
}
@media (min-width: 1920px){
	
}

.navbar-custom {
	/* Navigation color */
	background-color: rgba(247,247,247,1);
	border: 0px solid;
	border-bottom-width: 3px;
    border-bottom-color:rgba(242,242,242, 1);
	border-top-width: 10px;
    border-top-color: rgba(0,99,65, 1);
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}
.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover{
	outline: 0;
	color: #fff;
    background-color: rgba(0,0,0,1);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:30px !important; max-width:50px;}

/* ===========================
--- General sections
============================ */
.home-carousel img{
	width:100%; 
	height: 400px !important;
}
.img-responsive-clients{
  display: block;
  max-width: 100%;
  height: auto;
}
.clients {
	padding: 10px 12.5% 50px 12.5%;
}

.middle-img {
	padding: 30px 0 0 0;
}
@media (max-width: 767px) {
	.home-carousel img{
		height: 600px !important;
	}
	body {
		height: auto;
	}
    .middle-img {
    	padding: 0 0 0 0;
    }
	.top{
      display: block;
      max-width: 100%;
      width:110px;
      height: 125px;
      float: right;
    }
	.bottom{
      display: block;
      max-width: 100%;
      width:110px;
      height: 80px;
      float: right;
      margin-top: -25px;
    }
	.middle{
      display: block;
      max-width: 100%;
      margin: 10px 0;
      float: right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-carousel img{
		height: 600px !important;
	}
	body {
		height: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-carousel img{
		height: 600px !important;
	}
	body {
		height: auto;
	}
}
@media (min-width: 1200px) and (max-width: 1919px) {
	.home-carousel img{
		height: 500px !important;
	}
	body {
		height: auto;
	}
}
@media (min-width: 1920px){
	.home-carousel img{
		height: 600px !important;
	}
	body {
		height: auto;
	}
}


.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.about-section-H {
    padding-top: 110px;
    padding-bottom: 20px;
	display:block;
    position:relative;
    z-index:120;
}
@media (max-width: 767px) {
	.about-section-H {
		padding-top: 50px;
		padding-bottom: 10px;
		display:block;
		position:relative;
		z-index:120;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.about-section-H {
		padding-top: 80px;
		padding-bottom: 20px;
		display:block;
		position:relative;
		z-index:120;
	}
}

.home-section-prod-H {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    z-index:120;
}

.section-heading h2 {
	font-size: 40px;
	color: #000;
	margin-top: 55px;
}
.section-heading i {
	margin-bottom: 20px;
}
.werehiring h2 {
	font-size: 40px;
	color: #f00;
	margin-top: 55px;
	margin-bottom: 30px;
}
.jointeam {
	font-size: 35px;
	color: #f00;
	margin-top: 15px;
	width: 100%; 
	height: 28px; 
	border-bottom: 1px solid red; 
	text-align: center;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-green {
	background: #82E0AA;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	/*height on "@media(min-width:767px)"*/
	position:relative;
	
	background: url(../img/backg-dark.jpg);
    background-position: top center; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#intro.intro {
	padding:10% 0 0 0;
}

#arrowdown {
	padding: 150px 0 0 0;
}

.intro .slogan {
	text-align: center;
	margin-top: 25px;
}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h3 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.boxed-green {
	background: #FDF2E9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	


/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.career-contact {
	margin-top: -30px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.widget-contact {
	text-align: left;
	font-size: 16px;
	color: #000;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
  
.company-social .social-instagram a{background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}

.company-social .social-instagram a:hover{background: #e95950; 
background: -moz-linear-gradient(45deg, #e95950 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #e95950 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #e95950 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95950', endColorstr='#bc1888',GradientType=1 );}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}

/* ===========================
--- Footer
============================ */

footer {
	text-align: left;
	padding: 30px 0 ;
	width:100%;
	height:100px;
	position: absolute;
}

footer p {
	color: #f8f8f8;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle-H {
    width: 70px;
    height: 70px;
	padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 82%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

/* KLH */
.btn-service-H {
    background:none;
    border:none;
    margin:0;
    padding:0;
}

.btn-service-H:hover {
    color: white;
}

#googlemap {
	margin-top: 30px;
	height: 425px;
	width: 100%;
}

.dropdown-menu li a {
  color: #000 !important;
}
.dropdown-menu li a:hover {
  background-color: #f5f5f5 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}

/* social media buttons */
a.fa {
  padding: 10px;
  font-size: 13px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}

/* CLIENTS */
.carousel-caption {
	top: 61%;
	transform: translateY(-39%);
	bottom: initial;
}
.carousel {
  background: #fff;
  position: fixed;
  color: #fff;
}
.carousel-indicators {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #000;
	margin: 0 -50px;
}
.carousel-indicators li {
  border-color: #000;
}
.carousel-indicators li.active {
  background-color: #000;
}
@media (max-width: 767px) {
	.carousel-caption {
    	top: 61%;
    	transform: translateY(-39%);
    	bottom: initial;
    	margin-top: -20px;
    }
}



/* CLIENTS */
.js .to-animate {
  opacity: 0;
}

.fh5co-accordion {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}
.fh5co-accordion .fh5co-accordion-head {
  position: relative;
}
.fh5co-accordion .fh5co-accordion-head .fh5co-accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
}
.fh5co-accordion .fh5co-accordion-head > h3 {
  font-size: 18px;
  font-family: "Playfair Display", times, serif;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 1.5em .5em;
}
.fh5co-accordion .fh5co-accordion-head > h3 i {
  padding-right: .5em;
  color: #a1b0c5;
  opacity: .5;
  font-size: 1.5em;
  margin-bottom: 0px;
  float: left;
}
.fh5co-accordion .fh5co-accordion-body {
  display: none;
  float: left;
  width: 100%;
  padding-left: 3.6em;
}

.fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  width: 100%;
  font-family: "Sanchez", times, serif;
  margin-bottom: .5em;
}

.fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-header {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
#fh5co-header .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(68, 218, 130, 0.9);
}

#fh5co-header,
.fh5co-intro-wrap {
  height: 700px;
}

.fh5co-intro-wrap {
  display: table;
  width: 100%;
}
.fh5co-intro-wrap .fh5co-intro {
  position: relative;
  z-index: 3;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.fh5co-intro-wrap .fh5co-intro .fh5co-intro-lead {
  color: white;
  line-height: 93px;
  font-size: 72px;
  font-weight: 700 !important;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-wrap .fh5co-intro .fh5co-intro-lead {
    font-size: 42px;
    line-height: 63px;
  }
}
.fh5co-intro-wrap .fh5co-intro .fh5co-intro-sub {
  font-size: 31px;
  font-weight: 300;
  font-family: "Roboto", arial, sans-serif;
  font-family: "Sanchez", times, serif;
  line-height: 51px;
  margin: 0 0 2.5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-wrap .fh5co-intro .fh5co-intro-sub {
    font-size: 21px;
    line-height: 41px;
  }
}
.fh5co-intro-wrap .fh5co-intro a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.fh5co-intro-wrap .fh5co-intro a:hover {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.fh5co-social a {
  font-size: 45px;
  display: inline-block;
  text-decoration: none;
  border-bottom: none !important;
}

#fh5co-main {
  clear: both;
}

.row-padded {
  padding: 7em 0;
}

.row-bottompadded {
  margin: 0 0 5em 0;
}

.fh5co-section-heading {
  font-family: "Montserrat", arial, sans-serif;
  margin: 0;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
}
.fh5co-section-heading .fh5co-border {
  display: block;
  width: 100%;
  bottom: 0;
  height: 3px;
  position: absolute;
  background: #44da82;
}
@media screen and (max-width: 992px) {
  .fh5co-section-heading .fh5co-border {
    background: transparent !important;
  }
}

.fh5co-section-seperator {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator {
    padding: 7em 0 !important;
  }
}
.fh5co-section-seperator .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-section-seperator, .fh5co-section-seperator .fh5co-section-content-wrap {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator, .fh5co-section-seperator .fh5co-section-content-wrap {
    height: inherit;
  }
}
.fh5co-section-seperator .fh5co-section-content-wrap {
  display: table;
}
.fh5co-section-seperator .fh5co-section-content-wrap .fh5co-section-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.fh5co-section-seperator.fh5co-section-seperator-white {
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator.fh5co-section-seperator-white {
    padding: 7em 0 !important;
  }
}
.fh5co-section-seperator.fh5co-section-seperator-white .fh5co-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-section-seperator.fh5co-section-seperator-white .fh5co-section-heading {
  color: #fff !important;
}
.fh5co-section-seperator.fh5co-section-seperator-white, .fh5co-section-seperator.fh5co-section-seperator-white .fh5co-section-content-wrap {
  width: 100%;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control {
  color: #fff;
  border: none !important;
  background: rgba(255, 255, 255, 0.1);
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:active, .fh5co-section-seperator.fh5co-section-seperator-white .form-control:focus {
  background: white;
  color: #000;
}

.fh5co-project > a {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.fh5co-project > a .fh5co-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(68, 218, 130, 0.9);
  z-index: 8;
  opacity: 0;
}
.fh5co-project > a .fh5co-overlay-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -15px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  font-family: "Sanchez", times, serif;
  opacity: 0;
}

.carousel {
  position: relative;
  display: block;
}

.thumbnail-caption {
  padding: 15px;
  color:black
}
.thumbnail-subcaption {
  padding: 0px 15px 15px;
  color:black
}

#skill-sec h4 {
    text-align: center;
    padding-top: 20px;
    font-weight: 900;
}

#skill-sec {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#skill-sec .overlay {
	padding-top: 50px;
	background: url(../img/15.png);
	min-height: 250px;
	background-color: rgba(5, 5, 5, 0.45);
}

.career-heading {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid lightgrey;
}

table {
    border-collapse: collapse;
    width: 100%;
	margin: 30px 0;
}
th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}

/* timeline About Us*/
.img-responsive {
  display: block;
  width: 100%;
  height: 100%;
}
.timeline {
  list-style: none;
  padding: 0;
  margin-bottom: 140px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 200%;
  border: 7px solid #f1f1f1;
  text-align: center;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
	vertical-align: middle;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 60px;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 520px) {
  .timeline > li .timeline-image {
    width: 80px;
    height: 80px;
    left: 11%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 9px;
    margin-top: 10px;
    line-height: 18px;
  }
  .container > .navbar-header {
    margin-right: 10px;
    margin-left: 0;
  }
  .home-carousel img{
	width:100%; 
	height: 300px !important;
	}
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 40px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 250px;
    height: 250px;
    margin-left: -115px;
  }
  .timeline > li .timeline-image h4 {
    margin: 76px 0 0 5px;
    font-size: 28px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 50px;
  }
}
/* End Timeline About Us*/

#contactform{
	background-color: rgba(247,247,247,1);
}
.buttongrey{
    color: #000;
    background-color: rgba(247,247,247,1);
    border-color: rgba(242,242,242, 1);
    border-radius: 15px;
}

.blacktext{
    color: #000;
}
.text-danger {
  color: #a94442;
  text-align:left;
}

.clientHR {
	padding: 30px 0px;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: none;
}
.modal-image{
	width:470px;
	height:330px;
}
.modal{
	margin-top: 50px;
}