/********************************************************************
Header
*********************************************************************/
html,
body {
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #186432;
}
@media (max-width: 991px) {
  #sp-main-body {
    padding: 50px 0;
  }
  .sp-page-title h2,
  .sp-page-title h3 {
    font-size: 38px !important;
  }
  h1,
  h2,
  h3 {
    font-size: 34px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  #sp-bottom .sp-module .sp-module-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  .sppb-sp-slider-title {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .sp-page-title h2,
  .sp-page-title h3 {
    font-size: 28px !important;
  }
  h1,
  h2,
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  #sp-bottom .sp-module .sp-module-title {
    font-size: 20px !important;
  }
}
/********************************************************************
Font Awesome
*********************************************************************/
.fa-2x {
  font-size: 1.4em;
}
.get-in-touch-wrapper i {
  color: #186432;
}

/********************************************************************
Top Bar
*********************************************************************/
#sp-top2 .sp-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/********************************************************************
Menu & Offcanvas
*********************************************************************/
#sp-header {
  height: 80px !important;
}
#sp-header .logo {
  height: 80px !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  display: block;
  padding: 14px 10px;
}

/********************************************************************
Category
*********************************************************************/
@media (max-width: 767px) {
  .home-icon-001 img {
    width: 45px !important;
  }
}
@media (min-width: 768px) {
  .home-icon-001 img {
    width: 60px;
  }
  .home-feature-border {
    border-right: 1px solid #000;
  }
}
.image-layout-preset-style-poster .sppb-addon-image-layout-content {
  position: absolute;
  margin: 0 15px 0px 15px;
  text-align: left;
}

/********************************************************************
Slider
*********************************************************************/
@media(max-width:767px){
  .sp-slider .sp-nav-control {
    display: none;
}
}
/********************************************************************
Bottom
*********************************************************************/
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 30px;
  color: #186432;
}
#sp-footer {
  border-top: 1px solid #186432;
}
#sp-footer .container-inner {
  padding: 0px 0;
}
#sp-footer .social-icons {
  font-size:16px!important;
}
@media(max-width:767px){
  #sp-footer #sp-footer2 {
    text-align: left!important;
}

}


.sppb-sp-slider-button .sp-slider-btn-text {
    background: #fff;
    color: #016330;
}

#sp-top-bar a i {
    font-size: 18px;
}