:root {
  --olive-drab: #6ab346;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 26px;
}

a {
  color: #313131;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #6ab346;
  border-radius: 4px;
  padding: 10px 26px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: #5ba9bd;
}

.button.float-right {
  float: right;
}

.banner {
  background-color: #fff;
  background-image: linear-gradient(#2e2e2ecc, #2e2e2ecc), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 323px;
  padding-bottom: 323px;
  position: relative;
}

.header {
  background-color: #fff;
  border-radius: 4px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.navigation-link {
  font-weight: 400;
  transition: color .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #6ab346;
}

.small-arrows {
  background-image: url('../images/triangle_1triangle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 19px;
  margin-bottom: -1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.parallax {
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.photo {
  background-image: url('../images/section-bg-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.top-title {
  text-transform: capitalize;
  margin-bottom: 60px;
}

.top-title.center {
  text-align: center;
}

.space {
  margin-top: 50px;
}

.container-center {
  text-align: center;
}

.divider {
  margin-bottom: 30px;
}

.right-column {
  position: relative;
  top: 50px;
}

.team-photo {
  background-image: url('../images/staf1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-photo.photo-2 {
  background-image: url('../images/staf2.png');
}

.team-photo.photo-3 {
  background-image: url('../images/staf3.png');
}

.team-content {
  margin-top: 25px;
}

.team-sub-title {
  color: #b3b3b3;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-style: italic;
}

.social-wrapper {
  margin-top: 20px;
}

.social-wrapper.remove-margin {
  margin-top: 0;
}

.social-icon {
  opacity: .7;
  background-image: url('../images/facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 40px;
  height: 40px;
  transition: opacity .3s ease-in-out;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.icon-2 {
  background-image: url('../images/twitter_footer.svg');
}

.social-icon.icon-3 {
  background-image: url('../images/rss_footer.svg');
}

.social-icon.icon-4 {
  background-image: url('../images/linkedin_footer.svg');
}

.testimonials-photo {
  float: left;
  background-image: url('../images/leader-44.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/leader-55.jpg');
}

.testimonials-photo.photo-3 {
  background-image: url('../images/7.jpg');
}

.testimonials-photo.photo-4 {
  background-image: url('../images/8.jpg');
}

.testimonials-content {
  position: relative;
  overflow: hidden;
}

.green-color {
  color: #6ab346;
}

.service-wrapper {
  float: left;
  color: #fff;
  background-image: url('../images/photo-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 31.2%;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.service-wrapper.photo-2 {
  background-image: url('../images/photo-2.jpg');
}

.service-wrapper.photo-3 {
  background-image: url('../images/photo-3.jpg');
}

.gallery-wrapper {
  float: left;
  text-align: center;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #323232;
  padding-top: 70px;
  padding-bottom: 160px;
  position: relative;
}

.white-color {
  color: #fff;
}

.small-space {
  margin-top: 25px;
}

.info-wrapper {
  margin-bottom: 15px;
}

.info-icon {
  float: left;
  background-color: #4f4f4f;
  background-image: url('../images/map-marker_ffffff_100-1_1map-marker_ffffff_100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.info-icon.icon-2 {
  background-image: url('../images/envelope_ffffff_101envelope_ffffff_100.png');
}

.info-icon.icon-3 {
  background-image: url('../images/phone_ffffff_101phone_ffffff_100.png');
}

.info-text {
  color: #fff;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

.info-text.copyright {
  margin-top: 8px;
}

.subscribe-field {
  background-color: #4f4f4f;
  border: 1px solid #4f4f4f;
  height: 50px;
}

.subscribe-field:focus {
  color: #fff;
  border-color: #6ab346;
}

.success-message {
  text-align: center;
  background-color: #6ab346;
  border-radius: 4px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #db4b4b;
  border-radius: 4px;
}

.bottom-footer {
  background-color: #262626;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.align-right {
  text-align: right;
}

.gallery-overlay {
  opacity: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-big-title {
  color: #fff;
  text-transform: capitalize;
  background-color: #6ab346f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 0;
}

.inner-banner {
  background-color: #757575;
  background-image: linear-gradient(#2e2e2e99, #2e2e2e99), url('../images/back1-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 13.2%;
  padding-top: 200px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.container-inner {
  text-align: center;
  position: relative;
}

.small-text-inner {
  color: #6ab346;
  font-size: 16px;
}

.producer-wrapper {
  background-color: #fff;
}

.producer-photo {
  float: left;
  background-image: url('../images/port1.jpg');
  background-size: cover;
  width: 150px;
  height: 139px;
}

.producer-photo.photo-2 {
  background-image: url('../images/port5.jpg');
}

.producer-photo.photo-3 {
  background-image: url('../images/port2.jpg');
}

.producer-photo.photo-4 {
  background-image: url('../images/port6.jpg');
}

.producer-content {
  padding: 24px 18px;
  position: relative;
  overflow: hidden;
}

.call-to-action {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(#6ab346e6, #6ab346f2), url('../images/Untitled-1.jpg');
  background-position: 0 0, 50% 56%;
  background-size: auto, cover;
  border-radius: 4px;
  margin-top: 80px;
  padding: 49px 35px;
  font-size: 22px;
  font-weight: 400;
}

.float-right {
  float: right;
}

.float-right.smaller-text {
  color: #ffffffa1;
  font-size: 18px;
}

.text-field {
  border: 1px solid #ebebeb;
  height: 45px;
}

.text-field:focus {
  border-color: #6ab346;
}

.text-field.select-field {
  color: #919191;
}

.text-field.text-area {
  margin-top: 10px;
  padding-bottom: 120px;
}

.form-space {
  margin-top: 10px;
}

.align-center {
  text-align: center;
}

.big-banner-text {
  color: #fff;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
}

.small-banner-text {
  color: #ffffffa6;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
}

.service-content {
  background-color: #6ab346;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transition: background-color .5s ease-in-out;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.service-content:hover {
  background-color: #5ba9bd;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

@media screen and (max-width: 991px) {
  .banner {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 203px;
    padding-bottom: 203px;
  }

  .header {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .navigation-link {
    color: #fff;
  }

  .right-column {
    top: 0;
  }

  .team-photo {
    width: 200px;
    height: 200px;
  }

  .service-wrapper {
    margin-left: 7px;
    margin-right: 7px;
  }

  .gallery-wrapper {
    width: 50%;
  }

  .inner-banner {
    padding-top: 110px;
  }

  .producer-photo {
    float: none;
    width: 100%;
  }

  .call-to-action {
    font-size: 18px;
  }

  .devices-space {
    margin-top: 30px;
  }

  .big-banner-text {
    font-size: 52px;
  }

  .hamburger {
    color: #fff;
    background-color: #6ab346;
    border-radius: 4px;
  }

  .hamburger.w--open {
    background-color: #232323;
  }

  .navigation-menu {
    background-color: #1f1f1fed;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .banner {
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .right-column {
    top: 25px;
  }

  .team-wrapper {
    margin-bottom: 30px;
  }

  .service-wrapper {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .align-right {
    text-align: center;
    margin-top: 12px;
  }

  .producer-wrapper {
    margin-bottom: 20px;
  }

  .producer-photo {
    height: 200px;
  }

  .call-to-action {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 31px;
  }

  .float-right {
    float: none;
  }

  .yoga-center, .column-footer {
    text-align: center;
  }

  .big-banner-text {
    font-size: 40px;
  }

  .small-banner-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .hamburger {
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .testimonials-photo {
    float: none;
    margin-bottom: 15px;
  }

  .service-wrapper {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .gallery-wrapper {
    width: 100%;
  }

  .text-field.text-area {
    display: block;
  }
}


