.header-image {
    display: block;
    width: 75%;
    padding: 15px 15px;
    margin: 0 auto;
}

header {
    margin-bottom: 16px;
}

.main-color {
    background-color: #0b5c35;
    color: white;
}

.background-main {
  background-color: #0b5c35;
}

.polymorph-primary {
  min-width: 200px;
  border-radius: 20px;
  background: #0b5c35;
  box-shadow:  20px 20px 30px #094a2a,
             -20px -20px 30px #0d6e40;
}

thead tr th {
  background-color: #0b5c35 !important;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
  }
   
  .dropdown-toggle::after {
     transition: transform 0.15s linear; 
  }
   
  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }

  .dropdown-menu {
    margin-top: 0;
  }

  #jumbo-image {
    display: block;
    margin: 0 auto;
  }

  .icon {
    display: block;
    margin: 0 auto 24px auto;
    filter: invert(97%);
    /* filter: invert(25%) sepia(7%) saturate(6857%) hue-rotate(106deg) brightness(97%) contrast(91%); */
  }

  #userIcon {
    width: 124px;
  }

  #handsIcon {
    width: 124px;
  }

  #globeIcon {
    width: 96px;
  }

  .spacer {
    background-color: #90a4ae;
  }

  .contact {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
  }

  .google-map {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .no-wrap {
    white-space: no-wrap;
  }

  @media (max-width: 991px){
    .no-mobile{
     display: none !important;
    }

   }