html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

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

.page-section {
  padding: 8rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #f4623a;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: 'Poppins', sans-serif;
  /* font-weight: 700; */
  font-size: 100%;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }

  /* #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  } */
  #mainNav .navbar-nav .nav-item .nav-link {
    /* color: rgba(255, 255, 255, 0.7); */
    padding: 0 1rem;
  }

  /* #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  } */
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }

  /* #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  } */
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1,
header.masthead .h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  header.masthead p {
    font-size: 1.15rem;
  }

  header.masthead h1,
  header.masthead .h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {

  header.masthead h1,
  header.masthead .h1 {
    font-size: 3.5rem;
  }
}




#mainNav .nav-item a:hover {
  color: #f4623a !important;
}

#mainNav .navbar-brand img {
  height: 64px;
}

/*# sourceMappingURL=custom.css.map */

#mainSlider {
  background-color: #d6d9da;
}

#mainSlider .owl-theme .owl-dots .owl-dot.active span,
#mainSlider .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

#mainSlider .owl-theme .owl-dots .owl-dot span {
  height: 13px;
  width: 13px;
  border: 2px solid RGBA(255,255,255,1);
}

@media (min-width: 768px) {
  #mainSlider {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

#mainSlider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

#mainSlider .owl-carousel .owl-nav .owl-prev,
#mainSlider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#mainSlider .owl-carousel .owl-nav .owl-prev i,
#mainSlider .owl-carousel .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}

@media (max-width: 768px) {

  #mainSlider .owl-carousel .owl-nav .owl-prev,
  #mainSlider .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}

#mainSlider .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}

#mainSlider .owl-carousel .owl-nav .owl-next {
  right: 30px;
}

#mainSlider .owl-carousel .owl-dots {
  padding-bottom: 2rem;
}



#mainSlider .slide-text h2 {
  font-weight: 600;
}

@media (min-width:992px) {
  #mainSlider .slide-text h2 {
    font-size: 37px;
  }
}

#mainSlider .slide-text p {
  font-weight: 600;
  font-size: 1.6rem;
}

@media (min-width:992px) {
  #mainSlider .slide-text p {
    font-size: 28px;
  }
}

#mainSlider .slide-text a {
  font-weight: 600;
}

#GrowOrganic .text-style h2,
#OurGranulated .text-style h2 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 20px;

}

@media (max-width: 700px) {

  #GrowOrganic .text-style h2,
  #OurGranulated .text-style h2 {
    font-size: 30px;

  }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 500px) {

  #GrowOrganic .text-style h2,
  #OurGranulated .text-style h2 {
    font-size: 26px;
  }
}

#GrowOrganic .text-style p,
#OurGranulated .text-style p,
#RequestConsultation .content p {

  line-height: 28px;

}

.content-text {
  padding-bottom: 20px;
}

@media (max-width: 700px) {

  #GrowOrganic .text-style p,
  #OurGranulated .text-style p,
  #RequestConsultation .content p {
    line-height: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 500px) {

  #GrowOrganic .text-style p,
  #OurGranulated .text-style p,
  #RequestConsultation .content p {

    line-height: 24px;
  }
}

#OurGranulated {
  background-color: #E9FFEA;
}



#footer .widget-menu .list-group a {
  color: #000;
  text-decoration: none;
}

#footer .widget-menu .list-group a:hover {
  color: #f4623a;
}

#footer .footer-logo img {
  width: 25%;
}

/*# sourceMappingURL=style.css.map */

#PageHeading {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page-heading {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8128385143119747) 0%, rgba(255, 255, 255, 0.6363679260766807) 35%, rgba(255, 255, 255, 0.10695616137079833) 65%, rgba(255, 255, 255, 0) 100%);
}

.page-heading h1 {
  font-size: 4rem;
}

@media (max-width: 700px) {
  .page-heading h1 {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 500px) {
  .page-heading h1 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 768px) {
  #PageHeading {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

/*# sourceMappingURL=style.css.map */



#RequestConsultation {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 992px) {
  #RequestConsultation .request-consultation {
    background-color: rgba(0, 0, 0, 0.344);
  }
}

@media (min-width: 992px) {
  #RequestConsultation .content {
    background-color: rgba(0, 0, 0, 0.344);
  }
}

.rounded-40 {
  border-radius: 40px;
}

.input-error {
  font-size: 12px;
  margin: 0;

}

.input-error p {
  font-size: 12px;
  margin: 0;

}

.loadingspinner {

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #00000040;
  z-index: 10001;

}

.custom-btn-style {

  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  /* letter-spacing: 2px; */

}

/*# sourceMappingURL=style.css.map */

