.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
h3 {
	
  font-family: Poppins, sans-serif;
    font-size: 18px;
  line-height: 28px;
}		   
a {
  color: #84ca35;
  text-decoration: none;
}

.section {
  height: 75vh;
  background-image: url('../images/home.jpg');
  background-position: 0 0;
  background-size: cover;
}

.body {
  height: auto;
  max-height: 1590px;
  min-height: 1590px;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.navbar {
  margin-top: auto;
  background-color: transparent;
}

.container {
  width: auto;
  max-width: 100%;
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
  color: #fff;
}

.image {
  width: 60%;
  height: 100%;
  mix-blend-mode: color;
}

.mynav {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.mynavbook {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.mynav:hover {
  border-bottom: 3px solid #333;
}

.mynav.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
}
.mynavbook.w--current {
  border-bottom: 3px solid #333;
  color: #333;
}

.contact {
  margin-left: 10px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.contact:hover {
  background-color: #84ca35;
  color: #fdf9f9;
}

.contact.w--current {
  color: #333;
}

.heading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 400;
}

.container-2 {
  max-width: 55%;
  padding-top: 250px;
}

.button {
  margin-top: 10px;
  padding: 20px 35px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.button:hover {
  background-color: #84ca35;
  color: #fff;
}

.banner-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e9eff1;
}

.heading-2 {
  margin-top: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}

.container-3 {
  max-width: 55%;
}

.text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.column {
  padding-right: 10px;
  padding-left: 100px;
}

.container-body {
  max-width: 55%;
  margin-top: 0;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.standard-h2 {
  clear: left;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}

.button-green {
  position: static;
  margin-top: 0;
  padding: 20px 35px;
  float: left;
  clear: left;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.button-green:hover {
  background-color: #333;
  color: #fff;
}

.button-green-home:hover {
  background-color: #333;
  color: #fff;
}

.button-green-home {
  position: static;
  margin-top: 20px;
  padding: 20px 35px;
  float: left;
  clear: left;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.columns {
  margin-top: 100px;
}

.homieservices {
  margin-top: -20px;
}

.text-services {
  padding-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.mid-column {
  margin-top: 200px;
  margin-bottom: 200px;
}

.section-4 {
  height: 55vh;
  padding-top: 220px;
  background-image: url('../images/home1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.block-quote {
  border-left-width: 0;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.container-7 {
  max-width: 55%;
}

.quote-client {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.container-8 {
  max-width: 55%;
}

.newsletter {
  height: 444px;
  padding-top: 80px;
  padding-bottom: 0;
}

.form {
  margin-top: 20px;
  width:200% !important;
}

.text-field {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.button-green-form {
  margin-top: 0;
  margin-left: 10px;
  padding: 20px 35px;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.button-green-form:hover {
  background-color: #333;
  color: #fff;
}

.footer {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #333;
}

.container-9 {
  max-width: 55%;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
}

.heading-5 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footermenu {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 0;
  white-space: normal;
}

.column-2 {
  padding-left: 180px;
}

.column-3 {
  padding-left: 80px;
}

.container-10 {
  max-width: 95%;
}

.sub-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

._2 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-align: center;
}

.submenu-text-1 {
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 300;
  text-align: center;
}

.column-5 {
  padding-left: 90px;
}

.section--consult {
  height: 45vh;
  background-image: url('../images/food.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-services {
  max-width: 55%;
  padding-right: 0;
}

.services-h1 {
  margin-top: 140px;
  -webkit-transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease, -ms-flex-positive 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
}

.strap {
  margin-top: -60px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 20px;
  float: left;
  clear: right;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.body--menu-links {
  margin-top: -130px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

.body--menu-link-top {
  margin-top: -100px;
  margin-bottom: 10px;
  float: none;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

.newsletterr-color {
  height: 444px;
  padding-top: 80px;
  padding-bottom: 0;
  background-color: #e9eff1;
}
.body-color {

  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e9eff1;
}
.section-training {
  height: 45vh;
  background-image: url('../images/handlers1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-elearn {
  height: 45vh;
  background-image: url('../images/non-food1.jpg');
  background-position: 0 0;
  background-size: cover;
}


.navbar-page {
  margin-top: auto;
  background-color: transparent;
}

.mynav-page {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.mynav-page:hover {
  border-bottom: 3px solid #fff;
}

.mynav-page.w--current {
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #fff;
  color: #fff;
}

.contact-page {
  margin-left: 20px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
}

.contact-page:hover {
  background-color: #333;
}

.contact-page.w--current {
  color: #fff;
  font-weight: 500;
}

.services-h1-page {
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

.section-consulatncy-page {
  height: 55vh;
  padding-top: 220px;
  background-image: url('../images/meat.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-span {
  color: #84ca35;
}

.text-span-2 {
  color: #84ca35;
}

.text-span-3 {
  color: #84ca35;
}

.column-7 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.mybullets {
  margin-top: 20px;
  padding-bottom: 20px;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}

.column-8 {
  margin-top: 0;
}

.section-training-page {
  height: 55vh;
  padding-top: 220px;
  background-image: url('../images/veg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column-9 {
  padding-right: 0;
}

.services-h1-page-multi {
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

.list-item {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.columns-2 {
  width: 100%;
  max-width: none;
  float: left;
}

.list-item-2 {
  margin-bottom: 15px;
  clear: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.list-item--numbered {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.button-green-left {
  position: static;
  margin-top: 45px;
  padding: 20px 35px;
  clear:both !important;
  float: left;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.button-green-left:hover {
  background-color: #333;
  color: #fff;
}

.section-training-page-copy {
  height: 55vh;
  padding-top: 220px;
  background-image: url('../images/clean.jpg');
  background-position: 0 0;
  background-size: cover;
}

.icon {
  margin-top: 40px;
  margin-left: 0;
  padding-bottom: 0;
}

.dropdown-link {
  margin-top: 0;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.body-menu {
			  
  clear: none;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

.button-green-right {
  position: static;
  margin-top: 0;
  padding: 20px 35px;
  float: right;
  clear: left;
  background-color: #84ca35;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.button-green-right:hover {
  background-color: #333;
  color: #fff;
}

.column-14 {
  padding-right: 15px;
  padding-left: 15px;
}

.portfolio-h2 {
  color: #333;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.portfilo-txt {
  color: #333;
  font-weight: 300;
  text-align: center;
}

.link-block {
  color: #333;
}

.portfolio {
  margin-top: 0;
  margin-bottom: 20px;
  clear: left;
}

.gem {
  margin-top: -20px;
}

.h1-port {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.portfolio-img {
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-5 {
  padding-bottom: 140px;
}

.link {
  float: left;
  clear: both;
  line-height: 48px;
}

.section--about {
  height: 45vh;
  background-image: url('../images/shells.png');
  background-position: 0 0;
  background-size: cover;
}

.columns-8 {
  clear: left;
}

.paragraph-2 {
  margin-bottom: 0;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph3 {
  margin-top: 0;
  margin-bottom: 20px;
  float: none;
  clear: none;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-2 {
  margin-bottom: 100px;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.section-6 {
  padding-top: 0;
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown-list {
  margin-top: 10px;
}

.droplink {
  color: #333;
}

.droplink.w--current {
  color: #333;
}

.iconwhite {
  margin-top: 38px;
  margin-left: 0;
  padding-bottom: 0;
  color: #fff;
}

.dropwhite--e {
  color: #fff;
}

.dropwhite--e:hover {
  border-bottom: 0 none #000;
}

.dropwhite--e.w--current {
  border-style: dotted dotted solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
}

.text-block-6 {
  border-bottom: 1px none #000;
}

.text-block-6:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.mynav-page-e {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.mynav-page-e:hover {
  border-bottom: 0 none #fff;
}

.mynav-page-e.w--current {
  border-bottom: 3px solid #fff;
  color: #333;
}

.mynav-page-e-d {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.mynav-page-e-d:hover {
  border-bottom: 0 solid #333;
}

.mynav-page-e-d.w--current {
  border-bottom: 3px solid #fff;
  color: #333;
}

.homieservices2 {
  margin-top: -20px;
}

.container-body-port {
  max-width: 90%;
}

.h1-main {
  margin-top: -20px;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

.text-span-4 {
  color: #84ca35;
}

.bold-text {
  font-weight: 400;
}

.news-h2 {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.columns-9 {
  margin-bottom: 40px;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 180px;
}

.section-9 {
  margin-bottom: 100px;
}

.land {
  padding-bottom: 140px;
}

.image-3 {
  margin-top: 220px;
  padding-left: 140px;
  float: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #84ca35;
  mix-blend-mode: normal;
}

.image-4 {
  margin-top: 220px;
  padding-left: 140px;
  float: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #84ca35;
  mix-blend-mode: normal;
}

.services {
  padding-top: 180px;
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.subhead {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.columns-11 {
  margin-bottom: 40px;
}

.list {
  clear: both;
}

.form-block-2 {
  max-width: 100%;
  clear: both;
}

.form-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-3 {
  width: 60%;
}

.contact-form {
  margin-top: -180px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e9eff1;
  clear: both;
}

.text-field-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.contact-field {
  min-height: 200px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.checkbox-label {
  font-family: Poppins, sans-serif;
}

.booking-form {
  margin-top: -140px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e9eff1;
}

.checkbox-field {
  margin-bottom: 40px;
}


.paragraph-3 {				  
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
 
				   
 

}

.team_columns {
  margin-bottom: 40px;
}

.policy {
  margin-bottom: 20px;
  float: left;
  clear: right;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

									   
.heading-6 {
  clear: both;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
				   
  
}

.policybullets {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  }

.list-2 {
  position: static;
  clear: both;
}

.image-5 {
  width: 70%;
  margin-top: -10px;
}

.list-3 {			  
  clear: both;
}

.paragraph-3 {
  float: left;
  clear: both;
}

.list-4 {
  float: left;
  clear: both;
}

.mynav-copy {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.mynav-copy:hover {
  border-bottom: 3px solid #fff;
}

.mynav-copy.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #333;
  color: #333;
}

@media screen and (max-width: 1920px) {
	.heading {margin-top: -20px;}
	.services-h1 {margin-top: 70px;}
	.block-quote {
	font-size: 40px;
    line-height: 50px;
	margin-top: -70px;
	}
	.column-2 {
	  padding-left: 40px;
	}
		.column-3 {
	  padding-left: 40px;
	}
}

@media screen and (max-width: 1536px) {
	.heading {margin-top: -130px;}
	.services-h1 {margin-top: 20px;}
	.block-quote {
	margin-top: -110px;
	}
	.mynav
	{font-size: 16px;}
	.mynav-page
	{font-size: 16px;}
	.mynavbook
	{font-size: 16px;}
	.mynav.w--current {font-size: 16px;}
    .mynavbook.w--current {font-size: 16px;}
	.mynav-copy.w--current {font-size: 16px;
}
}
@media screen and (max-width: 1366px) {
	.mynav
	{font-size: 13px;}
	.mynav-page
	{font-size: 13px;}
	.mynav-book
	{font-size: 13px;
	border-bottom: 3px solid #fff;
  color: #fff;}
	.mynav.w--current {font-size: 13px;}
    .mynavbook.w--current {font-size: 13px;}
	.mynav-copy.w--current {font-size: 13px;}
	.mynav-copy.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
}
	.contact
	{font-size: 13px;}
.mynavbook.w--current {
  border-bottom: 3px solid #333;
  color: #333;
}
	.heading {
    font-size: 60px;
    line-height: 70px;
	margin-top: -200px;
  }
	.services-h1 {
	margin-top: 30px;
	font-size: 30px;
    line-height: 40px;
	}
	.strap {
	font-size: 30px;
    line-height: 40px;
	}
	.body-menu {
	font-size: 30px;
    line-height: 40px;
	}
	.block-quote {
	font-size: 30px;
    line-height: 40px;
	}
	
  .menu-button-5 {
    background-color: #84ca35;
	color: #fff;				
  }

  .menu-button-5.w--open {
    background-color: #84ca35;
    color: #fff;
  }
  
   .menu-button-6 {
    background-color: #84ca35;
	color: #fff;		  
  }
  .menu-button-6.w--open {
								  
    background-color: #84ca35;
    color: #fff;
  }

.nav-menu {
    background-color: #84ca35;
	color: #fff;			 
  }
  .mynav {
    clear: both;
    background-color: #84ca35;
		color: #fff;
  }
    .mynav-copy {
    clear: both;
    background-color: #84ca35;
	color: #fff;
  }

    .contact {
    padding-left: 0;
    background-color: #84ca35;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
  
  .white {
    float: left;
    clear: both;
  }

  .mynav-page-e {
    float: left;
    clear: both;
	background-color: #84ca35;
  }


}



@media screen and (max-width: 1026px) {
	
  .navbar {
    max-width: 100%;
  }
    .navbar-page {
    max-width: 100%;
  }

  
 
  .form {
  width:100% !important;
}
	
	.paragraph-3 {				  
  font-size: 14px;
  line-height: 24px;

 
}	.newsletter  {
height: 700px;
  }
  .newsletterr-color {
height: 700px;
}
  .section {
    height: 40vh;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .container-2 {
    max-width: 80%;
    padding-top: 75px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 42px;
    font-style: normal;
  }

  .container-3 {
    max-width: 80%;
  }

  .text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .column {
    padding-left: 50px;
  }

  .container-body {
    max-width: 80%;
    margin-top: 0;
  }



  .standard-h2 {
    font-size: 32px;
    line-height: 42px;
  }

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

  .homieservices {
    margin-top: 20px;
  }

  .text-services {
    font-size: 18px;
    line-height: 28px;
  }

  .mid-column {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .block-quote {
    font-size: 30px;
    line-height: 40px;
  }

  .container-7 {
    max-width: 80%;
  }

  .container-8 {
    max-width: 95%;
  }

  .container-9 {
    max-width: 80%;
  }

  .text-block-2 {
    font-size: 10px;
    line-height: 16px;
  }

  .heading-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .footermenu {
    font-size: 10px;
    line-height: 20px;
  }

  .column-2 {
    padding-left: 50px;
  }

  .column-3 {
    padding-left: 50px;
  }

  ._2 {
    font-size: 10px;
  }

  .submenu-text-1 {
    font-size: 8px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .column-4 {
    padding-right: 0;
    padding-left: 0;
  }

  .container-services {
    max-width: 80%;
  }
    .services {
    max-width: 80%;
  }

  .services-h1 {
    margin-top: 70px;
    font-size: 30px;
    line-height: 40px;
  }

  .strap {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph {
    float: none;
    clear: none;
    font-size: 18px;
    line-height: 28px;
  }

  .body--menu-links {
    font-size: 24px;
    line-height: 34px;
  }

  .body--menu-link-top {
    font-size: 24px;
    line-height: 34px;
  }

  .services-h1-page {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .column-8 {
    margin-top: 40px;
  }

  .services-h1-page-multi {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .list-item {
    font-size: 18px;
    line-height: 28px;
  }

  .list-item-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .list-item--numbered {
    font-size: 18px;
    line-height: 28px;
  }

  .columns-3 {
    width: 100%;
  }

  .columns-4 {
    width: 100%;
  }

  .columns-5 {
    width: 100%;
  }

  .columns-6 {
    width: 100%;
  }

  .button-green-left {
    text-align: center;
  }

  .body-menu {
    font-size: 24px;
    line-height: 54px;
  }

  .button-green-right {
    margin-left: 0;
    text-align: center;
  }

  .portfolio-h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .portfilo-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .gem {
    margin-top: 0;
  }

  .h1-port {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-img {
    margin-top: -75px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-5 {
    padding-top: 0;
  }

  .paragraph-2 {
    margin-top: 40px;
    float: none;
    clear: none;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph3 {
    float: none;
    clear: none;
    font-size: 18px;
    line-height: 28px;
  }

  .list-item-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    float: left;
    clear: none;
    font-size: 18px;
    line-height: 28px;
  }

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

  .menu-button-4 {
    color: #84ca35;
  }

  .homieservices2 {
    margin-top: 20px;
  }

  .container-body-port {
    max-width: 95%;
  }

  .h1-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .news-h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .columns-9 {
    margin-top: 40px;
  }

  .section-9 {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .columns-10 {
    margin-top: 400px;
  }

  .land {
    margin-top: -350px;
    padding-top: 0;
  }

  .image-3 {
    max-width: 70%;
    margin-top: 400px;
    padding-left: 20px;
    float: right;
  }

  .column-15 {
    position: relative;
    clear: left;
  }

  .image-4 {
    max-width: 70%;
    margin-top: 400px;
    padding-left: 20px;
    float: none;
  }

  .services {
    padding-top: 80px;
    padding-bottom: 80px;
    clear: left;
  }
    
  .form-block-3 {
    width: 100%;
  }

  .text-field-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .booking-form {
    margin-top: 0;
  }
    .section-contact {
    padding-top: 40px;
    padding-bottom: 10px;
    clear: left;
  }
}

@media screen and (max-width: 991px) {
	.newsletter  {
height: 444px;
  }
  .newsletterr-color {
height: 444px;
}
	
 .homieservices{
    display: none;
  }
  .text-field {
  width: 80%;

}
.contact-page {

  padding-left: 0;

  font-size: 13px;
}
}


@media screen and (max-width: 768px) {
  .section {
    height: 30vh;
    padding-bottom: 0;
  }

  .navbar {
    max-width: 100%;
  }

  .container {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .image {
    width: 50%;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .container-2 {
    max-width: 80%;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .column {
    padding-left: 10px;
  }

  .container-body {
    margin-top: 0;
  }

.section-2 {
    padding-top: 0;
  }
  .heading-3 {
    font-size: 40px;
  }

  .standard-h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .columns {
    margin-top: 40px;
  }

  .section-4 {
    padding-top: 120px;
  }

  .button-green-form {
    margin-left: 0;
  }

  .text-block-2 {
    padding-bottom: 20px;
  }

  .footermenu {
    padding-bottom: 20px;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-5 {
    padding-left: 0;
  }

  .column-6 {
    margin-top: 10px;
  }

  .container-services {
    padding-right: 0;
  }

  .services-h1 {
    font-size: 24px;
    line-height: 34px;
  }


  .navbar-page {
    max-width: 100%;
  }

  .services-h1-page {
    font-size: 24px;
    line-height: 34px;
  }

  .section-consulatncy-page {
    padding-top: 120px;
  }

  .column-8 {
    margin-top: -50px;
    margin-bottom: 20px;
  }

  .section-training-page {
    padding-top: 120px;
  }

  .services-h1-page-multi {
    font-size: 24px;
    line-height: 34px;
  }

  .columns-3 {
    width: 100%;
  }

  .columns-4 {
    width: 100%;
  }

  .column-10 {
    margin-top: -50px;
  }

  .column-11 {
    margin-top: -50px;
  }

  .columns-5 {
    width: 100%;
  }

  .columns-6 {
    width: 100%;
  }

  .column-12 {
    margin-top: -50px;
  }

  .section-training-page-copy {
    padding-top: 120px;
  }

  .body-menu {
    line-height: 54px;
    letter-spacing: normal;
  }

  .button-green-right {
    margin-top: 40px;
  }


  .paragraph-2 {
    margin-top: 20px;
  }

  .container-body-port {
    max-width: 80%;
  }

  .section-9 {
    margin-top: -100px;
  }

  .column-15 {
    display: none;
  }

  .column-16 {
    display: none;
  }

  .port-i {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 40vh;
  }
 .contact-form {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e9eff1;
  clear: both;
}

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }
  
    .services-h1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .container-body {
    margin-top: 0;
  }

 .section-2 {

  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  min-height: 500px !important;
}
.section-2a {
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
  .heading-3 {
    font-size: 30px;
  }

  .standard-h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-4 {
    height: 30vh;
  }

  .block-quote {
    margin-top: -60px;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .quote-client {
  font-size: 10px;
    line-height: 20px;
  }

  .container-10 {
    max-width: 100%;
  }



  .services-h1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .strap {
    font-size: 22px;
    line-height: 32px;
  }

  .body--menu-links {
    font-size: 22px;
    line-height: 32px;
  }

  .body--menu-link-top {
    font-size: 22px;
    line-height: 32px;
  }

  .services-h1-page {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-consulatncy-page {
    height: 30vh;
  }

  .column-8 {
    margin-top: -50px;
    padding-left: 0;
  }

  .section-training-page {
    height: 30vh;
  }

  .services-h1-page-multi {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-training-page-copy {
    height: 30vh;
  }

  .body-menu {
    margin-top: 40px;
    float: left;
    clear: none;
    font-size: 20px;
    line-height: 30px;
  }

  .section-5 {
    float: none;
    clear: none;
  }



  .section-9 {
    margin-top: -50px;
    margin-bottom: 0;
  }

  .columns-10 {
    margin-top: 20px;
  }

  .land {
    margin-top: 0;
    float: none;
    clear: none;
  }
  
  .form-c {
    max-width: 80%;
  }

  .form-block-3 {
    width: 120%;
  }

  .text-field-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .booking-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}
@media screen and (max-width: 470px) {
	.section-training-page {
  height: 85vh;
  
}
	.heading {
    font-size: 18px;
    line-height: 28px;
	margin-top: -80px;
}
     .services-h1 {
    font-size: 16px;
    line-height: 26px;
	margin-top: -40px
  }
  

  .block-quote {
    font-size: 12px;
    line-height: 22px;
}
  .container-services {
    margin-top: 50px;
}




}

