body, html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #767676;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  text-decoration: none;
  color: #ea1218;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
  margin: 20px 0;
}

h1, h2, h3, h4, .h4 {
  color: red;
}

h1, .h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 35px;
}

h2, .h2 {
  font-size: 27px;
  line-height: 45px;
  font-weight: bold;
}

h3, .h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h5, .h5 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}

/* header */
.top-bar {
  background-color: #157630;
  padding: 10px 0;
}

.top-bar .fa {
  color: #ffffff;
  font-size: 18px;
}

.top-bar .fa-facebook-square {
  padding-top: 5px;
}

.top-txt {
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
}

.bg-green {
  background-color: #002626;
}

.dark-green {
  color: #002626;
}

.white {
  color: #ffffff;
}

.white .white a {
  color: #ffffff;
}

.ml-quote {
  margin-left: 60px;
}

/* navigation */
.logo-img {
  padding-top: 120px;
  width: 450px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  margin-left: 25px;
  color: #041c1c;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans";
}

.pro-btn {
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
}

.pro-btn img {
  padding-left: 8px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  -webkit-transition: all .5s;
  transition: all .5s;
}

nav ul li a:hover {
  color: #157630 !important;
}

/* Our products */
.products-bg {
  background: url("../images/bg-image.jpg") no-repeat center center fixed;
  background-size: cover;
}

.products-bg h1 {
  margin-top: 35px;
  font-size: 40px;
  color: #157630;
}

.products-bg h2 {
  color: #ffffff;
}

.navbar {
  background-color: #ffffff;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0;
}

.nav-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pad {
  padding: 10em;
}

.about {
  background-color: #ffffff;
  text-align: center !important;
  left: 0;
  right: 0;
  padding-top: 60px;
  opacity: .8;
}

.about p {
  text-align: left !important;
  padding: 0 50px;
  color: #000;
}

.pad-top {
  height: 500px;
}

/* Contact */
.contact {
  background-color: #ffffff;
  text-align: center !important;
  left: 0;
  right: 0;
  padding-top: 50px;
  opacity: .9;
}

.pad-2 {
  padding: 5em;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #157630;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #157630;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

label {
  color: #000000 !important;
}

.btn-success {
  color: #fff !important;
  background-color: #157630;
  border-color: #157630;
  padding: 8px 30px;
}

.fa {
  color: #157630;
}

.contact-info p {
  color: #000000;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */