@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);

/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}
a {
  color: #4caf50;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2e7d32;
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}
.section-header .section-title {
  font-size: 44px;
  color: #2e7d32;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
  background: #4caf50;
}
.section-header p {
  font-size: 18px;
  color: #555;
}
.btn {
  border-width: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #2e7d32;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #4caf50;
}

/*************************
*******Header******
**************************/
#main-nav.navbar-default {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.26);
}
.navbar-brand {
  color: #2e7d32 !important;
  font-size: 24px;
  font-weight: 700;
}
#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
  background: #e8f5e9;
  color: #4caf50;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
  border-color: #2e7d32;
}
.navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #2e7d32;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #2e7d32;
  }
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webkit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a {
    padding: 15px 0;
    color: #2e7d32;
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #4caf50;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #4caf50;
    background-color: transparent;
  }
  .sub-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  }
  .dropdown-menu > li:hover > .sub-dropdown {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav.navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
  #main-nav.navbar-default .dropdown-menu {
    background-color: #f8f9fa;
  }
  .sub-dropdown {
    position: static;
    box-shadow: none;
    background-color: #f1f3f5;
    padding-left: 20px;
  }
}
#hero-banner {
  overflow: hidden;
  height: 650px;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner/bg1.jpg') #e8f5e9;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#hero-banner .banner-inner {
  padding: 20px;
}
#hero-banner h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 58px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#hero-banner h2 span {
  color: #4caf50;
}
#hero-banner p {
  font-size: 20px;
  margin: 20px 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#features, #services, #about, #industries, #contact, #vision-mission {
  padding: 100px 0;
  background: #fff;
}
#features .media.service-box, #services .media.service-box, #industries .media.service-box {
  margin: 25px 0 36px;
  text-align: center;
}
#features .media.service-box .pull-left, #services .media.service-box .pull-left, #industries .media.service-box .pull-left {
  margin-right: 0;
  display: block;
  margin: 0 auto 20px;
}
#features .media.service-box .pull-left > i, #services .media.service-box .pull-left > i, #industries .media.service-box .pull-left > i {
  font-size: 62px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  width: 94px;
  color: #2e7d32;
  background: #e8f5e9;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
#features .media.service-box:hover .pull-left > i, #services .media.service-box:hover .pull-left > i, #industries .media.service-box:hover .pull-left > i {
  background: #4caf50;
  color: #fff;
}
#features .media.service-box .media-body h4, #services .media.service-box .media-body h4, #industries .media.service-box .media-body h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
#features .media.service-box .media-body p, #services .media.service-box .media-body p, #industries .media.service-box .media-body p {
  font-size: 16px;
  color: #555;
}
#testimonial {
  background: #e8f5e9;
  padding: 100px 0;
}
#testimonial .single-testimonial {
  margin: 25px 0;
}
#testimonial .single-testimonial blockquote {
  border-left: 5px solid #4caf50;
  padding: 20px;
  background: #fff;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#testimonial .single-testimonial .client-info {
  text-align: center;
}
#testimonial .single-testimonial .client-info h5 {
  font-size: 18px;
  color: #2e7d32;
  margin-bottom: 5px;
}
#testimonial .single-testimonial .client-info p {
  font-size: 14px;
  color: #777;
}
#footer {
  padding: 30px 0 40px;
  color: #fff;
  background: #2e7d32;
  text-align: center;
}
#footer a {
  color: #e8f5e9;
}
#footer a:hover {
  color: #ffffff;
}
#footer ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
#footer ul.social-icons > li {
  display: inline-block;
  margin: 0 5px;
}
#footer ul.social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #e8f5e9;
  background: transparent;
  border: 1px solid #e8f5e9;
  border-radius: 50%;
}
#footer ul.social-icons > li > a:hover {
  background: #4caf50;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #hero-banner {
    height: 500px;
  }
  #hero-banner h2 {
    font-size: 36px;
    line-height: 46px;
  }
  #hero-banner p {
    font-size: 18px;
  }
  #features, #services, #about, #industries, #contact, #vision-mission, #testimonial {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  #hero-banner h2 {
    font-size: 28px;
    line-height: 38px;
  }
  #hero-banner p {
    font-size: 16px;
  }
}