.logo img {
  max-height: 90px;
  margin-top: 10px;
}
.background-header .logo img {
  margin-top: 0;
}
.sub-header ul.info li i {
  color: #303c00;
}
.header-area .main-nav .nav li a.active, .header-area .main-nav .nav li.current_page_item a {
  color: #ac8100;
}
.preloader-inner .dots span{
  background: #ac8100;
}
.preloader-inner .dot{
  background: #303c00;
}
.header-area .main-nav .nav li:hover a {
  color: #ac8100;
}
.header-area .main-nav .nav li:last-child a {
  background-color: #303c00;
  border-radius: 6px;
  padding-left: 20px;
}
.main-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 45%;
}

.section {
  margin-top: 50px;
}
.main-banner .item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 20% 400px 20%;
  margin-top: 0;
}
.main-banner .owl-nav .owl-prev i, .main-banner .owl-nav .owl-next i {

  background-color: rgba(58,72,3, 0.7);
}
.contact-page.about-us .item{
  width: 100%;
  margin-bottom: 20px;
}
.contact-page.about-us p {
  margin-bottom: 20px;
}
.core-values ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
.core-values p{ margin-bottom: 0 !important;}