:root {
    --bs-gray: #38403C;
    --bs-primary: #5D8061;
    --bs-secondary: #5d8061;
    --bs-light: #cccccb;
    --bs-dark: #0b241e;
  
    --bs-primary-rgb: 72, 87, 80;
    --bs-secondary-rgb: 93, 128, 97;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 11, 36, 30;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 129, 129, 129;
  
    --bs-font-sans-serif: "Montserrat", sans-serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 17px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.75;
    --bs-body-color: #141529;
    --bs-body-bg: #fff;
  
    --byf-header-font: 'Playfair Display', serif;
  }
  
  /*=====================
  TYPOGRAPHY/DEFAULT
  ======================*/
#websiteMainNav .dropdown-item s {
  all: unset;            
}

#websiteMainNav .dropdown-item { 
white-space: nowrap; 
}

#websiteMainNav .dropdown-menu {
    border-radius: 0;
    border-width: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    left: 0;
    margin-top: 0 !important;
    min-width: unset;
    right: 0;
    width: fit-content;
}

#websiteMainNav .nav-link.active, #websiteMainNav .nav-link.show, #websiteMainNav .nav-link:active, #websiteMainNav .nav-link:hover {
    color: #76c382;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    background-color: #588228;
    color: #fff;
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 5rem !important;
}

#homepageIndustries {
    background-color: #efefef !important;
}

#homepageSlider .carousel-item {
    min-height: 50vh;
}

#homepageServices .card {
    background: var(--bs-dark) !important;
    border: 3px solid var(--bs-light);
    transition: all 0.2s linear;
}
  
  [class*=display-], h1, h2, h3, h4, h5 {
      font-family: var(--byf-header-font);
      font-weight: 400;
  }
  
  [class^=fs-]:not([class^=fa-]):not([class*=display-]) {
      font-family: var(--bs-font-sans-serif);
  }
  
  #pageContent a {
      color: #22561c;
      font-weight: 600;
      text-decoration: underline;
  }

a {
    color: #96670a;
    text-decoration: none;
}
  
  .fab {
      font-size: 1.4rem;
  }
  
  .bg-dark .bg-dark {
      background-color: var(--bs-dark) !important;
  }
  
  .btn-lg {
      font-size: 1.1rem;
      padding: .65rem 1.75rem;
  }
  
  .btn-primary {
      background-color: var(--bs-primary);
      border-color: var(--bs-primary);
      color: #fff !important;
  }
  
  .btn-secondary {
      background-color: var(--bs-secondary);
      border-color: var(--bs-secondary);
      color: #fff;
  }
  
  .btn-light {
      background-color: var(--bs-secondary);
      border-color: var(--bs-secondary);
      color: var(--bs-dark);
  }
  

form[action*='submit'] {
    max-width: none;
    margin: 0 auto;
}

.consultation_form {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
}

.bgPattern, body:not(.noBg) {
    background: #fff;
}
  
  .visible-xs {
    display: none;
  }
  
  .form-control {
      border: 1px solid #d3d3d3;
      border-radius: 30px;
      color: #404040;
      display: block;
      font-size: 0.875rem;
      margin: 5px 0 7px;
      padding: .5rem .875rem;
  }
  
  /*=====================
  NAVBAR
  ======================*/
  
  #websiteMainNav {
    background: var(--bs-dark);
  }

#websiteMainNav ul.navbar-nav.py-3.py-xl-4.w-100.mx-xl-5.nav-fill {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}
  
  #websiteMainNav .nav-link {
    font-size: 0.825rem;
  }
  
  #headerTop {
    justify-content: space-between;
  }
  
  #header .navContainer {
      flex: 0 1 auto;
      flex-wrap: wrap;
  }
  
#auxMenu {
    border-right: none;
}



  
  /*=====================
  HERO SECTION
  ======================*/
  #homepageContent {
    margin-top: 2rem;
}

  .bg-black-70 {
    background-color: rgb(29 33 41 / 80%);
    position: relative;
}
  
  .fadeFromLeft:before {
      background: #FFF;
  }
  
  .shiftUp>section:first-of-type {
      padding-top: 5rem!important;
  }
  
  .carousel-item {
      min-height: 450px;
  }
  
  #splashImage .carousel {
      padding-bottom: 0;
  }
  
  .carousel-control-next, .carousel-control-prev {
      width: 5%;
  }

#homepageSlider .carousel-item .img-overlay img {
    object-fit: cover;
    filter: brightness(0.5);
}

.img-thumbnail:not(img) {
    --offsetTop: 20px;
    --offsetSide: 30px;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: var(--offsetTop) 0 0 var(--offsetSide);
    position: relative;
    background-color: var(--bs-white-rgb);
}
  
  /*===============
  INDEX SECTION
  ===============*/
  
  .img-thumbnail:not(img):before {
   background: var(--bs-secondary);
  }
  
  /*=============
  SERVICES
  =============*/
  
  #homepageServices .card {
    background: var(--bs-light);
    border: 3px solid var(--bs-light);
     transition: all 0.2s linear;
  }
  





#homepageServices .card :is(h3, p) {
    color: var(--bs-light) !important;
}
  
  #homepageServices a:hover .card {
      background: var(--bs-dark);
  }
  
  #homepageServices a:hover .card :is(h3, p, .fas) {
      color: #fdfdfd !important;
  }

#pageContent a:hover {
    color: #16730b;
}





  
  /*==============
  INNER PAGES
  =============*/
  
  #contactaddress {
  margin-bottom: 2rem;
  }
  
  #contactaddress h1 {
  margin-bottom: 1rem;
  }
  


#sidePanel {
    background-color: rgb(72 78 87 / 80%);
    color: #b5b5b5;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

#sidePanel .btn-light {
    background-color: var(--bs-light);
    border-color: var(--bs-light);
    color: var(--bs-dark);
}
  


#pageContent {
    color: var(--bs-gray);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
  
  .step {
    padding: 2.25rem 2rem;
    margin-bottom: 1rem;
  }
  
  .step:nth-child(odd) {
    background: #fefffe;
  }
  
  .affiliate {
    margin-right: 35px;
  }

#homepageAffiliates .img-fluid, .img-thumbnail {
    height: auto;
    max-width: 80%;
}
  
  /*==============
  TESTIMONIALS
  =============*/
  
  #testimonals:before {
      display: none;
  }

#testimonals {
    position: relative;
    display: none;
}
  
  /*==============
  FOOTER
  =============*/
  
  #footerBottom img {
    display: none;
  }
  
  .nav-link {
      color: var(--bs-primary);
  }
  
  footer {
    border-top: 1px solid #ededed;
  }

#copyrightRow p.mb-3 {
    color: #989999;
}



@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        display: flex;
        justify-content: center;
    }
}  
  
  @media (max-width: 580px) {
  

  .navContainer img {
      display: none;
  }
  
  #header .navContainer {
      justify-content: center;
  }
  
  #auxMenu {
     border-right: none;
  }
  
  #splashImage > img {
    max-width: none;
    width: auto !important;
  }
  
  #header .navContainer {
      position: relative;
  }
  
  .visible-xs {
     display: block;
     width: 65px;
  }
  
  }




@media (min-width: 992px) {
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
        margin-top: 2rem;
        transform: translatey(100px);
    }
}

@media (min-width: 1200px) {
  .slider-img {
    width: 100%;
  }
}
