/* helpers */
.img-full {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.relative {
  position: relative;
}

.primary-theme {
  color: #55a57f;
}
.primary-light {
  color: #9cbead;
}
.primary-dark {
  color: #115836;
}
.primary-mid {
  color: #06713b;
}
.white {
  color: #fff;
}
.mt-100 {
  margin-top: 100px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.m-auto {
  margin: auto;
}
.wd-80 {
  width: 80%;
}
.wd-90 {
  width: 90%;
}
.theme-line {
  background: #55a57f;
  width: 70px;
  height: 5px;
}

html {
  scroll-behavior: smooth;
}
